Problem with saving(

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
KukMan
New user
Posts: 3
Joined: 05 Nov 2008, 11:46

Problem with saving(

Post by KukMan »

First, I want say very big thank to authors for this ressurection of this super game.
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
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.
but game is freeze, but crash( And I must kill it by kill command.
System configuration:
AMD Athlon64 3500+
NVIDIA GeForce 6600 (I'm using close driver 'nvidia')
1Gb RAM
What information do you need more?
You do not have the required permissions to view the files attached to this post.
KukMan
New user
Posts: 3
Joined: 05 Nov 2008, 11:46

Re: Problem with saving(

Post by KukMan »

I've build sources of 2.1_beta5 and it solve the problem. Thanks))