http://bugs.winehq.org/show_bug.cgi?id=23492
--- Comment #5 from Anastasius Focht focht@gmx.net 2011-04-28 14:09:50 CDT --- Hello,
this bug also affects "MDI2PDF Converter" (http://www.bugysoft.com/setup.exe), which seems to be the successor of MDIViewer (bug 10528).
$ wine --version wine-1.3.18-312-ge594268
$ sha1sum setup.exe 997034a94e998aacd100abdcb1ec57da6a200343 setup.exe
You need winetricks vcrun6 and vb6run
The app crashes immediately on startup.
--- snip --- ... fixme:atl:AtlModuleInit SEMI-STUB (0x2e857e08 0x2e852e38 0x2e800000) fixme:gdi:ExtCreatePen Hatches not implemented fixme:atl:AtlIPersistStreamInit_Load (0xa219ec, 0x2e853c38, 0xd424d8, 0xd424d8) fixme:atl:AtlModuleRegisterWndClassInfoW 0x2e857e08 0x2e8543c0 0xd42550 semi-stub wine: Unhandled page fault on read access to 0x00000000 at address 0x2e81e314 (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x2e81e314). --- snip ---
If you fix the wndproc, the app starts successfully.
Regards