Compilation of OpenCL kernels failed.
Error: CL_BUILD_PROGRAM_FAILURE Code: O-2.10
I finally reproduced that error thanks to your log. This is a critical (but not dangerous as it fails at the beginning) bug. I hope i can fix it quick, otherwise i'll release the b6 with the bug and fix after.
thanks! if I can help, I will provide the necessary information!
Yes, can you give me the full path of the folder where you start the .bat from (the current dir)?
i feel like non-standard pathes disturb the OpenCL init
yeah i got it, using some crazy exotic chars in the path. It kills the OpenCL init.
JCE, as a security, looks for any custom OpenCL dlls in its path, because this is a simple way to hack the OpenCL kernels. But when the dir is too exotic, so it just fails.