Search Issue Tracker
Fixed
Fixed in 6000.0.0b16
Votes
0
Found in
2023.3.0b10
6000.0.0b11
Issue ID
UUM-66218
Regression
Yes
Crash on BufferD3D12::BeginWrite when entering the Play mode on a specific project
Reproduction steps:
1. Open the attached project "CrashRepro"
2. Enter the Play mode and wait for a few seconds
Expected result: The Play mode continues
Actual result: Editor crashes
Reproducible with: 2023.3.0a11, 2023.3.0b10
Not reproducible with: 2021.3.36f1, 2022.3.20f1, 2023.2.13f1, 2023.3.0a10
Reproducible on: Windows 10
Not reproducible on: No other environment tested
The first few lines of stack traces
{noformat}0x00007FFC2803D752 (Unity) BufferD3D12::BeginWrite
0x00007FFC27D871E7 (Unity) GfxDevice::UpdateBufferRanges
0x00007FFC2985C986 (Unity) GfxDeviceWorker::RunCommand
0x00007FFC2986058F (Unity) GfxDeviceWorker::RunExt{noformat}
{noformat}0x00007FF89F2C4F8C (Unity) GfxDeviceD3D12Base::DrawBuffersCommon
0x00007FF89F2C4AB6 (Unity) GfxDeviceD3D12Base::DrawBufferRanges
0x00007FF89F2C4D79 (Unity) GfxDeviceD3D12Base::DrawBuffers
0x00007FF8A0ADD144 (Unity) GfxDeviceWorker::RunCommand{noformat}
Note: Does not reproduce on Dx11, Vulcan graphics API
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment