Search Issue Tracker
Third Party Issue
Third Party Issue in 2022.3.X
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
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
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.
Resolution Note (2022.3.X):
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.