r/LinuxCrackSupport

Image 1 — [GUIDE] Forza Horizon 6 on Linux (NVIDIA & AMD + Online Fix)
Image 2 — [GUIDE] Forza Horizon 6 on Linux (NVIDIA & AMD + Online Fix)
Image 3 — [GUIDE] Forza Horizon 6 on Linux (NVIDIA & AMD + Online Fix)
▲ 330 r/LinuxCrackSupport+1 crossposts

[GUIDE] Forza Horizon 6 on Linux (NVIDIA & AMD + Online Fix)

This guide covers how to get Forza Horizon 6 running on Linux with working online features using the denuvOwO crack.

  1. Installation & Crack

Source: Download the game files (cs.rin.ru, gamedrive, etc.). Apply Crack: Download the denuvOwO crack from a trusted source. Move the contents into the game folder, merging folders and replacing all existing DLLs.

  1. Configuration Files

You need to edit two locations to ensure Steam detects the game correctly (Spacewar AppID):

  1. Set Steam_appid.txt to 480 in the root folder.
  2. Set Steam_appid.txt to 480 inside the ./steam_settings/ folder.

Edit steam_settings/configs.user.ini:

Change account_name to your preferred nickname. Keep the default steam_id. Add these lines at the end of the file to enable online connectivity:

[main::connectivity]
disable_lan_only=1
offline=0
  1. Steam Setup

Add forzahorizon6.exe as a Non-Steam Game (do not use launcher.exe). Under Compatibility, force the use of GE-Proton10-34 (or latest).

  1. Launch Options

NVIDIA Users: Use these arguments to prevent driver timeouts and crashes during 3D rendering transitions:

VKD3D_CONFIG=no_upload_hvv,single_queue PROTON_HIDE_NVIDIA_GPU=0 PROTON_ENABLE_NVAPI=1 PROTON_SET_GAME_DRIVE=1 WINEDLLOVERRIDES="winmm=n,b;steam_api64=n,b" %command%

Wayland Users: If the game fails to boot, add PROTON_ENABLE_WAYLAND=1 to your arguments. Note: Disable this if you experience windowing issues and ask help

  1. In-Game Settings & Login

Microsoft Link: On first launch, link your (alt) Microsoft account via microsoft.com/link. Graphics Settings: DLSS: Set to AUTO or OFF (any other setting will cause crashs) Frame Generation and Reflex: Must be OFF too

AMD Users: These settings generally work out of the box with the arguments above.

  1. Verification

Finish the initial tutorial. Once you reach Mei’s House, you should see other players in the world. If you are still offline, ensure your Steam client is running and your status is Online.

*Tested on CachyOS / Arch Linux with RTX 4070 Ti S

u/SameInformation8975 — 15 hours ago

[Forza Horizon 6] Doesn't launch

Edit: It's running with the solution provided by u/No-Drive6396 just read below

Making another post as the previous post was removed for not including enough information.

CPU: Ryzen 5 4600H

GPU: RX 5600M 6GB

Distro: NixOS

Proton versions tested:

  • Proton Experimental
  • Proton Hotfix
  • Cachyos Proton 11 build
  • Cachyos Proton 10 build
  • Proton 8,9,10 builds from steam

Launchers tried:

  • Lutris
  • Steam

InsaneRamZes release

First tested with the included crack and then tested with the crack from DenuvOwO server

Steps taken to fix this;

  • Tried to launch with SteamDeck=1 env var but didn't help
  • Trying out different versions of Proton
  • The subreddit doesn't have any other posts regarding FH6

Will attach relevant logs when I access my machine again

THE FIX

Solved by u/No-Drive6396 > 1- use steam, add the game as non-steam game
2- Choose proton experimental,
3- Change the id on the game folder the file steam_appid.txt to a game that you have on steam, change the 2 files, one in the root folder other inside steam.
4- Click on Play It will seem like you're opening a game you have, im running forza with Tomb raider ID, with no problem.
5- Login with you microsoft account

reddit.com
u/SUNGOLDSV — 3 days ago
▲ 346 r/LinuxCrackSupport+5 crossposts

check it out its open source: https://github.com/kaezrr/steamer and not vibe coded.

I made this for myself and decided to share it for others to use as they see fit.
I play a lot of non-steam games and got pretty tired of lutris and herioc games launcher causing issues. Steam actually works perfect for non steam games nowadays, many games I couldnt boot on lutris and heroic just ended up working fine when added as a non-steam game.

