http://bugs.winehq.org/show_bug.cgi?id=6367
Summary: Quitting out of Google Earth installer crashes wine's ole Product: Wine Version: CVS Platform: Other URL: http://earth.google.com OS/Version: other Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Install Google Earth. Quit the app. Run the installer again as if by accident, and cancel. The installer hits an assertion inside wine and crashes:
.exe: stg_stream.c:448: StgStreamImpl_Write: Assertion `0' failed. wine: Assertion failed at address 0xffffe410 (thread 000b), starting debugger... ... Backtrace: =>1 0xffffe410 (0xffffe410) 2 0x00000006 (0x00000006) 3 0xf7da52e9 (0xf7da52e9) 4 0xf7d9cf71 (0xf7d9cf71) 5 0x7df5446a StgStreamImpl_Write+0x26a(iface=0x9d64b0, pv=0x34decc, cb=0x4, pcbWritten=0x34deec) [/data/dkegel/wine-git/dlls/ole32/stg_stream.c:385] in ole32 (0x7df5446a) 6 0x007c1427 in ikernel (+0x11427) (0x007c1427) ...