Game Development Community

Anthoner Linux Question! :)

by TerraSpeed · in Torque Game Engine · 05/09/2003 (8:17 pm) · 7 replies

Hey. I am recompileing the server again now. Last time I got a Segment Falut. Is there any logs or so? I compiled with everything it asked for in Requirements. Now when I run I getSegement Falut. I'll update when I finsh this Compile.

RedHat 7.3
Lastest Kernel
Dual AMD's
lastest gcc and most libs.

Thanks Alot. I love this community already

#1
05/09/2003 (8:26 pm)
[root@east3 example]# ./torqueDemod_DEBUG.bin
Segmentation fault
[root@east3 example]#
:(

::EDIT::
No Compile Errors apart from a few undefined problems. But im guessing there not a real problem. This is useing HEAD From CVS.
Much help would be greatly helpful!

$10 in paypal whoever helps hehe not much but its not bad eh?
::ENDEDIT::
#2
05/09/2003 (8:34 pm)
when you run it doesnt it need more options and flags?

have you enabled console log?
#3
05/09/2003 (8:37 pm)
[root@east3 example]# ./torqueDemod_DEBUG.bin -dedicated -mission fps/data/missions/waterWorld.mis
Segmentation fault.

How do I enable console log??

Also I installed almost everything from rpm with no problem. But would not installing openAL Do this? Wouldnt think so since the server dont need sound :)
#4
05/09/2003 (8:39 pm)
umm im sure its -log or something ..
sorry but you should check the docs or the script code.
I dont have it handy atm.
#5
05/09/2003 (9:42 pm)
Run it with -console. Post the last 20 or 30 lines of output before the segfault.
#6
05/09/2003 (10:30 pm)
[root@east3 example]# ./torqueDemod.bin -console
Segmentation fault
[root@east3 example]#


This is from a Linux Command Prompt :(.

With options


[root@east3 example]# ./torqueDemod.bin -dedicated -mission fps/data/missions/waterWorld.mis -console
Segmentation fault
[root@east3 example]#

It was built with GCC3 and make dedicated
Please help.
#7
05/10/2003 (12:18 am)
John Quigley Helped me Fix :) He rocks!