Skip to content

Windows 11: OpenCode Desktop crashes on launch with repeated GPU process failures (0x80000003) #46691

Description

@mrcgvr

I cannot launch OpenCode Desktop normally on my Windows 11 PC. The application starts, but the window disappears before it becomes usable. The log shows the GPU child process crashing repeatedly with exit code -2147483645 (0x80000003).

Environment
OpenCode Desktop: 1.18.26.0, updated from 1.18.25
Windows 11 Pro 64-bit, build 26200.9278
AMD Ryzen 5 8600G with Radeon 760M Graphics
AMD driver: 32.0.31041.1004, dated 2026-08-17
Plugins: none
The normal reproduction uses the Windows shortcut, not a terminal
Steps to reproduce
Close any existing OpenCode process.
Launch OpenCode Desktop from the normal Windows shortcut, without command-line flags.
Wait for the application window.
The window disappears or never becomes usable.
The log shows a GPU process crash with exitCode: -2147483645.
Expected behavior
OpenCode Desktop should open a stable and usable window.

What I tried
I updated the application, cleared OpenCode caches, tested a clean profile, tried disabling GPU acceleration, and temporarily closed background overlay applications. None of these produced a reliable normal launch.

The only command that consistently opened a window was:

--no-sandbox --disable-gpu --disable-gpu-compositing

I stopped using it because disabling the sandbox reduces security. The OpenCode CLI server works on 127.0.0.1, but I need the Desktop application.

Related issues
I agree this may be a duplicate of #36383, which has the same GPU crash code on Windows. It also appears related to #37906, although that issue describes a different user-profile situation.

My system uses an AMD Radeon 760M, and the problem continued after updating to OpenCode 1.18.26. If this report should be tracked in #36383 instead, please close this issue and I will add these details there.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions