[Feedback on issues] 统信兼容引擎打开exe文件显示deepin-wine10-stable尚未安装
Tofloor
poster avatar
183******18
deepin
2025-06-06 15:05
Author
Reply Favorite View the author
All Replies
蓝色的猫
deepin
2025-06-06 15:13
#1

apt insstall deepin-wine10-stable

Reply View the author
183******18
deepin
2025-06-06 15:23
#2
应该已经装了
Reply View the author
183******18
deepin
2025-06-06 15:35
#3
wine版本这里也选不了
Reply View the author
加菲不是胖橘
deepin product team
2025-06-06 18:18
#4
183******18
wine版本这里也选不了

你高级调试内wine版本这里是空的,没有wine?scream

你是华为ARM的设备,还是华为Intel的设备哦,麻烦提供下设备硬件和系统版本信息哦

Reply View the author
183******18
deepin
2025-06-09 13:57
#5
加菲不是胖橘

你高级调试内wine版本这里是空的,没有wine?scream

你是华为ARM的设备,还是华为Intel的设备哦,麻烦提供下设备硬件和系统版本信息哦

Reply View the author
加菲不是胖橘
deepin product team
2025-06-09 18:23
#6
183******18
应该已经装了

你用apt policy命令确认是否安装:

image.png

如果安装了,可以重启下系统试试。

Reply View the author
183******18
deepin
2025-06-10 08:19
#7
加菲不是胖橘

你用apt policy命令确认是否安装:

image.png

如果安装了,可以重启下系统试试。

重启还是原样
Reply View the author
加菲不是胖橘
deepin product team
2025-06-11 11:21
#8

最近在其他华为麒麟芯片的设备上遇到过这个问题,研发查看报错信息后发现是系统的 inotify 实例到达系统上限了,导致兼容引擎不能去监听容器。

【问题验证】

试一下在终端里运行 /opt/apps/deepin-wine-builder/files/share/deepin-wine-builder/service/service.py

如果看到 “inotify instance limit reached”的信息,那大概就是一样的问题。

【解决方法】

可以先用 sudo sysctl -w fs.inotify.max 临时增加 inotify 的实例

或者编辑 /etc/sysctl.conf 然后添加 fs.inotify.max

重启之后应该就正常了。

Reply View the author
183******18
deepin
2025-06-11 13:27
#9
加菲不是胖橘

最近在其他华为麒麟芯片的设备上遇到过这个问题,研发查看报错信息后发现是系统的 inotify 实例到达系统上限了,导致兼容引擎不能去监听容器。

【问题验证】

试一下在终端里运行 /opt/apps/deepin-wine-builder/files/share/deepin-wine-builder/service/service.py

如果看到 “inotify instance limit reached”的信息,那大概就是一样的问题。

【解决方法】

可以先用 sudo sysctl -w fs.inotify.max 临时增加 inotify 的实例

或者编辑 /etc/sysctl.conf 然后添加 fs.inotify.max

重启之后应该就正常了。

好像不太一样
Reply View the author