Search found 1 match

by soun89
Tue Feb 10, 2026 9:57 am
Forum: User Support
Topic: OpenCL driver API error code: -30
Replies: 4
Views: 93730

Re: OpenCL driver API error code: -30

Yes, that error is just MacOS and OpenCL being picky. When you update MacOS, the old ocl_kernel_cache can become invalid and give you that "CL_INVALID_VALUE" (-30) error. When you delete the cache folder, it resets it so that LuxCore can compile new kernels without any problems. That's pretty much ...