Search found 1 match
- Wed Jul 05, 2017 3:20 pm
- Forum: Wine Help
- Topic: wine 2.4 No Windows95 compatibility?
- Replies: 3
- Views: 8145
Re: wine 2.4 No Windows95 compatibility?
The problem is that you created a 64 bit prefix, but the first Windows version supporting 64 bit is XP/Win 2003. In order to imitate older versions, you have to create a 32 bit only prefix: WINEPREFIX=~/.wine-win95 WINEARCH=win32 winecfg Now you should be able to select Windows 95. In order to star...