http://bugs.winehq.org/show_bug.cgi?id=31336
--- Comment #8 from olelukoie olelukoie@mail.ru 2012-09-22 02:37:45 CDT --- Created attachment 41776 --> http://bugs.winehq.org/attachment.cgi?id=41776 winedbg log of a crash
I can confirm the bug. The same (seemingly) crash occurs sometimes when loading saved games. I've run the game under winedbg and attaching the log. Looks like the problem somewhere in ntdll or kernel32.
PS and notice the first stop with message:
start_process () at /home/olelukoie/wine/dlls/kernel32/process.c:1083 0x7b85bf43 start_process+0x53 [/home/olelukoie/wine/dlls/kernel32/process.c:1083] in kernel32: movl %edi,0x4(%esp) 1083 return call_process_entry( peb, entry );
Is it normal?