Mihai Fufezan
Mihai Fufezan
Currently testing directly from the repo using this patch ```diff diff --git a/pkgs/default.nix b/pkgs/default.nix index 234bbf5..576a177 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -86,6 +86,7 @@ rocket-league = pkgs.callPackage ./rocket-league {...
Sure, here's the log. [rl.log](https://github.com/user-attachments/files/16604206/rl.log)
@emrebicer following your instructions I managed to get it to launch after a `nix flake update`.
Only the dry-run works. Strangely enough, it also works if I prepend `gamemoderun`, but not when I do `nix run .#rocket-league`.
@emrebicer I'm terribly sorry for the delay, the notification must have slipped my view. I've just tested this, seems to work well despite the gamemode errors (which are probably a...
Okay, then hopefully it will be fixed upstream. Thanks for looking into it.
I'd suggest trying older `vcrun20xx` as well, and if that doesn't work, try to copy the resulting dll to bakkesmod's directory along with creating a dll override. Not sure it...
I've just pushed b701f37 and 72a3814 (should've rebased, oh well). Maybe it fixes some issues.
Will probably be handled after #6608.
*might* be due to a stdenv mismatch. Try overriding the stdenv to `gcc14Stdenv`.