更新到 1.1.31版本启动失败 #7139

Closed
opened 2026-02-16 18:06:17 -05:00 by yindo · 6 comments
Owner

Originally created by @wanggan768q on GitHub (Jan 21, 2026).

Originally assigned to: @rekram1-node on GitHub.

Question

Image
Originally created by @wanggan768q on GitHub (Jan 21, 2026). Originally assigned to: @rekram1-node on GitHub. ### Question <img width="869" height="598" alt="Image" src="https://github.com/user-attachments/assets/c1f06117-f303-4556-a253-d6c4c0aeca84" />
yindo closed this issue 2026-02-16 18:06:17 -05:00
Author
Owner

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

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

  • #9770: Windows 11 system, after installing version 1.1.28, desktop version keeps loading and shows black screen (similar pattern with version update causing startup failure)
  • #8824: The latest desktop version v1.1.23 failed to launch due to 'Unable to connect' error (version update startup failure)
  • #9901: OpenCode not launching in a random folder with .git folder (launch failure)
  • #9577: White screen on launch – OpenCode Desktop (Windows 10) (desktop launch issue)
  • #7612: AppImage Desktop fails to start: opencode-cli not found at hardcoded path (startup failure)

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

@github-actions[bot] commented on GitHub (Jan 21, 2026): This issue might be a duplicate of existing issues. Please check: - #9770: Windows 11 system, after installing version 1.1.28, desktop version keeps loading and shows black screen (similar pattern with version update causing startup failure) - #8824: The latest desktop version v1.1.23 failed to launch due to 'Unable to connect' error (version update startup failure) - #9901: OpenCode not launching in a random folder with .git folder (launch failure) - #9577: White screen on launch – OpenCode Desktop (Windows 10) (desktop launch issue) - #7612: AppImage Desktop fails to start: opencode-cli not found at hardcoded path (startup failure) Feel free to ignore if none of these address your specific case.
Author
Owner

@lby-1 commented on GitHub (Jan 22, 2026):

+1

@lby-1 commented on GitHub (Jan 22, 2026): +1
Author
Owner

@irk2adm commented on GitHub (Jan 22, 2026):

After launching, the screen is blank and there's no activity (https://ibb.co/0yBVXZtY).
Pressing Ctrl+C returns an error, but continues displaying characters on the screen (https://ibb.co/HDdvbyDW)

If you don’t interrupt it, after 5 minutes it displays an error message:
PS C:\projects\python\test> opencode
{
"name": "UnknownError",
"data": {
"message": "TimeoutError: The operation timed out."
}
}

npm list -g
`-- opencode-ai@1.1.34

Windows 11 Pro 25H2
PS C:\projects\python\test> node -v
v24.12.0
PS C:\projects\python\test> npm -v
11.6.2

@irk2adm commented on GitHub (Jan 22, 2026): After launching, the screen is blank and there's no activity (https://ibb.co/0yBVXZtY). Pressing Ctrl+C returns an error, but continues displaying characters on the screen (https://ibb.co/HDdvbyDW) If you don’t interrupt it, after 5 minutes it displays an error message: PS C:\projects\python\test> opencode { "name": "UnknownError", "data": { "message": "TimeoutError: The operation timed out." } } npm list -g `-- opencode-ai@1.1.34 Windows 11 Pro 25H2 PS C:\projects\python\test> node -v v24.12.0 PS C:\projects\python\test> npm -v 11.6.2
Author
Owner

@wanggan768q commented on GitHub (Jan 22, 2026):

Question

Image

It was found to be caused by the superpowers plugin. Uninstalling this plugin or deleting the file C:\Users\XXXX.config\opencode\plugin\superpowers.js1 will also work.

@wanggan768q commented on GitHub (Jan 22, 2026): > ### Question > <img alt="Image" width="869" height="598" src="https://private-user-images.githubusercontent.com/6251181/538916960-c1f06117-f303-4556-a253-d6c4c0aeca84.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkxMzA3NDIsIm5iZiI6MTc2OTEzMDQ0MiwicGF0aCI6Ii82MjUxMTgxLzUzODkxNjk2MC1jMWYwNjExNy1mMzAzLTQ1NTYtYTI1My1kNmM0YzBhZWNhODQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDEyMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjAxMjNUMDEwNzIyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjM0YzBhYjZiNTI5ZTRlNDkzZmRjODc3MTdlMDc3MmFhOTMxYmZiYmRkNzIyZWNmZjMzODQxYThhZDA4NWEwZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.CqKW2BPQu_vBTaVIefk6RrM-Z7-6DcbZr_qyvuriOJ8"> It was found to be caused by the superpowers plugin. Uninstalling this plugin or deleting the file C:\Users\XXXX.config\opencode\plugin\superpowers.js1 will also work.
Author
Owner

@lby-1 commented on GitHub (Jan 22, 2026):

确实如楼上所说,由superpowers插件引起,我成功地解决了这个问题。我的opencode版本是1.1.31

编辑文件~/.config/opencode/plugin/superpowers.js,并将第13 行从import * as skillsCore from '../.. /lib/skills-core.js';修改为:import * as skillsCore from '../superpowers/lib/skills-core.js';保存即可。

@lby-1 commented on GitHub (Jan 22, 2026): 确实如楼上所说,由superpowers插件引起,我成功地解决了这个问题。我的opencode版本是1.1.31 编辑文件~/.config/opencode/plugin/superpowers.js,并将第13 行从import * as skillsCore from '../.. /lib/skills-core.js';修改为:import * as skillsCore from '../superpowers/lib/skills-core.js';保存即可。
Author
Owner

@wildcatDownstairs commented on GitHub (Jan 23, 2026):

我是桌面端启动后白屏

@wildcatDownstairs commented on GitHub (Jan 23, 2026): 我是桌面端启动后白屏
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7139