this post was submitted on 14 Apr 2025
40 points (95.5% liked)
Linux Gaming
18042 readers
1086 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
Yes, this can be done through WINE.
Depending on your method of install for WINE you will use different specific buttons and so on, but the idea is the same. Take the patch .exe file and run it inside the same WINE prefix as the game is installed in. This can usually be done by opening Lutris and selecting the game, then clicking not in Run but on the WINE icon near it. That allows you to select the .exe file and run it in the same WINE prefix as your existing game install. From there the patch should be able to find the game at C:\Path\to\game and make the required changes.
Hope that works out for you
This worked for TibSun. Thanks!
Got the cncnet patch installed. Now to check if the patch actually fix the black menu issue.
Edit: Didn't fix the issue for that game. But I now know how to uninstall patches using .exe files!
Nice, good to hear it worked out mostly. As for the black menu issue, consider looking at using various different libraries. For example, some games need the actual Windows .DLL files depending in exactly how they use them. The substitutes in WINE are just that, substitutes, so they have very slightly different behaviour in some cases. For GUI libraries if you get something wrong it is easy to have problems like a black menu box from something loading out of order, returning too fast or slow, or just being formatted differently. The native libraries can be used and that can sometimes solve the issue.
I’ll look into this too. I’ve had this issue with TibSun for years but the unofficial patch from cncnet usually fixed it.
A lot of the stuff I come across in Linux makes more sense than in Windows honestly. It’s just completely different and that makes it hard when you’re used to messing with .exe files, .dll files and regedits.