hajimehoshi / ebiten

Ebitengine - A dead simple 2D game engine for Go
https://ebitengine.org
Apache License 2.0
10.4k stars 633 forks source link

internal/graphicsdriver/directx: `directx: IDXGISwapChain::Present failed: HANDLE(2289696769)` #2633

Open hajimehoshi opened 1 year ago

hajimehoshi commented 1 year ago

Ebitengine Version

v2.6.0-alpha.2

Operating System

Go Version (go version)

go1.19.4

What steps will reproduce the problem?

Not sure. This error was reported in the real world. Probably this error happens when switching fullscreen, but we are not sure.

What is the expected result?

No crash

What happens instead?

An application ended with this error: directx: IDXGISwapChain::Present failed: HANDLE(2289696769)

Anything else you feel useful to add?

No response

hajimehoshi commented 1 year ago

/CC @wasedaigo

hajimehoshi commented 1 year ago

Now this issue is pretty rare (w/ DirectX 11). Let's clear the milestone.