I'm using Arch linux(x86). I have build warzone2100 from aur repo (it is use svn) with 6245 revision.
The game work good, but when I try to save game - it crashed(. I've attached debug files - look it plz.
I've tried what write here
but game is freeze, but crash( And I must kill it by kill command.gdb ./warzone2100
then you enter:
run
Do whatever to make it crash.
you will be at the gdb prompt.
now type:
set logging true (maybe set logging ON)
and then type:
bt full
(keep hitting return until you get to end)
then type:
set logging OFF (or set logging false)
and it will tell you it created a file, and where it is at. (should be in src I think)
That is the file that needs to be posted.
System configuration:
AMD Athlon64 3500+
NVIDIA GeForce 6600 (I'm using close driver 'nvidia')
1Gb RAM
What information do you need more?