Re: Help with wine
I don't know exactly because you didn't show me the output of the ls -hl command.
I presume each game is installed into a sub-directory of the games directory. So I'll make a hypothetical for you assuming you have a game named "My Game.exe" inside the "My Game" folder.
When Wine starts the program it will issue some warning messages and information about any errors which may occur. Please copy from the Konsole window (using your mouse) all the text from the cd command until Wine exits. Then paste that text into your reply here.
Originally posted by Methos94
I presume each game is installed into a sub-directory of the games directory. So I'll make a hypothetical for you assuming you have a game named "My Game.exe" inside the "My Game" folder.
Code:
cd /home/methos94/games/My\ Game wine My\ Game.exe
Comment