I am a fairly new Ubuntu user. I just started using Wine and I'm trying to install a program. I downloaded the install file, set the permissions so it would run as an executable, and opened it in Wine. It opens a new button in the taskbar that says "opening [program].exe", which runs for a few seconds - and then, nothing happens.
Halp?
Total noob question: Wine runs .exe but nothing happens.
Total noob question: Wine runs .exe but nothing happens.
On Thu, Sep 16, 2010 at 1:43 PM, MacFall <[email protected]> wrote:
http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4
John
Run it in the terminal. Post the debug messages.I am a fairly new Ubuntu user. I just started using Wine and I'm trying to install a program. I downloaded the install file, set the permissions so it would run as an executable, and opened it in Wine. It opens a new button in the taskbar that says "opening [program].exe", which runs for a few seconds - and then, nothing happens.
Halp?
http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4
John
Ok, first I did this:
and got back this:wine VisualBoyAdvance.exe
So I moved the file from the Downloads folder into the system32 folder in Wine's virtual C drive because it's obviously looking for it there. But when I tried again, this:wine: cannot find L"C:\\windows\\system32\\VisualBoyAdvance.exe"
wine VisualBoyAdvance.exe
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\windows\\system32\\VisualBoyAdvance.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\VisualBoyAdvance.exe" failed, status c0000135
Total noob question: Wine runs .exe but nothing happens.
On Thu, Sep 16, 2010 at 2:23 PM, MacFall <[email protected]> wrote:
http://wiki.winehq.org/winetricks
then repeat the
wine VisualBoyAdvance.exe
make sure you do not do any of this as root, su or sudo.
Also you can look for the app in appdb.winehq.org and see if there is
any hints to get it working.
John
winetricks vc6Ok, first I did this:and got back this:wine VisualBoyAdvance.exeSo I moved the file from the Downloads folder into the system32 folder in Wine's virtual C drive because it's obviously looking for it there. But when I tried again, this:wine: cannot find L"C:\\windows\\system32\\VisualBoyAdvance.exe"wine VisualBoyAdvance.exe
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\windows\\system32\\VisualBoyAdvance.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\VisualBoyAdvance.exe" failed, status c0000135
http://wiki.winehq.org/winetricks
then repeat the
wine VisualBoyAdvance.exe
make sure you do not do any of this as root, su or sudo.
Also you can look for the app in appdb.winehq.org and see if there is
any hints to get it working.
John
Don't do this. It's only looking in system32 as a last resort because it's not in your current directory. Instead, use "cd" to navigate to VisualBoyAdvance.exe's location instead (like cd $HOME/Downloads/).So I moved the file from the Downloads folder into the system32 folder in Wine's virtual C drive because it's obviously looking for it there.