http://bugs.winehq.org/show_bug.cgi?id=9638
Summary: fileant won't start Product: Wine Version: CVS/GIT Platform: Other URL: http://fileant.com OS/Version: other Status: NEW Keywords: download Severity: enhancement Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
In http://groups.google.com/group/bsdg/msg/0dddf606e5dab3a7 a user mentioned that he wanted the app FileAnt to work, so I gave it a shot with wine-0.9.44-gcdc8d97. It seems to be a VB6 app, so I did winetricks vcrun6 vbrun60 before installing. This helped the installer complete without warnings about missing vb runtime. However, on startup, the app complains FileAnt needs a Microsoft file. FileAnt will now open the url for this file. +relay revealed the missing object was WSH: 0009:Call ole32.CLSIDFromProgID(00419b14 L"Scripting.FileSystemObject",0034f888) ret=660d965e
winetricks wsh51 got past that, but then the app crashed in the app's window proc.