this post was submitted on 01 Nov 2023
3 points (80.0% liked)
Linux Crack Tips
1882 readers
1 users here now
Welcome to Linux Crack Tips!
The place to share and discuss everything about the intersection of Linux, Gaming and Piracy.
This is the official replacement for r/LinuxCrackSupport, which was abandoned by the original mod team!
Community rules:
- Be friendly, not offensive.
- No copyright infringement or illegal content.
- No NSFW content.
- Modmail is not tech support.
- No low-effort posts.
- No off-topic posts.
Important links:
- Wiki
- Database
- Repack releases
- Weekly Questions (WIP)
- Matrix room
- How to ask for support
- Gitlab repo
Related communities
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
It looks like the problem is a Wine bug. It's trying to call a function that Wine doesn't have implemented, although it doesn't actually matter whether the function does anything. This function call is only occurring because of CODEX's Denuvo bypass, so legit copies work fine. In the comments of the WineHQ bug someone has posted a .patch file to stub the function out and allow it to run, but you'll have to apply it to the Wine source code and then build the Wine binaries again (I don't know how complicated the Wine build environment is but this should work if you can get it built).
All in all, a very rare issue that I haven't seen before. It's too bad none of the major Wine versions have picked up this stub .patch into their builds in the meantime.
More information on this issue can be found at the following site (in Russian, you'll need to translate): https://www.linux.org.ru/forum/games/16632052
thanks for the excellent writeup. not sure I'll ever attempt the build route, but who knows... maybe some day.
Damn thanks for the info! Makes it easier to debug and fix