Search Issue Tracker
Fixed
Fixed in 2022.3.64f1, 6000.0.20f1, 7000.0.0a1
Votes
5
Found in
2022.3.42f1
6000.0.15f1
6000.1.0a7
7000.0.0a1
Issue ID
UUM-77757
Regression
Yes
Crash on GfxDeviceD3D12Base::DrawBuffersCommon when opening a project after changing the Graphics API to DirectX12
Reproduction steps:
1. Download, extract, and open the attached “repro-project“
2. In the “Enter Safe Mode?“ pop-up select “Ignore“
3. Wait for the project to load
4. Observe the crash
Reproducible with: 2022.3.7f1, 2022.3.42f1, 6000.0.15f1
Not reproducible with: 2021.3.42f1, 2022.3.6f1
Reproduced on: Windows 10
Not reproducible on: No other environment tested
Note: Does not crash in Safe Mode
First few lines of the stack trace:
0x00007FF67D607CFB (Unity) GfxDeviceD3D12Base::DrawBuffersCommon
0x00007FF67D606F9E (Unity) GfxDeviceD3D12Base::DrawBufferRanges
0x00007FF67D607220 (Unity) GfxDeviceD3D12Base::DrawBuffers
0x00007FF67EC596B2 (Unity) GfxDeviceWorker::RunCommand
0x00007FF67EC5C49B (Unity) GfxDeviceWorker::RunExt
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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- “UnityException: GetInvalidFilenameChars” errors are thrown, and the Overlay Save Preset button becomes unusable when entering Play Mode with a shortcut while Overlay Save Preset window is opened
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
Resolution Note (fix version 6000.0.20f1):
Fixed by adding a check for missing buffers before draw.
Resolution Note (fix version 2022.3.64f1):
Fixed by displaying more details in the log message and displaying them only once to avoid spam