Win98/WinXP retrogaming on wine tips

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
efinitoilvino
Newbie
Newbie
Posts: 1
Joined: Mon Oct 14, 2024 4:49 am

Win98/WinXP retrogaming on wine tips

Post by efinitoilvino »

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
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Win98/WinXP retrogaming on wine tips

Post by jkfloris »

These are old games. Try to run them in a 32-bit Wineprefix.

Create a 32-bit prefix

Code: Select all

WINEPREFIX=~/retrogames WINEARCH=win32 wineboot
Install the game

Code: Select all

cd "/path/to/the/installer"
WINEPREFIX=~/retrogames wine install.exe
Run the game

Code: Select all

cd "${HOME}/retrogames/drive_c/path/to/the/old/game"
WINEPREFIX=~/retrogames wine game.exe
If a 32-bit prefix does not help, post the terminal output.
Natanox
Newbie
Newbie
Posts: 2
Joined: Sun Nov 03, 2024 6:19 pm

Re: Win98/WinXP retrogaming on wine tips

Post by Natanox »

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.
Locked