centos7下安裝32位wine軟件

安裝

由於需要在linux下運行32位exe,所以安裝wine32位

wget https://harbottle.gitlab.io/harbottle-main/7/x86_64/00624964-wine32-release/wine32-release-7-2.el7.noarch.rpm
rpm -Uvh wine32-release-7-2.el7.noarch.rpm
yum install wine.i686

錯誤問題:

000f:fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 2
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 2

解決:
cp /usr/lib64/wine/fakedlls/mountmgr.sys ~/.wine/drive_c/windows/system32/drivers/
cp /usr/lib64/wine/fakedlls/winebus.sys ~/.wine/drive_c/windows/system32/drivers/

參考:
https://blog.csdn.net/madonghyu/article/details/82595724
https://www.yuzhi100.com/article/centos-7-wine-wuxiao-exe-geshi
https://blog.csdn.net/qiuyoujie/article/details/80083278
http://dl.fedoraproject.org/pub/epel/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章