project-navigation
Personal tools

Author Topic: Error: Received signal 11.  (Read 2787 times)

Offline Naiwniak

  • Cannon Fodder
  • **
  • Posts: 4
    • View Profile
Error: Received signal 11.
« on: July 08, 2010, 06:24:20 am »
Code: [Select]
-------------------------------------
Connecting to localhost...
connection attempt from loopback connection
load material file: 'materials/africa.mat'
added light, ambient=0.476837
Starting the game...
poprostu has joined team 1
music change to MarineUrbanWarfare (from karlmacklin_geoscape)
music change to PsymongO1 (from MarineUrbanWarfare)
(player 0) It's team 1's round
poprostu has taken control over team 1.
Team 1 ended round
Team 7's round started!
./ufo(Sys_Backtrace+0x20)[0x81acbfa]
./ufo[0x81ad4f4]
[0x184400]
./base/game.so(AI_ActorThink+0xf5)[0x3a49705]
./base/game.so(AI_Run+0x2ba)[0x3a49be8]
./base/game.so(G_RunFrame+0xe8)[0x3a55b68]
./ufo(SV_RunGameFrame+0xe)[0x816b372]
./ufo(SV_Frame+0x3d3)[0x816d7af]
./ufo[0x814a6eb]
./ufo(Qcommon_Frame+0xc4)[0x8149fa4]
./ufo(main+0x5d)[0x81ac931]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x7e8bd6]
./ufo[0x806c821]
./ufo(Sys_Backtrace+0x20)[0x81acbfa]
./ufo(Sys_Error+0x1d)[0x81ad459]
./ufo[0x81ad507]
[0x184400]
./base/game.so(AI_ActorThink+0xf5)[0x3a49705]
./base/game.so(AI_Run+0x2ba)[0x3a49be8]
./base/game.so(G_RunFrame+0xe8)[0x3a55b68]
./ufo(SV_RunGameFrame+0xe)[0x816b372]
./ufo(SV_Frame+0x3d3)[0x816d7af]
./ufo[0x814a6eb]
./ufo(Qcommon_Frame+0xc4)[0x8149fa4]
./ufo(main+0x5d)[0x81ac931]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x7e8bd6]
./ufo[0x806c821]
Error: Received signal 11.

Above console log, ufoconsole.log ends after "Team 7's round started!". It happens almost every time after I end round. Ubuntu 10.04, UFO:AI 2.3 IA-32 Jul 8 2010 Linux RELEASE build 30937

Compiled by using:
Code: [Select]
sudo apt-get install subversion
svn co https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/branches/ufoai_2.3 ufoai_2.3
cd ufoai_2.3
sudo apt-get install devscripts equivs p7zip-full
mk-build-deps
sudo dpkg -i ufoai-build-deps_1.0_all.deb
sudo apt-get install -f
 ./configure --prefix=/usr --enable-release
make
make lang
contrib/scripts/map-get.py upgrade
make pk3
sudo make install
sudo make install_data

Ive replaced only 0maps.pk3 (created by above script) by 0maps.pk3 from SF ufoai-2.3-data.tar because some maps was missing...

HELP! :>
« Last Edit: July 08, 2010, 06:26:19 am by Naiwniak »