3d3790a83aa0fcc42e191eff508b7d2c4fc47689
Wine ignores the game-directory version.dll proxy unless an override names it. WINEDLLOVERRIDES covers only a process the launcher spawns itself, so the documented fallback was to have the user paste Steam launch options by hand - a step a normal player cannot be expected to perform, and the reason the game had to be started through a specific wrapper at all. The launcher now persists version=native,builtin into the prefix registry via Wine own reg tool before launching (ensure_dll_override). It is /f-idempotent, so it runs on every launch and repairs a prefix the player has reset or replaced, and it applies to EVERY launch path including Steam Play. This mirrors what BepInEx documents for Proton (configure the proxy in winecfg rather than the environment) and what Proton already does in this prefix for other titles. Best-effort: a failure is reported in plain language and the launch still carries WINEDLLOVERRIDES. STEAM_LAUNCH_OPTIONS is demoted to a fallback for prefixes we have never prepared. Also fixes a pre-existing clippy manual_is_multiple_of in app.rs that was failing the strict lint gate. fmt clean, clippy -D warnings clean, 75 tests pass.
Description
GUI launcher for OpenFUT — manages core/bridge services, DLL hook deployment, and TLS cert setup
Languages
Rust
100%