Open vars1ty opened 1 year ago
until recently i played a game that i configured in bottles, but it stopped working because the game launcher stopped opening from one day to another and maybe my problem is related to this, because it uses a custom launcher, that requires to load some web content and needs to send a request to a url, but that fails.
gamemodeauto:
fsync: up and running.
002c:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2).
Error: error sending request for url (https://patcher.muhro.eu/patches/patcher/Muh_Patcher.exe): error trying to connect: OS Error -2146762482 (FormatMessageW() returned error 317) (os error -2146762482)
Caused by:
0: error trying to connect: OS Error -2146762482 (FormatMessageW() returned error 317) (os error -2146762482)
1: OS Error -2146762482 (FormatMessageW() returned error 317) (os error -2146762482)
Describe the bug
Trying to connect to a website using IExplore or any custom program (for example, a Rust program using
reqwest
) results in it not connecting at all.Pinging works, but fetching actual content outside of it doesn't work. This applies to both Flatpak bottles and the AUR one. I also tried to use IExplore just from
wine iexplore
to check if it works, and it works without issues.To Reproduce
Package
Flatpak from Flathub
Distribution
Arch Linux
Debugging Information
Troubleshooting Logs
Additional context
Games work just fine, it's just appearing when you try and use IExplore or custom-built software, all which timeout due to this issue