Application Details:
Developer: | WinFuture |
URL: | http://winfuture.de/XPIsoBuild... |
Super Maintainers: About Maintainership
No maintainers. Volunteer today!
For more details and user comments, view the versions of this application
Version | Description | Latest Rating | Latest Wine version tested | Test results | Comments |
3.07 | 3.07 | Garbage | 1.1.43 | 1 | 0 |
To deal with the "MSVBVM60.DLL" error that occurs when you try to run the app, you can use the winetricksscript: just grab a copy of the script, and do sh winetricks vb6run. This will install the necessary Visual Basic 6 libraries.
After you've done that, you'll get the error:
err:ole:CoGetClassObject class {0d43fe01-f093-11cf-8940-00a0c9054228} not registered
err:ole:create_server class {0d43fe01-f093-11cf-8940-00a0c9054228} not registered
err:ole:CoGetClassObject no class object {0d43fe01-f093-11cf-8940-00a0c9054228} could be created for context 0x5
... or something to that effect. To fix this, you need to get the MS DCOM DLLs (ole32, oleaut32) ... to learn how to fix this, see http://wiki.winehq.org/NativeDcom and http://wiki.jswindle.com/index.php/Dcom98
After that, you will get the error:
err:seh:setup_exception_record stack overflow 1040 bytes in thread 0009 eip 7bc3ed58 esp 00230f20 stack 0x230000-0x231000-0x330000
... which I have yet to figure out how to fix.