[Solved] Wine Problem: Cant Locate Procedure In DLL

I'm trying to run a windows exe via wine and it when I double click the program a message box pops up that says "The Procedure * could not be located in the DLL MSVBVM60.dll" IIRC this DLL is one of the ms visual basic runtimes and I've tried a few things to remedy this problem but none of them seem to work. I don't really use wine that much so I'm no expert with it, I tried adding the DLL to the preferred list but that didn't fix anything. The DLL's are in the same folder as the application and the app itself is portable so it doesn't need to be installed. I installed the VB6 runtime files with winetricks but I still have the same error. Any help would be appriciated.
Directory Listing:
FrogASPI.dll Log.txt MSCOMCTL.OCX MSVBVM60.DLL Readme.txt Xbox Backup Creator.exe
Last edited by brando56894 (2009-12-07 05:14:14)

brando56894 wrote:heres the last 515 lines of the output, I copied about 3000 from the terminal (maybe a 1/4 or or so of the total output!) but it was too big to post to pastebin, I tried to redirect the output to a text file using WINEDEBUG=+all wine 'Xbox Backup Creator.exe' > winelog.txt and WINEDEBUG=+all wine 'Xbox Backup Creator.exe'| tee winelog.txt but neither of them worked.  All this doesn't really mean anything to me hopefully it will to someone else.
It looks to me like those last lines all happen after the process crashes, so I need more output. You can redirect stderr with
WINEDEBUG=+all wine 'Xbox Backup Creator.exe' 2> winelog.txt
and it should work.

Similar Messages

Maybe you are looking for