DreamDaemon becomes unresposive while i am hosting a newer game, It also takes a while to run it in dream maker and to start hosting. it only takes seconds to compile tough. i get no error messages on Dream Daemon when i host but in options and messages i get this:
winset: Element rpane.browseb not found.
winget: Element rpane.infob not found.
winset: Element rpane.textb not found.
winset: Element rpane.infob not found.
winget: Element rpane.browseb not found.
winset: Element rpane.textb not found.
winset: Element rpane.infob not found.
winget: Element rpane.browseb not found.
winset: Element rpane.infob not found.
winset: Element rpane.textb not found.
winset: Element rpane.infob not found.
winset: Element rpane.infob not found.
winget: Element rpane.browseb not found.
winset: Element rpane.textb not found.
winset: Element rpane.infob not found.
winget: Element rpane.browseb not found.
winset: Element rpane.infob not found.
winset: Element rpane.textb not found.
I do not know if this is the problem, or if its a Byond bug a or a problem with my coding.
Fixed the winset problem, still crashs so its not that.
I have no clue onto why it crashs as i get no error messages prior to a crash and no errors or warnings when compilling. still takes a long time to run the game or even tostart hosting
ID:98390
Jul 10 2010, 12:09 pm (Edited on Jul 10 2010, 12:21 pm)
|
|||||||||||||
| |||||||||||||
There is too little information to reproduce this issue. Please provide a demo of the problem or information about what's happening. It's also not clear whether you're seeing crashes or DD is merely becoming unresponsive. If it's the latter, your code alone may be the issue. If it's the former, some detailed crash information will be needed, like which module is crashing and at what offset.
|
And if you're creating a crapload of atoms in world/New() or something, that can cause it to take a long time to start up.
Or if you have like atom/var/list=list() anywhere.