But I also kinda wanted it too look good, so I just took the opportunity to make a quick rust tool that automates adding icons, headers, logos and all for your non-steam shortcuts. It works pretty well, and could easily be extended to work with regular steam games if people want to.

there might exist a better tool but well I am a programmer and it seemed like a good programming exercise (no LLMs used, other than to reverse engineer steams proprietary VDF format).

Cheers

u/xXInviktor27Xx — 7 days ago

[Stellar Blade] Anyone know how to get UE4SS working?

UE4SS is a script extension for Unreal Engine that some mods depend on: https://github.com/Chrisr0/RE-UE4SS

I've seen plenty of clear instructions for how to install it so I'm confident I've done everything correctly (my files are all where they should be) but ue4ss doesn't seem to be running at all. The game still launches, but the ue4ss.log file is not generated and none of the associated mods work.

I tried fiddling around with a few different proton/wine versions (via Heroic) and tried build 5 and 6 of ue4ss with no change. Did anyone figure out how to get it working?

u/Quiet-Owl9220 — 1 day ago

[Assassin's Creed 3]Unarc.dll error code: -11,This error shows up with every others repack from fitgirl and dodi.

CPU: Intel Core i5-11400H

GPU: NVIDIA RTX 3050 Laptop GPU (4GB VRAM)

RAM: 8 GB

Linux Distribution: CachyOS

Desktop Environment: Wayland

Release Info: dodi Repack

Issue:Unarc.dll error code:-11 shows up duting installation though Lutris

u/jackhawk117 — 2 days ago

[Multiple Games] Made a simple launcher for Online-Fix games on Linux

I made a lightweight launcher to simplify launching Online-Fix games under Linux.

System Information:
CPU: Ryzen 5 5600X
GPU: RX 6700 XT

Tested on:

  • Arch Linux
  • KDE Plasma
  • Wine GE 8-26
  • Proton Experimental

Current features:

  • Launch multiple Online-Fix games from one interface
  • Store per-game Wine prefixes
  • Custom launch arguments
  • Basic game detection
  • Lightweight GTK interface

The project is still early and the UI is very basic, but it works well enough for daily use.

Why I made it:
I got tired of manually configuring prefixes and launch commands for each game, so I automated most of the repetitive setup.

Known issues:

  • Some games still require manual DLL overrides
  • Prefix detection is inconsistent on some setups
  • No automatic dependency installer yet

GitHub:
https://github.com/SaruM4N3/MonkeyLauncher

Feedback and compatibility reports are welcome.

u/SaruM4N3 — 1 day ago

[Gamble with freinds] steam error: please ensure steam is running despite steam running

DISTRO: fedora workstation 43
GPU: rtx 3060
CPU: 11th Gen Intel(R) Core(TM) i7-11z
RAM: 32 gb ram

Wine version: proton ge 10-34

Game launcher: steam

Game release: OFME release

Steps taken to solve issue: checked if steam is running

https://preview.redd.it/6siua5lc560h1.png?width=1263&format=png&auto=webp&s=a5c019b5e0b190e6d6a6762603180abe55c56786

reddit.com
u/Money-Candidate6840 — 4 days ago

[GTA IV The Complete Edition] Game Running Absolutely Horribly

CPU: Intel© Core™ i5-14400F × 10

GPU: NVIDIA Corporation AD107 [GeForce RTX 4060]

DISTRO: Linux Mint 22.3 - Xfce 64-bit

PROTON: Proton Experimental

EDIT, for future people:
USE LUTRIS. I Installed the fitgirl repack with lutris and the game runs smoothly.
I'm not sure what lutris does differently but whatever it does it does it well!

the best gta iv gameplay footage you have ever seen

Hello, I'm making a post here after trying for about two days to try and get this game running in any way that was tolerable.

I have tried adding fixes, tweaking settings, redownloading the game, getting a different crack, etc. nothing has worked so far. i have looked online, in this subreddit, on pcgamingwiki to find any help at all and again, I have found nothing.
The only thing that has even seemingly helped with the performance was lowering the in game settings.

I initially downloaded steamunlocked's rip, and it ran like shit. I have no idea what crack SU uses and i'm not sure how to find it. sorry :[
Then i tried fitgirl's repack because i saw some people recommending it and it performs the same. Their website says that is has "Mr.Goldberg + Christsnatcher crack applied over"

I really don't understand why this game in particular refuses to run properly on my pc, i can play much more demanding games through proton just fine, and i've never had to troubleshoot this long to get it working, so some help would be much appreciated!

reddit.com
u/ServiceGames1999 — 6 days ago

[Black Myth Wukong] Fit Girl Repack problem (Solved)

Hello everyone !

I have a lot of problem to use repack on my endeavor OS. The solution is

Download DODI Repack

Maybe the compression is more light and better for linux

Download faugus-launcher

And select the setup.exe with protoncachyos ou GE. Install the game on your disk not c:/ ! This is the prefix

Download Crackfix on the page DODI Repack

Unzip the fix, move file in the good directory and...

That's it :)

reddit.com
u/Roobtek — 7 days ago

Downloaded and installed Black Myth Wukong from voices38 iso file, mounted it and installed it flawlessly. I am using bottles for Black Myth Wukong and it ran perfectly the first time, with some stuttering but wasn't too much. Next day it just doesn't turn on at all. Gives this error no matter what I try:

Things I tried: 
-dx11 Flag in the game args.
Used Soda, WineGE, GE-Proton-34/33/28 wine prefixes
Installed all necessary dependencies like Vcredist15-22 and dotnet35-45.
Changed DXVK to different versions.
Deleted shader Cache. 
Environment Var: DXVK_FILTER_DEVICE_NAME=RX 580/DXVK_FILTER_DEVICE_NAME=RX 580

Specs:
Ryzen 5 PRO 4650G
16GB DDR4 3200Mhz Single stick
2TB NvMe
Rx580 OC
Linux-Zen kernel
Hyprland
Latest Mesa Drivers
Bottle - Gaming/VKD3D-proton-3.0/DXVK-2.7.1/ge-proton-10-34
No gamescope/On Wayland

inxi -xxACGS 
System:
  Host: xelius Kernel: 7.0.2-zen1-1-zen arch: x86_64 bits: 64
    compiler: gcc v: 15.2.1
  Desktop: Hyprland v: 0.54.3 dm: SDDM Distro: Arch Linux
CPU:
  Info: 6-core model: AMD Ryzen 5 PRO 4650G with Radeon Graphics
    bits: 64 type: MT MCP arch: Zen 2 rev: 1 cache: L1: 384 KiB
    L2: 3 MiB L3: 8 MiB
  Speed (MHz): avg: 4191 high: 4194 min/max: N/A cores: 1: 4193
    2: 4191 3: 4194 4: 4192 5: 4191 6: 4192 7: 4193 8: 4189 9: 4192
    10: 4191 11: 4191 12: 4189 bogomips: 100611
  Flags-basic: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2
    sse4a ssse3 svm
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX
    470/480/570/570X/580/580X/590] vendor: Micro-Star MSI
    driver: amdgpu v: kernel arch: GCN-4 pcie: speed: 8 GT/s lanes: 16
    ports: active: HDMI-A-2 empty: DP-1, DP-2, DVI-D-1, HDMI-A-1
    bus-ID: 10:00.0 chip-ID: 1002:67df temp: 43.0 C
      Downloaded and installed Black Myth Wukong from voices38 iso file,
 mounted it and installed it flawlessly. I am using bottles for Black 
Myth Wukong and it ran perfectly the first time, with some stuttering 
but wasn't too much. Next day it just doesn't turn on at all. Gives this
 error no matter what I try:
    Things I tried: 
-dx11 Flag in the game args.
Used Soda, WineGE, GE-Proton-34/33/28 wine prefixes
Installed all necessary dependencies like Vcredist15-22 and dotnet35-45.
Changed DXVK to different versions.
Deleted shader Cache. 
Environment Var: DXVK_FILTER_DEVICE_NAME=RX 580/DXVK_FILTER_DEVICE_NAME=RX 580

Specs:
Ryzen 5 PRO 4650G
16GB DDR4 3200Mhz Single stick
2TB NvMe
Rx580 OC
Linux-Zen kernel
Hyprland
Latest Mesa Drivers
Bottle - Gaming/VKD3D-proton-3.0/DXVK-2.7.1/ge-proton-10-34
No gamescope/On Wayland

inxi -xxACGS 
System:
  Host: xelius Kernel: 7.0.2-zen1-1-zen arch: x86_64 bits: 64
    compiler: gcc v: 15.2.1
  Desktop: Hyprland v: 0.54.3 dm: SDDM Distro: Arch Linux
CPU:
  Info: 6-core model: AMD Ryzen 5 PRO 4650G with Radeon Graphics
    bits: 64 type: MT MCP arch: Zen 2 rev: 1 cache: L1: 384 KiB
    L2: 3 MiB L3: 8 MiB
  Speed (MHz): avg: 4191 high: 4194 min/max: N/A cores: 1: 4193
    2: 4191 3: 4194 4: 4192 5: 4191 6: 4192 7: 4193 8: 4189 9: 4192
    10: 4191 11: 4191 12: 4189 bogomips: 100611
  Flags-basic: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2
    sse4a ssse3 svm
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX
    470/480/570/570X/580/580X/590] vendor: Micro-Star MSI
    driver: amdgpu v: kernel arch: GCN-4 pcie: speed: 8 GT/s lanes: 16
    ports: active: HDMI-A-2 empty: DP-1, DP-2, DVI-D-1, HDMI-A-1
    bus-ID: 10:00.0 chip-ID: 1002:67df temp: 43.0 C

