this post was submitted on 12 May 2025
17 points (100.0% liked)
Linux Gaming
18627 readers
377 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
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
I had written about this in their Discord in a thread:
using this shim script I made, do the following:
WINEDLLOVERRIDES="winhttp.dll=n,b" ./shim %command%
(Instructions adapted from both mine and Discord user YumiChi's)
This method doesn't require custom installations, messing with bottles, nor wine runtimes other than Proton.
I forgot to mention I use mint cinnamon, btw.
I downloaded the shim file, moved it to my Raft folder, right-clicked the shim file, Properties > Permissions > Allow executing file as program.
I followed the rest of the steps up til step 9. At step 9, I replaced the text in the target file with the the file path to RaftModloader exe, but had to add the RMLLauncher.exe file name to the end. Otherwise I got a "File 'target' contains invalid or nonexistent file path." message.
I followed the rest of the steps, and - it worked! Thank you
Edit: thank you for making the process feel so much more elegant ;. ;
I went ahead and made a few small edits to hopefully better explain things for most desktop environments if anyone else stumbles upon this thread.