Mono and Gecko give error and fail to install

Questions about Wine on Linux
Locked
dzhigit
Newbie
Newbie
Posts: 2
Joined: Sat Nov 28, 2020 2:44 pm

Mono and Gecko give error and fail to install

Post by dzhigit »

When I run WINE or Lutris Proton, it asks to install Mono and Gecko, but when I press install, it gives checksum error.


checksum_error.jpg


When running in terminal, the error appears at the same time as this:

Code: Select all

fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
This is the full output:

Code: Select all

wine: created the configuration directory '/home/Maksim/.wine'
wine: could not open working directory L"Z:\\home\\Maksim\\P\0017P0P3Q\\", starting in the Windows directory.
002c:fixme:winediag:LdrInitializeThunk wine-staging 5.22 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0050:err:ole:start_rpcss Failed to open RpcSs service
0064:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
0070:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
Could not find Wine Gecko. HTML rendering will be disabled.
00b0:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
Could not find Wine Gecko. HTML rendering will be disabled.
wine: configuration in L"/home/Maksim/.wine" has been updated.
wine: could not open working directory L"Z:\\home\\Maksim\\P\0017P0P3Q\\", starting in the Windows directory.
0024:err:module:process_init L"C:\\windows\\system32\\lghub_installer.exe" not found

This is antiX Linux, which is using Debian GNU/Linux repository. So I installed WINE from Debian OBS.
Locked