Joe Naylor
2004-11-13
I'm playing on Linux with Xorg. When I use the mouse to get around it seems to work great, but if I push any key on the keyboard I get a Segmentation Fault. Any idea what's going on?
This game makes me giddy :)
Yippy
Gabor Torok
2004-11-14
Hi,
could you run it in a debugger?
Do this:
gdb ./src/scourge
at the prompt do:
r
when you get an error and it dies, do:
bt
and send me the trace.
Thanks!
--Gabor
Ps.: I'm glad it tickles you in all the right places...
;-)