Hi there. I'm a Wine beginner and I would like to set up some retrogaming prefixes for win98/winxp games I haven'thad the occasion to replay in a LONG time. The problem is only one of them ( Discworld Noir) launched and played from start to finish out of the box. The others won't launch, even if they are listed as bronze and platinum on the appdb, apart from one (black dahlia) which is not present and cannot install.
Can you please tell me how to correctly configure a wineprefix for this use case? Thanks.
Paolo
Win98/WinXP retrogaming on wine tips
-
- Newbie
- Posts: 1
- Joined: Mon Oct 14, 2024 4:49 am
Re: Win98/WinXP retrogaming on wine tips
These are old games. Try to run them in a 32-bit Wineprefix.
Create a 32-bit prefix
Install the game
Run the game
If a 32-bit prefix does not help, post the terminal output.
Create a 32-bit prefix
Code: Select all
WINEPREFIX=~/retrogames WINEARCH=win32 wineboot
Code: Select all
cd "/path/to/the/installer"
WINEPREFIX=~/retrogames wine install.exe
Code: Select all
cd "${HOME}/retrogames/drive_c/path/to/the/old/game"
WINEPREFIX=~/retrogames wine game.exe
Re: Win98/WinXP retrogaming on wine tips
if you game doesn't start try using dgvoodoo2. It's able to also wrap older DirectX versions as well as (apparently) DirectDraw to DirectX 9, which more often than not can fix weird bugs with very old titles.
Also very usable to manage multiple prefixes for games in a tidy fashion would be to use Lutris instead of pure wine & CLI.
Also very usable to manage multiple prefixes for games in a tidy fashion would be to use Lutris instead of pure wine & CLI.