[Feedback on issues] 系统忽然死机,重启后windows兼容引擎下的企业微信5无法启动
Tofloor
poster avatar
expskywalker
deepin
2025-09-25 15:55
Author

6.12.41-amd64-desktop-rolling

image.png

调试运行报错:

[80m2025-09-25 15:46:08 (INFO) start Launcher: program-10004773 3959fac0-aaf6-41e4-809a-9cf723957377 False True 

2025-09-25 15:46:08 (INFO) Runners found:

  • deepin-wine8-stable
  • deepin-wine10-stable
  • deepin-wine-staging

 

2025-09-25 15:46:08 (WARNING) Could not get index for installers repository: (37, "Couldn't open file /opt/apps/deepin-wine-builder/files/share/deepin-wine-builder/repo/programs/index.yml") 

2025-09-25 15:46:08 (WARNING) Could not get index for installers repository 

2025-09-25 15:46:08 (INFO) Catalog from file:///opt/apps/deepin-wine-builder/files/share/deepin-wine-builder/repo/components/index.yml 

2025-09-25 15:46:08 (INFO) Catalog components loaded 

2025-09-25 15:46:08 (INFO) Catalog from file:///opt/apps/deepin-wine-builder/files/share/deepin-wine-builder/repo/dependencies/index.yml 

2025-09-25 15:46:08 (INFO) Catalog dependencies loaded 

2025-09-25 15:46:08 (INFO) Bottles found:

  • program-10004773

 

2025-09-25 15:46:08 (INFO) Found public bottles: 

2025-09-25 15:46:08 (INFO) Launch in terminal False ... 

2025-09-25 15:46:08 (INFO) Using wine predlls for deepin-wine10-stable 10.7 

2025-09-25 15:46:08 (INFO) Launching an executable… 

2025-09-25 15:46:08 (WARNING) Windows path detected. Avoiding validation. 

2025-09-25 15:46:08 (INFO) Logs saved in /home/USER/.local/share/deepin-wine-bottles/bottles/program-10004773/logs/wine-program-3959fac0-aaf6-41e4-809a-9cf723957377.txt 

2025-09-25 15:46:08 (INFO) Using internal proc-launcher 

2025-09-25 15:46:08 (INFO) Launching start start.exe /wait /d 'C:\Program Files (x86)\WXWork' 'C:\users\Public\Desktop\企业微信.lnk' 

2025-09-25 15:46:08 (INFO) Using Wine Starter -- run 

wine: '/home/user/.local/share/deepin-wine-bottles/bottles/program-10004773' is a 32-bit installation, it cannot support 64-bit applications.

2025-09-25 15:46:08 (INFO) WINEPREFIX=/home/USER/.local/share/deepin-wine-bottles/bottles/program-10004773 WINEARCH=None 

2025-09-25 15:46:08 (INFO) run deepin-wine10-stable /opt/apps/deepin-wine-builder/files/share/deepin-wine-builder/tools/proc-launcher/proc-launcher.exe start.exe /wait /d 'C:\Program Files (x86)\WXWork' 'C:\users\Public\Desktop\企业微信.lnk' 

system.reg is not a valid registry file

userdef.reg:4: Mismatched architecture '#arch=win64'

userdef.reg is not a valid registry file

user.reg:4: Mismatched architecture '#arch=win64'

user.reg is not a valid registry file

wine: '/home/user/.local/share/deepin-wine-bottles/bottles/program-10004773' is a 32-bit installation, it cannot support 64-bit applications.

2025-09-25 15:46:08 (INFO) wait for wineserver to quit 

2025-09-25 15:46:10 (INFO) No installers found! 

Reply Favorite View the author
All Replies
yilozt
deepin
2025-09-26 10:43
#1

应该是突然关机把企业微信的容器整坏了:

system.reg is not a valid registry file
userdef.reg:4: Mismatched architecture '#arch=win64'
userdef.reg is not a valid registry file
user.reg:4: Mismatched architecture '#arch=win64'
user.reg is not a valid registry file

可以试一下打开终端,然后跑下面的命令修一下容器:

export WINEPREFIX=~/.local/share/deepin-wine-bottles/bottles/program-10004773
export WINEDEBUG=err+all,fixme-all
# 重新初始化容器
deepin-wine10-stable wineboot -u
# 随便跑一个记事本看能不能跑起来,如果可以的话,企业微信应该也可以起来。
# 不行的话在兼容引擎里卸载掉企业微信,然后重新安装应该也可以
deepin-wine10-stable notepad.exe
Reply View the author
expskywalker
deepin
2025-09-26 13:19
#2
yilozt

应该是突然关机把企业微信的容器整坏了:

system.reg is not a valid registry file
userdef.reg:4: Mismatched architecture '#arch=win64'
userdef.reg is not a valid registry file
user.reg:4: Mismatched architecture '#arch=win64'
user.reg is not a valid registry file

可以试一下打开终端,然后跑下面的命令修一下容器:

export WINEPREFIX=~/.local/share/deepin-wine-bottles/bottles/program-10004773
export WINEDEBUG=err+all,fixme-all
# 重新初始化容器
deepin-wine10-stable wineboot -u
# 随便跑一个记事本看能不能跑起来,如果可以的话,企业微信应该也可以起来。
# 不行的话在兼容引擎里卸载掉企业微信,然后重新安装应该也可以
deepin-wine10-stable notepad.exe

好的,谢谢了

Reply View the author