Everything goes blank on launching -Update #8055

Open
opened 2026-02-16 18:09:02 -05:00 by yindo · 10 comments
Owner

Originally created by @BlakeSilas on GitHub (Jan 30, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

Installed opencode
npm i -g opencode-ai

for windows 11
ran opencode

Image

Everything goes blank

waited 10 minutes, then things show
not a potato pc, so unsure of why this is happening

Plugins

No response

OpenCode version

think the latest version as just installed it

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

Windows 11

Terminal

windows terminal, windsurf terminal, cursor terminal, powershell

Originally created by @BlakeSilas on GitHub (Jan 30, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description Installed opencode npm i -g opencode-ai for windows 11 ran opencode <img width="1481" height="761" alt="Image" src="https://github.com/user-attachments/assets/72dd91d5-d2f1-4d59-9d1e-97c61f7d8d50" /> Everything goes blank waited 10 minutes, then things show not a potato pc, so unsure of why this is happening ### Plugins _No response_ ### OpenCode version think the latest version as just installed it ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System Windows 11 ### Terminal windows terminal, windsurf terminal, cursor terminal, powershell
yindo added the windowsopentuibugperf labels 2026-02-16 18:09:02 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 30, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #10221: Black screen on just installed opencode
  • #9577: White screen on launch – OpenCode Desktop (Windows 10)
  • #5613: Empty screen on launch

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 30, 2026): This issue might be a duplicate of existing issues. Please check: - #10221: Black screen on just installed opencode - #9577: White screen on launch – OpenCode Desktop (Windows 10) - #5613: Empty screen on launch Feel free to ignore if none of these address your specific case.
Author
Owner

@roryeckel commented on GitHub (Jan 30, 2026):

I believe this is the same issue as I described here: https://github.com/anomalyco/opencode/issues/11327#issuecomment-3824773957

@roryeckel commented on GitHub (Jan 30, 2026): I believe this is the same issue as I described here: https://github.com/anomalyco/opencode/issues/11327#issuecomment-3824773957
Author
Owner

@BlakeSilas commented on GitHub (Jan 30, 2026):

no fix as of yet?

@BlakeSilas commented on GitHub (Jan 30, 2026): no fix as of yet?
Author
Owner

@rekram1-node commented on GitHub (Jan 30, 2026):

can you show me the output you see when doing:

opencode run hello --print-logs

@rekram1-node commented on GitHub (Jan 30, 2026): can you show me the output you see when doing: `opencode run hello --print-logs`
Author
Owner

@BlakeSilas commented on GitHub (Jan 30, 2026):

INFO 2026-01-30T17:37:38 +225ms service=default version=1.1.45 args=["run","hello","--print-logs"] opencode
INFO 2026-01-30T17:37:38 +1ms service=default directory=C:\Users\usernamehere creating instance
INFO 2026-01-30T17:37:38 +0ms service=project directory=C:\Users\usernamehere fromDirectory
INFO 2026-01-30T17:37:38 +5ms service=default directory=C:\Users\usernamehere bootstrapping
INFO 2026-01-30T17:37:38 +3ms service=config path=C:\Users\usernamehere.config\opencode\config.json loading
INFO 2026-01-30T17:37:38 +0ms service=config path=C:\Users\usernamehere.config\opencode\opencode.json loading
INFO 2026-01-30T17:37:38 +5ms service=config path=C:\Users\usernamehere.config\opencode\opencode.jsonc loading
INFO 2026-01-30T17:37:38 +4ms service=bun cmd=["C:\Users\usernamehere\AppData\Roaming\npm\node_modules\opencode-ai\node_modules\opencode-windows-x64\bin\opencode.exe","add","@opencode-ai/plugin@1.1.45","--exact"] cwd=C:\Users\usernamehere.config\opencode running
INFO 2026-01-30T17:37:38 +52ms service=plugin name=CodexAuthPlugin loading internal plugin
INFO 2026-01-30T17:37:38 +1ms service=plugin name=CopilotAuthPlugin loading internal plugin
INFO 2026-01-30T17:37:38 +0ms service=plugin path=oh-my-opencode@latest loading plugin
INFO 2026-01-30T17:37:38 +2ms service=bun pkg=oh-my-opencode version=latest installing package using Bun's default registry resolution
INFO 2026-01-30T17:37:38 +0ms service=bun cmd=["C:\Users\usernamehere\AppData\Roaming\npm\node_modules\opencode-ai\node_modules\opencode-windows-x64\bin\opencode.exe","add","--force","--exact","--cwd","C:\Users\usernamehere\.cache\opencode","oh-my-opencode@latest"] cwd=C:\Users\usernamehere.cache\opencode running
INFO 2026-01-30T17:37:39 +1130ms service=bun code=1 stdout=bun add v1.3.5 (1e86cebd)
stderr=Resolving dependencies
Resolved, downloaded and extracted [2]
error: No version matching "1.1.45" found for specifier "@opencode-ai/plugin" (but package exists)
error: @opencode-ai/plugin@1.1.45 failed to resolve
done
INFO 2026-01-30T17:37:39 +1ms service=bun cmd=["C:\Users\usernamehere\AppData\Roaming\npm\node_modules\opencode-ai\node_modules\opencode-windows-x64\bin\opencode.exe","install"] cwd=C:\Users\usernamehere.config\opencode running
INFO 2026-01-30T17:37:39 +40ms service=bun code=0 stdout=bun install v1.3.5 (1e86cebd)

[11.00ms] done
stderr=No packages! Deleted empty lockfile
done

@BlakeSilas commented on GitHub (Jan 30, 2026): INFO 2026-01-30T17:37:38 +225ms service=default version=1.1.45 args=["run","hello","--print-logs"] opencode INFO 2026-01-30T17:37:38 +1ms service=default directory=C:\Users\usernamehere creating instance INFO 2026-01-30T17:37:38 +0ms service=project directory=C:\Users\usernamehere fromDirectory INFO 2026-01-30T17:37:38 +5ms service=default directory=C:\Users\usernamehere bootstrapping INFO 2026-01-30T17:37:38 +3ms service=config path=C:\Users\usernamehere\.config\opencode\config.json loading INFO 2026-01-30T17:37:38 +0ms service=config path=C:\Users\usernamehere\.config\opencode\opencode.json loading INFO 2026-01-30T17:37:38 +5ms service=config path=C:\Users\usernamehere\.config\opencode\opencode.jsonc loading INFO 2026-01-30T17:37:38 +4ms service=bun cmd=["C:\\Users\\usernamehere\\AppData\\Roaming\\npm\\node_modules\\opencode-ai\\node_modules\\opencode-windows-x64\\bin\\opencode.exe","add","@opencode-ai/plugin@1.1.45","--exact"] cwd=C:\Users\usernamehere\.config\opencode running INFO 2026-01-30T17:37:38 +52ms service=plugin name=CodexAuthPlugin loading internal plugin INFO 2026-01-30T17:37:38 +1ms service=plugin name=CopilotAuthPlugin loading internal plugin INFO 2026-01-30T17:37:38 +0ms service=plugin path=oh-my-opencode@latest loading plugin INFO 2026-01-30T17:37:38 +2ms service=bun pkg=oh-my-opencode version=latest installing package using Bun's default registry resolution INFO 2026-01-30T17:37:38 +0ms service=bun cmd=["C:\\Users\\usernamehere\\AppData\\Roaming\\npm\\node_modules\\opencode-ai\\node_modules\\opencode-windows-x64\\bin\\opencode.exe","add","--force","--exact","--cwd","C:\\Users\\usernamehere\\.cache\\opencode","oh-my-opencode@latest"] cwd=C:\Users\usernamehere\.cache\opencode running INFO 2026-01-30T17:37:39 +1130ms service=bun code=1 stdout=bun add v1.3.5 (1e86cebd) stderr=Resolving dependencies Resolved, downloaded and extracted [2] error: No version matching "1.1.45" found for specifier "@opencode-ai/plugin" (but package exists) error: @opencode-ai/plugin@1.1.45 failed to resolve done INFO 2026-01-30T17:37:39 +1ms service=bun cmd=["C:\\Users\\usernamehere\\AppData\\Roaming\\npm\\node_modules\\opencode-ai\\node_modules\\opencode-windows-x64\\bin\\opencode.exe","install"] cwd=C:\Users\usernamehere\.config\opencode running INFO 2026-01-30T17:37:39 +40ms service=bun code=0 stdout=bun install v1.3.5 (1e86cebd) [11.00ms] done stderr=No packages! Deleted empty lockfile done
Author
Owner

@AmintaCCCP commented on GitHub (Jan 30, 2026):

can you show me the output you see when doing:

opencode run hello --print-logs

opencode run hello --print-logs
INFO  2026-01-31T03:48:32 +655ms service=default version=1.1.47 args=["run","hello","--print-logs"] opencode
INFO  2026-01-31T03:48:32 +0ms service=default directory=/Users/tamina creating instance
INFO  2026-01-31T03:48:32 +1ms service=project directory=/Users/tamina fromDirectory
INFO  2026-01-31T03:48:32 +7ms service=default directory=/Users/tamina bootstrapping
INFO  2026-01-31T03:48:32 +3ms service=config path=/Users/tamina/.config/opencode/config.json loading
INFO  2026-01-31T03:48:32 +0ms service=config path=/Users/tamina/.config/opencode/opencode.json loading
INFO  2026-01-31T03:48:32 +10ms service=config path=/Users/tamina/.config/opencode/opencode.jsonc loading
INFO  2026-01-31T03:48:32 +1ms service=bun cmd=["/Users/tamina/.opencode/bin/opencode","add","@opencode-ai/plugin@1.1.47","--exact"] cwd=/Users/tamina/.config/opencode running
INFO  2026-01-31T03:48:32 +3ms service=config path=/Users/tamina/.opencode/opencode.jsonc loading
INFO  2026-01-31T03:48:32 +0ms service=config path=/Users/tamina/.opencode/opencode.json loading
INFO  2026-01-31T03:48:32 +0ms service=bun cmd=["/Users/tamina/.opencode/bin/opencode","add","@opencode-ai/plugin@1.1.47","--exact"] cwd=/Users/tamina/.opencode running
INFO  2026-01-31T03:48:32 +3ms service=plugin name=CodexAuthPlugin loading internal plugin
INFO  2026-01-31T03:48:32 +0ms service=plugin name=CopilotAuthPlugin loading internal plugin
INFO  2026-01-31T03:48:32 +0ms service=plugin path=opencode-antigravity-auth@1.3.1 loading plugin
INFO  2026-01-31T03:48:32 +58ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd)

