-
Notifications
You must be signed in to change notification settings - Fork 1.2k
你们的都能正常安装吗? #444
当前配置:desktop
启动错误
失败阶段:插件 Host 启动
dsh-plugin-desktop: plugin tree failed to load: failed to apply loader entry include (cordis:include): failed to apply loader entry desktop-directory-picker-browse-host (@deepseek-ai/dsh-host-directory-picker-browse): service "directoryPicker" has been registered at
Error: service "directoryPicker" has been registered at
at Fiber. (file:///D:/Program%20Files/DSH%20Desktop/resources/app.asar/node_modules/@deepseek-ai/cordis/lib/index.js:812:31)
at file:///D:/Program%20Files/DSH%20Desktop/resources/app.asar/node_modules/@deepseek-ai/cordis/lib/index.js:1141:34
at Proxy.provide (file:///D:/Program%20Files/DSH%20Desktop/resources/app.asar/node_modules/@deepseek-ai/cordis/lib/index.js:800:25)
at new Service (file:///D:/Program%20Files/DSH%20Desktop/resources/app.asar.unpacked/node_modules/@deepseek-ai/cordis/lib/index.js:1781:20)
at new DirectoryPicker (file:///D:/Program%20Files/DSH%20Desktop/resources/app.asar.unpacked/node_modules/@deepseek-ai/dsh-host-directory-picker/lib/index.js:40:3)
at new BrowseDirectoryPicker (file:///D:/Program%20Files/DSH%20Desktop/resources/app.asar.unpacked/node_modules/@deepseek-ai/dsh-host-directory-picker-browse/lib/index.js:155:3)
at Fiber.execute (file:///D:/Program%20Files/DSH%20Desktop/resources/app.asar/node_modules/@deepseek-ai/cordis/lib/index.js:1067:24)
at file:///D:/Program%20Files/DSH%20Desktop/resources/app.asar/node_modules/@deepseek-ai/cordis/lib/index.js:1141:34
at file:///C:/Users/cxfha/.dsh/profiles/desktop/#desktop-directory-picker-browse-host
at file:///C:/Users/cxfha/.dsh/profiles/desktop/#include
暂时禁用插件
禁用后,下次启动会跳过该插件的加载配置;不会卸载插件文件,也不会隔离插件代码。
@deepseek-ai/dsh-base
内置组件
@deepseek-ai/dsh-web-app
内置组件
@linxin666/dsh-desktop-compat
通过其他方式安装
已禁用
@linxin666/dsh-web-ui-all
通过其他方式安装
已禁用
@tencent-connect/dsh-qqbot
通过其他方式安装
已禁用
dshmarket
通过其他方式安装
已禁用
dsh-codex-connect
通过其他方式安装
已禁用
reasoning-slider
通过其他方式安装
已禁用
手动编辑配置
配置覆盖错误请编辑补丁文件;插件重复加载请编辑插件加载清单。恢复页面不能选择任意路径。
编辑配置补丁
编辑插件加载清单
打开配置目录
诊断信息
诊断信息已保存在本地,不会自动上传。
diagnostics-1787296516244-852814a1-b2b1-4686-95b8-5e1cc1e60fa0.zip
诊断包可能包含本地路径、日志、系统信息和崩溃内存片段,分享前请先检查。
在文件夹中显示
重新启动 DSH Desktop
退出
All reactions
Replies: 2 comments
我也遇到这个问题,最直接的方法就是先卸载,再删掉你C盘下的\AppData\Roaming和\AppData\Local所有DSH desk文件夹然后重装
All reactions
安装 / 环境(「你们的都能正常安装吗?」)
这类问题优先排除:源/代理、运行时版本、半残缓存。
- 对齐仓库要求的 Node / Python,不要系统 Python 和 venv 混用。
- Windows + WSL 或开了代理:Node 24 需要
NODE_USE_ENV_PROXY=1,本机服务加NO_PROXY=127.0.0.1,localhost。依赖尽量装在 Linux 文件系统,不要放/mnt/c。 npx卡住就换pnpm/uv,清掉坏的node_modules再装一次。- 日志里的
Error: service "directoryPicker" has been registered at <BrowseDirectoryPicker>建议先原样搜本仓 Issues。
补充:系统、node -v/python -V、第一段报错(不用整棵 npm 树)。