-
Notifications
You must be signed in to change notification settings - Fork 16
Launching
brcly edited this page Aug 14, 2026
·
3 revisions
LinUwUx must load into the Wine/Proton game process, not into Steam/Lutris/Heroic as a whole.
- Install (Install).
- Set runner to GE-Proton or CachyOS Proton.
- Put
linuwuxon the game launch path only. - Target the game binary (e.g.
Game.exe), not a Windowslauncher.exefrom older packs.
Some older scene layouts include a Windows launcher.exe. That launcher is not required on Linux. Configure the Proton/umu entry to run the real game executable the same way you would for a modern reflex-based title. Keep linuwux on that game’s command only.
Markers that arm the runtime (file present next to the exe — never loaded):
-
reflex.dll/reflex64.dll -
DenuvOwO.ini(winmm-loader style packs without reflex)
| Method | Notes |
|---|---|
linuwux %command% |
Preferred; appends to existing LD_PRELOAD (needs ~/.local/bin on PATH) |
LD_PRELOAD=…/liblinuwux.so |
Easy to clobber overlay/other preloads if you replace instead of append |
LINUWUX_DEBUG=1 linuwux %command%
See Troubleshooting.