https://bugs.winehq.org/show_bug.cgi?id=56793
Bug ID: 56793 Summary: Age of Empires 2 Fails to Run Product: Wine Version: 9.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dartme18@gmail.com Distribution: ---
I'm using arch linux. I did
``` export WINEARCH=win32 WINEPREFIX=/home/lmat/.wine32 mkdir aoe2cd1 fuseiso aoe2cd1.iso aoe2cd1 cd aoe2cd1 wine ./aoesetup.exe ``` The setup ran marvelously. I then went to run the game: ``` cd ~/.wine32/drive_c/Program\ Files/Microsoft\ Games/Age\ of\ Empires\ II wine empires2.exe ``` and I see a window saying, "The program empires2.exe has encountered a serious problem and needs to close....". The details show "Unhandled exception: page fault on read access to 0xffffffff in 32-bit code..." Later down, it shows "Platform: i386" which seems correct. Maybe I need to install some directx or something? The game comes with directx 6 on the CD, I think.