Search Issue Tracker
Active
Under Consideration for 2021.3.X, 6000.0.X, 6000.2.X, 6000.3.X, 6000.4.X
Votes
1
Found in
2021.3.34f1
2023.2.7f1
2023.3.0b4
6000.0.0b11
6000.1.0a7
6000.2.0a1
6000.3.0a1
6000.4.0a1
7000.0.0a1
Issue ID
UUM-61705
Regression
No
[WinArm][DX11] Crash with Failed to present D3D11 swapchain
Steps to reproduce:
- Open any Unity project on a Windows Arm machine
- Open either File>Build Profiles... (Editor version 2023.3.0b3 and above) or Edit>Project Settings (other versions)
- Move or resize the window (the crash might reproduce as soon as the window starts rendering too)
Expected result: No crash
Actual result: The Editor crashes with the following error
Failed to present D3D11 swapchain due to device reset/removed.This error can happen if you draw or dispatch very expensive workloads to the GPU, which can cause Windows to detect a GPU Timeout and reset the device. (see https://docs.microsoft.com/en-us/windows-hardware/drivers/display/timeout-detection-and-recovery).If you believe this error is due to built-in Unity functionality, please submit a bug.This is an unrecoverable error and the editor will shut down.
Reproducible with: 2021.3.34f1, 2023.2.7f21, 2023.3.0b4, 6000.0.b12
Not reproducible with: 2022.3.18f1
Note:
- DX12 does not crash in a similar manner
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
Add comment