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... :/
http://bugs.winehq.org/show_bug.cgi?id=21333
Roland Haeder roland@mxchange.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roland@mxchange.org
--- Comment #1 from Roland Haeder roland@mxchange.org 2010-01-11 18:20:28 --- Ok, a window "Another Orbit instance is already" popped up, but the game is back in place. Strange...
http://bugs.winehq.org/show_bug.cgi?id=21333
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Vincent Povirk madewokherd@gmail.com 2010-01-11 20:53:56 --- First chance exceptions are perfectly normal. They are not bugs.
http://bugs.winehq.org/show_bug.cgi?id=21333
--- Comment #3 from Roland Haeder roland@mxchange.org 2010-01-11 20:57:35 --- Okay, I wasn't aware of this. Maybe someone can add a note to the bug tracker, that "first chance exceptions" are completely normal?
http://bugs.winehq.org/show_bug.cgi?id=21333
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2010-01-11 21:03:39 --- It's not usually a problem, as first chance exceptions only show up when running a program through winedbg. This is not a common thing to do.
What led you to run your program in winedbg? If it was some guide, it may be worth putting a note there.
http://bugs.winehq.org/show_bug.cgi?id=21333
--- Comment #5 from Roland Haeder roland@mxchange.org 2010-01-11 21:09:28 --- I let it run on winedbg because I tried to find something useful in the output for keyboard loose and other strange crashes (e.g. while changing view). But when I saw that exception dump... woah!
Anyway. I can only (partly) play the game with native DLLs and still some add-ons are not working because they require MSVCR80.dll/MSVCP80.dll. :(
I add another report tomorrow, now it is time to head for bed...
http://bugs.winehq.org/show_bug.cgi?id=21333
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2010-01-12 16:56:19 --- Closing invalid.
https://bugs.winehq.org/show_bug.cgi?id=21333
crystalthetreehugger@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |crystalthetreehugger@gmail. | |com
https://bugs.winehq.org/show_bug.cgi?id=21333
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |focht@gmx.net Summary|Orbiter crashes with page |Orbiter (simulation game) |fault on read access to |reports first chance |0x03320000 in 32-bit code |exceptions in debugger (by |(0x7cf31860). |design)