Edit: FIX apply the latest crackfix by voices38. Can get it from here

u/Tahsin8080 — 14 days ago

[Black Myth Wukong] Out of memory on Linux, works fine on Windows

  1. Name of game: Black Myth Wukong

  2. CPU: Intel i7 10th gen

  3. GPU: GTX 1650 (4GB VRAM)

  4. RAM: 16GB

  5. Linux distro: Cachyos, arch base.

  6. Proton version: Proton Ge, proton em.

  7. Game launcher: Steam

Issue:

- On Linux, game crashes with “out of memory” error

- Stuck on shader compilation screen

- On Windows (same PC), runs fine, no crash

Setup:

- Clean install from Steam

- Then applied voices38

What I tried:

- Restart system

- Verified game files

- Tried different Proton versions

- Lowered graphics settings

Notes:

- RAM not maxed when crash happens

- VRAM usage approximately 50%

Anyone got same issue or fix? 🙏

u/RemarkableChemist267 — 12 days ago

Hey, I have been trying to install and play the Black Myth Wukong fitgirl repack with the Voises38 Crack, and I have been unable to run it even once in lutris.

I keep getting a silent error and the game not launching. I have no idea how to fix this.

My system is Linux 7.0.3-1-cachyos

I have tried using "~/Games/Black Myth - Wukong/b1/Binaries/Win64/b1-Win64-Shipping.exe" and "~/Games/Black Myth - Wukong/b1.exe" and both did not work. I have also tried with and without winetricks installing dotnet472 and vcrun2022, using dotnet48 and vcrun2025 instead, and with multiple other winetricks, none worked.

