Code: Select all
opencl device selection string has the wrong length, must be 3 instead of 1


Code: Select all
opencl device selection string has the wrong length, must be 3 instead of 1
I guess the scene was saved on a PC with 3 OpenCL devices, just go the the BlendLuxCore device panel, refresh the list and select your GPUmotaman wrote: Thu Apr 04, 2019 5:15 pm Tried to render the blender scene "Sharlybg_Food.blend" ,I can see the render on the viewport but when i try to do a final render this error shows up
Code: Select all
opencl device selection string has the wrong length, must be 3 instead of 1
Hi Dade, I met this exact problem, but in my case I'm trying to render through python script remotely, so I cannot open the Blender GUI to refresh the GPU list and select GPU. Do you know the commands that I could try?Dade wrote: Thu Apr 04, 2019 6:07 pm
I guess the scene was saved on a PC with 3 OpenCL devices, just go the the BlendLuxCore device panel, refresh the list and select your GPU![]()
But are using a python script calling LuxCore API or still using Blender from command line ?naruto123sdo wrote: Fri Oct 01, 2021 4:07 pmHi Dade, I met this exact problem, but in my case I'm trying to render through python script remotely, so I cannot open the Blender GUI to refresh the GPU list and select GPU. Do you know the commands that I could try?Dade wrote: Thu Apr 04, 2019 6:07 pm
I guess the scene was saved on a PC with 3 OpenCL devices, just go the the BlendLuxCore device panel, refresh the list and select your GPU![]()
I guess I'm still using Blender from command line? It's like I just run "blender my_blend.blend -b -p my_script.py" It works in my local device but not remotelyDade wrote: Fri Oct 01, 2021 6:17 pm
But are using a python script calling LuxCore API or still using Blender from command line ?