Search Issue Tracker
Duplicate
Votes
0
Found in
2019.2.0a7
2019.2.15f1
2020.1.0a16
Issue ID
1214598
Regression
Yes
Editor crashes on GfxDeviceD3D12::QueueRelease or GUIView::GetHDRNeedsReshape when loading RenderDoc
How to reproduce:
1. Download and install RenderDoc
2. Create a new project
3. Switch Graphics API to DirectX 12
4. Right-click on the "Game" or the "Scene" tab
5. Select "Load the RenderDoc"
-- Observe the crash
Reproducible with: 2019.2.0a9, 2019.2.19f1, 2020.1.0a16, 2020.1.0a21
Not reproducible with: 2017.4.36f1, 2018.4.16f1, 2019.2.0a6, 2019.3.0f6, 2020.1.0a15
First 5 lines of the 2019.2 version stacktrace:
0x00007FF6B7823933 (Unity) GfxDeviceD3D12::QueueRelease
0x00007FF6B7837358 (Unity) TexturesD3D12::DeleteImageDataImmediate
0x00007FF6B78375DB (Unity) TexturesD3D12::DeleteTextureImmediate
0x00007FF6B7822D58 (Unity) GfxDeviceD3D12::ProcessReleaseQueue
0x00007FF6B78110F7 (Unity) GfxDeviceD3D12::~GfxDeviceD3D12
<...>
First 5 lines of the 2020.1 version stacktrace:
0x00007FF6697D450B (Unity) GUIView::GetHDRNeedsReshape
0x00007FF66A1596F5 (Unity) GUIView::RepaintAll
0x00007FF668A33397 (Unity) RecreateAllGfxDeviceResources
0x00007FF66996EE14 (Unity) Application::TickTimer
0x00007FF66A155B25 (Unity) MainMessageLoop
<...>
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #1208237