Game Development Community

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.

#1
09/19/2005 (12:50 pm)
Do you mean this error:

AtlasResource::loaderThread - 0 iterations before death.

If so then yes I can replicate it everytime :(
#2
09/19/2005 (12:51 pm)
Yep, thats the fella :)
#3
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
09/19/2005 (3:14 pm)
Hey phil.. this thread has some more info

www.garagegames.com/mg/forums/result.thread.php?qt=32015