http://bugs.winehq.org/show_bug.cgi?id=15270
Summary: Newest MapSource version (6.14.1) doesn't run anymore with wine 1.1.4 Product: Wine Version: 1.1.4 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: sbuehne@web.de
Created an attachment (id=16066) --> (http://bugs.winehq.org/attachment.cgi?id=16066) wine error during startup of mapsource
I could run successfully mapsource version 6.11 inlcuding all functions with wine version 1.1.4 on openSuse 11.0 After applying an upgrade to the software mapsource, wine crashes during program start with the error message:
... wine: Unhandled page fault on write access to 0x003c1000 at address 0x9863ab (thread 0009), starting debugger... Unhandled exception: page fault on write access to 0x003c1000 in 32-bit code (0x009863ab). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:009863ab ESP:0033e0b8 EBP:0033e0c0 EFLAGS:00010202( - 00 - -RI1) EAX:003c0000 EBX:011d0d70 ECX:01ffffce EDX:00000000 ESI:011d1d70 EDI:003c1000 ..
I have created a trace file for this error with the command:
echo quit | WINEDEBUG=+relay wine MapSource.exe >& filename.out; and tailed the last 1000 lines to the attached log file, inlcuding the error message.