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
- NullReferenceException is thrown when assigning an Object to a custom DebugUI.ObjectField in Rendering Debugger
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
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.