http://bugs.winehq.org/show_bug.cgi?id=4063
Summary: wine crashes on exit from webed. Possibly due to OLEPictureImpl_FindConnectionPoint or richedit trouble? Product: Wine Version: 0.9.3. Platform: Other URL: http://www.jsware.net/jsware/webed.php3 OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Run webed. Close it. On the console, one sees the dreaded "OLEPictureImpl_FindConnectionPoint tried to find connection point" error, then Wine itself crashes. Here's a bit of the log:
fixme:ole:OLEPictureImpl_FindConnectionPoint tried to find connection point on {33ad4ed2-6699-11cf-b70c-00aa0060d393}? err:syslevel:_CheckNotSysLevel Holding lock 0x7b707c20 level 3 wine: Unhandled exception 0x80000003 at address 0x7bbb3690 (thread 0009), starting debugger... WineDbg starting on pid 0x8 In 32 bit mode. _CheckNotSysLevel () at /home/dank/wine/dlls/kernel/syslevel.c:178 0x7bbb3691 _CheckNotSysLevel+0x3d [/home/dank/wine/dlls/kernel/syslevel.c:178] in kernel32: movl 0xfffffffc(%ebp),%ebx 178 }
I'll upload a full log.
Note that to even get the app running, one has to first install the vb6 runtimes, wine vbrun60.exe as the app doesn't bundle them, *and* the visual C++ runtimes, e.g wine vcredist.exe wineboot as the Mozilla Active X plugin doesn't bundle MSVCP60.DLL, and cryptically fails to find its own files if you don't have it installed.