Ich kriege einfach nicht Age of Empires 1 (97) Gold installiert. Bei Lutris nur Error 256. Mit Play on Linux habe ich es irgendwie geschaft, dass es startet. Aber kein Internet.
Hierrüber kriege ich nur 256 Error:
https://lutris.net/games/age-of-empires/
Eigene CD probiert. Eine von Archive.org. Jemand ne Idee? Oder ist es schon einfacher am Ende ne virtuelle Windows Maschine drauf zu werden?
Einfach Wine installieren,sollte laufen.
EDIT:
https://appdb.winehq.org/objectManager.…rsion&iId=10326
Game should work out of the box if you copy an installed folder, if you want to install, there is a workaround that are also needed on real windows, game installer doesn't work on windows versions higher than xp, so you need to set windows version to windows xp from winecfg to be able to install game, or using winetricks:
winetricks -q winxp
If you don't like wine fonts, you can install arial font with:
winetricks -q arial
If you want game videos to be played, you need indeo codecs, you can install it with:
winetricks -q icodecs
When game is fullscreen, that resolution seems to remain like that after game is closed, you can use lutris-fshack to make sure resolution is not changed and scaled, or alternatively use virtual desktop from winecfg.
If you don't want to use lutris and virtual desktops, you can launch the game inside an Xvnc and connect it with a vnc viewer like Remmina or some scaling enabled viewer, it gives best results.