i have recently tried to run the installer or the "run game" exe for perfect world international and caesar3, respectively with no success. wine wont open them nor will it display any errors.
i have recently tried to run the installer or the "run game" exe for perfect world international and caesar3, respectively with no success. Â wine wont open them nor will it display any errors.
nothing happens instead.
this is an example of code i have typed in:
[codebobby@localhost ~ $ wine "/home/bobby/Desktop/Downloads/Perfect World International/install.exe"[/code]
there is no terminal output.
nothing happens, after i hit enter, the command goes through, it takes a few seconds, then the terminal goes back to
Code:
 bobby@localhost ~ $
What is the exact command used to run it? Do you have wine installed? Try:
$ ls -a *.exe
$ which -a wine
$ wine --version
$ wine notepad
bobby@localhost ~ $ cd "/home/bobby/Desktop/Downloads/Perfect World International"
bobby@localhost ~/Desktop/Downloads/Perfect World International $ wine "/home/bobby/Desktop/Downloads/Perfect World International/install.exe"
Code:
 bobby@localhost ~ $ cd "/home/bobby/Desktop/Downloads/Perfect World International"
bobby@localhost ~/Desktop/Downloads/Perfect World International $ wine "/home/bobby/Desktop/Downloads/Perfect World International/install.exe"
Don't use the full unix path. Just use 'wine install.exe'.