installed @opencode-ai/plugin@1.1.47

[3.00ms] done
 stderr=Saved lockfile
 done
INFO  2026-01-31T03:48:32 +0ms service=bun cmd=["/Users/tamina/.opencode/bin/opencode","install"] cwd=/Users/tamina/.config/opencode running
INFO  2026-01-31T03:48:32 +1ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd)

installed @opencode-ai/plugin@1.1.47

[3.00ms] done
 stderr=Saved lockfile
 done
INFO  2026-01-31T03:48:32 +0ms service=bun cmd=["/Users/tamina/.opencode/bin/opencode","install"] cwd=/Users/tamina/.opencode running
INFO  2026-01-31T03:48:32 +2ms service=plugin path=oh-my-opencode loading plugin
INFO  2026-01-31T03:48:32 +0ms service=bun pkg=oh-my-opencode version=latest installing package using Bun's default registry resolution
INFO  2026-01-31T03:48:32 +0ms service=bun cmd=["/Users/tamina/.opencode/bin/opencode","add","--force","--exact","--cwd","/Users/tamina/.cache/opencode","oh-my-opencode@latest"] cwd=/Users/tamina/.cache/opencode running
INFO  2026-01-31T03:48:32 +6ms service=bun code=0 stdout=bun install v1.3.5 (1e86cebd)

