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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.