[fixed] ServerAsAServiceSettings branch: Client crash because of UnhandledException (1 Viewer)

chefkoch

Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,634
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    full logs are attached

    It happens immediately after Client GUI is being displayed and ready.
    On a second try I was not able to reproduce it, but with another build previously I noticed it as well.

    Here is the client exception:
    Code:
    [2013-03-13 03:57:37,556] [28624  ] [AMQ 'SettingsChangeWatcher`1'] [ERROR] - ApplicationLauncher: Unhandled exception in application
    System.ObjectDisposedException: Das SafeHandle wurde geschlossen.
      bei System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
      bei System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
      bei System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
      bei System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout)
      bei MediaPortal.Common.Messaging.AsynchronousMessageQueue.DoWork()
      bei System.Threading.ThreadHelper.ThreadStart_Context(Object state)
      bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
      bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
      bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
      bei System.Threading.ThreadHelper.ThreadStart()
     
    Last edited:

    Users who are viewing this thread

    Top Bottom