Checked 3 installs across 4 packages (no changes) [2.00ms]
 stderr= done
INFO  2026-01-31T03:48:32 +0ms service=bun code=0 stdout=bun install v1.3.5 (1e86cebd)

Checked 3 installs across 4 packages (no changes) [2.00ms]
 stderr= done
INFO  2026-01-31T03:48:33 +828ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd)

+ @gitlab/opencode-gitlab-auth@1.3.2
+ opencode-anthropic-auth@0.0.13
+ opencode-antigravity-auth@1.3.1

installed oh-my-opencode@3.1.9 with binaries:
 - oh-my-opencode

187 packages installed [828.00ms]
 stderr=Resolving dependencies
Resolved, downloaded and extracted [1]
Saved lockfile
 done
INFO  2026-01-31T03:48:34 +715ms service=plugin path=file:///Users/tamina/.config/opencode/plugin/superpowers.js loading plugin
INFO  2026-01-31T03:48:34 +29ms service=plugin path=opencode-anthropic-auth@0.0.13 loading plugin
INFO  2026-01-31T03:48:34 +3ms service=plugin path=@gitlab/opencode-gitlab-auth@1.3.2 loading plugin
INFO  2026-01-31T03:48:34 +92ms service=server method=GET path=/provider request
INFO  2026-01-31T03:48:34 +0ms service=server status=started method=GET path=/provider request
@AmintaCCCP commented on GitHub (Jan 30, 2026): > can you show me the output you see when doing: > > `opencode run hello --print-logs` ``` opencode run hello --print-logs INFO 2026-01-31T03:48:32 +655ms service=default version=1.1.47 args=["run","hello","--print-logs"] opencode INFO 2026-01-31T03:48:32 +0ms service=default directory=/Users/tamina creating instance INFO 2026-01-31T03:48:32 +1ms service=project directory=/Users/tamina fromDirectory INFO 2026-01-31T03:48:32 +7ms service=default directory=/Users/tamina bootstrapping INFO 2026-01-31T03:48:32 +3ms service=config path=/Users/tamina/.config/opencode/config.json loading INFO 2026-01-31T03:48:32 +0ms service=config path=/Users/tamina/.config/opencode/opencode.json loading INFO 2026-01-31T03:48:32 +10ms service=config path=/Users/tamina/.config/opencode/opencode.jsonc loading INFO 2026-01-31T03:48:32 +1ms service=bun cmd=["/Users/tamina/.opencode/bin/opencode","add","@opencode-ai/plugin@1.1.47","--exact"] cwd=/Users/tamina/.config/opencode running INFO 2026-01-31T03:48:32 +3ms service=config path=/Users/tamina/.opencode/opencode.jsonc loading INFO 2026-01-31T03:48:32 +0ms service=config path=/Users/tamina/.opencode/opencode.json loading INFO 2026-01-31T03:48:32 +0ms service=bun cmd=["/Users/tamina/.opencode/bin/opencode","add","@opencode-ai/plugin@1.1.47","--exact"] cwd=/Users/tamina/.opencode running INFO 2026-01-31T03:48:32 +3ms service=plugin name=CodexAuthPlugin loading internal plugin INFO 2026-01-31T03:48:32 +0ms service=plugin name=CopilotAuthPlugin loading internal plugin INFO 2026-01-31T03:48:32 +0ms service=plugin path=opencode-antigravity-auth@1.3.1 loading plugin INFO 2026-01-31T03:48:32 +58ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd) installed @opencode-ai/plugin@1.1.47 [3.00ms] done stderr=Saved lockfile done INFO 2026-01-31T03:48:32 +0ms service=bun cmd=["/Users/tamina/.opencode/bin/opencode","install"] cwd=/Users/tamina/.config/opencode running INFO 2026-01-31T03:48:32 +1ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd) installed @opencode-ai/plugin@1.1.47 [3.00ms] done stderr=Saved lockfile done INFO 2026-01-31T03:48:32 +0ms service=bun cmd=["/Users/tamina/.opencode/bin/opencode","install"] cwd=/Users/tamina/.opencode running INFO 2026-01-31T03:48:32 +2ms service=plugin path=oh-my-opencode loading plugin INFO 2026-01-31T03:48:32 +0ms service=bun pkg=oh-my-opencode version=latest installing package using Bun's default registry resolution INFO 2026-01-31T03:48:32 +0ms service=bun cmd=["/Users/tamina/.opencode/bin/opencode","add","--force","--exact","--cwd","/Users/tamina/.cache/opencode","oh-my-opencode@latest"] cwd=/Users/tamina/.cache/opencode running INFO 2026-01-31T03:48:32 +6ms service=bun code=0 stdout=bun install v1.3.5 (1e86cebd) Checked 3 installs across 4 packages (no changes) [2.00ms] stderr= done INFO 2026-01-31T03:48:32 +0ms service=bun code=0 stdout=bun install v1.3.5 (1e86cebd) Checked 3 installs across 4 packages (no changes) [2.00ms] stderr= done INFO 2026-01-31T03:48:33 +828ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd) + @gitlab/opencode-gitlab-auth@1.3.2 + opencode-anthropic-auth@0.0.13 + opencode-antigravity-auth@1.3.1 installed oh-my-opencode@3.1.9 with binaries: - oh-my-opencode 187 packages installed [828.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [1] Saved lockfile done INFO 2026-01-31T03:48:34 +715ms service=plugin path=file:///Users/tamina/.config/opencode/plugin/superpowers.js loading plugin INFO 2026-01-31T03:48:34 +29ms service=plugin path=opencode-anthropic-auth@0.0.13 loading plugin INFO 2026-01-31T03:48:34 +3ms service=plugin path=@gitlab/opencode-gitlab-auth@1.3.2 loading plugin INFO 2026-01-31T03:48:34 +92ms service=server method=GET path=/provider request INFO 2026-01-31T03:48:34 +0ms service=server status=started method=GET path=/provider request ```
Author
Owner

