我正在尝試執行一个遊戲安裝程式,要求我向下滚動许可協議才能繼續,它使用某些IE技術以HTML呈現,所以我相信我需要wine-gecko。.但是我该怎麼办 安裝吗?
wine msiexec /i wine-gecko-2.47.1-x86_64.msi
只是给我:
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
無法滚動表示無法同意许可協議。
請參阅:https://wiki.winehq.org/Gecko
我正在執行Ubuntu 20.04。
編輯#1当酒初始化自己時,我得到了:
wine: created the configuration directory '/home/myuser/.wine'
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0014:err:ole:get_local_server_stream Failed: 80004002
Could not find Wine Gecko. HTML rendering will be disabled.
Could not find Wine Gecko. HTML rendering will be disabled.
wine: configuration in L"/home/myuser/.wine" has been updated.
Could not find Wine Gecko. HTML rendering will be disabled.
0009:err:mshtml:create_document_object Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
因此,似乎正在尝試在某些地方找到壁虎。
最新回復
- 6月前1 #
相似問題
- html:Firefox,Edge和IE中的Flexbox列反轉htmlcssinternetexplorerfirefoxflexbox2021-01-11 04:58
- html:从FF的選擇框中删除轮廓htmlcssfirefoxxhtml2021-01-09 15:59
可从https://wiki.winehq.org/Gecko下載適用於您的wine版本的最新壁虎檔案.因此,如果您有wine 5. *,則應下載:
wine-gecko-2.47.1-x86.msi
wine-gecko-2.47.1-x86_64.msi
並且您確實需要x86和x86_64才能正常工作,但無需下載
.tar.bz2
版本,.msi
是你想要的。將它们放入
~/.cache/wine/
目錄並首次初始化/執行wine,例如通過執行wineboot
或wine someapp.exe
,並確保您没有~/.wine/
目錄中,如果您已经拥有一个wine,則不会安裝Gecko。