Estas Aqui > Les forums > PlayOnLinux > PlayOnLinux cannot Start Steam.exe, wrong Path sv ru pl en fr

Foros

PlayOnLinux cannot Start Steam.exe, wrong Path

Nuevo tema  - Responder
Autor Respuestas
redimchen Lunes 8 Febrero 2010 a las 16:51 - [Citar]
Membre

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 Lunes 8 Febrero 2010 a las 20:56 - [Citar]
Membre

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 Miercoles 10 Febrero 2010 a las 16:20 - [Citar]
Membre

Membre
WORKS! Thank you very mutch. Easy solution, but i dont fingered that out. ;-p

have a nice day
Il n'y a rien à voir ici