bobtestact
May 31st, 2009, 06:35 PM
When I first installed wine, I was able to run a Windows console program by entering its name on the bash command-line, like so:
$ /winapps/prog.exe
Now, suddenly, this doesn't work anymore, and I get the following error:
run-detectors: unable to find an interpreter for /winapps/prog.exe
Other than this problem, wine continues to work fine, and I can still run the console program by using this command:
$ wine /winapps/prog.exe
What happened? How can I restore the ability of the "run-detector" (whatever that is) to recognize that exe files should be run with wine, like they used to?
Can somebody give me a pointer to information to figure out what this "run-detector" is, and how to configure it to run Win32 exe files under wine?
(By the way, this bug also prevents me from using a desktop application launcher where Command="/winapps/winprog.exe". I had to go and change all of my launchers to be like Command="wine '/winapps/winprog.exe' ".)
This is quite an annoyance, as I'm a very heavy user of the bash command-line, and I have a huge number of legacy Win32 console programs that I still rely on.
[Ubuntu 9.04, wine 1.0.1]
$ /winapps/prog.exe
Now, suddenly, this doesn't work anymore, and I get the following error:
run-detectors: unable to find an interpreter for /winapps/prog.exe
Other than this problem, wine continues to work fine, and I can still run the console program by using this command:
$ wine /winapps/prog.exe
What happened? How can I restore the ability of the "run-detector" (whatever that is) to recognize that exe files should be run with wine, like they used to?
Can somebody give me a pointer to information to figure out what this "run-detector" is, and how to configure it to run Win32 exe files under wine?
(By the way, this bug also prevents me from using a desktop application launcher where Command="/winapps/winprog.exe". I had to go and change all of my launchers to be like Command="wine '/winapps/winprog.exe' ".)
This is quite an annoyance, as I'm a very heavy user of the bash command-line, and I have a huge number of legacy Win32 console programs that I still rely on.
[Ubuntu 9.04, wine 1.0.1]