ie: it does not render the central elements of the window. (create account/ connect)
the error that always appears, and seems relevant is :
The 32bit and 64bit bottle gives the same error.Could not find Wine Gecko. HTML rendering will be disabled.
Code: Select all
ln -s \
/media/user/steamdata/TOOLS/wine-gecko-2.47.2-x86_64.msi \
/media/user/steamdata/TOOLS/wine-gecko-2.47.2-x86.msi \
/media/user/steamdata/TOOLS/wine-mono-7.0.0-x86.msi \
/home/user/.cache/wine/
Code: Select all
rm -rf ~/.wine32
WINEPREFIX="$HOME/.wine32" WINEARCH=win32 wine wineboot
WINEPREFIX="$HOME/.wine32" wine msiexec /i wine-gecko-2.47.2-x86.msi
WINEPREFIX="$HOME/.wine32" wine msiexec /i wine-mono-7.0.0-x86.msi
WINEPREFIX="$HOME/.wine32" wine uninstaller
NOTE: I am installing mono and not a dotnet because it seems to be required (and dotnet does not satisfy this/stop the error - mono does):
0009:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed
Code: Select all
WINEPREFIX=/home/user/.wine wine /media/user/steamdata/procon/PRoCon.exe
Could not find Wine Gecko. HTML rendering will be disabled.
0009:err:mshtml:create_document_object Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE