Set a launch option:
WINEDLLOVERRIDES="dllname.dll=n,b" %command%
This is for steam (I don't think %command% works in heroic) but if you have access to winecfg in your prefix, you could also add the override through there.
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
Set a launch option:
WINEDLLOVERRIDES="dllname.dll=n,b" %command%
This is for steam (I don't think %command% works in heroic) but if you have access to winecfg in your prefix, you could also add the override through there.
Just to clarify, I believe the exact thing you need on Heroic is
WINEDLLOVERRIDES="iphlpapi.dll=n,b"
in the launch options for the game.
That worked, thank you!