Eu tentei instalar o Twitch na minha Linux Mint 19.0
Machine
o que me dá erros seguintes
Após este comando
wine TwitchSetup_\[usher-277348550\].exe
Ele mostra esses erros em relação ao dlls
ao instalar o contração do instalador de gui
002f:fixme:shell:SHGetStockIconInfo (77, 0x101, 0x23faa0) semi-stub
002f:fixme:shell:SHGetStockIconInfo flags 0x101 not implemented
0030:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0030, blocked by 0032, retrying (60 sec)
005e:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005e, blocked by 0032, retrying (60 sec)
005a:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005a, blocked by 0032, retrying (60 sec)
005b:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005b, blocked by 0032, retrying (60 sec)
005f:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005f, blocked by 0032, retrying (60 sec)
0058:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0058, blocked by 0032, retrying (60 sec)
005d:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005d, blocked by 0032, retrying (60 sec)
0033:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0033, blocked by 0032, retrying (60 sec)
002f:fixme:ver:GetCurrentPackageId (0x23fd40 (nil)): stub
0009:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
depois que o contração foi instalado, mas não foi executado. Eu abri o diretório onde ele está instalado e o execute via comando
$ wine Twitch.exe
que me causa erros
0009:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0,Profile=Client" not implemented
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"system.serviceModel" in state 2
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"bindings" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"client" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"dependentAssembly" in state 0
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"assemblyIdentity" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"bindingRedirect" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"legacyCorruptedStateExceptionsPolicy" in state 4
The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. assembly:PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 type:<unknown type> member:<none>
Como se livrar desses erros?
Estou usando wine-3.0.3
Eu tentei corrigir esses problemas com winetricks
e reconfigurou home/ujjwal/.wine
, mas novamente o mesmo problema.
Tags wine winetricks linux-mint