Footissimo
June 25th, 2006, 07:47 AM
Finally got a game to work near perfect with wine..woohoo!
However, there is still one annoyance. The game works great and all that, but when I quit, it leaves the desktop with colour (green) splurged all over it. It's no big deal, but it means I have to spend a minute clicking around so I can see all the desktop again. I presume this is a Wine thing...is there any settings I can use that will make it quit clean?
Oh and if anyone is wondering how to get this great game to work:
Didn't use the loki installer - it installs but then the game stops when it starts on the first level. I just installed it on my mini-Windows XP partition, then copied and pasted the whole of the EA Games directory under Program Files and put it in the same place under ~/.wine. Then just made a little script (named 'alicego'), which went like this:
#!/bin/sh
cd ~/.wine/drive_c/Program\ Files/EA\ GAMES/American\ McGee\'s\ Alice/
wine alice.exe
and did a:
chmod +x alicego
..and used that to make a menu entry (with the icon from the loki installer)
However, there is still one annoyance. The game works great and all that, but when I quit, it leaves the desktop with colour (green) splurged all over it. It's no big deal, but it means I have to spend a minute clicking around so I can see all the desktop again. I presume this is a Wine thing...is there any settings I can use that will make it quit clean?
Oh and if anyone is wondering how to get this great game to work:
Didn't use the loki installer - it installs but then the game stops when it starts on the first level. I just installed it on my mini-Windows XP partition, then copied and pasted the whole of the EA Games directory under Program Files and put it in the same place under ~/.wine. Then just made a little script (named 'alicego'), which went like this:
#!/bin/sh
cd ~/.wine/drive_c/Program\ Files/EA\ GAMES/American\ McGee\'s\ Alice/
wine alice.exe
and did a:
chmod +x alicego
..and used that to make a menu entry (with the icon from the loki installer)