[Bug 45840] Steam Desktop Authenticator 1.0.9 (.NET 4.6 app) crashes when clicking "View Confirmations"

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 16 06:30:36 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45840

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Steam Desktop Authenticator |Steam Desktop Authenticator
                   |1.0.9 crashes when clicking |1.0.9 (.NET 4.6 app)
                   |"View Confirmations"        |crashes when clicking "View
                   |                            |Confirmations"

--- Comment #1 from Anastasius Focht <focht at gmx.net> ---
Hello Ilnar,

could you provide (attach) the full output when running the app from console?

You attached the backtrace from the crash reporter but that's not very helpful
here since the crash is in managed (.NET code).

FYI I can't even login with Wine-Mono which seems another problem.

--- snip ---
$ wine ./Steam\ Desktop\ Authenticator.exe 
003f:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.2"
not implemented
003f:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"system.net"
in state 2
003f:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"settings"
in state 6
003f:fixme:mscoree:ConfigFileHandler_startElement Unknown element
L"httpWebRequest" in state 6
System.Net.WebException: Error: TrustFailure (The authentication or decryption
has failed.) ---> System.IO.IOException: The authentication or decryption has
failed. ---> System.IO.IOException: The authentication or decryption has
failed. ---> Mono.Security.Protocol.Tls.TlsException: Invalid certificate
received from server. Error code: 0xffffffff800b010a
  at Mono.Security.Protocol.Tls.RecordProtocol.EndReceiveRecord
(System.IAsyncResult asyncResult) [0x00037] in
<8379a859d93c4edda34ffa1ea26c9626>:0 
  at Mono.Security.Protocol.Tls.SslClientStream.SafeEndReceiveRecord
(System.IAsyncResult ar, System.Boolean ignoreEmpty) [0x00000] in
<8379a859d93c4edda34ffa1ea26c9626>:0 
  at Mono.Security.Protocol.Tls.SslClientStream.NegotiateAsyncWorker
(System.IAsyncResult result) [0x00071] in <8379a859d93c4edda34ffa1ea26c9626>:0 
   --- End of inner exception stack trace ---
  at Mono.Security.Protocol.Tls.SslClientStream.EndNegotiateHandshake
(System.IAsyncResult result) [0x00032] in <8379a859d93c4edda34ffa1ea26c9626>:0 
  at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback
(System.IAsyncResult asyncResult) [0x0000c] in
<8379a859d93c4edda34ffa1ea26c9626>:0 
   --- End of inner exception stack trace ---
  at Mono.Security.Protocol.Tls.SslStreamBase.EndRead (System.IAsyncResult
asyncResult) [0x0004b] in <8379a859d93c4edda34ffa1ea26c9626>:0 
  at Mono.Net.Security.Private.LegacySslStream.EndAuthenticateAsClient
(System.IAsyncResult asyncResult) [0x0000e] in
<d6e1ee6718364b74ad99576b8fa4c75c>:0 
  at Mono.Net.Security.Private.LegacySslStream.AuthenticateAsClient
(System.String targetHost,
System.Security.Cryptography.X509Certificates.X509CertificateCollection
clientCertificates, System.Security.Authentication.SslProtocols
enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000e] in
<d6e1ee6718364b74ad99576b8fa4c75c>:0 
  at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer)
[0x0007b] in <d6e1ee6718364b74ad99576b8fa4c75c>:0 
  at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request)
[0x00073] in <d6e1ee6718364b74ad99576b8fa4c75c>:0 
   --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult
asyncResult) [0x0003a] in <d6e1ee6718364b74ad99576b8fa4c75c>:0 
  at System.Net.HttpWebRequest.GetRequestStream () [0x0004e] in
<d6e1ee6718364b74ad99576b8fa4c75c>:0 
  at SteamAuth.SteamWeb.Request (System.String url, System.String method,
System.String dataString, System.Net.CookieContainer cookies,
System.Collections.Specialized.NameValueCollection headers, System.String
referer) [0x00078] in <2f87383eded24befade5d1412ba3c02e>:0 
  at SteamAuth.SteamWeb.Request (System.String url, System.String method,
System.Collections.Specialized.NameValueCollection data,
System.Net.CookieContainer cookies,
System.Collections.Specialized.NameValueCollection headers, System.String
referer) [0x00072] in <2f87383eded24befade5d1412ba3c02e>:0 
  at SteamAuth.SteamWeb.MobileLoginRequest (System.String url, System.String
method, System.Collections.Specialized.NameValueCollection data,
System.Net.CookieContainer cookies,
System.Collections.Specialized.NameValueCollection headers) [0x00000] in
<2f87383eded24befade5d1412ba3c02e>:0 
  at SteamAuth.UserLogin.DoLogin () [0x000b4] in
<2f87383eded24befade5d1412ba3c02e>:0 
  at Steam_Desktop_Authenticator.LoginForm.btnSteamLogin_Click (System.Object
sender, System.EventArgs e) [0x00169] in <ade1b60b981448fab912acf0bfc5e205>:0 
  at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x00019] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x0001e] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.ButtonBase.OnMouseUp
(System.Windows.Forms.MouseEventArgs mevent) [0x00069] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Button.OnMouseUp (System.Windows.Forms.MouseEventArgs
mevent) [0x00000] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m)
[0x00078] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m)
[0x001b4] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message& m)
[0x00037] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message& m)
[0x00000] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage
(System.Windows.Forms.Message& m) [0x00000] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc
(System.Windows.Forms.Message& m) [0x0000b] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd,
System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam)
[0x00085] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
003f:err:seh:setup_exception_record stack overflow 852 bytes in thread 003f eip
7bc738bf esp 00240fdc stack 0x240000-0x241000-0x340000 
--- snip ---

Regards

-- 
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.



More information about the wine-bugs mailing list