http://bugs.winehq.org/show_bug.cgi?id=3184
Summary: Program quits with Unhandled Exception Product: Wine Version: 20050725 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: ineiti@linusetviviane.ch
This is a educatif game for small children that draws on the screen. It starts well, even with sound (wow ;), but after the intro it breaks with a long debug-output. I did a "rm -rf ~/.wine; winecfg" and then just clicked OK. After that I run it. Ah yes, this is a kubuntu with wine from
deb http://wine.sourceforge.net/apt/ binary/
If there is some dbg-magick I can do to give better debug-messages, tell me so.
ineiti@bunti:~$ wine /mnt/iso/klopf_95.exe fixme:font:load_VDMX Failed to retrieve vTable fixme:font:load_VDMX Failed to retrieve vTable fixme:font:load_VDMX Failed to retrieve vTable wine: Unhandled exception (thread 0017), starting debugger... WineDbg starting on pid 0x16 Unhandled exception: page fault on read access to 0x75791000 in 32-bit code (0x7fedb1b0). In 32 bit mode. Register dump: CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033 EIP:7fedb1b0 ESP:7b90f3fc EBP:7b90f414 EFLAGS:00210202( - 00 - -RI1) EAX:00000001 EBX:7ff22cf0 ECX:0099cccc EDX:0099ccff ESI:755849fc EDI:75790ffd Stack dump: 0x7b90f3fc: 00000001 00000001 00000001 00000001 0x7b90f40c: 00000005 000001df 7b90f47c 7fed4e6d 0x7b90f41c: 00000005 000001e0 75790ff1 00000780 0x7b90f42c: 755849ec fffff600 7be830cc 7bbfe218 0x7b90f43c: 7b90f478 7bb7ecfa 7b619e00 fffff600 0x7b90f44c: 00000000 00000001 7b330201 00ff0000 Backtrace: =>1 0x7fedb1b0 in winex11.drv (+0x1b1b0) (0x7b90f414) 2 0x7fed4e6d in winex11.drv (+0x14e6d) (0x7b90f47c) 3 0x7fed6d31 in winex11.drv (+0x16d31) (0x7b90f4cc) 4 0x7fed8549 in winex11.drv (+0x18549) (0x7b90f5b4) 5 0x7fed8755 X11DRV_DIB_CopyDIBSection+0x145 in winex11.drv (0x7b90f664) 6 0x7fec69aa X11DRV_BitBlt+0x28a in winex11.drv (0x7b90f6e4) 7 0x7ad8adc7 BitBlt+0xb7 in gdi32 (0x7b90f730) 8 0x00426b87 in klopf_95 (+0x26b87) (0x00000005) 9 0x00000000 (0x00000000) 0x7fedb1b0: movl 0x0(%edi),%eax Modules: Module Address Debug info Name (85 modules) PE 0x00400000-00535000 Export klopf_95 PE 0x10000000-10017000 Deferred fileio.x32 ELF 0x75aac000-75b20000 Deferred wineps.drv<elf> -PE 0x75ad0000-75b20000 \ wineps.drv
[...]