this post was submitted on 15 Jul 2024
14 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1060 readers
6 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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!