this post was submitted on 29 Jun 2023
4 points (83.3% liked)
RetroGaming
20144 readers
200 users here now
Vintage gaming community.
Rules:
- Be kind.
- No spam or soliciting for money.
- No racism or other bigotry allowed.
- Obviously nothing illegal.
If you see these please report them.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wine configuration to get the game running on my machine (creating a new .wine prefix):
Create 32bits wine: WINEARCH=win32 wineboot
Mount ISO: sudo mount -o loop ./Pro\ Rally\ 2001.iso /tmp/mntiso/
Install the game: wine /tmp/mntiso/SetupUbi.exe
updating the game (optional?): wine prorally2001_v11.exe
Install nglide: wine nGlide210_setup.exe
install INDEO codecs (Downloaded from https://archive.org/details/intel-indeo-codec-3.2-4.1-5.0): wine IV5PLAY.EXE
in winecfg add dll override: ir50_32.dll
Paste the ED3.INI file in the game directory
Run the game (will crash): wine C:\UbiSoft\ProRally2001\ProRally.exe
Run RallySetup and select glide: wine C:\UbiSoft\ProRally2001\RallySetup.exe
Configure glide to use vulkan: wine c:\windows\system32\nglide_config.exe
Run the game (will work): wine C:\UbiSoft\ProRally2001\ProRally.exe
For me, the game started but got stuck on loading screen. Had to use the AMD patched version and replace ProRally.exe
Hey, thanks for your help. I was able to get to the point where the game's intro video runs and it crashes. Then, according to your guide, I should run RallySetup, but it still doesn't work. The logs don't show nothing either, only this error 3 times:
ERROR: ld.so: object '/usr/$LIB/libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
But, AFAIK, it's inconsequential