nix-community / nix-ld

Run unpatched dynamic binaries on NixOS [maintainer=@Mic92]
MIT License
920 stars 14 forks source link

Does nix-ld work with steam? #94

Open Redhawk18 opened 2 hours ago

Redhawk18 commented 2 hours ago

Hey I was having issues with a game that uses the love2d engine, After some debugging with the dev team then the engine team I found the reason the game fails to launch on steam was it was missing libfuse. So I added fuse to my nix-ld list of libs and relaunched steam and I got the same error.

SuperSandro2000 commented 2 hours ago

I could imagine that steam is providing its own ld in the Linux runtime.

Btw are you using that? If not, try using it, it should make things work better generally.

Redhawk18 commented 1 hour ago

I could imagine that steam is providing its own ld in the Linux runtime.

Btw are you using that? If not, try using it, it should make things work better generally.

What do you mean? Also on discord I asked and NobbZ responded that it won't work because steam runs in a FHSenv.