I got Star Wars Episode I Racer from GOG on a sale for dirt cheap back around May 4th. I’ve been trying to get it working via Heroic ever since, particularly the multiplayer, which is fixed via mods. The Lutris script definitely does all of this super easy, but not only would I like to have it working via Heroic for the gamepad controls navigation, I’d also like to pay it forward and document these steps on the PC Gaming Wiki. Unfortunately, while I thought I could tell what this script was doing after scouring the Lutris script documentation, I haven’t managed to crack it, and the Heroic install of the game complains about not having IPX installed when I boot it.

https://lutris.net/games/install/13260/view

With the Lutris install of the game and the Heroic install of the game side by side in WineCFG, I can see that that there are library overrides set for:

  • dplaysvr.exe
  • dplayx
  • dpmodemx
  • dpnet
  • dpnhpast
  • dpnhupnp
  • dpnsvr.exe
  • dpwsockx

All “(native)”. For some reason they’re sorted to the top of the library overrides and marked with an asterisk, and what’s more, I don’t see any hint of these ones in the Lutris install script, but they got set somehow, and I don’t see the libraries here that are listed in the script.

There are also several ways to use the mod fix, including the DLL override and the EXE patcher. The EXE patcher just crashes and dies right away when I run it in the Wine prefix via Heroic, and I once again don’t see any hint in the Lutris script that the patcher executable is being run. And if it wasn’t clear up until this point, I did download the 3 files at the top of the Lutris script and extract them to the Heroic game directory.

Are there any Lutris experts here who can help me figure out what I’m missing?

UPDATE: The fix was, of course, very simple. Thanks to @[email protected]! The thing that prevented it from working was the wsock32 override. Just because it’s not in the list of library overrides, that doesn’t mean you can’t just type it in yourself. I’ve updated the PC Gaming Wiki with instructions for any time travelers from the future.