http://bugs.winehq.org/show_bug.cgi?id=9638
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|oleaut32 |-unknown
--- Comment #10 from Anastasius Focht focht@gmx.net 2011-12-14 09:06:21 CST --- Hello,
the app installs/starts successfully with following recipe:
$ bash winetricks -q vbrun60 wsh57
The full gui can be shown by double clicking systray icon.
Though there is still a (different) crash on update (first install) or shutdown. Might be a regression, deserving separate bug.
--- snip --- fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x9c564b0 fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x9c564b0 fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x9c57c88 wine: Unhandled page fault on read access to 0x00bbf894 at address 0x790136c4 (thread 000b), starting debugger... err:ntdll:RtlpWaitForCriticalSection section 0x40b468 "?" wait timed out in thread 0034, blocked by 0033, retrying (60 sec) Unhandled exception: page fault on read access to 0x00bbf894 in 32-bit code (0x790136c4). ... Backtrace: =>0 0x790136c4 DropTargetWrapper_Release+0x4f(iface=0x147e4c0) [/home/focht/projects/wine/wine-git/dlls/ole32/ole2.c:425] in ole32 (0x0033fbd0) 1 0x7903d253 stub_manager_delete+0xd6(m=0x147c8f0) [/home/focht/projects/wine/wine-git/dlls/ole32/stubmanager.c:245] in ole32 (0x0033fc20) 2 0x7903d419 stub_manager_int_release+0xc6(This=0x147c8f0) [/home/focht/projects/wine/wine-git/dlls/ole32/stubmanager.c:286] in ole32 (0x0033fc60) 3 0x78fe64ec apartment_release+0x203(apt=0x12a458) [/home/focht/projects/wine/wine-git/dlls/ole32/compobj.c:718] in ole32 (0x0033fce0) 4 0x78fe8108 CoUninitialize+0x149() [/home/focht/projects/wine/wine-git/dlls/ole32/compobj.c:1507] in ole32 (0x0033fd40) 5 0x790131ae OleUninitialize+0xfb() [/home/focht/projects/wine/wine-git/dlls/ole32/ole2.c:263] in ole32 (0x0033fd80) 6 0x6600e933 in msvbvm60 (+0xe932) (0x0033fd9c) 0x790136c4 DropTargetWrapper_Release+0x4f [/home/focht/projects/wine/wine-git/dlls/ole32/ole2.c:425] in ole32: movl 0x0(%eax),%eax 425 IDropTarget_Release(This->inner);
--- snip ---
$ sha1sum fileant.exe 1ec5daa9cabaf6960b20c5f06f1530c02c9ad6c8 fileant.exe
$ wine --version wine-1.3.34-295-g4918d91
Regards