https://bugs.winehq.org/show_bug.cgi?id=32843
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|Box Sync installer fails |Box Sync 3.x bootstrap |with no internet connection |downloader (.NET 2.0 app) |when using Mono |reports 'An internet | |connection is required to | |install Box Sync' with | |Wine-Mono Ever confirmed|0 |1
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
the app version the bug was reported against from assembly metadata (devs didn't bother to implement 'about/version' dialog).
--- snip --- // Z:\home\focht.wine\drive_c\Program Files\Box Sync\BoxSync.exe // BoxSync, Version=3.3.51.0, Culture=neutral, PublicKeyToken=null
// Entry point: BoxDesktop.MainUI.Program.Main // Architecture: AnyCPU (64-bit preferred) // Runtime: .NET 2.0 --- snip ---
Download of old version: http://www.ulozto.net/xpNafnS/boxsyncwindows-exe#download
App log file:
--- snip --- ... 8/22/2014 5:00:18.646 PM - GetInstallerUrl: Entering 8/22/2014 5:00:18.679 PM - GetInstallerUrl: returning https://sync.box.com/static/sync/release/BoxSyncInstaller_Win32.msi 8/22/2014 5:00:18.713 PM - DownloadInstaller: setup Client settings. 8/22/2014 5:00:18.747 PM - SetupWebClientSettings(): url=https://sync.box.com/static/sync/release/BoxSyncInstaller_Win32.msi 8/22/2014 5:00:25.154 PM - GetWebProxySettings(): NOT using WinINET AutoConfigURL: 8/22/2014 5:00:25.188 PM - GetWebProxySettings(): using .NET's SystemWebProxy() 8/22/2014 5:00:25.860 PM - DownloadInstaller: Dowload file to C:\users\focht\Local Settings\Application Data\Box Sync\Updates\8_22_2014_5_00_17_PM\BoxSyncInstaller_Win32.msi 8/22/2014 5:00:26.972 PM - GetWebProxySettings(): NOT using WinINET AutoConfigURL: 8/22/2014 5:00:27.4 PM - GetWebProxySettings(): using .NET's SystemWebProxy() 8/22/2014 5:00:40.200 PM - DownloadFileCompleted: Error when downloading new update. Ex: System.ComponentModel.AsyncCompletedEventArgs 8/22/2014 5:00:40.233 PM - DownloadFileCompleted: Retrying download... ... 8/22/2014 5:00:48.926 PM - GetWebProxySettings(): NOT using WinINET AutoConfigURL: 8/22/2014 5:00:48.961 PM - GetWebProxySettings(): using .NET's SystemWebProxy() 8/22/2014 5:00:52.979 PM - DownloadFileCompleted: Error when downloading new update. Ex: System.ComponentModel.AsyncCompletedEventArgs 8/22/2014 5:00:53.14 PM - DownloadFileCompleted: Max download retries reached. Download failed. 8/22/2014 5:00:53.51 PM - DownloadInstaller: Leaving. 8/22/2014 5:00:53.84 PM - DownloadAndInstall_DoWork: Download failed 8/22/2014 5:00:53.132 PM - Exiting the background thread to download and install sync --- snip ---
Mono trace:
--- snip --- ... [0000002D:] EXCEPTION handling: Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from server. Error code: 0xffffffff800b010a EXCEPTION: catch found at clause 0 of Mono.Security.Protocol.Tls.RecordProtocol:InternalReceiveRecordCallback (System.IAsyncResult) ... [0000002C:] EXCEPTION handling: System.IO.IOException: The authentication or decryption has failed. EXCEPTION: catch found at clause 2 of Mono.Security.Protocol.Tls.SslStreamBase:AsyncHandshakeCallback (System.IAsyncResult) ... [00000029:] EXCEPTION handling: System.IO.IOException: The authentication or decryption has failed. EXCEPTION: catch found at clause 1 of System.Net.WebConnection:Write (System.Net.HttpWebRequest,byte[],int,int,string&) --- snip ---
$ sha1sum BoxSyncWindows.exe c8c12ff79c800728e1a0800fb1d09f9f1b2f085c BoxSyncWindows.exe
$ du -sh BoxSyncWindows.exe 760K BoxSyncWindows.exe
$ wine --version wine-1.7.24-150-gcf4404c
Regards