Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
2020.3.7f1
2020.3.22f1
2021.2
2022.1
Issue ID
1384263
Regression
Yes
Crash on Radeon::DenoiserContext::DenoiseGPUBuffer when Baking Global Illumination and changing the Post Processing settings
Reproduction steps:
1. Open the user's attached project
2. Open "Assets/Unity Asset Unlocks - Backyard/Scenes/ExampleScene" Scene
3. Open Window -> Rendering -> Lighting
4. Press "Generate Lighting"
5. From the Hierarchy select "PostProcessingVolume" GameObject
6. Change the settings of "Color Adjustments" in the Post Processing Component
Expected result: Editor finishes baking with no problems
Actual result: Editor crashes
Reproducible with: 2020.3.7f1, 2020.3.24f1, 2021.2.6f1, 2022.1.0b2
Not reproducible with: 2019.4.33f1, 2020.3.6f1
First lines of stacktrace:
0x00007FF72AB89DFC (Unity) Radeon::DenoiserContext::DenoiseGPUBuffer
0x00007FF72AB88E9E (Unity) Radeon::DLDenoise
0x00007FF72AC9C575 (Unity) RadeonRaysJobCompositeLightmap::RunDenoiser
0x00007FF72AC941DE (Unity) RadeonRaysJobCompositeLightmap::CompositeLightmap
0x00007FF72AC307E5 (Unity) BakeJobCompositeLightmap::Execute
Notes:
- may take several minutes to reproduce the crash
- very rarely may just crash while baking and not editing any Post Processing settings
- sometimes instead of a crash the Console throws an error: "Assertion failed on expression: '!useRadeon || (!radeonDenoiser.IsNull() && radeonDenoiser->GetRefCount() <= 1)'"
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
- AsyncReadManager.GetFileInfo fails to get files when they were created during runtime.
- UI elements are not visible on certain X-axis positions when the rotation of the Y-axis is 90 (or -90) degrees
- Crash on __pthread_kill when initializing Vuplex WebView while entering the Play Mode
- Crash on FindSurface when adding a custom Renderer Feature to a 2D Renderer Data Asset
- [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices
Resolution Note (fix version 2022.2):
This bug will be fixed by enablement work that is in progress now. To that end we are postponing this and will retest once that lands.