Hello. I have Ubuntu 10.04 LTS & Warmux 11.01. This happens very often, only in network games: While I'm playing, the game suddenly exits abruptly to the Desktop (just quits the application).
A few times it exited right before the map started loading. Here's the terminal logs for the 2 times when it exited right before map loading:
Code TEXT :
2nd time:
Code TEXT :
I later also had it exit mid-game, and here's the last part of the terminal log:
Code TEXT :
Is there any way to fix this? It's really happening very often.
Edit by lordjj On 02/25/11 at 23h42
A few times it exited right before the map started loading. Here's the terminal logs for the 2 times when it exited right before map loading:
Code TEXT :
lordjj@HP:~$ warmux Moving /home/lordjj/.wormux/ to /home/lordjj/.local/share/wormux/ Moving /home/lordjj/.local/share/wormux/config.xml to /home/lordjj/.config/wormux/config.xml o Reading the default config file o Reading the personal config file o Locale: o Bind text domain to: /usr/share/locale o Codeset: UTF-8 o Text domain: warmux === Warmux version 11.01 === Authors: Lawrence AZZOUG, Frédéric BERTOLUS, Anthony CARRÉ, Laurent DEFERT SIMONNEAU, Jean-Christophe DUBERGA, Matthieu FERTRÉ, Christophe GISQUET, Sebastien GONZALVE, Reiner HERRMANN, Florian KÖBERLE, Renaud LOTTIAUX, Yannig PERRÉ, Olivie SERRES, Victor STINNER === Website: http://www.warmux.org Warmux version 11.01, Copyright (C) 2001-2011 Warmux Team Warmux comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under certain conditions. Read the file COPYING for details. [ Run game ] o Opened audio at 44100 Hz 16 bit o Loading sound profile: default o Loading music o Network initialization o Load teams: suse, beastie, hexley, bugzilla, postfix, pidgin, php, workrave, thunderbird, konqi, firefox, spip, wilber, tux, snort, gnu Unnamed (cmd16.fsffrance.org) just connected o Load maps: hive, montagnes, chess, tic-tac-toe, bankiz, hell, randomisland, frog, towers, champignon, urbanheights, battlenight, space2, catacombes, island, easterisland, goodandevil, electronik, banquise, cheese, aquarium, pillars, arbre, snow, crystal, abyss, oktopus, pumpkins, moon-4m, funkyisland, wildwestdv, prehistorik, lonely_island, arcaderoom, junglemountain, desert, paint, apocalypse, randomamoebas, country, paradis, pirates, birds, qingqong, farm, ninja, halloween, leafs, greehills, monkeybubble, construction, icebergs, vulcano Alex Jacob (host213-133-dynamic.43-79-r.retail.telecomitalia.it) just disconnected Alex Jacob (host213-133-dynamic.43-79-r.retail.telecomitalia.it) just connected peter (ko.csbnet.se) just disconnected Vincent (bas2-montreal31-1242479636.dsl.bell.ca) just connected Alex Jacob (host213-133-dynamic.43-79-r.retail.telecomitalia.it) just disconnected Segmentation fault
2nd time:
Code TEXT :
lordjj@HP:~$ warmux Moving /home/lordjj/.wormux/ to /home/lordjj/.local/share/wormux/ Moving /home/lordjj/.local/share/wormux/config.xml to /home/lordjj/.config/wormux/config.xml o Reading the default config file o Reading the personal config file o Locale: o Bind text domain to: /usr/share/locale o Codeset: UTF-8 o Text domain: warmux === Warmux version 11.01 === Authors: Lawrence AZZOUG, Frédéric BERTOLUS, Anthony CARRÉ, Laurent DEFERT SIMONNEAU, Jean-Christophe DUBERGA, Matthieu FERTRÉ, Christophe GISQUET, Sebastien GONZALVE, Reiner HERRMANN, Florian KÖBERLE, Renaud LOTTIAUX, Yannig PERRÉ, Olivie SERRES, Victor STINNER === Website: http://www.warmux.org Warmux version 11.01, Copyright (C) 2001-2011 Warmux Team Warmux comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under certain conditions. Read the file COPYING for details. [ Run game ] o Opened audio at 44100 Hz 16 bit o Loading sound profile: default o Loading music o Network initialization o Load teams: suse, beastie, hexley, bugzilla, postfix, pidgin, php, workrave, thunderbird, konqi, firefox, spip, wilber, tux, snort, gnu Unnamed (cmd16.fsffrance.org) just connected o Load maps: hive, montagnes, chess, tic-tac-toe, bankiz, hell, randomisland, frog, towers, champignon, urbanheights, battlenight, space2, catacombes, island, easterisland, goodandevil, electronik, banquise, cheese, aquarium, pillars, arbre, snow, crystal, abyss, oktopus, pumpkins, moon-4m, funkyisland, wildwestdv, prehistorik, lonely_island, arcaderoom, junglemountain, desert, paint, apocalypse, randomamoebas, country, paradis, pirates, birds, qingqong, farm, ninja, halloween, leafs, greehills, monkeybubble, construction, icebergs, vulcano Alex Jacob (host213-133-dynamic.43-79-r.retail.telecomitalia.it) just disconnected Alex Jacob (host213-133-dynamic.43-79-r.retail.telecomitalia.it) just connected peter (ko.csbnet.se) just disconnected Vincent (bas2-montreal31-1242479636.dsl.bell.ca) just connected Alex Jacob (host213-133-dynamic.43-79-r.retail.telecomitalia.it) just disconnected Segmentation fault
I later also had it exit mid-game, and here's the last part of the terminal log:
Code TEXT :
o Initialisation o Initialise map o Ground initialization... done o Initialise teams o Initialise sounds o Waiting for remote players 4 : Waiting for people over the network [ Starting a new game ] [Music] Unable to find profile o MSG: It's a present! Playing character : 1 Chilly Willy Playing team : 1 Tux Alive characters: 6 / 6 o MSG: Mus mayori from Postfix team has fallen off the map! Playing character : 2 Mus pahari Playing team : 0 Postfix Alive characters: 5 / 6 o MSG: Pingu from Tux team has fallen off the map! Playing character : 5 Papou Playing team : 1 Tux Alive characters: 5 / 6 Segmentation fault
Is there any way to fix this? It's really happening very often.
Edit by lordjj On 02/25/11 at 23h42
You can try debug version for possibly better error reporting
on ubuntu do this to build warmux
sudo apt-get build-dep warmux
apt-get source warmux
cd warmux-11.01/
./configure --enable-debug --with-datadir-name=/usr/share/games/warmux
make
now you can run warmux with
src/warmux
or even better run it under debugger
sudo apt-get install gdb
gdb src/warmux
run
if warmux crashes type
bt
and send the output here
on ubuntu do this to build warmux
sudo apt-get build-dep warmux
apt-get source warmux
cd warmux-11.01/
./configure --enable-debug --with-datadir-name=/usr/share/games/warmux
make
now you can run warmux with
src/warmux
or even better run it under debugger
sudo apt-get install gdb
gdb src/warmux
run
if warmux crashes type
bt
and send the output here
____________________
Whenever reporting a problem, please report the following information:
Whenever reporting a problem, please report the following information:
- Environment: Windows (XP/2000/Vista/Seven/...), Linux (Ubuntu Karmic/Mandriva/...), ...
- Context of the game: network/local game, normal/blitz mode, what you were doing, ...
- Frequency and reproducibility: crashes after 5 minutes of play, only after some action ...
I had the game crash while I ran it under gdb as:
Code TEXT :
Here's everything that was inside terminal (somethings might be irrelevant & from previous rounds, but here's everything anyway):
Code TEXT :
Then I typed bt
Code TEXT :
Code TEXT :
gdb warmux run
Here's everything that was inside terminal (somethings might be irrelevant & from previous rounds, but here's everything anyway):
Code TEXT :
include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". o MSG: Mus booduga from Postfix team has fallen into the water! o MSG: And the winner is... include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". jvan-carla (200.108.107.97) just disconnected [Thread 0xaf804b70 (LWP 3356) exited] Unnamed (cmd16.fsffrance.org) just disconnected [New Thread 0xb0407b70 (LWP 3509)] o Network initialization [Thread 0xb0407b70 (LWP 3509) exited] Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xaf804b70 (LWP 3510)] o Initialisation o Initialise map o Ground initialization... done o Initialise teams o Initialise sounds o Waiting for remote players 4 : Waiting for people over the network [ Starting a new game ] Playing character : 1 Bugtracker Playing team : 1 Bugzilla Alive characters: 6 / 6 Program received signal SIGSEGV, Segmentation fault. 0x001bc238 in transformSurfaceRGBA () from /usr/lib/libSDL_gfx.so.13 (gdb) bt #0 0x001bc238 in transformSurfaceRGBA () from /usr/lib/libSDL_gfx.so.13 #1 0x001bdfeb in rotozoomSurfaceXY () from /usr/lib/libSDL_gfx.so.13 #2 0x001be2db in rotozoomSurface () from /usr/lib/libSDL_gfx.so.13 #3 0x0809c8aa in ?? () #4 0x080954cc in ?? () #5 0x0805952e in ?? () #6 0x080668b9 in ?? () #7 0x0807bd25 in ?? () #8 0x0807e3f4 in ?? () #9 0x0807e7ee in ?? () #10 0x08080356 in ?? () #11 0x081295b8 in ?? () #12 0x0811ecc2 in ?? () #13 0x0811d27d in ?? () #14 0x0811d465 in ?? () #15 0x0812546c in ?? () #16 0x0811d5ee in ?? () #17 0x0811e19e in ?? () #18 0x08124b93 in ?? () #19 0x0811ec92 in ?? () #20 0x0811d508 in ?? () #21 0x0811d5ee in ?? () #22 0x0811e19e in ?? () ---Type <return> to continue, or q <return> to quit---
Then I typed bt
Code TEXT :
---Type <return> to continue, or q <return> to quit--- #23 0x080edcd5 in ?? () #24 0xbffff0ec in ?? () #25 0x00000000 in ?? () (gdb) bt #0 0x001bc238 in transformSurfaceRGBA () from /usr/lib/libSDL_gfx.so.13 #1 0x001bdfeb in rotozoomSurfaceXY () from /usr/lib/libSDL_gfx.so.13 #2 0x001be2db in rotozoomSurface () from /usr/lib/libSDL_gfx.so.13 #3 0x0809c8aa in ?? () #4 0x080954cc in ?? () #5 0x0805952e in ?? () #6 0x080668b9 in ?? () #7 0x0807bd25 in ?? () #8 0x0807e3f4 in ?? () #9 0x0807e7ee in ?? () #10 0x08080356 in ?? () #11 0x081295b8 in ?? () #12 0x0811ecc2 in ?? () #13 0x0811d27d in ?? () #14 0x0811d465 in ?? () #15 0x0812546c in ?? () #16 0x0811d5ee in ?? () #17 0x0811e19e in ?? () #18 0x08124b93 in ?? () #19 0x0811ec92 in ?? () #20 0x0811d508 in ?? () #21 0x0811d5ee in ?? () #22 0x0811e19e in ?? () ---Type <return> to continue, or q <return> to quit---
I did the following steps:
Code TEXT :
after "apt-get source warmux" I saw this in terminal:
Code TEXT :
and after "make", I got this:
Code TEXT :
It looks like there might be some error messages in their, but the 112MB downloaded fully.
Anyway. After that I tried running src/warmux, without success:
Code TEXT :
Code TEXT :
sudo apt-get build-dep warmux apt-get source warmux cd warmux-11.01/ ./configure --enable-debug make
after "apt-get source warmux" I saw this in terminal:
Code TEXT :
lordjj@HP:~$ sudo apt-get source warmux [sudo] password for lordjj: Reading package lists... Done Building dependency tree Reading state information... Done Need to get 112MB of source archives. Get:1 http://ppa.launchpad.net/warmuxteam/warmux/ubuntu/ maverick/main warmux 1:11.01-0ppa1 (tar) [112MB] Get:2 http://ppa.launchpad.net/warmuxteam/warmux/ubuntu/ maverick/main warmux 1:11.01-0ppa1 (diff) [178kB] Get:3 http://ppa.launchpad.net/warmuxteam/warmux/ubuntu/ maverick/main warmux 1:11.01-0ppa1 (dsc) [1,281B] Fetched 112MB in 54min 4s (34.6kB/s) gpgv: Signature made Fri 18 Feb 2011 11:37:29 PM EET using DSA key ID B3073291 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./warmux_11.01-0ppa1.dsc dpkg-source: info: extracting warmux in warmux-11.01 dpkg-source: info: unpacking warmux_11.01.orig.tar.gz dpkg-source: info: unpacking warmux_11.01-0ppa1.debian.tar.gz dpkg-source: info: applying debian-changes-1:11.01-1
and after "make", I got this:
Code TEXT :
mv -f .deps/team_energy.Tpo .deps/team_energy.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT teams_list.o -MD -MP -MF .deps/teams_list.Tpo -c -o teams_list.o `test -f 'team/teams_list.cpp' || echo './'`team/teams_list.cpp mv -f .deps/teams_list.Tpo .deps/teams_list.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT affine_transform.o -MD -MP -MF .deps/affine_transform.Tpo -c -o affine_transform.o `test -f 'tool/affine_transform.cpp' || echo './'`tool/affine_transform.cpp mv -f .deps/affine_transform.Tpo .deps/affine_transform.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT copynpaste.o -MD -MP -MF .deps/copynpaste.Tpo -c -o copynpaste.o `test -f 'tool/copynpaste.cpp' || echo './'`tool/copynpaste.cpp mv -f .deps/copynpaste.Tpo .deps/copynpaste.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT resource_manager.o -MD -MP -MF .deps/resource_manager.Tpo -c -o resource_manager.o `test -f 'tool/resource_manager.cpp' || echo './'`tool/resource_manager.cpp mv -f .deps/resource_manager.Tpo .deps/resource_manager.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT stats.o -MD -MP -MF .deps/stats.Tpo -c -o stats.o `test -f 'tool/stats.cpp' || echo './'`tool/stats.cpp mv -f .deps/stats.Tpo .deps/stats.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT string_tools.o -MD -MP -MF .deps/string_tools.Tpo -c -o string_tools.o `test -f 'tool/string_tools.cpp' || echo './'`tool/string_tools.cpp mv -f .deps/string_tools.Tpo .deps/string_tools.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT text_handling.o -MD -MP -MF .deps/text_handling.Tpo -c -o text_handling.o `test -f 'tool/text_handling.cpp' || echo './'`tool/text_handling.cpp mv -f .deps/text_handling.Tpo .deps/text_handling.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT xml_document.o -MD -MP -MF .deps/xml_document.Tpo -c -o xml_document.o `test -f 'tool/xml_document.cpp' || echo './'`tool/xml_document.cpp mv -f .deps/xml_document.Tpo .deps/xml_document.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT air_attack.o -MD -MP -MF .deps/air_attack.Tpo -c -o air_attack.o `test -f 'weapon/air_attack.cpp' || echo './'`weapon/air_attack.cpp mv -f .deps/air_attack.Tpo .deps/air_attack.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT airhammer.o -MD -MP -MF .deps/airhammer.Tpo -c -o airhammer.o `test -f 'weapon/airhammer.cpp' || echo './'`weapon/airhammer.cpp mv -f .deps/airhammer.Tpo .deps/airhammer.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT anvil.o -MD -MP -MF .deps/anvil.Tpo -c -o anvil.o `test -f 'weapon/anvil.cpp' || echo './'`weapon/anvil.cpp mv -f .deps/anvil.Tpo .deps/anvil.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT auto_bazooka.o -MD -MP -MF .deps/auto_bazooka.Tpo -c -o auto_bazooka.o `test -f 'weapon/auto_bazooka.cpp' || echo './'`weapon/auto_bazooka.cpp mv -f .deps/auto_bazooka.Tpo .deps/auto_bazooka.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT baseball.o -MD -MP -MF .deps/baseball.Tpo -c -o baseball.o `test -f 'weapon/baseball.cpp' || echo './'`weapon/baseball.cpp mv -f .deps/baseball.Tpo .deps/baseball.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT bazooka.o -MD -MP -MF .deps/bazooka.Tpo -c -o bazooka.o `test -f 'weapon/bazooka.cpp' || echo './'`weapon/bazooka.cpp mv -f .deps/bazooka.Tpo .deps/bazooka.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT blowtorch.o -MD -MP -MF .deps/blowtorch.Tpo -c -o blowtorch.o `test -f 'weapon/blowtorch.cpp' || echo './'`weapon/blowtorch.cpp mv -f .deps/blowtorch.Tpo .deps/blowtorch.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT bounce_ball.o -MD -MP -MF .deps/bounce_ball.Tpo -c -o bounce_ball.o `test -f 'weapon/bounce_ball.cpp' || echo './'`weapon/bounce_ball.cpp mv -f .deps/bounce_ball.Tpo .deps/bounce_ball.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT cluster_bomb.o -MD -MP -MF .deps/cluster_bomb.Tpo -c -o cluster_bomb.o `test -f 'weapon/cluster_bomb.cpp' || echo './'`weapon/cluster_bomb.cpp mv -f .deps/cluster_bomb.Tpo .deps/cluster_bomb.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT cluzooka.o -MD -MP -MF .deps/cluzooka.Tpo -c -o cluzooka.o `test -f 'weapon/cluzooka.cpp' || echo './'`weapon/cluzooka.cpp mv -f .deps/cluzooka.Tpo .deps/cluzooka.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT construct.o -MD -MP -MF .deps/construct.Tpo -c -o construct.o `test -f 'weapon/construct.cpp' || echo './'`weapon/construct.cpp mv -f .deps/construct.Tpo .deps/construct.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT crosshair.o -MD -MP -MF .deps/crosshair.Tpo -c -o crosshair.o `test -f 'weapon/crosshair.cpp' || echo './'`weapon/crosshair.cpp mv -f .deps/crosshair.Tpo .deps/crosshair.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT disco_grenade.o -MD -MP -MF .deps/disco_grenade.Tpo -c -o disco_grenade.o `test -f 'weapon/disco_grenade.cpp' || echo './'`weapon/disco_grenade.cpp mv -f .deps/disco_grenade.Tpo .deps/disco_grenade.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT dynamite.o -MD -MP -MF .deps/dynamite.Tpo -c -o dynamite.o `test -f 'weapon/dynamite.cpp' || echo './'`weapon/dynamite.cpp mv -f .deps/dynamite.Tpo .deps/dynamite.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT explosion.o -MD -MP -MF .deps/explosion.Tpo -c -o explosion.o `test -f 'weapon/explosion.cpp' || echo './'`weapon/explosion.cpp mv -f .deps/explosion.Tpo .deps/explosion.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT flamethrower.o -MD -MP -MF .deps/flamethrower.Tpo -c -o flamethrower.o `test -f 'weapon/flamethrower.cpp' || echo './'`weapon/flamethrower.cpp mv -f .deps/flamethrower.Tpo .deps/flamethrower.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT footbomb.o -MD -MP -MF .deps/footbomb.Tpo -c -o footbomb.o `test -f 'weapon/footbomb.cpp' || echo './'`weapon/footbomb.cpp mv -f .deps/footbomb.Tpo .deps/footbomb.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT gnu.o -MD -MP -MF .deps/gnu.Tpo -c -o gnu.o `test -f 'weapon/gnu.cpp' || echo './'`weapon/gnu.cpp mv -f .deps/gnu.Tpo .deps/gnu.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT grapple.o -MD -MP -MF .deps/grapple.Tpo -c -o grapple.o `test -f 'weapon/grapple.cpp' || echo './'`weapon/grapple.cpp mv -f .deps/grapple.Tpo .deps/grapple.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT grenade.o -MD -MP -MF .deps/grenade.Tpo -c -o grenade.o `test -f 'weapon/grenade.cpp' || echo './'`weapon/grenade.cpp mv -f .deps/grenade.Tpo .deps/grenade.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT gun.o -MD -MP -MF .deps/gun.Tpo -c -o gun.o `test -f 'weapon/gun.cpp' || echo './'`weapon/gun.cpp mv -f .deps/gun.Tpo .deps/gun.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT jetpack.o -MD -MP -MF .deps/jetpack.Tpo -c -o jetpack.o `test -f 'weapon/jetpack.cpp' || echo './'`weapon/jetpack.cpp mv -f .deps/jetpack.Tpo .deps/jetpack.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT lowgrav.o -MD -MP -MF .deps/lowgrav.Tpo -c -o lowgrav.o `test -f 'weapon/lowgrav.cpp' || echo './'`weapon/lowgrav.cpp mv -f .deps/lowgrav.Tpo .deps/lowgrav.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT mine.o -MD -MP -MF .deps/mine.Tpo -c -o mine.o `test -f 'weapon/mine.cpp' || echo './'`weapon/mine.cpp mv -f .deps/mine.Tpo .deps/mine.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT parachute.o -MD -MP -MF .deps/parachute.Tpo -c -o parachute.o `test -f 'weapon/parachute.cpp' || echo './'`weapon/parachute.cpp mv -f .deps/parachute.Tpo .deps/parachute.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT polecat.o -MD -MP -MF .deps/polecat.Tpo -c -o polecat.o `test -f 'weapon/polecat.cpp' || echo './'`weapon/polecat.cpp mv -f .deps/polecat.Tpo .deps/polecat.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT rail_gun.o -MD -MP -MF .deps/rail_gun.Tpo -c -o rail_gun.o `test -f 'weapon/rail_gun.cpp' || echo './'`weapon/rail_gun.cpp mv -f .deps/rail_gun.Tpo .deps/rail_gun.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT riot_bomb.o -MD -MP -MF .deps/riot_bomb.Tpo -c -o riot_bomb.o `test -f 'weapon/riot_bomb.cpp' || echo './'`weapon/riot_bomb.cpp mv -f .deps/riot_bomb.Tpo .deps/riot_bomb.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT shotgun.o -MD -MP -MF .deps/shotgun.Tpo -c -o shotgun.o `test -f 'weapon/shotgun.cpp' || echo './'`weapon/shotgun.cpp mv -f .deps/shotgun.Tpo .deps/shotgun.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT skip_turn.o -MD -MP -MF .deps/skip_turn.Tpo -c -o skip_turn.o `test -f 'weapon/skip_turn.cpp' || echo './'`weapon/skip_turn.cpp mv -f .deps/skip_turn.Tpo .deps/skip_turn.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT slap.o -MD -MP -MF .deps/slap.Tpo -c -o slap.o `test -f 'weapon/slap.cpp' || echo './'`weapon/slap.cpp mv -f .deps/slap.Tpo .deps/slap.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT snipe_rifle.o -MD -MP -MF .deps/snipe_rifle.Tpo -c -o snipe_rifle.o `test -f 'weapon/snipe_rifle.cpp' || echo './'`weapon/snipe_rifle.cpp mv -f .deps/snipe_rifle.Tpo .deps/snipe_rifle.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT submachine_gun.o -MD -MP -MF .deps/submachine_gun.Tpo -c -o submachine_gun.o `test -f 'weapon/submachine_gun.cpp' || echo './'`weapon/submachine_gun.cpp mv -f .deps/submachine_gun.Tpo .deps/submachine_gun.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT suicide.o -MD -MP -MF .deps/suicide.Tpo -c -o suicide.o `test -f 'weapon/suicide.cpp' || echo './'`weapon/suicide.cpp mv -f .deps/suicide.Tpo .deps/suicide.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT supertux.o -MD -MP -MF .deps/supertux.Tpo -c -o supertux.o `test -f 'weapon/supertux.cpp' || echo './'`weapon/supertux.cpp mv -f .deps/supertux.Tpo .deps/supertux.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT syringe.o -MD -MP -MF .deps/syringe.Tpo -c -o syringe.o `test -f 'weapon/syringe.cpp' || echo './'`weapon/syringe.cpp mv -f .deps/syringe.Tpo .deps/syringe.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT teleportation.o -MD -MP -MF .deps/teleportation.Tpo -c -o teleportation.o `test -f 'weapon/teleportation.cpp' || echo './'`weapon/teleportation.cpp mv -f .deps/teleportation.Tpo .deps/teleportation.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT weapon.o -MD -MP -MF .deps/weapon.Tpo -c -o weapon.o `test -f 'weapon/weapon.cpp' || echo './'`weapon/weapon.cpp mv -f .deps/weapon.Tpo .deps/weapon.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT weapon_cfg.o -MD -MP -MF .deps/weapon_cfg.Tpo -c -o weapon_cfg.o `test -f 'weapon/weapon_cfg.cpp' || echo './'`weapon/weapon_cfg.cpp mv -f .deps/weapon_cfg.Tpo .deps/weapon_cfg.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT weapon_launcher.o -MD -MP -MF .deps/weapon_launcher.Tpo -c -o weapon_launcher.o `test -f 'weapon/weapon_launcher.cpp' || echo './'`weapon/weapon_launcher.cpp mv -f .deps/weapon_launcher.Tpo .deps/weapon_launcher.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT weapon_strength_bar.o -MD -MP -MF .deps/weapon_strength_bar.Tpo -c -o weapon_strength_bar.o `test -f 'weapon/weapon_strength_bar.cpp' || echo './'`weapon/weapon_strength_bar.cpp mv -f .deps/weapon_strength_bar.Tpo .deps/weapon_strength_bar.Po g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -MT weapons_list.o -MD -MP -MF .deps/weapons_list.Tpo -c -o weapons_list.o `test -f 'weapon/weapons_list.cpp' || echo './'`weapon/weapons_list.cpp mv -f .deps/weapons_list.Tpo .deps/weapons_list.Po g++ -I ../src -DINSTALL_DATADIR=\"/usr/local/share/warmux/\" -DINSTALL_LOCALEDIR=\"/usr/local/share/locale\" -DFONT_FILE=\"/usr/local/share/warmux//font/Ubuntu-R.ttf\" -DPACKAGE_VERSION=\"11.01\" -I../lib/warmux/include -I../lib/fixedpoint -Wall -Wextra -O0 -g -DDEBUG -DWMX_LOG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/libxml2 -Werror -fno-exceptions -Wl,--as-needed -o warmux ai_command.o ai_idea.o ai_strategy.o ai_stupid_player.o ai_weapons_weighting.o body.o body_list.o character.o clothe.o damage_stats.o member.o movement.o config.o game.o game_blitz.o game_classic.o game_mode.o time.o stopwatch.o color.o composite_shape.o font.o fps.o polygon.o polygon_generator.o sprite.o spriteanimation.o spritecache.o surface.o text.o text_list.o video.o abstract_spin_button.o button_pic.o control_config.o grid_box.o vertical_box.o horizontal_box.o box.o button.o button_text.o check_box.o combo_box.o energy_bar.o figure_widget.o graph_canvas.o label.o msg_box.o picture_text_cbox.o picture_widget.o progress_bar.o question.o scroll_box.o select_box.o spin_button.o spin_button_picture.o tabs.o talk_box.o text_box.o torus_cache.o widget.o widget_list.o action.o action_handler.o constant.o cursor.o game_msg.o interface.o joystick.o keyboard.o loading_screen.o man_machine_interface.o mouse.o mouse_cursor.o move_intention.o weapon_help.o weapon_menu.o main.o camera.o ground.o map.o maps_list.o random_map.o sky.o tile.o tileitem.o water.o wind.o benchmark_menu.o credits_menu.o game_menu.o game_mode_editor.o help_menu.o main_menu.o map_selection_box.o menu.o network_connection_menu.o network_menu.o network_teams_selection_box.o options_menu.o pause_menu.o results_menu.o team_box.o teams_selection_box.o admin_commands.o chat.o chatlogger.o net_error_msg.o network.o network_client.o network_local.o network_server.o randomsync.o barrel.o bonus_box.o medkit.o objbox.o object_cfg.o objects_list.o physical_obj.o physics.o body_member.o bullet.o dark_smoke.o explosion_particle.o explosion_smoke.o fading_text.o fire.o ground_particles.o ill_bubble.o magic_star.o particle.o polecat_fart.o smoke.o star.o teleport_member.o water_drop.o jukebox.o sample_cache.o sound_sample.o custom_team.o custom_teams_list.o results.o team.o team_energy.o teams_list.o affine_transform.o copynpaste.o resource_manager.o stats.o string_tools.o text_handling.o xml_document.o air_attack.o airhammer.o anvil.o auto_bazooka.o baseball.o bazooka.o blowtorch.o bounce_ball.o cluster_bomb.o cluzooka.o construct.o crosshair.o disco_grenade.o dynamite.o explosion.o flamethrower.o footbomb.o gnu.o grapple.o grenade.o gun.o jetpack.o lowgrav.o mine.o parachute.o polecat.o rail_gun.o riot_bomb.o shotgun.o skip_turn.o slap.o snipe_rifle.o submachine_gun.o suicide.o supertux.o syringe.o teleportation.o weapon.o weapon_cfg.o weapon_launcher.o weapon_strength_bar.o weapons_list.o ../lib/fixedpoint/libfixedpoint.a ../lib/warmux/libwarmux.a -lSDL_net -lSDL_ttf -lSDL_mixer -lSDL_image -lSDL_gfx -L/usr/lib -lSDL -lX11 -lpng12 -lxml2 -lcurl make[2]: Leaving directory `/home/lordjj/warmux-11.01/src' make[1]: Leaving directory `/home/lordjj/warmux-11.01/src' Making all in po make[1]: Entering directory `/home/lordjj/warmux-11.01/po' Create bg.gmo mv: cannot stat `t-bg.gmo': No such file or directory make[1]: *** [bg.gmo] Error 1 make[1]: Leaving directory `/home/lordjj/warmux-11.01/po' make: *** [all-recursive] Error 1
It looks like there might be some error messages in their, but the 112MB downloaded fully.
Anyway. After that I tried running src/warmux, without success:
Code TEXT :
lordjj@HP:~$ gdb src/warmux GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... src/warmux: No such file or directory. (gdb) run Starting program: No executable file specified. Use the "file" or "exec-file" command. (gdb) exec-file src/warmux src/warmux: No such file or directory. (gdb) cd warmux-11.01/ Working directory /home/lordjj/warmux-11.01. (gdb) exec-file src/warmux (gdb) run Starting program: /home/lordjj/warmux-11.01/src/warmux [Thread debugging using libthread_db enabled] Moving /home/lordjj/.wormux/ to /home/lordjj/.local/share/wormux/ Moving /home/lordjj/.local/share/wormux/config.xml to /home/lordjj/.config/wormux/config.xml ! Error in tool/resource_manager.cpp:177 (Warmux 11.01) : ResourceManager: can't load profile /usr/local/share/warmux/warmux_default_config.xml ./base/error.cpp:86: Missed assertion "false". Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb) run The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: /home/lordjj/warmux-11.01/src/warmux [Thread debugging using libthread_db enabled] Moving /home/lordjj/.wormux/ to /home/lordjj/.local/share/wormux/ Moving /home/lordjj/.local/share/wormux/config.xml to /home/lordjj/.config/wormux/config.xml ! Error in tool/resource_manager.cpp:177 (Warmux 11.01) : ResourceManager: can't load profile /usr/local/share/warmux/warmux_default_config.xml ./base/error.cpp:86: Missed assertion "false". Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb)
Code TEXT :
lordjj@HP:~$ gdb warmux-11.01/src/warmux GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/lordjj/warmux-11.01/src/warmux...done. (gdb) run Starting program: /home/lordjj/warmux-11.01/src/warmux [Thread debugging using libthread_db enabled] Moving /home/lordjj/.wormux/ to /home/lordjj/.local/share/wormux/ Moving /home/lordjj/.local/share/wormux/config.xml to /home/lordjj/.config/wormux/config.xml ! Error in tool/resource_manager.cpp:177 (Warmux 11.01) : ResourceManager: can't load profile /usr/local/share/warmux/warmux_default_config.xml ./base/error.cpp:86: Missed assertion "false". Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb)
Ok, I got it to work, using
cd <source directory>
sudo make clean
sudo ./configure --enable-debug --with-datadir-name=/usr/share/games/warmux
I ran gdb warmux-11.01/src/warmux
And I got a game freeze error:
Code TEXT :
cd <source directory>
sudo make clean
sudo ./configure --enable-debug --with-datadir-name=/usr/share/games/warmux
I ran gdb warmux-11.01/src/warmux
And I got a game freeze error:
Code TEXT :
[ Starting a new game ] Playing character : 1 Keith Haring Playing team : 1 Wilber Alive characters: 6 / 6 o MSG: Chilly Willy from Tux team has fallen into the water! o MSG: Papou from Tux team has fallen into the water! o MSG: It's a present! Playing character : 2 Pingu Playing team : 0 Tux Alive characters: 4 / 6 o MSG: Pablo Picasso from Wilber team has fallen off the map! o MSG: It's a present! Playing character : 1 Keith Haring Playing team : 1 Wilber Alive characters: 5 / 6 o MSG: Leonard Da Vinci has won 25 points of energy! Playing character : 2 Pingu Playing team : 0 Tux Alive characters: 4 / 6 o MSG: Gorfou has won 25 points of energy! o MSG: Francisco Goya from Wilber team has died. Playing character : 4 Salvador Dali Playing team : 1 Wilber Alive characters: 4 / 6 Playing character : 0 Tux Playing team : 0 Tux Alive characters: 4 / 6 o MSG: Leonard Da Vinci from Wilber team has died. Playing character : 5 Paul Gauguin Playing team : 1 Wilber Alive characters: 3 / 6 Program received signal SIGSEGV, Segmentation fault. 0x08118674 in Tile::IsEmpty (this=0x82acc44, pos=...) at map/tile.cpp:527 527 return item[(pos.y>>CELL_BITS) * nbCells.x + (pos.x>>CELL_BITS)]->IsEmpty(pos & CELL_MASK); (gdb) bt #0 0x08118674 in Tile::IsEmpty (this=0x82acc44, pos=...) at map/tile.cpp:527 Cannot access memory at address 0xbfffe8fc
Ok, these 2 errors were shortly after part of a construct was places out of map (Warmux Tower Map & that Pirate Map):
Code TEXT :
Code TEXT :
Edit by lordjj On 03/02/11 at 22h41
Code TEXT :
[ Starting a new game ]
[Music] Unable to find profile
o MSG: It's a present!
Playing character : 1 Chilly Willy
Playing team : 0 Tux
Alive characters: 6 / 6
o MSG: Keith Haring from Wilber team has died.
o MSG: It's a present!
Playing character : 2 Leonard Da Vinci
Playing team : 1 Wilber
Alive characters: 5 / 6
Program received signal SIGSEGV, Segmentation fault.
0x0810c491 in __gnu_cxx::new_allocator<rectangle<int> >::destroy (
this=0xbfffea3f, __p=0xad6b0810)
at /usr/include/c++/4.4/ext/new_allocator.h:115
115 destroy(pointer __p) { __p->~_Tp(); }
(gdb) bt
#0 0x0810c491 in __gnu_cxx::new_allocator<rectangle<int> >::destroy (
this=0xbfffea3f, __p=0xad6b0810)
at /usr/include/c++/4.4/ext/new_allocator.h:115
#1 0x0810c0df in std::_List_base<rectangle<int>, std::allocator<rectangle<int> > >::_M_clear (this=Cannot access memory at address 0xbfffea50
) at /usr/include/c++/4.4/bits/list.tcc:76
Cannot access memory at address 0xbfffea4c
(gdb) Code TEXT :
[ Starting a new game ] Playing character : 1 Pit' Playing team : 0 Spip Alive characters: 6 / 6 o MSG: Leonard Da Vinci from Wilber team has died. o MSG: Pingu from Tux team has fallen off the map! Playing character : 1 Chilly Willy Playing team : 1 Tux Alive characters: 5 / 6 o MSG: Kliké is next to a mine! o MSG: Kliké from Spip team has fallen into the water! o MSG: Pit' from Spip team has fallen into the water! Playing character : 1 Keith Haring Playing team : 2 Wilber Alive characters: 5 / 6 Playing character : 3 ESJ Playing team : 0 Spip Alive characters: 4 / 6 o MSG: ESJ is next to a mine! o MSG: Salvador Dali is next to a mine! o MSG: ESJ is next to a mine! o MSG: Paul Gauguin from Wilber team has fallen into the water! Playing character : 3 Royal Playing team : 1 Tux Alive characters: 5 / 6 Playing character : 0 Pablo Picasso Playing team : 2 Wilber Alive characters: 4 / 6 o MSG: Pablo Picasso is next to a mine! Playing character : 5 Cerdic Playing team : 0 Spip Alive characters: 4 / 6 *** glibc detected *** /home/lordjj/warmux-11.01/src/warmux: munmap_chunk(): invalid pointer: 0x08389be8 *** ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6(+0x6b591)[0x6a7591] /lib/tls/i686/cmov/libc.so.6(+0x6c80e)[0x6a880e] /usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0x5bc741] /home/lordjj/warmux-11.01/src/warmux[0x810c59b] /home/lordjj/warmux-11.01/src/warmux[0x810c4be] /home/lordjj/warmux-11.01/src/warmux[0x810c0fc] /home/lordjj/warmux-11.01/src/warmux[0x810bb2b] /home/lordjj/warmux-11.01/src/warmux[0x8109ee1] /home/lordjj/warmux-11.01/src/warmux[0x810a1a3] /home/lordjj/warmux-11.01/src/warmux[0x8088984] /home/lordjj/warmux-11.01/src/warmux[0x8088dc9] /home/lordjj/warmux-11.01/src/warmux[0x808966a] /home/lordjj/warmux-11.01/src/warmux[0x8088e75] /home/lordjj/warmux-11.01/src/warmux[0x8087cc4] /home/lordjj/warmux-11.01/src/warmux[0x813df29] /home/lordjj/warmux-11.01/src/warmux[0x813495a] /home/lordjj/warmux-11.01/src/warmux[0x81349f7] /home/lordjj/warmux-11.01/src/warmux[0x8134f5e] /home/lordjj/warmux-11.01/src/warmux[0x813e732] /home/lordjj/warmux-11.01/src/warmux[0x8135051] /home/lordjj/warmux-11.01/src/warmux[0x8135170] /home/lordjj/warmux-11.01/src/warmux[0x8139fe4] /home/lordjj/warmux-11.01/src/warmux[0x8134a70] /home/lordjj/warmux-11.01/src/warmux[0x8134ea2] /home/lordjj/warmux-11.01/src/warmux[0x8139711] /home/lordjj/warmux-11.01/src/warmux[0x8135051] /home/lordjj/warmux-11.01/src/warmux[0x8135170] /home/lordjj/warmux-11.01/src/warmux[0x8102365] /home/lordjj/warmux-11.01/src/warmux[0x81033be] /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x652bd6] /home/lordjj/warmux-11.01/src/warmux[0x804e9a1] ======= Memory map: ======== 00110000-0012b000 r-xp 00000000 08:06 130684 /lib/ld-2.11.1.so 0012b000-0012c000 r--p 0001a000 08:06 130684 /lib/ld-2.11.1.so 0012c000-0012d000 rw-p 0001b000 08:06 130684 /lib/ld-2.11.1.so 0012d000-0012e000 r-xp 00000000 00:00 0 [vdso] 0012e000-00131000 r-xp 00000000 08:06 143560 /usr/lib/libSDL_net-1.2.so.0.0.7 00131000-00132000 rw-p 00002000 08:06 143560 /usr/lib/libSDL_net-1.2.so.0.0.7 00132000-00137000 r-xp 00000000 08:06 143562 /usr/lib/libSDL_ttf-2.0.so.0.6.3 00137000-00138000 r--p 00004000 08:06 143562 /usr/lib/libSDL_ttf-2.0.so.0.6.3 00138000-00139000 rw-p 00005000 08:06 143562 /usr/lib/libSDL_ttf-2.0.so.0.6.3 00139000-00160000 r-xp 00000000 08:06 143558 /usr/lib/libSDL_mixer-1.2.so.0.2.6 00160000-00161000 r--p 00026000 08:06 143558 /usr/lib/libSDL_mixer-1.2.so.0.2.6 00161000-0016a000 rw-p 00027000 08:06 143558 /usr/lib/libSDL_mixer-1.2.so.0.2.6 0016a000-00194000 rw-p 00000000 00:00 0 00194000-0019f000 r-xp 00000000 08:06 143554 /usr/lib/libSDL_image-1.2.so.0.8.2 0019f000-001a0000 r--p 0000a000 08:06 143554 /usr/lib/libSDL_image-1.2.so.0.8.2 001a0000-001a1000 rw-p 0000b000 08:06 143554 /usr/lib/libSDL_image-1.2.so.0.8.2 001a1000-001b1000 rw-p 00000000 00:00 0 001b1000-001c3000 r-xp 00000000 08:06 143550 /usr/lib/libSDL_gfx.so.13.5.2 001c3000-001c4000 r--p 00011000 08:06 143550 /usr/lib/libSDL_gfx.so.13.5.2 001c4000-001c5000 rw-p 00012000 08:06 143550 /usr/lib/libSDL_gfx.so.13.5.2 001c5000-001c6000 rw-p 00000000 00:00 0 001c6000-0022a000 r-xp 00000000 08:06 138406 /usr/lib/libSDL-1.2.so.0.11.3 0022a000-0022b000 r--p 00063000 08:06 138406 /usr/lib/libSDL-1.2.so.0.11.3 0022b000-0022c000 rw-p 00064000 08:06 138406 /usr/lib/libSDL-1.2.so.0.11.3 0022c000-00254000 rw-p 00000000 00:00 0 00254000-0036d000 r-xp 00000000 08:06 138411 /usr/lib/libX11.so.6.3.0 0036d000-0036e000 r--p 00118000 08:06 138411 /usr/lib/libX11.so.6.3.0 0036e000-00370000 rw-p 00119000 08:06 138411 /usr/lib/libX11.so.6.3.0 00370000-00371000 rw-p 00000000 00:00 0 00371000-00394000 r-xp 00000000 08:06 139427 /lib/libpng12.so.0.42.0 00394000-00395000 r--p 00022000 08:06 139427 /lib/libpng12.so.0.42.0 00395000-00396000 rw-p 00023000 08:06 139427 /lib/libpng12.so.0.42.0 00396000-004ba000 r-xp 00000000 08:06 135989 /usr/lib/libxml2.so.2.7.6 004ba000-004bb000 ---p 00124000 08:06 135989 /usr/lib/libxml2.so.2.7.6 004bb000-004bf000 r--p 00124000 08:06 135989 /usr/lib/libxml2.so.2.7.6 004bf000-004c0000 rw-p 00128000 08:06 135989 /usr/lib/libxml2.so.2.7.6 004c0000-004c1000 rw-p 00000000 00:00 0 004c1000-004ff000 r-xp 00000000 08:06 138614 /usr/lib/libcurl-gnutls.so.4.1.1 004ff000-00500000 r--p 0003d000 08:06 138614 /usr/lib/libcurl-gnutls.so.4.1.1 00500000-00501000 rw-p 0003e000 08:06 138614 /usr/lib/libcurl-gnutls.so.4.1.1 00501000-005ea000 r-xp 00000000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 005ea000-005eb000 ---p 000e9000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 005eb000-005ef000 r--p 000e9000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 005ef000-005f0000 rw-p 000ed000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 005f0000-005f7000 rw-p 00000000 00:00 0 005f7000-0061b000 r-xp 00000000 08:06 135088 /lib/tls/i686/cmov/libm-2.11.1.so 0061b000-0061c000 r--p 00023000 08:06 135088 /lib/tls/i686/cmov/libm-2.11.1.so 0061c000-0061d000 rw-p 00024000 08:06 135088 /lib/tls/i686/cmov/libm-2.11.1.so 0061d000-0063a000 r-xp 00000000 08:06 130742 /lib/libgcc_s.so.1 0063a000-0063b000 r--p 0001c000 08:06 130742 /lib/libgcc_s.so.1 0063b000-0063c000 rw-p 0001d000 08:06 130742 /lib/libgcc_s.so.1 0063c000-0078f000 r-xp 00000000 08:06 135080 /lib/tls/i686/cmov/libc-2.11.1.so 0078f000-00790000 ---p 00153000 08:06 135080 /lib/tls/i686/cmov/libc-2.11.1.so 00790000-00792000 r--p 00153000 08:06 135080 /lib/tls/i686/cmov/libc-2.11.1.so 00792000-00793000 rw-p 00155000 08:06 135080 /lib/tls/i686/cmov/libc-2.11.1.so 00793000-00796000 rw-p 00000000 00:00 0 00796000-007ab000 r-xp 00000000 08:06 135106 /lib/tls/i686/cmov/libpthread-2.11.1.so 007ab000-007ac000 r--p 00014000 08:06 135106 /lib/tls/i686/cmov/libpthread-2.11.1.so 007ac000-007ad000 rw-p 00015000 08:06 135106 /lib/tls/i686/cmov/libpthread-2.11.1.so 007ad000-007af000 rw-p 00000000 00:00 0 007af000-00820000 r-xp 00000000 08:06 143879 /usr/lib/libfreetype.so.6.3.22 00820000-00824000 r--p 00070000 08:06 143879 /usr/lib/libfreetype.so.6.3.22 00824000-00825000 rw-p 00074000 08:06 143879 /usr/lib/libfreetype.so.6.3.22 00825000-00838000 r-xp 00000000 08:06 130857 /lib/libz.so.1.2.3.3 00838000-00839000 r--p 00012000 08:06 130857 /lib/libz.so.1.2.3.3 00839000-0083a000 rw-p 00013000 08:06 130857 /lib/libz.so.1.2.3.3 0083a000-00883000 r-xp 00000000 08:06 143547 /usr/lib/libmikmod.so.2.0.4 00883000-00884000 r--p 00048000 08:06 143547 /usr/lib/libmikmod.so.2.0.4 00884000-00885000 rw-p 00049000 08:06 143547 /usr/lib/libmikmod.so.2.0.4 00885000-00886000 rw-p 00000000 00:00 0 00886000-00888000 r-xp 00000000 08:06 135086 /lib/tls/i686/cmov/libdl-2.11.1.so 00888000-00889000 r--p 00001000 08:06 135086 /lib/tls/i686/cmov/libdl-2.11.1.so 00889000-0088a000 rw-p 00002000 08:06 135086 /lib/tls/i686/cmov/libdl-2.11.1.so 0088a000-00891000 r-xp 00000000 08:06 139385 /usr/lib/libvorbisfile.so.3.3.2 00891000-00892000 r--p 00006000 08:06 139385 /usr/lib/libvorbisfile.so.3.3.2 Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb) bt #0 0x0012d422 in __kernel_vsyscall () Cannot access memory at address 0xbfffe1ec (gdb)
Edit by lordjj On 03/02/11 at 22h41
lordjj:
Thanks. These errors should be already fixed for the next version
Ok, these 2 errors were shortly after part of a construct was places out of map (Warmux Tower Map & that Pirate Map):
Thanks. These errors should be already fixed for the next version
This is when the game froze right after the online opponent's football bomb exploded in the map with the floating orange vertical cylinders (I noticed that such freezes frequently occur right during a football bomb's explosion):
Code TEXT :
Edit by lordjj On 03/02/11 at 23h06
Code TEXT :
[ Starting a new game ] [Music] Unable to find profile Playing character : 1 Keith Haring Playing team : 2 Wilber Alive characters: 6 / 6 o MSG: Pit' from Spip team has fallen into the water! o MSG: It's a present! Playing character : 2 Fil Playing team : 0 Spip Alive characters: 5 / 6 o MSG: Papou from Tux team has fallen into the water! o MSG: Salvador Dali from Wilber team has died. o MSG: Keith Haring from Wilber team has fallen into the water! o MSG: It's a present! Playing character : 1 Chilly Willy Playing team : 1 Tux Alive characters: 5 / 6 o MSG: Pingu has won 25 points of energy! o MSG: Fil from Spip team has fallen into the water! Playing character : 3 Francisco Goya Playing team : 2 Wilber Alive characters: 4 / 6 Playing character : 4 Kliké Playing team : 0 Spip Alive characters: 4 / 6 o MSG: Tux from Tux team has fallen into the water! o MSG: ARNO* from Spip team has fallen into the water! Playing character : 3 Royal Playing team : 1 Tux Alive characters: 4 / 6 Playing character : 2 Leonard Da Vinci Playing team : 2 Wilber Alive characters: 4 / 6 o MSG: Leonard Da Vinci is next to a mine! o MSG: Pingu from Tux team has fallen into the water! Playing character : 4 Kliké Playing team : 0 Spip Alive characters: 3 / 6 o MSG: ESJ is next to a mine! o MSG: Royal from Tux team has fallen into the water! o MSG: It's a present! Playing character : 1 Chilly Willy Playing team : 1 Tux Alive characters: 2 / 6 Playing character : 3 Francisco Goya Playing team : 2 Wilber Alive characters: 4 / 6 o MSG: ESJ from Spip team has died. Playing character : 5 Cerdic Playing team : 0 Spip Alive characters: 2 / 6 o MSG: The Football Bomb has left the battlefield before it could explode. o MSG: The Football Bomb has left the battlefield before it could explode. Playing character : 1 Chilly Willy Playing team : 1 Tux Alive characters: 2 / 6 o MSG: What a shame for Francisco Goya - he was killed by a simple gun! o MSG: Your shot has missed! o MSG: Hurry up, you are too slow !! Playing character : 5 Paul Gauguin Playing team : 2 Wilber Alive characters: 3 / 6 o MSG: The Cluster Bomb has left the battlefield before it could explode. o MSG: Hurry up, you are too slow !! o MSG: It's a present! Playing character : 4 Kliké Playing team : 0 Spip Alive characters: 2 / 6 o MSG: Leonard Da Vinci from Wilber team has died. o MSG: Hurry up, you are too slow !! Playing character : 1 Chilly Willy Playing team : 1 Tux Alive characters: 2 / 6 o MSG: Hurry up, you are too slow !! o MSG: It's a present! Playing character : 0 Pablo Picasso Playing team : 2 Wilber Alive characters: 2 / 6 o MSG: Kliké from Spip team has died. o MSG: Hurry up, you are too slow !! Playing character : 5 Cerdic Playing team : 0 Spip Alive characters: 1 / 6 o MSG: Hurry up, you are too slow !! o MSG: Pablo Picasso from Wilber team has fallen into the water! Playing character : 4 Gorfou Playing team : 1 Tux Alive characters: 2 / 6 o MSG: Cerdic from Spip team has died. o MSG: Hurry up, you are too slow !! o MSG: It's a present! Playing character : 5 Paul Gauguin Playing team : 2 Wilber Alive characters: 1 / 6 o MSG: Hurry up, you are too slow !! include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed". Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb) bt #0 0x0012d422 in __kernel_vsyscall () Cannot access memory at address 0xbfffea18 (gdb)
Edit by lordjj On 03/02/11 at 23h06
Well that's a first time: the game crashed durong the pre-game loading screen:
Code TEXT :
Code TEXT :
lordjj@HP:~$ gdb warmux-11.01/src/warmux GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/lordjj/warmux-11.01/src/warmux...done. (gdb) run Starting program: /home/lordjj/warmux-11.01/src/warmux [Thread debugging using libthread_db enabled] Moving /home/lordjj/.wormux/ to /home/lordjj/.local/share/wormux/ Moving /home/lordjj/.local/share/wormux/config.xml to /home/lordjj/.config/wormux/config.xml o Reading the default config file o Reading the personal config file o Locale: o Bind text domain to: /usr/local/share/locale o Codeset: UTF-8 o Text domain: warmux === Warmux version 11.01 === Authors: Lawrence AZZOUG, Frédéric BERTOLUS, Anthony CARRÉ, Laurent DEFERT SIMONNEAU, Jean-Christophe DUBERGA, Matthieu FERTRÉ, Christophe GISQUET, Sebastien GONZALVE, Reiner HERRMANN, Florian KÖBERLE, Renaud LOTTIAUX, Yannig PERRÉ, Olivie SERRES, Victor STINNER === Website: http://www.warmux.org Warmux version 11.01, Copyright (C) 2001-2011 Warmux Team Warmux comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under certain conditions. Read the file COPYING for details. This program was compiled in DEBUG mode (development version) [New Thread 0xb7d71b70 (LWP 15509)] [ Run game ] [New Thread 0xb308fb70 (LWP 15510)] [Thread 0xb308fb70 (LWP 15510) exited] [New Thread 0xb308fb70 (LWP 15511)] [New Thread 0xb288eb70 (LWP 15513)] o Opened audio at 44100 Hz 16 bit o Loading sound profile: default o Loading music [New Thread 0xaea40b70 (LWP 15514)] o Network initialization [Thread 0xaea40b70 (LWP 15514) exited] o Load teams: suse, beastie, hexley, bugzilla, postfix, pidgin, php, workrave, thunderbird, konqi, firefox, spip, wilber, tux, snort, gnu Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xade3db70 (LWP 15519)] o Load maps: hive, montagnes, chess, tic-tac-toe, bankiz, hell, randomisland, frog, towers, champignon, urbanheights, battlenight, space2, catacombes, island, easterisland, goodandevil, electronik, banquise, cheese, aquarium, pillars, arbre, snow, crystal, abyss, oktopus, pumpkins, moon-4m, funkyisland, wildwestdv, prehistorik, lonely_island, arcaderoom, junglemountain, desert, paint, apocalypse, randomamoebas, country, paradis, pirates, birds, qingqong, farm, ninja, halloween, leafs, greehills, monkeybubble, construction, icebergs, vulcano Unnamed (cmd16.fsffrance.org) just disconnected [Thread 0xade3db70 (LWP 15519) exited] [New Thread 0xaea40b70 (LWP 15520)] o Network initialization [Thread 0xaea40b70 (LWP 15520) exited] Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xade3db70 (LWP 15521)] charly (cmd16.fsffrance.org) just disconnected [Thread 0xade3db70 (LWP 15521) exited] [New Thread 0xaea40b70 (LWP 15526)] o Network initialization [Thread 0xaea40b70 (LWP 15526) exited] Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xade3db70 (LWP 15527)] Unnamed (cmd16.fsffrance.org) just disconnected [Thread 0xade3db70 (LWP 15527) exited] [New Thread 0xaea40b70 (LWP 15528)] o Network initialization Generic network error of code 4 Could not connect [Thread 0xaea40b70 (LWP 15528) exited] Bad socket ... o Network initialization Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xade3db70 (LWP 15529)] Unnamed (cmd16.fsffrance.org) just disconnected [Thread 0xade3db70 (LWP 15529) exited] [New Thread 0xaea40b70 (LWP 15542)] o Network initialization [Thread 0xaea40b70 (LWP 15542) exited] Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xade3db70 (LWP 15543)] Unnamed (cmd16.fsffrance.org) just disconnected [Thread 0xade3db70 (LWP 15543) exited] [New Thread 0xaea40b70 (LWP 15544)] o Network initialization [Thread 0xaea40b70 (LWP 15544) exited] Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xade3db70 (LWP 15545)] Unnamed (cmd16.fsffrance.org) just disconnected [Thread 0xade3db70 (LWP 15545) exited] [New Thread 0xaea40b70 (LWP 15663)] o Network initialization [Thread 0xaea40b70 (LWP 15663) exited] Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xade3db70 (LWP 15664)] Unnamed (cmd16.fsffrance.org) just disconnected [Thread 0xade3db70 (LWP 15664) exited] [New Thread 0xaea40b70 (LWP 15665)] o Network initialization [Thread 0xaea40b70 (LWP 15665) exited] Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xade3db70 (LWP 15670)] Quentin (95.33-183-91.adsl-static.isp.belgacom.be) just connected AZA (cot38-1-78-243-40-201.fbx.proxad.net) just connected Game mode: File /usr/share/games/warmux/game_mode/classic_objects.xml does not exist, use the default one instead. o Initialisation Game mode: File /usr/share/games/warmux/game_mode/classic_objects.xml does not exist, use the default one instead. o Initialise map o Ground initialization... done o Initialise teams o Initialise sounds o Waiting for remote players ./action/action.cpp:247: Missed assertion "var.size() >= 1". Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb) bt #0 0x0012d422 in __kernel_vsyscall () Cannot access memory at address 0xbfffe9a8 (gdb)
This is a "Wrong Team" error that occured during the loading screen:
Code TEXT :
Code TEXT :
lordjj@HP:~$ gdb warmux-11.01/src/warmux GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/lordjj/warmux-11.01/src/warmux...done. (gdb) run Starting program: /home/lordjj/warmux-11.01/src/warmux [Thread debugging using libthread_db enabled] Moving /home/lordjj/.wormux/ to /home/lordjj/.local/share/wormux/ Moving /home/lordjj/.local/share/wormux/config.xml to /home/lordjj/.config/wormux/config.xml o Reading the default config file o Reading the personal config file o Locale: o Bind text domain to: /usr/local/share/locale o Codeset: UTF-8 o Text domain: warmux === Warmux version 11.01 === Authors: Lawrence AZZOUG, Frédéric BERTOLUS, Anthony CARRÉ, Laurent DEFERT SIMONNEAU, Jean-Christophe DUBERGA, Matthieu FERTRÉ, Christophe GISQUET, Sebastien GONZALVE, Reiner HERRMANN, Florian KÖBERLE, Renaud LOTTIAUX, Yannig PERRÉ, Olivie SERRES, Victor STINNER === Website: http://www.warmux.org Warmux version 11.01, Copyright (C) 2001-2011 Warmux Team Warmux comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under certain conditions. Read the file COPYING for details. This program was compiled in DEBUG mode (development version) [New Thread 0xb7d71b70 (LWP 15899)] [ Run game ] [New Thread 0xb308fb70 (LWP 15900)] [Thread 0xb308fb70 (LWP 15900) exited] [New Thread 0xb308fb70 (LWP 15901)] [New Thread 0xb288eb70 (LWP 15903)] o Opened audio at 44100 Hz 16 bit o Loading sound profile: default o Loading music [New Thread 0xae940b70 (LWP 15904)] o Network initialization [Thread 0xae940b70 (LWP 15904) exited] o Load teams: suse, beastie, hexley, bugzilla, postfix, pidgin, php, workrave, thunderbird, konqi, firefox, spip, wilber, tux, snort, gnu Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xadd3db70 (LWP 15909)] o Load maps: hive, montagnes, chess, tic-tac-toe, bankiz, hell, randomisland, frog, towers, champignon, urbanheights, battlenight, space2, catacombes, island, easterisland, goodandevil, electronik, banquise, cheese, aquarium, pillars, arbre, snow, crystal, abyss, oktopus, pumpkins, moon-4m, funkyisland, wildwestdv, prehistorik, lonely_island, arcaderoom, junglemountain, desert, paint, apocalypse, randomamoebas, country, paradis, pirates, birds, qingqong, farm, ninja, halloween, leafs, greehills, monkeybubble, construction, icebergs, vulcano [Thread 0xadd3db70 (LWP 15909) exited] Unnamed (cmd16.fsffrance.org) just disconnected [New Thread 0xae940b70 (LWP 15910)] o Network initialization Generic network error of code 4 Could not connect [Thread 0xae940b70 (LWP 15910) exited] Bad socket ... o Network initialization Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xadd3db70 (LWP 15911)] Unnamed (cmd16.fsffrance.org) just disconnected [Thread 0xadd3db70 (LWP 15911) exited] [New Thread 0xae940b70 (LWP 15912)] o Network initialization [Thread 0xae940b70 (LWP 15912) exited] Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xadd3db70 (LWP 15913)] Unnamed (cmd16.fsffrance.org) just disconnected [Thread 0xadd3db70 (LWP 15913) exited] [New Thread 0xae940b70 (LWP 15914)] o Network initialization [Thread 0xae940b70 (LWP 15914) exited] Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xadd3db70 (LWP 15919)] Unnamed (cmd16.fsffrance.org) just disconnected [Thread 0xadd3db70 (LWP 15919) exited] [New Thread 0xae940b70 (LWP 15920)] o Network initialization [Thread 0xae940b70 (LWP 15920) exited] Unnamed (cmd16.fsffrance.org) just connected [New Thread 0xadd3db70 (LWP 15921)] Quentin (95.33-183-91.adsl-static.isp.belgacom.be) just connected Luis Pedro (18778121043.telemar.net.br) just connected Emmanuel (90.94.136.50) just connected Game mode: File /usr/share/games/warmux/game_mode/classic_objects.xml does not exist, use the default one instead. o Initialisation Game mode: File /usr/share/games/warmux/game_mode/classic_objects.xml does not exist, use the default one instead. o Initialise map o Ground initialization... done o Initialise teams o Initialise sounds o Waiting for remote players [ Starting a new game ] [Music] Unable to find profile Playing character : 1 FreeBSD Playing team : 0 Beastie Alive characters: 6 / 6 o MSG: The Football Bomb has left the battlefield before it could explode. o MSG: It's a present! Playing character : 1 Phoenix Playing team : 1 Firefox Alive characters: 6 / 6 o MSG: Francisco Goya from Wilber team has died. o MSG: FreeBSD from Beastie team has fallen off the map! Playing character : 1 Chilly Willy Playing team : 2 Tux Alive characters: 6 / 6 o MSG: OpenBSD from Beastie team has died. o MSG: The Football Bomb has left the battlefield before it could explode. o MSG: Firebird from Firefox team has died. Playing character : 1 Keith Haring Playing team : 3 Wilber Alive characters: 5 / 6 o MSG: Firemonger from Firefox team has fallen off the map! Playing character : 4 NetBSD Playing team : 0 Beastie Alive characters: 4 / 6 Playing character : 1 Phoenix Playing team : 1 Firefox Alive characters: 4 / 6 o MSG: Paul Gauguin from Wilber team has fallen off the map! Playing character : 0 Tux Playing team : 2 Tux Alive characters: 6 / 6 o MSG: Gorfou from Tux team is dead because he is clumsy! Playing character : 1 Keith Haring Playing team : 3 Wilber Alive characters: 4 / 6 o MSG: DragonFlyBSD from Beastie team has died. o MSG: Deer Park is next to a mine! o MSG: Deer Park from Firefox team has died. o MSG: It's a present! Playing character : 0 Beastie Playing team : 0 Beastie Alive characters: 3 / 6 o MSG: Papou from Tux team has died. o MSG: Chilly Willy from Tux team has died. Playing character : 4 Burning Edge Playing team : 1 Firefox Alive characters: 3 / 6 o MSG: Firefox team has won 1 bounce ball! Boing! o MSG: Pingu from Tux team has died. o MSG: It's a present! Playing character : 3 Royal Playing team : 2 Tux Alive characters: 2 / 6 o MSG: Salvador Dali from Wilber team has fallen off the map! Playing character : 2 Leonard Da Vinci Playing team : 3 Wilber Alive characters: 3 / 6 o MSG: Mozilla browser from Firefox team has died. o MSG: Woah! Combo of 2! o MSG: Hurry up, you are too slow !! Playing character : 5 PC-BSD Playing team : 0 Beastie Alive characters: 3 / 6 o MSG: Royal from Tux team has fallen off the map! o MSG: Hurry up, you are too slow !! Playing character : 1 Phoenix Playing team : 1 Firefox Alive characters: 2 / 6 o MSG: Pablo Picasso from Wilber team has died. o MSG: Your shot has missed! o MSG: Hurry up, you are too slow !! Playing character : 0 Tux Playing team : 2 Tux Alive characters: 1 / 6 o MSG: PC-BSD from Beastie team has fallen off the map! o MSG: Hurry up, you are too slow !! Playing character : 2 Leonard Da Vinci Playing team : 3 Wilber Alive characters: 2 / 6 o MSG: NetBSD from Beastie team has died. o MSG: Hurry up, you are too slow !! o MSG: It's a present! Playing character : 0 Beastie Playing team : 0 Beastie Alive characters: 1 / 6 o MSG: Hurry up, you are too slow !! Playing character : 1 Phoenix Playing team : 1 Firefox Alive characters: 2 / 6 o MSG: Hurry up, you are too slow !! Playing character : 0 Tux Playing team : 2 Tux Alive characters: 1 / 6 o MSG: Hurry up, you are too slow !! o MSG: Burning Edge from Firefox team has died. o MSG: It's a present! Playing character : 2 Leonard Da Vinci Playing team : 3 Wilber Alive characters: 2 / 6 o MSG: The parachute is activated automatically. o MSG: Hurry up, you are too slow !! Playing character : 0 Beastie Playing team : 0 Beastie Alive characters: 1 / 6 o MSG: Beastie has won 25 points of energy! o MSG: What a shame for Phoenix - he was killed by a simple gun! Emmanuel (90.94.136.50) just disconnected o MSG: Emmanuel (90.94.136.50) just disconnected o MSG: Your shot has missed! o MSG: Hurry up, you are too slow !! Playing character : 0 Tux Playing team : 2 Tux Alive characters: 1 / 6 o MSG: Leonard Da Vinci from Wilber team has died. o MSG: Hurry up, you are too slow !! Playing character : 1 Keith Haring Playing team : 3 Wilber Alive characters: 1 / 6 o MSG: Hurry up, you are too slow !! o MSG: Beastie from Beastie team has died. Playing character : 0 Tux Playing team : 2 Tux Alive characters: 1 / 6 o MSG: Keith Haring from Wilber team has died. o MSG: And the winner is... charly (AReims-157-1-144-113.w90-18.abo.wanadoo.fr) just connected Game mode: File /usr/share/games/warmux/game_mode/classic_objects.xml does not exist, use the default one instead. o Initialisation Game mode: File /usr/share/games/warmux/game_mode/classic_objects.xml does not exist, use the default one instead. o Initialise map o Ground initialization... done o Initialise teams o Initialise sounds o Waiting for remote players Error initializing network: Client cmd16.fsffrance.org does not agree with you!! - Wrong team! [Thread 0xadd3db70 (LWP 15921) exited] Dadinio, Luis Pedro, charly (cmd16.fsffrance.org) just disconnected Error initializing network: Client cmd16.fsffrance.org does not agree with you!! - Wrong team! Error initializing network: Client cmd16.fsffrance.org does not agree with you!! - Wrong team! *** glibc detected *** /home/lordjj/warmux-11.01/src/warmux: free(): invalid pointer: 0x083a50e0 *** ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6(+0x6b591)[0x6a7591] /lib/tls/i686/cmov/libc.so.6(+0x6cde8)[0x6a8de8] /lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0x6abecd] /usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0x5bc741] /home/lordjj/warmux-11.01/src/warmux[0x808d105] /home/lordjj/warmux-11.01/src/warmux[0x808ccf8] /home/lordjj/warmux-11.01/src/warmux[0x808c6ac] /home/lordjj/warmux-11.01/src/warmux[0x808bb8f] /home/lordjj/warmux-11.01/src/warmux[0x808b82d] /home/lordjj/warmux-11.01/src/warmux[0x808b841] /home/lordjj/warmux-11.01/src/warmux[0x80df5f6] /home/lordjj/warmux-11.01/src/warmux[0x80874e1] /home/lordjj/warmux-11.01/src/warmux[0x8087a82] /home/lordjj/warmux-11.01/src/warmux[0x8087306] /home/lordjj/warmux-11.01/src/warmux[0x8087c94] /home/lordjj/warmux-11.01/src/warmux[0x813df29] /home/lordjj/warmux-11.01/src/warmux[0x813495a] /home/lordjj/warmux-11.01/src/warmux[0x81349f7] /home/lordjj/warmux-11.01/src/warmux[0x8134f5e] /home/lordjj/warmux-11.01/src/warmux[0x813e732] /home/lordjj/warmux-11.01/src/warmux[0x8135051] /home/lordjj/warmux-11.01/src/warmux[0x8135170] /home/lordjj/warmux-11.01/src/warmux[0x8139fe4] /home/lordjj/warmux-11.01/src/warmux[0x8134a70] /home/lordjj/warmux-11.01/src/warmux[0x8134ea2] /home/lordjj/warmux-11.01/src/warmux[0x8139711] /home/lordjj/warmux-11.01/src/warmux[0x8135051] /home/lordjj/warmux-11.01/src/warmux[0x8135170] /home/lordjj/warmux-11.01/src/warmux[0x8102365] /home/lordjj/warmux-11.01/src/warmux[0x81033be] /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x652bd6] /home/lordjj/warmux-11.01/src/warmux[0x804e9a1] ======= Memory map: ======== 00110000-0012b000 r-xp 00000000 08:06 130684 /lib/ld-2.11.1.so 0012b000-0012c000 r--p 0001a000 08:06 130684 /lib/ld-2.11.1.so 0012c000-0012d000 rw-p 0001b000 08:06 130684 /lib/ld-2.11.1.so 0012d000-0012e000 r-xp 00000000 00:00 0 [vdso] 0012e000-00131000 r-xp 00000000 08:06 143560 /usr/lib/libSDL_net-1.2.so.0.0.7 00131000-00132000 rw-p 00002000 08:06 143560 /usr/lib/libSDL_net-1.2.so.0.0.7 00132000-00137000 r-xp 00000000 08:06 143562 /usr/lib/libSDL_ttf-2.0.so.0.6.3 00137000-00138000 r--p 00004000 08:06 143562 /usr/lib/libSDL_ttf-2.0.so.0.6.3 00138000-00139000 rw-p 00005000 08:06 143562 /usr/lib/libSDL_ttf-2.0.so.0.6.3 00139000-00160000 r-xp 00000000 08:06 143558 /usr/lib/libSDL_mixer-1.2.so.0.2.6 00160000-00161000 r--p 00026000 08:06 143558 /usr/lib/libSDL_mixer-1.2.so.0.2.6 00161000-0016a000 rw-p 00027000 08:06 143558 /usr/lib/libSDL_mixer-1.2.so.0.2.6 0016a000-00194000 rw-p 00000000 00:00 0 00194000-0019f000 r-xp 00000000 08:06 143554 /usr/lib/libSDL_image-1.2.so.0.8.2 0019f000-001a0000 r--p 0000a000 08:06 143554 /usr/lib/libSDL_image-1.2.so.0.8.2 001a0000-001a1000 rw-p 0000b000 08:06 143554 /usr/lib/libSDL_image-1.2.so.0.8.2 001a1000-001b1000 rw-p 00000000 00:00 0 001b1000-001c3000 r-xp 00000000 08:06 143550 /usr/lib/libSDL_gfx.so.13.5.2 001c3000-001c4000 r--p 00011000 08:06 143550 /usr/lib/libSDL_gfx.so.13.5.2 001c4000-001c5000 rw-p 00012000 08:06 143550 /usr/lib/libSDL_gfx.so.13.5.2 001c5000-001c6000 rw-p 00000000 00:00 0 001c6000-0022a000 r-xp 00000000 08:06 138406 /usr/lib/libSDL-1.2.so.0.11.3 0022a000-0022b000 r--p 00063000 08:06 138406 /usr/lib/libSDL-1.2.so.0.11.3 0022b000-0022c000 rw-p 00064000 08:06 138406 /usr/lib/libSDL-1.2.so.0.11.3 0022c000-00254000 rw-p 00000000 00:00 0 00254000-0036d000 r-xp 00000000 08:06 138411 /usr/lib/libX11.so.6.3.0 0036d000-0036e000 r--p 00118000 08:06 138411 /usr/lib/libX11.so.6.3.0 0036e000-00370000 rw-p 00119000 08:06 138411 /usr/lib/libX11.so.6.3.0 00370000-00371000 rw-p 00000000 00:00 0 00371000-00394000 r-xp 00000000 08:06 139427 /lib/libpng12.so.0.42.0 00394000-00395000 r--p 00022000 08:06 139427 /lib/libpng12.so.0.42.0 00395000-00396000 rw-p 00023000 08:06 139427 /lib/libpng12.so.0.42.0 00396000-004ba000 r-xp 00000000 08:06 135989 /usr/lib/libxml2.so.2.7.6 004ba000-004bb000 ---p 00124000 08:06 135989 /usr/lib/libxml2.so.2.7.6 004bb000-004bf000 r--p 00124000 08:06 135989 /usr/lib/libxml2.so.2.7.6 004bf000-004c0000 rw-p 00128000 08:06 135989 /usr/lib/libxml2.so.2.7.6 004c0000-004c1000 rw-p 00000000 00:00 0 004c1000-004ff000 r-xp 00000000 08:06 138614 /usr/lib/libcurl-gnutls.so.4.1.1 004ff000-00500000 r--p 0003d000 08:06 138614 /usr/lib/libcurl-gnutls.so.4.1.1 00500000-00501000 rw-p 0003e000 08:06 138614 /usr/lib/libcurl-gnutls.so.4.1.1 00501000-005ea000 r-xp 00000000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 005ea000-005eb000 ---p 000e9000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 005eb000-005ef000 r--p 000e9000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 005ef000-005f0000 rw-p 000ed000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 005f0000-005f7000 rw-p 00000000 00:00 0 005f7000-0061b000 r-xp 00000000 08:06 135088 /lib/tls/i686/cmov/libm-2.11.1.so 0061b000-0061c000 r--p 00023000 08:06 135088 /lib/tls/i686/cmov/libm-2.11.1.so 0061c000-0061d000 rw-p 00024000 08:06 135088 /lib/tls/i686/cmov/libm-2.11.1.so 0061d000-0063a000 r-xp 00000000 08:06 130742 /lib/libgcc_s.so.1 0063a000-0063b000 r--p 0001c000 08:06 130742 /lib/libgcc_s.so.1 0063b000-0063c000 rw-p 0001d000 08:06 130742 /lib/libgcc_s.so.1 0063c000-0078f000 r-xp 00000000 08:06 135080 /lib/tls/i686/cmov/libc-2.11.1.so 0078f000-00790000 ---p 00153000 08:06 135080 /lib/tls/i686/cmov/libc-2.11.1.so 00790000-00792000 r--p 00153000 08:06 135080 /lib/tls/i686/cmov/libc-2.11.1.so 00792000-00793000 rw-p 00155000 08:06 135080 /lib/tls/i686/cmov/libc-2.11.1.so 00793000-00796000 rw-p 00000000 00:00 0 00796000-007ab000 r-xp 00000000 08:06 135106 /lib/tls/i686/cmov/libpthread-2.11.1.so 007ab000-007ac000 r--p 00014000 08:06 135106 /lib/tls/i686/cmov/libpthread-2.11.1.so 007ac000-007ad000 rw-p 00015000 08:06 135106 /lib/tls/i686/cmov/libpthread-2.11.1.so 007ad000-007af000 rw-p 00000000 00:00 0 007af000-00820000 r-xp 00000000 08:06 143879 /usr/lib/libfreetype.so.6.3.22 00820000-00824000 r--p 00070000 08:06 143879 /usr/lib/libfreetype.so.6.3.22 00824000-00825000 rw-p 00074000 08:06 143879 /usr/lib/libfreetype.so.6.3.22 00825000-00838000 r-xp 00000000 08:06 130857 /lib/libz.so.1.2.3.3 00838000-00839000 r--p 00012000 08:06 130857 /lib/libz.so.1.2.3.3 00839000-0083a000 rw-p 00013000 08:06 130857 /lib/libz.so.1.2.3.3 0083a000-00883000 r-xp 00000000 08:06 143547 /usr/lib/libmikmod.so.2.0.4 00883000-00884000 r--p 00048000 08:06 143547 /usr/lib/libmikmod.so.2.0.4 00884000-00885000 rw-p 00049000 08:06 143547 /usr/lib/libmikmod.so.2.0.4 00885000-00886000 rw-p 00000000 00:00 0 Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb) bt #0 0x0012d422 in __kernel_vsyscall () Cannot access memory at address 0xbfffe1a4 (gdb) up Cannot access memory at address 0xbfffe1a4 (gdb)
These are 2 game crashes in Local Play, under: "gdb warmux"
(Don't know what was happening, as I wasn't the one playing, but pretty sure not a result of construct, and that one of the maps, probably the 2nd, is the good vs evil map)
Code TEXT :
Code TEXT :
(Don't know what was happening, as I wasn't the one playing, but pretty sure not a result of construct, and that one of the maps, probably the 2nd, is the good vs evil map)
Code TEXT :
Game mode: File /usr/share/games/warmux/game_mode/classic_objects.xml does not exist, use the default one instead. Game mode: File /usr/share/games/warmux/game_mode/classic_objects.xml does not exist, use the default one instead. Current rules: classic o Initialisation o Initialise map o Ground initialization... done o Initialise teams o Initialise sounds [ Starting a new game ] [Music] Unable to find profile o MSG: It's a present! Playing character : 1 Chilly Willy Playing team : 1 Tux Alive characters: 9 / 9 o MSG: Pygmée from Tux team has fallen off the map! Playing character : 1 Jumbo Playing team : 0 PHP Alive characters: 2 / 2 o MSG: Chilly Willy from Tux team has died. o MSG: Empereur from Tux team has fallen off the map! Playing character : 3 Royal Playing team : 1 Tux Alive characters: 6 / 9 o MSG: Antipode from Tux team has fallen off the map! o MSG: Papou has won 25 points of energy! Playing character : 0 PHP Playing team : 0 PHP Alive characters: 2 / 2 o MSG: It's a present! o MSG: Royal has won 25 points of energy! Playing character : 4 Gorfou Playing team : 1 Tux Alive characters: 5 / 9 o MSG: Gorfou is next to a mine! Playing character : 0 PHP Playing team : 0 PHP Alive characters: 2 / 2 o MSG: Gorfou from Tux team has died. Playing character : 0 Tux Playing team : 1 Tux Alive characters: 4 / 9 o MSG: The grenade left the battlefield before exploding! Playing character : 1 Jumbo Playing team : 0 PHP Alive characters: 2 / 2 o MSG: Royal from Tux team has died. Playing character : 2 Pingu Playing team : 1 Tux Alive characters: 3 / 9 o MSG: Bye bye Tux... o MSG: It's a present! Playing character : 0 PHP Playing team : 0 PHP Alive characters: 2 / 2 o MSG: It's a present! Playing character : 2 Pingu Playing team : 1 Tux Alive characters: 3 / 9 o MSG: Pingu from Tux team has fallen off the map! Playing character : 1 Jumbo Playing team : 0 PHP Alive characters: 2 / 2 Program received signal SIGFPE, Arithmetic exception. 0x0063b79b in __divdi3 () from /lib/libgcc_s.so.1 (gdb) bt #0 0x0063b79b in __divdi3 () from /lib/libgcc_s.so.1 Cannot access memory at address 0xbfffecbc
Code TEXT :
Game mode: File /usr/share/games/warmux/game_mode/classic_objects.xml does not exist, use the default one instead. Game mode: File /usr/share/games/warmux/game_mode/classic_objects.xml does not exist, use the default one instead. Current rules: classic o Initialisation o Initialise map o Ground initialization... done o Initialise teams o Initialise sounds [ Starting a new game ] [Music] Unable to find profile Playing character : 1 Chilly Willy Playing team : 1 Tux Alive characters: 10 / 10 *** glibc detected *** warmux: malloc(): smallbin double linked list corrupted: 0xacd2d800 *** ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6(+0x6b591)[0xab0591] /lib/tls/i686/cmov/libc.so.6(+0x6e710)[0xab3710] /lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x5c)[0xab4f9c] /usr/lib/libstdc++.so.6(_Znwj+0x27)[0x532c07] /usr/lib/libstdc++.so.6(_ZNSs4_Rep9_S_createEjjRKSaIcE+0x66)[0x50cd06] warmux(_ZNSsC1IPcEET_S1_RKSaIcE+0x3b)[0x806750b] warmux[0x80ebbc8] warmux[0x8090579] warmux[0x808bb9e] warmux[0x80eb530] warmux[0x80d945c] warmux[0x807c9c0] warmux[0x807cda1] warmux[0x807e2e0] warmux[0x807e7ee] warmux[0x8080356] warmux[0x810decf] warmux[0x811ecc2] warmux[0x811d27d] warmux[0x811d465] warmux[0x811d5ee] warmux[0x811e19e] warmux[0x80edc8c] warmux[0x80ef12f] /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xa5bbd6] warmux[0x804dcc1] ======= Memory map: ======== 00110000-00124000 r-xp 00000000 08:06 138717 /usr/lib/libfribidi.so.0.3.1 00124000-00125000 r--p 00013000 08:06 138717 /usr/lib/libfribidi.so.0.3.1 00125000-00126000 rw-p 00014000 08:06 138717 /usr/lib/libfribidi.so.0.3.1 00126000-0013b000 r-xp 00000000 08:06 135106 /lib/tls/i686/cmov/libpthread-2.11.1.so 0013b000-0013c000 r--p 00014000 08:06 135106 /lib/tls/i686/cmov/libpthread-2.11.1.so 0013c000-0013d000 rw-p 00015000 08:06 135106 /lib/tls/i686/cmov/libpthread-2.11.1.so 0013d000-0013f000 rw-p 00000000 00:00 0 0013f000-00188000 r-xp 00000000 08:06 143547 /usr/lib/libmikmod.so.2.0.4 00188000-00189000 r--p 00048000 08:06 143547 /usr/lib/libmikmod.so.2.0.4 00189000-0018a000 rw-p 00049000 08:06 143547 /usr/lib/libmikmod.so.2.0.4 0018a000-0018b000 rw-p 00000000 00:00 0 0018b000-00192000 r-xp 00000000 08:06 139385 /usr/lib/libvorbisfile.so.3.3.2 00192000-00193000 r--p 00006000 08:06 139385 /usr/lib/libvorbisfile.so.3.3.2 00193000-00194000 rw-p 00007000 08:06 139385 /usr/lib/libvorbisfile.so.3.3.2 00194000-00196000 r-xp 00000000 08:06 138415 /usr/lib/libXau.so.6.0.0 00196000-00197000 r--p 00001000 08:06 138415 /usr/lib/libXau.so.6.0.0 00197000-00198000 rw-p 00002000 08:06 138415 /usr/lib/libXau.so.6.0.0 00199000-001ab000 r-xp 00000000 08:06 143550 /usr/lib/libSDL_gfx.so.13.5.2 001ab000-001ac000 r--p 00011000 08:06 143550 /usr/lib/libSDL_gfx.so.13.5.2 001ac000-001ad000 rw-p 00012000 08:06 143550 /usr/lib/libSDL_gfx.so.13.5.2 001ad000-001ae000 rw-p 00000000 00:00 0 001ae000-00212000 r-xp 00000000 08:06 138406 /usr/lib/libSDL-1.2.so.0.11.3 00212000-00213000 r--p 00063000 08:06 138406 /usr/lib/libSDL-1.2.so.0.11.3 00213000-00214000 rw-p 00064000 08:06 138406 /usr/lib/libSDL-1.2.so.0.11.3 00214000-0023c000 rw-p 00000000 00:00 0 0023c000-002ad000 r-xp 00000000 08:06 143879 /usr/lib/libfreetype.so.6.3.22 002ad000-002b1000 r--p 00070000 08:06 143879 /usr/lib/libfreetype.so.6.3.22 002b1000-002b2000 rw-p 00074000 08:06 143879 /usr/lib/libfreetype.so.6.3.22 002b2000-002d1000 r-xp 00000000 08:06 139024 /usr/lib/libjpeg.so.62.0.0 002d1000-002d2000 r--p 0001e000 08:06 139024 /usr/lib/libjpeg.so.62.0.0 002d2000-002d3000 rw-p 0001f000 08:06 139024 /usr/lib/libjpeg.so.62.0.0 002d4000-002d9000 r-xp 00000000 08:06 143562 /usr/lib/libSDL_ttf-2.0.so.0.6.3 002d9000-002da000 r--p 00004000 08:06 143562 /usr/lib/libSDL_ttf-2.0.so.0.6.3 002da000-002db000 rw-p 00005000 08:06 143562 /usr/lib/libSDL_ttf-2.0.so.0.6.3 002db000-002e2000 r-xp 00000000 08:06 135110 /lib/tls/i686/cmov/librt-2.11.1.so 002e2000-002e3000 r--p 00006000 08:06 135110 /lib/tls/i686/cmov/librt-2.11.1.so 002e3000-002e4000 rw-p 00007000 08:06 135110 /lib/tls/i686/cmov/librt-2.11.1.so 002e6000-00301000 r-xp 00000000 08:06 130684 /lib/ld-2.11.1.so 00301000-00302000 r--p 0001a000 08:06 130684 /lib/ld-2.11.1.so 00302000-00303000 rw-p 0001b000 08:06 130684 /lib/ld-2.11.1.so 00303000-00317000 r-xp 00000000 08:06 138642 /usr/lib/libdirect-1.2.so.0.8.0 00317000-00318000 r--p 00013000 08:06 138642 /usr/lib/libdirect-1.2.so.0.8.0 00318000-00319000 rw-p 00014000 08:06 138642 /usr/lib/libdirect-1.2.so.0.8.0 00319000-00331000 r-xp 00000000 08:06 139422 /usr/lib/libxcb.so.1.1.0 00331000-00332000 r--p 00017000 08:06 139422 /usr/lib/libxcb.so.1.1.0 00332000-00333000 rw-p 00018000 08:06 139422 /usr/lib/libxcb.so.1.1.0 00333000-00337000 r-xp 00000000 08:06 138426 /usr/lib/libXdmcp.so.6.0.0 00337000-00338000 r--p 00003000 08:06 138426 /usr/lib/libXdmcp.so.6.0.0 00338000-00339000 rw-p 00004000 08:06 138426 /usr/lib/libXdmcp.so.6.0.0 0033b000-00346000 r-xp 00000000 08:06 143554 /usr/lib/libSDL_image-1.2.so.0.8.2 00346000-00347000 r--p 0000a000 08:06 143554 /usr/lib/libSDL_image-1.2.so.0.8.2 00347000-00348000 rw-p 0000b000 08:06 143554 /usr/lib/libSDL_image-1.2.so.0.8.2 00348000-00358000 rw-p 00000000 00:00 0 00358000-00471000 r-xp 00000000 08:06 138411 /usr/lib/libX11.so.6.3.0 00471000-00472000 r--p 00118000 08:06 138411 /usr/lib/libX11.so.6.3.0 00472000-00474000 rw-p 00119000 08:06 138411 /usr/lib/libX11.so.6.3.0 00474000-00475000 rw-p 00000000 00:00 0 00475000-0055e000 r-xp 00000000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 0055e000-0055f000 ---p 000e9000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 0055f000-00563000 r--p 000e9000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 00563000-00564000 rw-p 000ed000 08:06 139320 /usr/lib/libstdc++.so.6.0.13 00564000-0056b000 rw-p 00000000 00:00 0 0056b000-00571000 r-xp 00000000 08:06 139031 /usr/lib/libkrb5support.so.0.1 00571000-00572000 r--p 00005000 08:06 139031 /usr/lib/libkrb5support.so.0.1 00572000-00573000 rw-p 00006000 08:06 139031 /usr/lib/libkrb5support.so.0.1 00575000-00592000 r-xp 00000000 08:06 130742 /lib/libgcc_s.so.1 00592000-00593000 r--p 0001c000 08:06 130742 /lib/libgcc_s.so.1 00593000-00594000 rw-p 0001d000 08:06 130742 /lib/libgcc_s.so.1 00594000-005c4000 r-xp 00000000 08:06 138994 /usr/lib/libidn.so.11.5.44 005c4000-005c5000 r--p 0002f000 08:06 138994 /usr/lib/libidn.so.11.5.44 005c5000-005c6000 rw-p 00030000 08:06 138994 /usr/lib/libidn.so.11.5.44 005c7000-005ea000 r-xp 00000000 08:06 139427 /lib/libpng12.so.0.42.0 005ea000-005eb000 r--p 00022000 08:06 139427 /lib/libpng12.so.0.42.0 005eb000-005ec000 rw-p 00023000 08:06 139427 /lib/libpng12.so.0.42.0 005ec000-00630000 r-xp 00000000 08:06 143726 /usr/lib/libldap_r-2.4.so.2.5.4 00630000-00631000 r--p 00043000 08:06 143726 /usr/lib/libldap_r-2.4.so.2.5.4 00631000-00632000 rw-p 00044000 08:06 143726 /usr/lib/libldap_r-2.4.so.2.5.4 00632000-00633000 rw-p 00000000 00:00 0 00633000-00635000 r-xp 00000000 08:06 130755 /lib/libkeyutils-1.2.so 00635000-00636000 r--p 00001000 08:06 130755 /lib/libkeyutils-1.2.so 00636000-00637000 rw-p 00002000 08:06 130755 /lib/libkeyutils-1.2.soAborted
This freeze resulted from me changing the resolution of the game during the middle of a local game:
Code TEXT :
Code TEXT :
[ Starting a new game ]
[Music] Unable to find profile
Playing character : 1 Bugtracker
Playing team : 0 Bugzilla
Alive characters: 6 / 6
o MSG: It's a present!
Playing character : 1 Phoenix
Playing team : 1 Firefox
Alive characters: 6 / 6
Playing character : 2 Zarro Boogs
Playing team : 0 Bugzilla
Alive characters: 6 / 6
Playing character : 0 Mozilla browser
Playing team : 1 Firefox
Alive characters: 6 / 6
o MSG: What a shame for Bugzilla - he was killed by a simple gun!
Playing character : 3 Mozilla project
Playing team : 0 Bugzilla
Alive characters: 5 / 6
Playing character : 0 Mozilla browser
Playing team : 1 Firefox
Alive characters: 6 / 6
o MSG: Bugtracker from Bugzilla team has died.
Playing character : 4 Netscape Communications
Playing team : 0 Bugzilla
Alive characters: 4 / 6
o Locale:
o Bind text domain to: /usr/local/share/locale
o Codeset: UTF-8
o Text domain: warmux
Program received signal SIGSEGV, Segmentation fault.
0x0805f29e in Surface::GetHeight (this=0x948bd80) at ./graphic/surface.h:177
177 inline int GetHeight() const { return surface->h; }
(gdb) bt
#0 0x0805f29e in Surface::GetHeight (this=0x948bd80)
at ./graphic/surface.h:177
#1 0x080a017e in Sprite::Blit (this=0x948bd40, dest=..., pos_x=4183810373,
pos_y=4141687615) at ./graphic/sprite.h:203
#2 0x080a0207 in Sprite::Blit (this=0x948bd40, dest=..., pos=...)
at ./graphic/sprite.h:205
#3 0x080a582b in Sprite::DrawXY (this=0x948bd40, pos=...)
at graphic/sprite.cpp:274
#4 0x080e6ede in Interface::DrawClock (this=0x8f32890, time_pos=...)
at interface/interface.cpp:315
#5 0x080e6dcc in Interface::DrawTimeInfo (this=0x8f32890)
at interface/interface.cpp:302
#6 0x080e86e5 in Interface::Draw (this=0x8f32890)
at interface/interface.cpp:555
#7 0x08088c20 in Game::Draw (this=0x9477ca0) at game/game.cpp:609
#8 0x08088dc9 in Game::CallDraw (this=0x9477ca0) at game/game.cpp:651
#9 0x0808966a in Game::MainLoop (this=0x9477ca0) at game/game.cpp:845
#10 0x08088e75 in Game::Run (this=0x9477ca0) at game/game.cpp:683
#11 0x08087cc4 in Game::Start (this=0x9477ca0, bench=false)
at game/game.cpp:363
#12 0x08127231 in GameMenu::signal_ok (this=0xbffff214)
at menu/game_menu.cpp:133
#13 0x0813495a in Menu::mouse_ok (this=0xbffff214) at menu/menu.cpp:211
---Type <return> to continue, or q <return> to quit---
#14 0x081349f7 in Menu::BasicOnClickUp (this=0xbffff214, mousePosition=...)
at menu/menu.cpp:228
#15 0x08134f5e in Menu::HandleEvent (this=0xbffff214, evnt=...)
at menu/menu.cpp:396
#16 0x08135051 in Menu::HandleEvents (this=0xbffff214) at menu/menu.cpp:420
#17 0x08135170 in Menu::Run (this=0xbffff214, skip_menu=false)
at menu/menu.cpp:453
#18 0x0810230a in AppWarmux::Main (this=0x827ee18) at main.cpp:118
#19 0x081033be in main (argc=1, argv=0xbffff4e4) at main.cpp:514
(gdb)
Ok, now I know that "pkill -9 warmux" prevents "bt" from giving good results; so I'm running warmux windowed instead.
Here's another crash that occured mid-game, apparently randomly, in a multiplayer game, with good "bt" this time:
Code TEXT :
Edit by lordjj On 03/04/11 at 00h16
Here's another crash that occured mid-game, apparently randomly, in a multiplayer game, with good "bt" this time:
Code TEXT :
[ Starting a new game ]
[Music] Unable to find profile
Playing character : 1 Connochaetes gnu
Playing team : 1 Gnu
Alive characters: 6 / 6
Playing character : 1 Chilly Willy
Playing team : 2 Tux
Alive characters: 6 / 6
o MSG: Tux is next to a mine!
o MSG: NetBSD is next to a mine!
o MSG: Linux from Gnu team has fallen off the map!
Sound error: No sound found for sampledefault/weapon/mine_fake
Playing character : 1 FreeBSD
Playing team : 0 Beastie
Alive characters: 6 / 6
Playing character : 2 Not UNIX
Playing team : 1 Gnu
Alive characters: 5 / 6
include/action_handler.cpp:844: Missed assertion "remote_seed == local_seed".
Program received signal SIGABRT, Aborted.
0x0012d422 in __kernel_vsyscall ()
(gdb) bt
#0 0x0012d422 in __kernel_vsyscall ()
#1 0x00666926 in kill () from /lib/tls/i686/cmov/libc.so.6
#2 0x081d49f0 in WakeUpDebugger () at ./base/error.cpp:43
#3 0x081d4a82 in MissedAssertion (
filename=0x81e7621 "include/action_handler.cpp", line=844,
message=0x81e7b0b "remote_seed == local_seed") at ./base/error.cpp:55
#4 0x080dcfd0 in Action_Network_VerifyRandomSync (a=0xb0465940)
at include/action_handler.cpp:844
#5 0x081d23fe in WActionHandler::Exec (this=0xb0f5a3bc, a=0xb0465940)
at ./action/action_handler.cpp:104
#6 0x080df465 in ActionHandler::ExecActionsForOneFrame (this=0xb0f5a3b8)
at include/action_handler.cpp:1166
#7 0x08089409 in Game::MainLoop (this=0xaf560c28) at game/game.cpp:805
#8 0x08088e75 in Game::Run (this=0xaf560c28) at game/game.cpp:683
#9 0x08087cc4 in Game::Start (this=0xaf560c28, bench=false)
at game/game.cpp:363
#10 0x0813df29 in NetworkMenu::signal_ok (this=0xbfffedd0)
at menu/network_menu.cpp:323
#11 0x0813495a in Menu::mouse_ok (this=0xbfffedd0) at menu/menu.cpp:211
#12 0x081349f7 in Menu::BasicOnClickUp (this=0xbfffedd0, mousePosition=...)
at menu/menu.cpp:228
#13 0x08134f5e in Menu::HandleEvent (this=0xbfffedd0, evnt=...)
at menu/menu.cpp:396
---Type <return> to continue, or q <return> to quit---
#14 0x0813e732 in NetworkMenu::HandleEvent (this=0xbfffedd0, evnt=...)
at menu/network_menu.cpp:470
#15 0x08135051 in Menu::HandleEvents (this=0xbfffedd0) at menu/menu.cpp:420
#16 0x08135170 in Menu::Run (this=0xbfffedd0, skip_menu=false)
at menu/menu.cpp:453
#17 0x08139fe4 in NetworkConnectionMenu::signal_ok (this=0xbffff0c8)
at menu/network_connection_menu.cpp:600
#18 0x08134a70 in Menu::key_ok (this=0xbffff0c8) at menu/menu.cpp:239
#19 0x08134ea2 in Menu::HandleEvent (this=0xbffff0c8, evnt=...)
at menu/menu.cpp:371
#20 0x08139711 in NetworkConnectionMenu::HandleEvent (this=0xbffff0c8,
evnt=...) at menu/network_connection_menu.cpp:438
#21 0x08135051 in Menu::HandleEvents (this=0xbffff0c8) at menu/menu.cpp:420
#22 0x08135170 in Menu::Run (this=0xbffff0c8, skip_menu=false)
at menu/menu.cpp:453
#23 0x08102365 in AppWarmux::Main (this=0x82881a0) at main.cpp:125
#24 0x081033be in main (argc=1, argv=0xbffff4e4) at main.cpp:514
(gdb)
Edit by lordjj On 03/04/11 at 00h16
5 Users online :: 0 Administrator, 0 Moderator, 0 Member and 5 Visitors
Users online: No member online
Users online: No member online
Answer
You aren't allowed to write in this category
Log in
Sign up








