https://bugs.winehq.org/show_bug.cgi?id=46402
Bug ID: 46402 Summary: DnsQuery_W fails for DNS_TYPE_ANY Product: Wine Version: 4.0-rc3 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: dnsapi Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Fluenz calls DnsQuery_W with DNS_TYPE_ANY, and this fails - then it assumes there is no internet.
The underlying problem is that res_query fails for T_ANY - not sure why, but it's like that. Forcing res_query to use T_A works around the problem and makes Fluenz work.