https://bugs.winehq.org/show_bug.cgi?id=46704
--- Comment #14 from Sazmap0@gmail.com --- (In reply to Jonathan Preston from comment #11)
(In reply to Zebediah Figura from comment #10)
(In reply to Zebediah Figura from comment #9)
It seems that only users from Debian-based ecosystems are affected. It would seem prudent to check apt update logs to see what changes may have occurred in dependent libraries.
A user has provided me with a log off-line, and based on the date and being limited to Debian-based distributions I'm willing to bet the culprit is an update to bind9 (and libisc*, liblwres, libdns, etc.)
Can someone affected try downgrading or otherwise bypassing bind9?
Thanks for the suggestion, but I'm not sure that this is the issue.
For reference, I am running Ubuntu 18.04.2, and loading League through Lutris. I have tested against tkg and non-tkg versions of Wine, including 4.2 staging. League will launch in perhaps 10% of attempts.
My last successful game happened very early on 2019-02-23 (just after midnight), running tkg-4.0. By late-day 02-23, League was non-functional under the same Wine build. My apt logs show that the bind9 packages were updated in between that time from 1:9.11.3+dfsg-1ubuntu1.3 to 1:9.11.3+dfsg-1ubuntu1.5.
I reverted all the bind9 packages with the following command (sorry if pasting this here is too much -- seemed too short for an attachment):
aptitude install \ libdns-export1100=1:9.11.3+dfsg-1ubuntu1 \ libisc-export169=1:9.11.3+dfsg-1ubuntu1 \ libirs160=1:9.11.3+dfsg-1ubuntu1 \ dnsutils=1:9.11.3+dfsg-1ubuntu1 \ bind9-host=1:9.11.3+dfsg-1ubuntu1 \ libbind9-160=1:9.11.3+dfsg-1ubuntu1 \ libisccfg160=1:9.11.3+dfsg-1ubuntu1 \ libisccc160=1:9.11.3+dfsg-1ubuntu1 \ libdns1100=1:9.11.3+dfsg-1ubuntu1 \ libisc169=1:9.11.3+dfsg-1ubuntu1 \ liblwres160=1:9.11.3+dfsg-1ubuntu1
No additional dependency issues were noted by aptitude, and no other packages looked particularly relevant to network problems. I then rebooted the system (just to make sure all services got a restart).
This does not appear to have resolved the issue. I still see the same problems.
This appears to be correlated with the launch of a new patch in League. My suspicion is that they introduced code that relies on an API which Wine doesn't appropriately support yet.
Can I do anything else to help? Would error logs be helpful?
Can you provide a list of all packages that were installed between League working and not working? So that I can try and use ALL files(non-destructively, I'll copy them off my other system) updated and we can work from there