All GOG games fail to update
Trying to update any GOG game on my Linux system fails after a few seconds with the progress at 0% in the UI. Below is the section of the Heroic log from trying to update A Hat in Time.
6 Replies
foreign-sapphireOP•2y ago
extended-yellow•2y ago
looks like we have crazy timeout of 1 second
which might be an issue on slower connections
or in case where server takes some time to respond
foreign-sapphireOP•2y ago
I have submitted a pull request to address the too-short timeouts in gogdl: https://github.com/Heroic-Games-Launcher/heroic-gogdl/pull/37
GitHub
Fix insanely-short timeouts of 1 second by aidalgol · Pull Request ...
One second is far too short to allow for slow connections or the server being slower than usual. Increase it to 10 seconds.
I have tested these changes with Heroic 2.9.1.
extended-yellow•2y ago
I assume it works
foreign-sapphireOP•2y ago
Yes, I have tested it, and it resolves the issue of operations in Heroic that require talking to GOG servers stalling in the UI or failing.
extended-yellow•2y ago
great