Edit with solution:

I installed BMW firgirl repack through Steam using "Add a non-steam game", I chose "setup.exe", executed it with Proton-CachyOS slr, and installed it at "~/Games/BlackMythWukong". After that I set the executable as "b1-win64-shipping.exe" inside b1/binaries/win64

NOTE: I installed the crackfix, that is required, extract and drag content of voises38 folder into main BMW folder, then select "~/Games/BlackMythWukong/b1/Binaries/Win64/b1-Win64-Shipping.exe" as executable.

NOTE 2: steam does not like spaces in folder, so make sure to change "Black Myth - Wukong" to "BlackMythWukong"

NOTE 3: Some proton versions will not let you install to X: drive, Proton-GE and Proton-Cachyos allowed me to, so perfer those if you can.

reddit.com
u/The-Careful-Engineer — 12 days ago

[Far Cry 6] What is the best workflow for cracked games

I recently fully switched to Linux for gaming. After some distro-hopping (Kubuntu -> Bazzite -> and finally Nobara 43), I’ve hit a wall with non-Steam/cracked games (mostly Empress/Repacks)

The Problem: I’ve noticed a very weird pattern with current AAA titles (like Far Cry 6 or Wukong). If I use the latest GE-Proton (10-34) via Heroic or Lutris, the game simply fails to launch or hits a deadlock/stack overflow. Looking at the logs, it seems the new UMU-launcher/Sniper Runtime (the "vagon" system) is constantly clashing with the crack's DLL injection or anti-debug methods. (Gemini helps a lot but it isn't a fortune teller obviously)

