I installed this game, and all seems to work fine, I can even join online servers.
There seems to be a weird issue though. When playing the single player missions, save game does not work, although the game says its saving the game.
After some google searching I found this:
https://wiki.winehq.org/Wine_User%27...e_command_line
Example:
So I opened up the command-line and try to get to the AvP2 folder, to see if I can get any hints by starting it from the commandline, but:
What am I doing wrong?
It seems it does not like the x86 between brackets ?
There seems to be a weird issue though. When playing the single player missions, save game does not work, although the game says its saving the game.
After some google searching I found this:
https://wiki.winehq.org/Wine_User%27...e_command_line
Example:
Code:
cd '.wine/drive_c/Games/Tron'
wine tron.exe
Code:
guus@linux-2ls4:~> cd .wine
guus@linux-2ls4:~/.wine> ls
dosdevices drive_c system.reg userdef.reg user.reg
guus@linux-2ls4:~/.wine> cd drive_c/
guus@linux-2ls4:~/.wine/drive_c> ls
ProgramData Program Files Program Files (x86) users windows
guus@linux-2ls4:~/.wine/drive_c> cd Program Files (x86)
bash: syntaxfout nabij onverwacht symbool '('
guus@linux-2ls4:~/.wine/drive_c> cd Program Files x86
bash: cd: te veel argumenten
guus@linux-2ls4:~/.wine/drive_c> cd Program Files
bash: cd: te veel argumenten
guus@linux-2ls4:~/.wine/drive_c> ls
ProgramData Program Files Program Files (x86) users windows
guus@linux-2ls4:~/.wine/drive_c> cd Program Files(x86)
bash: syntaxfout nabij onverwacht symbool '('
guus@linux-2ls4:~/.wine/drive_c> ls
ProgramData Program Files Program Files (x86) users windows
guus@linux-2ls4:~/.wine/drive_c> cdProgram Files (x86)
bash: syntaxfout nabij onverwacht symbool '('
guus@linux-2ls4:~/.wine/drive_c> cd Program Files (x86)
bash: syntaxfout nabij onverwacht symbool '('
guus@linux-2ls4:~/.wine/drive_c> cd Program Files
bash: cd: te veel argumenten
guus@linux-2ls4:~/.wine/drive_c> cd Program Files (x86)
bash: syntaxfout nabij onverwacht symbool '('
guus@linux-2ls4:~/.wine/drive_c> cd Program Files x86
bash: cd: te veel argumenten
guus@linux-2ls4:~/.wine/drive_c>
It seems it does not like the x86 between brackets ?