@roryeckel commented on GitHub (Feb 2, 2026):

After the latest updates, all is working for me.
The problem I was expecting was regarding those package publications / versions.
Thanks!

@roryeckel commented on GitHub (Feb 2, 2026): After the latest updates, all is working for me. The problem I was expecting was regarding those package publications / versions. Thanks!
Author
Owner

@yihongchen555 commented on GitHub (Feb 5, 2026):

This happened to my Debian VM yesterday (first time using opencode), I already tried uninstalling/installing, but it didn't work.

Now I am using the same version 1.1.51, suddenly it works, I have no idea why (maybe network issue, but that can't be)

@yihongchen555 commented on GitHub (Feb 5, 2026): This happened to my Debian VM yesterday (first time using opencode), I already tried uninstalling/installing, but it didn't work. Now I am using the same version `1.1.51`, suddenly it works, I have no idea why (maybe network issue, but that can't be)
Author
Owner

@adamdotdevin commented on GitHub (Feb 12, 2026):

@roryeckel @AmintaCCCP @yihongchen555 @BlakeSilas can you upgrade to latest (1.1.64) and let me know if this is resolved?

@adamdotdevin commented on GitHub (Feb 12, 2026): @roryeckel @AmintaCCCP @yihongchen555 @BlakeSilas can you upgrade to latest (1.1.64) and let me know if this is resolved?
Author
Owner

@roryeckel commented on GitHub (Feb 12, 2026):

can you upgrade to latest (1.1.63) and let me know if this is resolved?

I've been using and upgrading OpenCode every day for the past 10 days, and there's no problem for me anymore here!

@roryeckel commented on GitHub (Feb 12, 2026): > can you upgrade to latest (1.1.63) and let me know if this is resolved? I've been using and upgrading OpenCode every day for the past 10 days, and there's no problem for me anymore here!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8055