The "Accidental" Discovery: Today I accidentally launched a game using an old Wine-GE 8-21 (safest/vanilla build) and it worked instantly. Then I tried GE-Proton 9-27 and it also worked with great performance (400+ FPS in menus, very stable in-game).

My Questions:

  1. Is version-shifting the norm for piracy on Linux? Do we generally have to "downgrade" our runners because modern Proton builds are becoming too integrated with Steam's specific containerized environment (UMU/Pressure Vessel)?
  2. Bottles vs. PortProton vs. Heroic: Which one handles these "sideloaded" DLLs better without trying to force them into a Steam-like runtime environment?

I’m really liking the flexibility of Nobara, but the "Runner Labyrinth" is quite exhausting for a newcomer. Any advice on a "Golden Rule" for choosing runners (or something else) for repacks would be greatly appreciated!

  1. Name of game: Far Cry 6
  2. CPU: Ryzen Ai 7 350
  3. GPU: RTX 5060
  4. RAM: 32GB
  5. Linux distro: Nobara Project
  6. Proton version: 10-34
  7. Game launcher: Heroic
reddit.com
u/Consistent-Gur9320 — 11 days ago

[i3-8100]
[rx 570]
[CachyOS]
From online fix
Hello
i am trying to run invinciblevs bc it seems like a cool game but whenever i run it it pops up this error

i tried using the dw proton
normal proton
Ge proton
and tried gdk proton(but this one didnt even show up as an option)
im pretty sure its because i need xbox but i dont know if i can do it in linux
i also did use this override("WINEDLLOVERRIDES="OnlineFix64=n;SteamOverlay64=n;winmm=n,b;dnet=n;steam_api64=n;winhttp=n,b" %command%")
I hope anyone has a fix for this

reddit.com
u/Khalid_102 — 8 days ago

Hi,

I'm having an issue with Age of Empires II Definitive Edition.

At first, I had a Steam error, but I managed to fix it using Goldberg’s SteamAPI patch.

However, now when I launch the game, a message appears stating that ‘a running process may be interfering with the correct operation of AoE2 DE. This may be caused by anti-virus software, malware, game overlays or other active processes on your PC...’,

And in the main menu, I can only quit the game and there is a message saying ‘Tampering Detected’

I tried with Fitgirl and DODI repacks for now.

I'm running the game with protontricks (I tried proton 11, proton 10, experimental and GE) with steam not running or else the game won't launch at all.

My specs :

OS: Arch

GPU: RTX 2060

CPU: i7-9750H

How can i bypass this ?

https://preview.redd.it/ty9j4uqgewyg1.png?width=2560&format=png&auto=webp&s=9296962bb4b15c114061c4d12ce29afd9c54b541

reddit.com
u/Larcosse — 11 days ago

Hi All,

I'm new to Linux and just installed PopOS with KDE Plasma and I am so done with Microslop.

The one thing holding me back right now is getting DaVinci Resolve Studio.

I do manual 2D to 3D conversions of movies and shows for family and friends, and part of the flow is in DaVinci Resolve Studio, not the free version.

I am currently saving for it as it is a LOT of money in my country, it costs more than most people earn in a month.

Are there cracked Linux versions floating around, or any suggestions on how to run the Windows Version on Linux cracked?

Thank you 😄

reddit.com
u/Mesighffs — 6 days ago

Been trying to get Arma 3 from fitgirl to unpack using Lutris for the last couple of days to complete failure. It keeps getting stuck at 3.3% most times with the error message "An error occured while unpacking: Unable to write data to disk!Unarc.dll returned an error code:-11 ERROR: archive data corrupted (decompression fails)". Wondering if anyone's got it going.

Checksums all check out. I have tried changing prefixes, game drives(even switching to an ext4 one), re-downloading the torrent, using shorter install paths, capping the RAM, turning on and off Feral mode, playing around with different runners and versions on fresh prefixes but nothing's really come of it, still keeps failing.

For context, right before trying Arma 3, I had gotten COD: MW remastered(2017) and Insurgency: Sandstorm going well.

I've got no idea on what to do next so I'll really appreciate any help.

System:

CPU: Ryzen 5 5600 
RAM: 32GB
u/cloudsurfer48902 — 9 days ago