Как установить поддержку HTML (Gecko) в Wine?

Я пытаюсь запустить установщик игры, который требует от меня прокрутить лицензионное соглашение, прежде чем я смогу продолжить, оно отображается в HTML с использованием некоторой технологии IE, поэтому мне нужен 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

Похоже, что он пытается где-то найти геккона ..

0
задан 8 May 2020 в 02:25

1 ответ

Download the latest wine-gecko files from https://wiki.winehq.org/Gecko, and place them in either /usr/share/wine/gecko or ~/.cache/wine.

Then initialize wine or a new prefix and wine will find and install gecko in the process.

0
ответ дан 19 June 2020 в 21:42

Другие вопросы по тегам:

Похожие вопросы: