https://bugs.winehq.org/show_bug.cgi?id=38090
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e3ae89e8e204eb7948f7edfb869 | |d171acdb71a68 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #14 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit https://source.winehq.org/git/wine.git/commitdiff/e3ae89e8e204eb7948f7edfb86...
Thanks Austin.
Tested managed debugging/callstacks with KeePass 2.29 for Windows (requires .NET Framework 2.0)
http://keepass.info/download.html
--- snip --- .... (2c.36): CLR exception - code e0434f4d (first chance) ... OS Thread Id: 0x36 (7) ESP EIP 0c87e228 7b845511 [HelperMethodFrame: 0c87e228] 0c87e2cc 7a65c1ad System.Diagnostics.PerformanceCounter.Initialize() 0c87e300 7a65ba5e System.Diagnostics.PerformanceCounter.set_RawValue(Int64) 0c87e318 7a5c299b System.Net.NetworkingPerfCounters.Initialize() 0c87e348 7a61f893 System.Net.Configuration.SettingsSectionInternal..ctor(System.Net.Configuration.SettingsSection) 0c87e360 7a61f935 System.Net.Configuration.SettingsSectionInternal.get_Section() 0c87e38c 7a57aaf1 System.Net.HttpWebRequest.get_DefaultMaximumResponseHeadersLength() 0c87e390 7a580a2b System.Net.HttpWebRequest..ctor(System.Uri, System.Net.ServicePoint) 0c87e3b0 7a586457 System.Net.HttpRequestCreator.Create(System.Uri) 0c87e3bc 7a5662be System.Net.WebRequest.Create(System.Uri, Boolean) 0c87e3e0 7a5663ad System.Net.WebRequest.Create(System.Uri) 0c87e3e8 7a5934ab System.Net.WebClient.GetWebRequest(System.Uri) 0c87e3f4 0c4bdf2e KeePassLib.Serialization.IOWebClient.GetWebRequest(System.Uri) 0c87e3fc 7a593cee System.Net.WebClient.OpenRead(System.Uri) 0c87e43c 0c4b04eb KeePassLib.Serialization.IOConnection.OpenRead(KeePassLib.Serialization.IOConnectionInfo) 0c87e44c 0c4b00e3 KeePass.Util.UpdateCheckEx.LoadInfoFile(System.String) 0c87e47c 0c50ff16 KeePass.Util.UpdateCheckEx.DownloadInfoFile(System.Object) ... --- snip ---
Regards