http://bugs.winehq.org/show_bug.cgi?id=59241 mata <sutupud@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sutupud@yahoo.com --- Comment #3 from mata <sutupud@yahoo.com> --- Might be already enough to stop the program from tryng to connet to ipv6 addresses to export RES_OPTIONS=no-aaaa before strting wine / proton / steam, that should stop getaddrinfo (which might be used under the hood) from returning ipv6 adresses. Or to prioritize ipv4 by setting the preferences in /etc/gai.conf to precedence ::1/128 50 precedence ::/0 40 precedence 2002::/16 30 precedence ::/96 20 precedence ::ffff:0:0/96 1000 Not sure why the workaround to disable ipv6 globally or per interface should be more acceptable on windows than on linux, its not advised there either. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.