howetuft
howetuft
Closing the issue in the absence of a response from the user.
@rostskadat Could you please retry to install and render with new v2.10.0 (binaries here: https://github.com/LuxCoreRender/LuxCore/releases/tag/samples-v2.10.0)?
Have you access to a Python console? If so, can you please: - install pyluxcore (`pip install pyluxcore`) - run the following commands in Python: ``` import pyluxcore pyluxcore.Init() print(pyluxcore.GetOpenCLDeviceDescs())...
OK, can you try: ``` import pyluxcore pyluxcore.Init() bytes(pyluxcore.GetOpenCLDeviceDescs().ToString(), encoding="ascii") ``` (in a fresh session)
The same, replacing last line with: `pyluxcore.GetOpenCLDeviceDescs().ToString().encode("ascii")` and another try: `pyluxcore.GetOpenCLDeviceDescs().GetAllNames()`
OK, simply: ``` pyluxcore.GetOpenCLDeviceDescs() ```
OK, this is deeper than I expected. I must think about it.
Another try: `pyluxcore.GetOpenCLDeviceList()`
The name of one of your GPUs may contain a special character, for instance a **á**. Have you got any means to list your GPUs, like `nvidia-smi`?
You can also have a look to Cycles preferences, the GPUs are listed there.