Hi,
I am trying to use services.foldingathome option, but I am getting this output when I start to fold:
19:35:58:E :WU30:Core returned FAILED_3 (255)
19:35:58:E :WU30:The folding core did not produce any log output. This indicates that the core is not functional on your system. Check for missing libraries or GPU drivers. Make a post about your issue on https://foldingforum.org/ to get more help.
19:35:58:E :WU30:Run did not produce any results. Dumping WU
Before I was executing fah-client manually and everything was working fine. Then I found that there is service option but I am having trouble with folding.
My fah config:
{ config, … }:
{
#Enable OpenCl
hardware.amdgpu.opencl.enable = true;
#Enable FAH
services.foldingathome.enable = true;
}
My system:
Operating System: NixOS 25.11
KDE Plasma Version: 6.5.3
KDE Frameworks Version: 6.20.0
Qt Version: 6.10.1
Kernel Version: 6.17.9 (64-bit)
Graphics Platform: Wayland
Processors: 32 × AMD Ryzen 9 5900XT 16-Core Processor
Memory: 32 GiB of RAM (31,2 GiB usable)
Graphics Processor: AMD Radeon Graphics ( RX 9060XT 16GB)
Manufacturer: ASUS
Any help is appreciated.