http://bugs.winehq.org/show_bug.cgi?id=20623
Summary: Swiftkit crashed Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: frt975@gmail.com
SwiftKit Crashed. I gave vb6run gecko and Java installed.
http://bugs.winehq.org/show_bug.cgi?id=20623
--- Comment #1 from frt975@gmail.com 2009-11-08 13:14:30 --- Created an attachment (id=24597) --> (http://bugs.winehq.org/attachment.cgi?id=24597) traceback
http://bugs.winehq.org/show_bug.cgi?id=20623
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #24597|application/octet-stream |text/plain mime type| | Attachment #24597|Terminal_output |Terminal_output.txt filename| |
http://bugs.winehq.org/show_bug.cgi?id=20623
--- Comment #2 from Austin English austinenglish@gmail.com 2009-11-08 15:54:41 --- =>0 0x685a39cc SysStringByteLen+0xc() in oleaut32 (0x0033ee24)
Can you get a backtrace with debugging symbols? Is this the program http://www.swiftkit.net/index.php?page=downloads ?
'winetricks dcom98' will likely work around it.
http://bugs.winehq.org/show_bug.cgi?id=20623
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-11-08 15:56:51 --- Wine version?
http://bugs.winehq.org/show_bug.cgi?id=20623
--- Comment #4 from frt975@gmail.com 2009-11-09 19:29:48 --- wine-1.1.31 Yes, thats the program. I'm installing wine1.2-dbg (on Ubuntu if that helps)
http://bugs.winehq.org/show_bug.cgi?id=20623
--- Comment #5 from frt975@gmail.com 2009-11-09 19:34:03 --- Created an attachment (id=24630) --> (http://bugs.winehq.org/attachment.cgi?id=24630) traceback w/ debuging symbols
http://bugs.winehq.org/show_bug.cgi?id=20623
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.swiftkit.net/ind | |ex.php?page=downloads CC| |nerv@dawncrow.de Component|-unknown |oleaut32 Version|unspecified |1.1.31
--- Comment #6 from André H. nerv@dawncrow.de 2010-01-04 15:20:42 --- see http://wiki.winehq.org/Backtraces
http://bugs.winehq.org/show_bug.cgi?id=20623
--- Comment #7 from Austin English austinenglish@gmail.com 2010-11-01 16:43:09 CDT --- May be related to bug 6011, retry in git (or wait for 1.3.7).
http://bugs.winehq.org/show_bug.cgi?id=20623
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com 2013-05-20 19:25:36 CDT --- This bug has evolved into a different problem but I guess it can be worked on here.
fixme:scrrun:filesys_QueryInterface Unsupported interface {7fd52380-4e07-101b-ae2d-08002b2ec713} fixme:scrrun:filesys_QueryInterface Unsupported interface {37d84f60-42cb-11ce-8135-00aa004bb851} fixme:scrrun:filesys_CreateTextFile 0x7e316c0c L"C:\Program Files\SwiftKit\Debug.txt" -1 0 0x32faf8 fixme:scrrun:filesys_QueryInterface Unsupported interface {df0b3d60-548f-101b-8e65-08002b2bd119}
The function filesys_CreateTextFile is currently unimplemented.
http://bugs.winehq.org/show_bug.cgi?id=20623
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW CC| |focht@gmx.net Component|oleaut32 |scrrun Summary|Swiftkit crashed |Swiftkit (VB6 app) fails on | |startup, complains with | |"Run-time error '445'" | |(needs | |IFileSystem3::CreateTextFil | |e method implementation) Ever confirmed|0 |1
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming and refining summary, targeting the current problem - a specific method stub.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/SwiftKit
$ WINEDEBUG=+tid,+seh,+snoop,+variant,+ole,+relay,+whom wine ./SwiftKit.exe
log.txt 2>&1
... 0024:fixme:scrrun:filesys_CreateTextFile 0x7e372a40 L"C:\Program Files\SwiftKit\Debug.txt" -1 0 0x33faf8 0024:CALL MSVBVM60.__vbaHresultCheckObj(<unknown, check return>) ret=0043856f 0024:fixme:scrrun:filesys_QueryInterface Unsupported interface {df0b3d60-548f-101b-8e65-08002b2bd119} ... 0024:Call KERNEL32.RaiseException(c000008f,00000001,00000002,0033fa44) ret=660d0956 0024:trace:seh:raise_exception code=c000008f flags=1 addr=0x7b83a89f ip=7b83a89f tid=0024 0024:trace:seh:raise_exception info[0]=deadcafe 0024:trace:seh:raise_exception info[1]=deadcafe 0024:trace:seh:raise_exception eax=7b826921 ebx=7b8ba000 ecx=deadcafe edx=0033f9a4 esi=0033fa44 edi=0033fa10 0024:trace:seh:raise_exception ebp=0033f9e8 esp=0033f984 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000283 0024:trace:seh:call_stack_handlers calling handler at 0x4028c6 code=c000008f flags=1 ... 0024:Call winex11.drv.SetWindowText(00010078,00138ee0 L"Run-time error '445':\n\nObject doesn't support this action") ret=7ecd3739 --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/a0a1a5fca54fecc64501356dfdef1f7ff...
--- snip --- 1796 static HRESULT WINAPI filesys_CreateTextFile(IFileSystem3 *iface, BSTR FileName, 1797 VARIANT_BOOL Overwrite, VARIANT_BOOL Unicode, 1798 ITextStream **ppts) 1799 { 1800 FIXME("%p %s %d %d %p\n", iface, debugstr_w(FileName), Overwrite, Unicode, ppts); 1801 1802 return E_NOTIMPL; 1803 } --- snip ---
$ sha1sum SwiftKit(Install).exe 8bda9e7585865eee408eb7157dc8b07aaf440c80 SwiftKit(Install).exe
$ du -sh SwiftKit(Install).exe 3.4M SwiftKit(Install).exe
$ wine --version wine-1.7.9-209-gb231b4b
Regards
http://bugs.winehq.org/show_bug.cgi?id=20623
--- Comment #10 from André H. nerv@dawncrow.de --- http://source.winehq.org/git/wine.git/commitdiff/e03bfb482f87a6a0ee24dfb7d4a... might be related...
http://bugs.winehq.org/show_bug.cgi?id=20623
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello André,
--- quote --- http://source.winehq.org/git/wine.git/commitdiff/e03bfb482f87a6a0ee24dfb7d4a... might be related... --- quote ---
That was the fix for bug 35269
Regards
https://bugs.winehq.org/show_bug.cgi?id=20623
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Swiftkit (VB6 app) fails on |Multiple VB6 apps complain |startup, complains with |with "Run-time error '445'" |"Run-time error '445'" |(Swiftkit, VMXBuider |(needs |0.8)(IFileSystem3::CreateTe |IFileSystem3::CreateTextFil |xtFile method |e method implementation) |implementation needed)
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello folks,
this also needed for VMXBuider 0.8 (VB6 app) when trying to save the newly created VM.
--- snip --- fixme:scrrun:filesys_CreateTextFile 0x7ca41a8c L"C:\New VM.vmx" -1 0 0x33e960 --- snip ---
Download: http://uni-smr.ac.ru/archive/vm/VMWare/utils/
Prerequisite: 'winetricks -q vb6run comctl32ocx tabctl32'
$ sha1sum VMXBuilderSetup.exe f86ac9a2cc7070e200dce0aac0d7c2bd1e8f4543 VMXBuilderSetup.exe
$ du -sh VMXBuilderSetup.exe 520K VMXBuilderSetup.exe
$ wine --version wine-1.7.13-81-gccd8daf
Regards
https://bugs.winehq.org/show_bug.cgi?id=20623
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |63db2d2e922b2b796f4d3720257 | |9a4f1220e236b Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #13 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/63db2d2e922b2b796f4d3720257...
Thanks Nikolay
Regards
https://bugs.winehq.org/show_bug.cgi?id=20623
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.15.
https://bugs.winehq.org/show_bug.cgi?id=20623
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.swiftkit.net/ind |https://web.archive.org/web |ex.php?page=downloads |/20130429164804/http://upda | |te.swiftkit.net/SwiftKit(In | |stall).exe