UFO:Alien Invasion

Archive => Bugs prior to release 2.3 => Topic started by: 8472 on July 26, 2009, 09:48:42 pm

Title: Grid_MoveLength: Assertion .... failed - R25427
Post by: 8472 on July 26, 2009, 09:48:42 pm
R25427

the same mission like mentioned here http://ufoai.ninex.info/forum/index.php?topic=3893.0 , but different game crash to the desktop:
Quote
Team 0 ended round, team 1's round started!
Team 1 ended round, team 7's round started!
ufo: src/common/cmodel.c:2015: Grid_MoveLength: Assertion `crouchingState == 0 || crouchingState == 1' failed.
./ufo(Sys_Backtrace+0x1f)[0x8192272]
./ufo[0x81922d2]
[0xb7f45400]
/lib/tls/i686/cmov/libc.so.6(abort+0x188)[0xb7785098]
/lib/tls/i686/cmov/libc.so.6(__assert_fail+0xee)[0xb777c5ce]
./ufo(Grid_MoveLength+0x70)[0x813dd09]
./base/game.so[0xaf50e698]
./base/game.so[0xaf50fcf4]
./base/game.so(AI_ActorThink+0x406)[0xaf510475]
./base/game.so(AI_Run+0x173)[0xaf5107ae]
./base/game.so(G_RunFrame+0x1dc)[0xaf52540e]
./ufo(SV_RunGameFrame+0x10)[0x8160c09]
./ufo(SV_Frame+0x56)[0x8165afd]
./ufo[0x814104f]
./ufo(Qcommon_Frame+0x9a)[0x8141318]
./ufo(main+0x66)[0x8190fd5]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb776e775]
./ufo[0x8069f31]
./ufo(Sys_Backtrace+0x1f)[0x8192272]
./ufo(Sys_Error+0x22)[0x81913ec]
./ufo(Sys_InitSignals+0x0)[0x81922e5]
[0xb7f45400]
/lib/tls/i686/cmov/libc.so.6(abort+0x188)[0xb7785098]
/lib/tls/i686/cmov/libc.so.6(__assert_fail+0xee)[0xb777c5ce]
./ufo(Grid_MoveLength+0x70)[0x813dd09]
./base/game.so[0xaf50e698]
./base/game.so[0xaf50fcf4]
./base/game.so(AI_ActorThink+0x406)[0xaf510475]
./base/game.so(AI_Run+0x173)[0xaf5107ae]
./base/game.so(G_RunFrame+0x1dc)[0xaf52540e]
./ufo(SV_RunGameFrame+0x10)[0x8160c09]
./ufo(SV_Frame+0x56)[0x8165afd]
./ufo[0x814104f]
./ufo(Qcommon_Frame+0x9a)[0x8141318]
./ufo(main+0x66)[0x8190fd5]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb776e775]
./ufo[0x8069f31]
Error: Received signal 6.
Title: Re: Grid_MoveLength: Assertion .... failed - R25427
Post by: geever on July 26, 2009, 10:05:21 pm
See our Debugging (http://ufoai.ninex.info/wiki/index.php/Debugging) article and help finding out what went wrong, please.

-geever
Title: Re: Grid_MoveLength: Assertion .... failed - R25427
Post by: 8472 on July 28, 2009, 12:18:01 pm
See our Debugging (http://ufoai.ninex.info/wiki/index.php/Debugging) article and help finding out what went wrong, please.

-geever

if i would be able to reproduce this bug, then i will try to debug it, but since then it didn't reappeared
Title: Re: Grid_MoveLength: Assertion .... failed - R25427
Post by: Duke on August 09, 2009, 11:48:47 pm
Nevermind, it's fixed in R25606 :)