https://bugs.winehq.org/show_bug.cgi?id=37633
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet CC| |focht@gmx.net Version|unspecified |1.7.31 Summary|.NET's DownloadString |Custom .NET 4.x app using |method fails (due to RAS?) |System.Net.WebClient.Downlo | |adString fails
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
I compiled the C# snippet into small console app and it works as expected.
--- snip --- using System;
namespace bug37557 { class Program { static void Main(string[] args) { var xml = new System.Net.WebClient().DownloadString("https://raw.githubusercontent.com/Epix37/Hearthstone-Deck-Tracker/master/Hea..."); Console.WriteLine(xml); } } } --- snip ---
Output:
--- snip --- $ wine ./bug37557.exe fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:process:SetProcessDEPPolicy (1): stub fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub. fixme:thread:SetThreadStackGuarantee (0x33fbc4): stub fixme:shell:URL_ParseUrl failed to parse L"System" fixme:shell:URL_ParseUrl failed to parse L"System.Xml" fixme:shell:URL_ParseUrl failed to parse L"System.Configuration" fixme:crypt:SystemFunction041 (0x152374, 10, 0): stub [RtlDecryptMemory] fixme:ras:RasEnumConnectionsW (0x159b18,0x33f06c,0x33f070),stub! fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead! fixme:ntdll:server_ioctl_file Unsupported ioctl 28000017 (device=2800 access=0 func=5 method=3) fixme:winsock:server_ioctl_sock Unsupported ioctl 28000017 (device=2800 access=0 func=5 method=3) fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIO(IOC_WS2, 23)) fixme:ras:RasConnectionNotificationW (0xffffffff,0x194,0x00000003),stub! fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform fixme:ntdll:server_ioctl_file Unsupported ioctl 28000017 (device=2800 access=0 func=5 method=3) fixme:winsock:server_ioctl_sock Unsupported ioctl 28000017 (device=2800 access=0 func=5 method=3) fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIO(IOC_WS2, 23)) fixme:secur32:schannel_get_kx_algid unknown algorithm 12 fixme:secur32:schannel_get_kx_algid unknown algorithm 12 fixme:crypt:CertAddCertificateLinkToStore (0x15d188, 0x162784, 00000004, (nil)): semi-stub Read xml content: <?xml version="1.0" encoding="utf-8" ?> <Version> <Major>0</Major> <Minor>5</Minor> <Revision>6</Revision> <Build>0</Build> </Version>
fixme:process:FlushProcessWriteBuffers : stub --- snip ---
Your host network configuration is likely broken.
Regards