ID:294555
 
So I've gone through the steps and opened my port, which is working because people can join my game, but on random occasion the game will just drop and I have to click "GO!" on Dream Daemon again, which can be a problem since I'm trying to keep this game up. Is this a problem in Dream Daemon like a timer or is this something on my computer/internet? Thank you.
If the game is stopping but DD remains open, something is shutting down the world. That pretty much can't happen unless the master world (I assume there isn't one since you launched from DD) calls Export() with the shutdown topic, or you call del(world) in the code.

Lummox JR
In response to Lummox JR
So this is a coding error?
In response to Nalio89
A code error is the likeliest cause, yes.
In response to Lummox JR
Given im not the best coder in the world, but can you think of a issue besides code that could cause this? This is a source being run from my computer so nothing external should mess with it. Im just trying to eliminate possibilities. Thank you.
In response to Nalio89
No, I can't think of anything besides code that would cause it.
In response to Lummox JR
Ok ill get a new source or ill try and find it, TY very much for your help.