ID:98390
 
BYOND Version:471
Operating System:Windows 7 Home Premium
Web Browser:Internet Explorer 8.0
Applies to:Dream Daemon
Status: Unverified

Thus far we've been unable to verify or reproduce this bug. Or, it has been observed but it cannot be triggered with a reliable test case. You can help us out by editing your report or adding a comment with more information.
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
Do you have a world.log file set?
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.
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.