Replies: 2 comments 2 replies
-
Please take a look at https://github.com/thiagokokada/nix-alien#limitations for how to manually add libraries. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
If you have Steam installed or you don't mind it, you might want to check out steam-run, a FHS-compliant environment launcher that is built for running games. You can modify it in your system configurations if you need additional packages, too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summertime Saga is a free-to-download game. There is a launcher script, which sets
LD_LIBRARY_PATHand runs a binary program. I tried to remove theLD_LIBRARY_PATHsetting and replace the binary program launching withnix-alien. Then, when it runs, it immediately throws this error and exit:I then tried to set the env var
SDL_VIDEODRIVERto various different things, and still couldn't fix it.I think there may be some libraries that I need to manually add to
nix-aliencall, but I am not sure. My other guess is that the so libraries used by this program (provided by the game in alibsubdir) may be different from those from nixpkgs, so this issue may be related to #77. Could you please see whether there is a way to make the game run?PS: The game is NSFW. Run it in private area.
Beta Was this translation helpful? Give feedback.
All reactions