I'm trying to run this game on an Arch OS with wine. The game installs fine, but it needs WebView2 to run the launcher and I'm having trouble with that:
When running the game itself wine opens a popup to install the necessary things and opens the installer for Webview, but sometimes the installer can't download the packages saying basically "fail downloading webview, check your firewall", other times it downloads but gets stuck on "installing webview" for about one hour when it just fails.
I've tried downloading the installer manually, creating a new prefix, installing webview before the game and using a 32 bit prefix, nothing worked. Using wine 8.13 and Arch.
Here is the terminal output for when the WebView's installer can't download
Here for when it downloads the packages but can't install.
Trouble downloading and installing Webview2
-
- Level 5
- Posts: 368
- Joined: Tue Dec 24, 2019 3:23 pm
Re: Trouble downloading and installing Webview2
Fellow user here. There is an ntlm_auth error in your log(s). You need ntlm_auth for some internet communications. In debian that is in the winbind package, but I don't know the package name in arch.
Re: Trouble downloading and installing Webview2
yeah after installing samba and lib32-gnutls it now downloads consistently and without errors, but still hangs in the instalation process for about one hour before failing. Here is the new terminal output, I can't see any relevant info in it, though
Re: Trouble downloading and installing Webview2
so I managed to solve it, just had to install the edge browser manually. To do that just run winecfg and set compatibility mode to at least windows 7, download and install edge normally
-
- Newbie
- Posts: 2
- Joined: Tue Aug 01, 2023 7:17 am
Re: Trouble downloading and installing Webview2
installing edge browser manually didnt helped me, do u know any other way to fix it?