this post was submitted on 01 Nov 2023
3 points (80.0% liked)

Linux Crack Tips

1538 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:

Important links:

Related communities

founded 1 year ago
MODERATORS
 

that's the sequel to FC 5. tried a couple of times to get it to work with various wine versions, had no luck. apparently, it has some unbreakable protection. not sure if that's correct, I can run both Far Cry 5 and 6 without issues, why would they just protect the interim version?

you are viewing a single comment's thread
view the rest of the comments
[–] yote_zip@pawb.social 5 points 10 months ago (2 children)

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

[–] Antiques@lemmy.world 2 points 9 months ago* (last edited 9 months ago)

Damn thanks for the info! Makes it easier to debug and fix

[–] dingdongitsabear@lemmy.ml 2 points 10 months ago

thanks for the excellent writeup. not sure I'll ever attempt the build route, but who knows... maybe some day.