OpenCL suddenly is not available anymore (DT 2.7 win64)

Hi, I installed the v2.7.0+ 1859 windows version yesterday and since then opencl isn’t available anymore. It was with the v2.6.
the cltest give the following

** (darktable-cltest.exe:15348): CRITICAL **: 20:50:15.143: secret_service_load_
collections_sync: assertion ‘paths != NULL’ failed
0.234375 [opencl_init] opencl related configuration options:
0.250000 [opencl_init]
0.250000 [opencl_init] opencl: 1
0.250000 [opencl_init] opencl_library: ‘’
0.250000 [opencl_init] opencl_memory_requirement: 768
0.250000 [opencl_init] opencl_memory_headroom: 300
0.250000 [opencl_init] opencl_device_priority: ‘/!0,//
0.250000 [opencl_init] opencl_mandatory_timeout: 200
0.250000 [opencl_init] opencl_size_roundup: 16
0.265625 [opencl_init] opencl_async_pixelpipe: 0
0.265625 [opencl_init] opencl_synch_cache: false
0.265625 [opencl_init] opencl_number_event_handles: 25
0.265625 [opencl_init] opencl_micro_nap: 1000
0.265625 [opencl_init] opencl_use_pinned_memory: 0
0.265625 [opencl_init] opencl_use_cpu_devices: 0
0.265625 [opencl_init] opencl_avoid_atomics: 0
0.265625 [opencl_init]
0.281250 [opencl_init] found opencl runtime library ‘OpenCL.dll’
0.281250 [opencl_init] opencl library ‘OpenCL.dll’ found on your system and loaded
0.500000 [opencl_init] found 1 platform
0.500000 [opencl_init] found 2 devices
0.500000 [opencl_init] device 0 Caicos' supports image sizes of 16384 x 16384 0.515625 [opencl_init] device 0 Caicos’ allows GPU memory allocations of up to 512MB
[opencl_init] device 0: Caicos
GLOBAL_MEM_SIZE: 2048MB
MAX_WORK_GROUP_SIZE: 256
MAX_WORK_ITEM_DIMENSIONS: 3
MAX_WORK_ITEM_SIZES: [ 256 256 256 ]
DRIVER_VERSION: 1800.8 (VM)
DEVICE_VERSION: OpenCL 1.2 AMD-APP (1800.8)
0.546875 [opencl_init] options for OpenCL compiler: -cl-mad-enable -DAMD=1 -I"C:\Program Files\darktable\share\darktable\kernels"
0.562500 [opencl_init] compiling program demosaic_ppg.cl' .. 0.562500 [opencl_load_program] loaded cached binary program from file C:\Users\R2D2\AppData\Local\Microsoft\Windows\Temporary Internet Files\darktable\cached_kernels_for_Caicos_18008VM\demosaic_ppg.cl.bin’
0.578125 [opencl_load_program] successfully loaded program from C:\Program Files\darktable\share\darktable\kernels\demosaic_ppg.cl' 0.578125 [opencl_build_program] successfully built program 0.578125 [opencl_build_program] BUILD STATUS: 0 0.578125 BUILD LOG: 0.593750 0.593750 [opencl_init] compiling program atrous.cl’ …
0.593750 [opencl_load_program] loaded cached binary program from file C:\Users\R2D2\AppData\Local\Microsoft\Windows\Temporary Internet Files\darktable\cached_kernels_for_Caicos_18008VM\atrous.cl.bin' 0.593750 [opencl_load_program] successfully loaded program from C:\Program Files\darktable\share\darktable\kernels\atrous.cl’
0.609375 [opencl_build_program] successfully built program
0.609375 [opencl_build_program] BUILD STATUS: 0
0.609375 BUILD LOG:
0.609375
0.609375 [opencl_init] compiling program basic.cl' .. 0.625000 [opencl_load_program] loaded cached binary program from file C:\Users\R2D2\AppData\Local\Microsoft\Windows\Temporary Internet Files\darktable\cached_kernels_for_Caicos_18008VM\basic.cl.bin’
0.625000 [opencl_load_program] successfully loaded program from `C:\Program Files\darktable\share\darktable\kernels\basic.cl’
0.640625 [opencl_build_program] could not build program: -11
0.640625 [opencl_build_program] BUILD STATUS: -2
0.640625 BUILD LOG:
0.640625 Internal error: Input OpenCL binary is not for the target!

0.640625 [opencl_init] failed to compile program `basic.cl’!
0.656250 [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
0.656250 [opencl_init] initial status of opencl enabled flag is OFF.

press any key to exit

any suggestion?
thanks

Your opencl compiler is not able to build basic.cl. However it doesn’t tell why.

Open a bug report with precise information. Which graphics card, driver version etc.

On osx i have a similar issue. It needs up to 40 attempts to successfully build all kernels. I created a script to do this annoying stuff for me: current OSX Build - #9 by MStraeten
Maybe you can adapt it for windows and it helps there, too

I’ve realized that when I login to my other user profile (on Windows 7) I can select the opencl checkbox. Strange. But also with the newest dt version for windows (2.7.0 +2162) it works on all windows user profiles.
Thanks