http://bugs.winehq.org/show_bug.cgi?id=3798
Summary: Comdlg32 - commdlg:PRINTDLG_PageDlgProcA Setup Unhandled page fault Product: Wine Version: 0.9 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gdi-(printing) AssignedTo: wine-bugs@winehq.org ReportedBy: elektroschock@linuxmail.org
When using menu entry "page setup" for printing in notepad2.exe (freeware from http://www.flos-freeware.ch/) with Wine 0.9 or Wine 0.9.1
wine notepad2 ...
fixme:commdlg:PRINTDLG_PageDlgProcA Setup page hook failed? wine: Unhandled page fault on read access to 0x0000002c at address 0x40b210c6 (thread 0009), starting debugger... WineDbg starting on pid 0x8 Unhandled exception: page fault on read access to 0x0000002c in 32-bit code (0x40b210c6). In 32 bit mode. Register dump: CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033 EIP:40b210c6 ESP:406be400 EBP:406be7bc EFLAGS:00210206( - 00 - RIP1) EAX:00000000 EBX:40b293c0 ECX:00000001 EDX:00000000 ESI:403ad560 EDI:40b25dfc Stack dump: 0x406be400: 00000000 40b7bea4 40b25fe6 40b25e94 0x406be410: 0001007e 00000018 00000001 00000000 0x406be420: 009901cb 40000005 00000000 00000001 0x406be430: 0001007e 4085d628 403ad600 0001007a 0x406be440: 403ad560 0001007e 00000003 00000000 0x406be450: 009901cb 4085d628 0001007e 009901cb Backtrace: =>1 0x40b210c6 PRINTDLG_PageDlgProcA+0x1c6 in comdlg32 (0x406be7bc) 2 0x4083a3d7 WINPROC_wrapper+0x17 in user32 (0x406be7e0) 3 0x4083ae2a WINPROC_CallWndProc+0x6a in user32 (0x406be81c) 4 0x40840f65 CallWindowProcA+0x105 in user32 (0x406be85c) 5 0x407d3857 DefDlgProcA+0x87 in user32 (0x406be88c) 6 0x4083a3d7 WINPROC_wrapper+0x17 in user32 (0x406be8b0) 7 0x4083ae2a WINPROC_CallWndProc+0x6a in user32 (0x406be8ec) 8 0x4083e03e CallWindowProcW+0x5be in user32 (0x406bedec) 9 0x40809b63 call_window_proc+0xe3 in user32 (0x406bee50) 10 0x4080a4c0 SendMessageTimeoutW+0x180 in user32 (0x406beeb4) 11 0x4080a51c SendMessageW+0x4c in user32 (0x406beee0) 12 0x407da1c6 DIALOG_CreateIndirect+0x1846 in user32 (0x406bf018) 13 0x407da766 DialogBoxIndirectParamAorW+0x46 in user32 (0x406bf038) 14 0x407da822 DialogBoxIndirectParamA+0x42 in user32 (0x406bf05c) 15 0x40b1f34f PageSetupDlgA+0x26f in comdlg32 (0x406bf5ec) 16 0x0041270e in notepad2 (+0x1270e) (0x406bfd0c) 17 0x4083ae2a WINPROC_CallWndProc+0x6a in user32 (0x406bfd48) 18 0x40840f65 CallWindowProcA+0x105 in user32 (0x406bfd88) 19 0x40809f7a DispatchMessageA+0x14a in user32 (0x406bfdbc) 20 0x0041230b in notepad2 (+0x1230b) (0x4080d270) 0x40b210c6 PRINTDLG_PageDlgProcA+0x1c6 in comdlg32: cmpw $2,0x2c(%eax) Wine-dbg>
Can be reproduced.