Found a bad bug some time back, for some reason after updating CEF it always gives this error: "/home/hjs/.local/share/ClassiCube/./cef/../cef/cef_binary/libcef.so: cannot allocate memory in static TLS block"
looking it up online it's something that i can't really control, see: https://fasterthanli.me/articles/a-dynamic-linker-murder-mystery
best workaround so far is to run export LD_PRELOAD="(path to cc install folder)/cef/cef_binary/libcef.so":$LD_PRELOAD but that doesn't work with nix-ld for some reason.
running NixOS 24.05 with CC being run under steam-run, so i don't think that should be a problem.
And before you ask, no, i'm not using flakes, so your flake won't work for me
Found a bad bug some time back, for some reason after updating CEF it always gives this error: "/home/hjs/.local/share/ClassiCube/./cef/../cef/cef_binary/libcef.so: cannot allocate memory in static TLS block" looking it up online it's something that i can't really control, see: https://fasterthanli.me/articles/a-dynamic-linker-murder-mystery best workaround so far is to run
export LD_PRELOAD="(path to cc install folder)/cef/cef_binary/libcef.so":$LD_PRELOAD
but that doesn't work with nix-ld for some reason.running NixOS 24.05 with CC being run under steam-run, so i don't think that should be a problem. And before you ask, no, i'm not using flakes, so your flake won't work for me