Replies: 2 comments
|
我也是遇上了这个问题,同样使用--disable‑gpu关闭硬件加速无效,加上--no‑sandbox启动参数可以打开,速度还行。 |
0 replies
GPU / 显存(「dsh‑plugin‑desktop GPU子进程崩溃 exitCode 0x80000003,程序双击无法启动,--disable‑gpu无效,需--no‑sandbox才能运行」)
补充:卡型号、显存、驱动、Windows 原生 / WSL / Docker。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
问题现象
dsh‑plugin‑desktop 2.0.1版本,双击程序无法启动,无窗口弹出、无报错弹窗。
添加
--disable‑gpu关闭硬件加速无效,只有带上--no‑sandbox启动参数才能正常打开且十分缓慢。日志
dsh-plugin-desktop: child process gone (type: GPU, service: GPU, reason: crashed, exitCode: -2147483645 / 0x80000003)
错误码
0x80000003对应Windows STATUS_BREAKPOINT断点异常,GPU子进程在沙箱环境下启动即崩溃,必须关闭沙箱才能规避。疑问
谢谢
All reactions