http://bugs.winehq.org/show_bug.cgi?id=21333
Summary: Orbiter crashes with page fault on read access to 0x03320000 in 32-bit code (0x7cf31860). Product: Wine Version: 1.1.36 Platform: x86 URL: http://www.orbitersim.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: roland@mxchange.org
Created an attachment (id=25680) --> (http://bugs.winehq.org/attachment.cgi?id=25680) "bt all" backtrace.
When I start wine as follows I got a "page fault on read access" message in under-laying terminal window:
====================================================================== quix0r@quix0r:~/.wine/drive_c/Games/Orbiter$ winedbg orbiter 2>debug.log WineDbg starting on pid 001f start_process () at /home/quix0r/git/wine-git/dlls/kernel32/process.c:1037 0x7ee4892f start_process+0x4f [/home/quix0r/git/wine-git/dlls/kernel32/process.c:1037] in kernel32: movl %esi,0x0(%esp) 1037 return entry( peb ); Wine-dbg>cont First chance exception: page fault on read access to 0x03320000 in 32-bit code (0x7d4d9860). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7d4d9860 ESP:00a9df28 EBP:00001000 EFLAGS:00010212( R- -- I -A- - ) EAX:00000008 EBX:00000002 ECX:7c062008 EDX:03320000 ESI:03320000 EDI:7c062008 Stack dump: 0x00a9df28: 7c062008 00000008 00000000 00000008 0x00a9df38: 00001000 00000000 00000001 00000001 0x00a9df48: 00000001 00000300 03320000 7d4d99f8 0x00a9df58: 7c062008 03320000 00001000 00000002 0x00a9df68: 00f81b00 7d4bc480 00000001 7cc6b87e 0x00a9df78: 7c062008 03320000 00001000 00f81b00 Backtrace: 0x7d4d9860: movl 0x0(%edx),%eax ====================================================================== Attached is the "bt all" backtrace. Now comes something wired:
Once I quit the wine debugger console and entered the same (!) command, entered "cont" like above again, the program launches... :/