Closed natervader closed 5 months ago
Ping @syboxez @kira-bruneau
Oh yep, sorry! Looks like it's the same issue, but for the nixos-23.11 release branch and we just never backported the fix. This should fix it: https://github.com/NixOS/nixpkgs/pull/313149.
Oh yep, sorry! Looks like it's the same issue, but for the nixos-23.11 release branch and we just never backported the fix. This should fix it: #313149.
Sounds great!
I must admit my ignorance since I'm still getting used to NixOS. What would be the best method for testing the fix on my end?
Thanks again @kira-bruneau.
Was not sure if it was best to open a new issue here. If this isn't the right place feel free to let me know too! I have also seen this come up in #275039, which is why I was hesitant on opening a new issue.
Describe the bug
Clonehero returns with a "Segmentation fault (core dumped)" upon launching.
Steps To Reproduce
clonehero
toenvironment.systemPackages
in my/etc/nixos/configuration.nix
.clonehero
.Expected behavior
Clonehero opens in a playable state.
Additional context
Running
clonehero
results with:Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result:Side Note
I'm not sure how else to determine the issue on my end. Downloading the game directly from the official site and running the executable with
steam-run
does work, however.