You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: