Closed lizelive closed 1 year ago
keepalive
I have the same issue, looking at how the starsector.sh
and .starsector.sh-wrapped
work I suspect that the argument -Dcom.fs.starfarer.settings.paths.logs=.
is the main problem because the nix store is read-only and the game tries to write to a log file.
I will try to submit a patch but I leave the probable cause here just in case someone else has the same issue.
This issue has been mentioned on NixOS Discourse. There might be relevant details there:
https://discourse.nixos.org/t/game-configuring-saves-directory-for-starsector/22799/1
https://github.com/NixOS/nixpkgs/blob/nixos-22.05/pkgs/games/starsector/default.nix
on nix os installed using
nix-shell -p starsector
or as a user package@bbigras and @ncfavier