r/NixOS • u/Alarming-Waltz-8808 • 2d ago
Blender crashes when using hip
I installed the "pkgs.pkgsRocm.blender" package to get hip support for blender, but whenever i try to use hip on my gpu with cycles blender just crashes, ive tried both opengl and vulkan and both crash. Heres my dotfiles repo for anyonew who wants to take a look to try and help. https://github.com/mc-724634/NixDotfiles
4
Upvotes
2
u/SomeRedTeapot 1d ago
I forgot where I found this workaround, but the "fix" is to set
LD_PRELOADtorocm-comgr. I have an overlay for this in my config:Edit: it was from this issue: https://github.com/NixOS/nixpkgs/issues/530702