Vous êtes ici > Les forums > PlayOnLinux > PlayOnLinux cannot Start Steam.exe, wrong Path
Les forums
PlayOnLinux cannot Start Steam.exe, wrong Path
| Auteur |
Posts |
| redimchen |
Le Lundi 8 Février 2010 à 16:51
- [Citer]
|
Membre
 |
hello!
i recently installed playonlinux over the synaptic installation tool. then i installed steam, over the "install" function of playonlinux.
now when i try to start steam in playonlinux, the following error comes:
Console: Running Steam
/Steam/: No such file or directoryPlayOnLinux/wineprefix/Steam/drive_c/Programme
wine: Modul nicht gefunden
i tryed to fix this problem over this command:
Console: gedit ~/.PlayOnLinux/configurations/installed/Steam
the file looks like this:
Console: #!/bin/bash
export WINEPREFIX="/home/johnny/.PlayOnLinux/wineprefix/Steam"
export WINEDEBUG="-all"
cd "/home/johnny/.PlayOnLinux/wineprefix/Steam/drive_c/Programme
/Steam/"
wine "Steam.exe" $@
Please Help! Whats wrong?!?
Thank you!
|
| Berillions |
Le Lundi 8 Février 2010 à 20:56
- [Citer]
|
Membre

 |
Hello,
There is a bug actually in PoL since Wine 1.1.36. So the best solution is to edit the script's launcher.
#!/bin/bash
export WINEPREFIX="/home/johnny/.PlayOnLinux/wineprefix/Steam"
export WINEDEBUG="-all"
cd "/home/johnny/.PlayOnLinux/wineprefix/Steam/drive_c/Programme/Steam/"
wine "Steam.exe" $@
Instead of :
#!/bin/bash
export WINEPREFIX="/home/johnny/.PlayOnLinux/wineprefix/Steam"
export WINEDEBUG="-all"
cd "/home/johnny/.PlayOnLinux/wineprefix/Steam/drive_c/Programme
/Steam/"
wine "Steam.exe" $@
|
| redimchen |
Le Mercredi 10 Février 2010 à 16:20
- [Citer]
|
Membre
 |
WORKS! Thank you very mutch. Easy solution, but i dont fingered that out. ;-p
have a nice day
|