每次运行winetrcks,都显示我装的事64位的wine,需要装32
Tofloor
poster avatar
liujy126
deepin
2020-06-01 00:51
Author
“You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.”
这是啥情况?我装wine5之前,运行过 sudo dpkg --add-architecture i386 了啊?
Reply Favorite View the author
All Replies
avatar
走钢丝
deepin
2020-06-01 00:59
#1
没什么毛病啊。。。看不懂的话,找个翻译工具翻译下不就好了。
Reply View the author
avatar
linxyz
deepin
2020-06-01 01:17
#2
想要单32位的话,export WINEARCH=win32
Reply View the author
avatar
安洛
deepin
2020-06-01 01:31
#3
  1. rm -rf ~/.wine
  2. env WINEARCH=win32 winecfg
Copy the Code

重新创建32位容器。
Reply View the author