Renderer encountered an unexpected error: -2005270483 #18796

Closed
opened 2026-01-31 06:24:36 +00:00 by claunia · 2 comments
Owner

Originally created by @elsaco on GitHub (Nov 1, 2022).

Originally assigned to: @zadjii-msft on GitHub.

Windows Terminal version

main b4d37d8c7

Windows build number

10.0.22621.169 (aarch64)

Other Software

No response

Steps to reproduce

  • build latest source on Windows aarch64 (Windows DevKit 2023 used for testing)

Expected Behavior

  • terminal to launch

Actual Behavior

Error message: This terminal has encountered an issue with the graphics driver and it could not recover in time. It has been suspended.

Upon pressing Resume an error is thrown:

Screenshot 2022-10-31 190138

Originally created by @elsaco on GitHub (Nov 1, 2022). Originally assigned to: @zadjii-msft on GitHub. ### Windows Terminal version main b4d37d8c7 ### Windows build number 10.0.22621.169 (aarch64) ### Other Software _No response_ ### Steps to reproduce - build latest source on Windows `aarch64` (Windows DevKit 2023 used for testing) ### Expected Behavior - terminal to launch ### Actual Behavior Error message: `This terminal has encountered an issue with the graphics driver and it could not recover in time. It has been suspended.` Upon pressing `Resume` an error is thrown: ![Screenshot 2022-10-31 190138](https://user-images.githubusercontent.com/3933920/199143388-924c2e93-34ed-4baf-9806-653c09e4aeca.png)
Author
Owner

@zadjii-msft commented on GitHub (Nov 1, 2022):

I can repro this on my volterra too.

Error Code Symbolic Name Error Description Header
0x887a002d -2005270483 DXGI_ERROR_SDK_COMPONENT_MISSING The application requested an operation that depends on an SDK component that is missing or mismatched.
@zadjii-msft commented on GitHub (Nov 1, 2022): I can repro this on my volterra too. Error Code | Symbolic Name | Error Description | Header -- | -- | -- | -- 0x887a002d | -2005270483 | DXGI_ERROR_SDK_COMPONENT_MISSING | The application requested an operation that depends on an SDK component that is missing or mismatched. | winerror.h
Author
Owner

@lhecker commented on GitHub (Nov 1, 2022):

If you run a debug build you'll need to install the DirectX SDK. It should be part of the "Graphics debugger and GPU profiler for DirectX" component in the Visual Studio Installer. It happens because this isn't true and doesn't work: b4d37d8c70/src/renderer/atlas/AtlasEngine.cpp (L551-L552)

If anyone wants to fix this, please do so! I just didn't have the time to set up a VM and test this just yet, especially since I personally always have the SDK installed for debugging purposes.

Edit: I changed the title so that this issue is easier to find.

@lhecker commented on GitHub (Nov 1, 2022): If you run a debug build you'll need to install the DirectX SDK. It should be part of the "Graphics debugger and GPU profiler for DirectX" component in the Visual Studio Installer. It happens because this isn't true and doesn't work: https://github.com/microsoft/terminal/blob/b4d37d8c70b02952ffed9715bd10893e688024a8/src/renderer/atlas/AtlasEngine.cpp#L551-L552 If anyone wants to fix this, please do so! I just didn't have the time to set up a VM and test this just yet, especially since I personally always have the SDK installed for debugging purposes. Edit: I changed the title so that this issue is easier to find.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#18796