On 5/25/11 3:43 PM, greenelephant wrote:
Hello everyone
I have a win32 program originally compiled from Visual Basic 6.
I have loaded the VB6 Virtual machine DLL into system32 folder so the program loads under wine OK.
When I type in this command into the terminal
Code:
export WINEDEBUG=1 ; wine<program_name.exe>
It is not necessary to input WINEDEBUG=1, that is the default.
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
wine: Unhandled page fault on read access to 0x102475cf at address 0x66092244 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x102475cf in 32-bit code (0x66092244).
err:dbghelp:pe_load_dbg_file Couldn't find .DBG file "DLL\\MSVBVM60.dbg" ("\x10")
There should be much more than this. Can you get a full logging file
per the instructions at http://wiki.winehq.org/FAQ#get_log and post it
to a site like pastebin.com and then post the URL where the file is
located here in the forum.
Also, can you use the winetricks script to install the VB 6 runtimes?
http://wiki.winehq.org/winetricks has more information on how to get and
use this product.