Advertisement
Guest User

FATAL error

a guest
Dec 10th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. INFO 2013-12-10 17:13:17,578 3.1.115.255 [14] Skylabs.Lobby.Client [(null)] - Xmpp Closed
  2. FATAL 2013-12-10 17:13:23,781 3.1.115.255 [2] Octgn.OctgnApp [(null)] - UNHANDLED EXCEPTION
  3. System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.ArgumentException: Delegate to an instance method cannot have null 'this'.
  4. at System.MulticastDelegate.ThrowNullThisInDelegateToInstance()
  5. at Octgn.Utils.Sounds.Close() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-Release\octgnFX\Octgn\Utils\Sounds.cs:line 129
  6. at Octgn.Program.Exit() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-Release\octgnFX\Octgn\Program.cs:line 183
  7. at System.Threading.Tasks.Task.InnerInvoke()
  8. at System.Threading.Tasks.Task.Execute()
  9. --- End of inner exception stack trace ---
  10. at System.Threading.Tasks.TaskExceptionHolder.Finalize()
  11. ---> (Inner Exception #0) System.ArgumentException: Delegate to an instance method cannot have null 'this'.
  12. at System.MulticastDelegate.ThrowNullThisInDelegateToInstance()
  13. at Octgn.Utils.Sounds.Close() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-Release\octgnFX\Octgn\Utils\Sounds.cs:line 129
  14. at Octgn.Program.Exit() in c:\Program Files (x86)\Jenkins\workspace\OCTGN-Release\octgnFX\Octgn\Program.cs:line 183
  15. at System.Threading.Tasks.Task.InnerInvoke()
  16. at System.Threading.Tasks.Task.Execute()<---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement