On one of my Windows 8 computers, the downloader just exits out immediately - I don't even see a Window. Error log is as follows:
CPU with 4 core(s) found:
CPU0: 3093 MHz for Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
CPU1: 3093 MHz for Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
CPU2: 3093 MHz for Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
CPU3: 3093 MHz for Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
Memory: 8544772096
OS Version: Microsoft Windows NT 6.2.9200.0
Language: English (United States)
Drive C:\ has 253913866240 bytes available
Drive G:\ has 3337153359872 bytes available
Drive H:\ has 1209844920320 bytes available
Drive I:\ has 1209844920320 bytes available
Drive N:\ has 249607335936 bytes available
Drive O:\ has 249607335936 bytes available
UNHANDLED ERROR!
Message: An unexpected network error occurred.
Stack trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.DriveInfo.get_TotalFreeSpace()
at SingleInstanceApplication.WpfApp.OnStartup(StartupEventArgs e)
at System.Windows.Application.<.ctor>b__0(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
Inner exception:
Message: An unexpected network error occurred.
Stack trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.DriveInfo.get_TotalFreeSpace()
at SingleInstanceApplication.WpfApp.OnStartup(StartupEventArgs e)
at System.Windows.Application.<.ctor>b__0(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.TranslateAndDispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Application.RunInternal(Window window)
at SingleInstanceApplication.SingleInstanceApplicationWrapper.OnStartup(StartupEventArgs e)
Inner exception:
Post edited June 22, 2013 by Purduecoz