Giter Club home page Giter Club logo

extramegablob's People

Watchers

 avatar

extramegablob's Issues

the server plugins need a reference to sqlite data provider

right now communication between plugin/server/client contexts is pretty good 
through use of events

public enum EventTransfer
    {
        CLIENTTOCLIENT,
        CLIENTTOSERVER,
        SERVERTOCLIENT,
        SERVERTOSERVER,
        TRASH
    }

will probably need additional contexts

need to bring an optional single database online for all server plugins' use a 
simple instance of the Config class won't be sufficient, sqlite might work

Original issue reported on code.google.com by [email protected] on 14 Nov 2010 at 8:03

memory error during shutdown

What steps will reproduce the problem?
1. start client executable
2. close client executable normally
3.

Expected: no errors
Got: memory error while shutting down

it happens when "delete _sharedPtr;" is called

System.AccessViolationException was unhandled
  Message=Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
  Source=Mogre
  StackTrace:
       at Mogre.MeshPtr.!MeshPtr()
       at Mogre.MeshPtr.Dispose(Boolean )
       at Mogre.MeshPtr.Finalize()
  InnerException: 

        !MeshPtr()
        {
            if (_sharedPtr != 0)
            {
                delete _sharedPtr;
                _sharedPtr = 0;
            }
        }


Original issue reported on code.google.com by [email protected] on 17 Nov 2010 at 7:02

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.