Skip to main content
Topic: [bug r2853] Crash when loading savegame (Read 1798 times) previous topic - next topic

[bug r2853] Crash when loading savegame

r2853 GDI compiled with MSYS+MinGW
r2850 didn't have this problem.

[edit]
I could reproduced it, and attached test savegame.

Quote
sim.exe caused an Access Violation at location 0063be50 in module sim.exe Reading from location 00000015.

Registers:
eax=00000010 ebx=0023be00 ecx=00000000 edx=00000bc0 esi=006d0074 edi=00730070
eip=0063be50 esp=0023ba3c ebp=0023c098 iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000202

Call stack:
0063BE50  sim.exe:0063BE50  minivec_tpl<linieneintrag_t>::get_count() const  minivec_tpl.h:152
004D966E  sim.exe:004D966E  loadsave_frame_t::action(char const*)  loadsave_frame.cc:35
00572DB1  sim.exe:00572DB1  simu_main(int, char**)  simmain.cc:1010
005DF1B7  sim.exe:005DF1B7  WinMain  simsys_w16.cc:791
00401247  sim.exe:00401247
00401298  sim.exe:00401298
7C817077  kernel32.dll:7C817077  RegisterWaitForInputIdle

 

Re: [bug r2853] Crash when loading savegame

Reply #1
SOme check for invalid schedule got lost when rearranging schedule update. should work again.