https://bugs.winehq.org/show_bug.cgi?id=35806
Bug ID: 35806 Summary: Multiple VB6 apps complain with "Run-time error '445'" (Swiftkit)(ITextStream::WriteLine method implementation needed) Product: Wine Version: 1.7.14 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: scrrun Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
continuation of bug 20623
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/SwiftKit
$ WINEDEBUG=+tid,+seh,+snoop,+variant,+ole,+relay,+scrrun wine ./SwiftKit.exe
log.txt 2>&1
... 0023:fixme:scrrun:textstream_WriteLine (0x139058)->(L"[3/17/2014 10:15:12 PM] Starting up..."): stub 0023:CALL MSVBVM60.__vbaHresultCheckObj(<unknown, check return>) ret=00438214 0023:trace:scrrun:textstream_AddRef (0x139058)->(2) 0023:trace:scrrun:textstream_QueryInterface (0x139058)->({df0b3d60-548f-101b-8e65-08002b2bd119} 0x33f9ec) 0023:trace:scrrun:textstream_Release (0x139058)->(1) ... 0023:Call KERNEL32.RaiseException(c000008f,00000001,00000002,0033f9cc) ret=660d0956 0023:trace:seh:raise_exception code=c000008f flags=1 addr=0x7b83ab23 ip=7b83ab23 tid=0023 0023:trace:seh:raise_exception info[0]=deadcafe 0023:trace:seh:raise_exception info[1]=deadcafe 0023:trace:seh:raise_exception eax=7b826b89 ebx=7b8bb000 ecx=deadcafe edx=0033f92c esi=0033f9cc edi=0033f990 0023:trace:seh:raise_exception ebp=0033f968 esp=0033f904 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000287 0023:trace:seh:call_stack_handlers calling handler at 0x4028c6 code=c000008f flags=1 ... 0023:Call KERNEL32.WideCharToMultiByte(00000000,00000000,00139b6c L"Run-time error '445':\n\nObject doesn't support this action",ffffffff,0098ff48,00000072,00000000,00000000) ret=660711c4 --- snip ---
$ sha1sum SwiftKit(Install).exe 8bda9e7585865eee408eb7157dc8b07aaf440c80 SwiftKit(Install).exe
$ du -sh SwiftKit(Install).exe 3.4M SwiftKit(Install).exe
$ wine --version wine-1.7.14-142-gbd69346
Regards