Search Issue Tracker
Third Party Issue
Votes
0
Found in
2022.3.49f1
Issue ID
UUM-83139
Regression
No
[Linux] "Failed to find a suitable OpenCL device, baking cannot use GPU lightmapper." error thrown in the Console window when creating new project using VR Template
Steps to reproduce:
1. Create a new Unity project using VR Template
2. Observe Console window
Actual results: "Failed to find a suitable OpenCL device, baking cannot use GPU lightmapper." error and "Falling back to CPU lightmapper." and "OpenCL Error. Falling back to CPU lightmapper. Error callback from context: CL_PLATFORM_NOT_FOUND_KHR" warnings are thrown
Expected results: No errors or warnings are thrown
Reproducible with versions: 2022.3.49f1
Reproduced on: Ubuntu 20.04
Not reproduced on: macOS Sonoma 14.5 (Intel)
Notes:
- Error and warnings are clearable
- In 2022.3.52f1 additional warning is thrown: "Falling back to CPU lightmapper."
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
The OpenCL ICD driver should be installed on the computer before running Unity and attempting to bake lighting, e.g. sudo apt install ocl-icd-opencl-dev.