Dedicated server no workee?
by Phil Carlisle · in Torque Game Engine Advanced · 09/19/2005 (12:45 pm) · 4 replies
Can someone please confirm that the -dedicated -mission doesnt work right now in TSE?
It certainly barfs for me, during Atlas::loaderthread somewhere.
Anyone care to try it out and let me know if its me or not?
Ta,
Phil.
It certainly barfs for me, during Atlas::loaderthread somewhere.
Anyone care to try it out and let me know if its me or not?
Ta,
Phil.
About the author
Recent Threads
#2
09/19/2005 (12:51 pm)
Yep, thats the fella :)
#3
A quick hack is to work around the AssertFatal either by returning NULL before the AssertFatal, or changing the logic just a bit. Returning NULL doesn't have any adverse effects.
I'm pretty sure eventually a real fix will be put in place, so I wouldn't spend too much time on it.
09/19/2005 (1:22 pm)
I'm pretty sure it's becase GFXDevice::get() is being called.A quick hack is to work around the AssertFatal either by returning NULL before the AssertFatal, or changing the logic just a bit. Returning NULL doesn't have any adverse effects.
I'm pretty sure eventually a real fix will be put in place, so I wouldn't spend too much time on it.
#4
www.garagegames.com/mg/forums/result.thread.php?qt=32015
09/19/2005 (3:14 pm)
Hey phil.. this thread has some more infowww.garagegames.com/mg/forums/result.thread.php?qt=32015
Associate Adrian Wright
Max Gaming Technologies
AtlasResource::loaderThread - 0 iterations before death.
If so then yes I can replicate it everytime :(