LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Wine + Slackware's = Failed to execute child process (https://www.linuxquestions.org/questions/linux-software-2/wine-slackwares-%3D-failed-to-execute-child-process-839893/)

darkstarbyte 10-22-2010 10:11 PM

Wine + Slackware's = Failed to execute child process
 
Every time I try to execute a .exe file it says
Code:

Failed to execute child process
but when I type wine and the file it says
Code:

bash-4.1# wine
bash: /usr/bin/wine: No such file or directory


Bruce Hill 10-23-2010 12:55 AM

First, you should not be running this as root:
Quote:

bash-4.1# wine
Second, you should type "wine /path/to/*.exe" ... from your home directory
Code:

darkstarbyte@lost-planet ~ $ wine .wine/drive_c/Program\ Files/Adobe/Adobe\ InDesign\ CS2/InDesign.exe
Third, why did you mark your thread as [SOLVED] ?

Me thinks all your problem is because you're not in the correct $PATH ... let's hope so.


All times are GMT -5. The time now is 09:41 PM.