Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2020.1.X, 2020.2.X
Votes
0
Found in
2020.1
2020.2
2020.2.0b3
Issue ID
1279529
Regression
No
[GPU PLM] Fallback to CPU PLM with 'CL_UNKNOWN' error after force stopping the bake and restarting
Steps to repro:
1. Pull the Sponza URP project from here: https://ono.unity3d.com/test-data/gi-tests/SponzaLWRP and sync to revision 1ba7fdd9f457acff81428824ec6f3460e3e72ab4;
2. Open SponzaLightingDay scene;
3. Pull the Sponza scene to the Hierarchy;
4. Make sure that the scene is selected as a master scene, if not, double-click on SponzaLightingDay scene in the Hierarchy;
5. Make sure that GPU Lightmapper is selected as a baking backend for the SponzaLightingDay scene;
6. In the Lighting window press Generate Lighting button;
7. Once the ETA for the bake is visible, press Force Stop button in the Lighting window;
8. In the Lighting window press Generate Lighting button.
Expected result:
Baking with GPU PLM proceeds and finishes as expected.
Actual result:
Errors:
OpenCL Error: 'clGetEventInfo(event, CL_EVENT_COMMAND_EXECUTION_STATUS, sizeof(eventExecutionStatus), &eventExecutionStatus, NULL)' returned -9999 (CL_UNKNOWN_ERROR)!
OpenCL Error. Falling back to CPU lightmapper. Error callback from context: CL_UNKNOWN_ERROR
are shown.
Lightmapper falls back to CPU PLM.
Notes:
- Reproducible in Version 2020.2.0b3, 2020.1.6f1;
- Not reproducible in 2019.4.11f1, as the Force Stop button wasn't available in that version for the GPU Lightmapper;
- Reproducible on Windows 10 with NVIDIA GeForce RTX 2080 GPU.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
- A memory leak occurs in Play mode when using Direct3D12 Graphics API
- Crash on GfxDeviceD3D12Base::DrawBuffersCommon when rendering 60 real-time lights in the far distance
- Black artifacts appear in the Scene view when moving the mouse with the Scene and Device Simulator windows open
Add comment