http://bugs.winehq.org/show_bug.cgi?id=6237
Markus mst@collogia.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mst@collogia.de
--- Comment #12 from Markus mst@collogia.de 2009-09-22 13:52:12 --- Just a short update ...
NULL Pointer exception occurs due to riched20 ITextDocument_fnRange stub. This was verified using debugger and Wine 1.1.29. After replacing it with native dll the program runs along but breaks later at the following steps:
fixme:shdocvw:BindStatusCallback_OnProgress status code 11 fixme:shdocvw:BindStatusCallback_OnProgress status code 14 fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x2685578)->((null) 1 0x32c80c (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x2685578)->((null) 25 2 0x32c820 (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x2685578)->((null) 26 2 0x32c820 (nil)) fixme:shdocvw:ClientSite_GetContainer (0x2685578)->(0x32c85c) fixme:shdocvw:ClOleCommandTarget_Exec (0x2685578)->({000214d1-0000-0000-c000-000000000046} 37 0 0x32c8e8 (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x2685578)->({000214d1-0000-0000-c000-000000000046} 84 0 (nil) 0x32c910) fixme:dwmapi:DwmIsCompositionEnabled 0x32dc30 fixme:win:AnimateWindow partial stub wine: Unhandled page fault on read access to 0x0000001c at address 0x404aca (thread 001c), starting debugger... Unhandled exception: page fault on read access to 0x0000001c in 32-bit code (0x00404aca).
Seems as if a lot of things have to be done ...