-
Notifications
You must be signed in to change notification settings - Fork 1.2k
问题现象
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子进程在沙箱环境下启动即崩溃,必须关闭沙箱才能规避。
疑问
- 2.0.1版本是否存在沙箱相关的已知启动崩溃问题?
- 想确认这是我个人环境的问题,还是项目本身的问题。如果是本地环境问题该如何排查解决;如果属于项目层面问题,开发者是否可以修复该问题?
谢谢
All reactions
Replies: 2 comments
我也是遇上了这个问题,同样使用--disable‐gpu关闭硬件加速无效,加上--no‐sandbox启动参数可以打开,速度还行。
All reactions
0 replies
GPU / 显存(「dsh‐plugin‐desktop GPU子进程崩溃 exitCode 0x80000003,程序双击无法启动,--disable‐gpu无效,需--no‐sandbox才能运行」)
- 驱动、CUDA、Python 轮子三者要对上。用
torch.cuda.is_available()/nvidia-smi确认。 - OOM:减 batch、context、量化档、并行。WSL2 还要限制
.wslconfig的memory。 - 没用上 GPU:经常是 CPU 轮子,或
CUDA_VISIBLE_DEVICES被掏空。
补充:卡型号、显存、驱动、Windows 原生 / WSL / Docker。
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment