Results 1 to 3 of 3
I'm in my Wine directory with the .exe before my eyes.
However, when I "wine [exe name]", I get this message:
wine: cannot find L"C:\windows\system32\[exe name]
I know the program ...
- 05-27-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 1
Wine cannot find .exe even though I'm in the directory
I'm in my Wine directory with the .exe before my eyes.
However, when I "wine [exe name]", I get this message:
wine: cannot find L"C:\\windows\\system32\\[exe name]
I know the program works because I launched it shortly after installing it via wine. I take it wine believes the .exe file is in a different folder and stubbornly keeps trying to launch it from that imaginary folder.
Can anyone provide any fixes?
Thanks in advance!
c
- 05-27-2011 #2
Have you tried launching with full path instead of from within the directory where the .exe is? Something like:
Code:wine /home/castiglione/.wine/drive_c/Program\ Files/MyGameFolder/mygame.exe
- 05-28-2011 #3
Or use "wine ./filename.exe". By default, Linux does not search the current directory, only the path, so you have to specify the current directory with "./".


Reply With Quote