View Issue Details

IDProjectCategoryView StatusLast Update
0003852Spring engineGeneralpublic2013-08-05 00:38
ReporterGoogle_Frog Assigned Toabma  
PrioritynormalSeverityminorReproducibilityrandom
Status resolvedResolutionunable to reproduce 
Product Version94.1.1+git 
Summary0003852: Crash on game exit
DescriptionThe player Scrangos had a crash upon exiting. His infolog is below but it is truncated. The game was exited with the exit button which appears with the shift+esc key combination in ZK. A link to the button and commands sent by it is below.

http://code.google.com/p/zero-k/source/browse/trunk/mods/zk/LuaUI/Widgets/gui_epicmenu.lua#2186

I did not notice the crash until he timed out which caused the game to end. The chili chat error in the infolog occurs all the time so is probably not relevant.
Steps To ReproduceEngine: 94.1.1-637-gc065013

Infolog: http://pastebin.com/Vme3x2ES
Replay: http://zero-k.info/Battles/Detail/175526
The replay is probably not useful
TagsNo tags attached.
Attached Files
infolog_exit_crash.txt (Attachment missing)
Checked infolog.txt for Errors

Activities

Google_Frog

2013-06-16 09:55

reporter   ~0010875

infolog_exit_crash.txt is a crash which occurred on game exit while I was testing. It happened before the game started but still could be relevant. This one has a non-truncated stracktrace.

Google_Frog

2013-06-23 12:56

reporter   ~0010907

This happens consistently to some people.

abma

2013-06-23 15:07

administrator   ~0010908

translated: C:\\Users\\user\\Documents\\My Games\\Spring Dev\\94.1.1-635-g01f5a8e\\spring.exe 0x0081AA10 rts/ExternalAI/SkirmishAIWrapper.cpp:213
C:\\Windows\\SysWOW64\\ntdll.dll 0x7731E023 ??:0
C:\\Windows\\SysWOW64\\ntdll.dll 0x7731E6A8 ??:0
C:\\Windows\\SysWOW64\\ntdll.dll 0x7731E67F ??:0
C:\\Windows\\syswow64\\KERNELBASE.dll 0x75690641 ??:0
C:\\Users\\user\\Documents\\My Games\\Spring Dev\\94.1.1-635-g01f5a8e\\spring.exe 0x007AB6F3 rts/System/Main.cpp:150
C:\\Users\\user\\Documents\\My Games\\Spring Dev\\94.1.1-635-g01f5a8e\\spring.exe 0x004010FD EngineOutHandler.cpp:0
C:\\Windows\\SysWOW64\\ntdll.dll 0x77329EF2 ??:0
C:\\Windows\\SysWOW64\\ntdll.dll 0x77329EC5 ??:0

IthoughtWeBannedHim

2013-06-23 19:47

reporter   ~0010911

void CSkirmishAIWrapper::Dieing() {

if (ai != NULL) {
ai->Dieing();
}
}

It cant murder AIs that aint there?

abma

2013-06-23 20:02

administrator   ~0010914

code is self-explanatory ?!

stacktrace seems to be corrupted...

abma

2013-08-05 00:38

administrator   ~0011172

please retry with current develop, many bugs / crashes have been fixed...

abma

2013-08-05 00:38

administrator   ~0011173

please create a new report when it still crashes.

Issue History

Date Modified Username Field Change
2013-06-16 08:43 Google_Frog New Issue
2013-06-16 09:54 Google_Frog File Added: infolog_exit_crash.txt
2013-06-16 09:55 Google_Frog Note Added: 0010875
2013-06-23 12:56 Google_Frog Note Added: 0010907
2013-06-23 15:07 abma Note Added: 0010908
2013-06-23 19:47 IthoughtWeBannedHim Note Added: 0010911
2013-06-23 20:02 abma Note Added: 0010914
2013-08-05 00:38 abma Note Added: 0011172
2013-08-05 00:38 abma Assigned To => abma
2013-08-05 00:38 abma Status new => feedback
2013-08-05 00:38 abma Note Added: 0011173
2013-08-05 00:38 abma Status feedback => resolved
2013-08-05 00:38 abma Resolution open => unable to reproduce