http://bugs.winehq.org/show_bug.cgi?id=11836
Matt Jervis polesapart@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |polesapart@gmail.com
--- Comment #28 from Matt Jervis polesapart@gmail.com 2008-08-06 04:27:09 --- A similar bug seems to exist in InDesign with the open and place dialogs. When clicking File->Open or File->Place the app crashes with the following message:
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented wine: Unhandled page fault on read access to 0x00000000 at address 0x4e9fe723 (thread 001c), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x4e9fe723).
However, applying Vincent's patch doesn't appear to solve the problem, so not sure if it is the same problem.
In the case of indesign the crash occurs in the SendCustomDlgNotificationMessage(hwnd,CDN_INITDONE) function call; as soon as the WM_NOTIFY message is sent, the application page faults.