You have to save the game every 10 minutes due to the mini dumps and C++ runtime errors when trying to open a function....not sure what the function is without the PDB file....
005EB6F7 mov esp,dword ptr [ebp-18h]
005EB6FA mov dword ptr [ebp-4],0FFFFFFFEh
005EB701 mov eax,0FFh
005EB706 call 005EF645
005EB70B ret
005EB70C call 005F4DFA 005EB711 jmp 005EB52D
005EB716 push ebp
005EB717 mov ebp,esp
005EB719 sub esp,328h
005EB71F mov dword ptr ds:[006C16C8h],eax
005EB724 mov dword ptr ds:[6C16C4h],ecx
005EB72A mov dword ptr ds:[6C16C0h],edx
As a programmer the Runtime errors are poor error trapping in the programming in that there is no check for an exception occurring....not a good thing at all!!