You are here > Bugs > PlayOnLinux > Bug > Ticket #307
Added by lahtis on 2011-08-29 21:11:36 - Comment or update this ticket
#!/bin/bash [ "$PLAYONLINUX" = "" ] \&\& exit 0 source "$PLAYONLINUX/lib/sources" export WINEPREFIX="/home/lahtis/.PlayOnLinux//wineprefix/StarWarsRS3D" export WINEDEBUG="" cd "/home/lahtis/.PlayOnLinux//wineprefix/StarWarsRS3D/drive_c/C:\Program Files\LucasArts\ROGUE" POL_Wine "ROGUE.EXE" $@
Terminal output:
Star Wars - Rogue Squadron 3D: rivi 6: cd: /home/lahtis/.PlayOnLinux//wineprefix/StarWarsRS3D/drive_c/C:\Program Files\LucasArts\ROGUE: Tiedostoa tai hakemistoa ei ole [POL_Wine_AutoSetVersionEnv] Message: Reading version : 1.1.26 [POL_Wine_AutoSetVersionEnv] Message: wineprefix : /home/lahtis/.PlayOnLinux//wineprefix/StarWarsRS3D [POL_Wine_SetVersionEnv] Message: Setting wine version path: 1.1.26, x86 [POL_Wine_SetVersionEnv] Message: "/home/lahtis/.PlayOnLinux//wine/linux-x86/1.1.26" exists [POL_Wine] Message: Running wine-1.1.26 ROGUE.EXE wine client error:0: version mismatch 402/387. Your wine binary was not upgraded correctly, or you have an older one somewhere in your PATH. Or maybe the wrong wineserver is still running?
Try to assign another version of wine
Program Files path is wrong . backslashes were wrong script. Script working but game not. (directdraw errors).