Advertisement
Guest User

Untitled

a guest
May 31st, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. time,logger,callsite,threadid,level,message
  2. 2014-05-31 16:28:51.6706,Ember_Media_Manager.frmMain,EmberAPI.ErrorLogger.Info,1,INFO,====Ember Media Manager starting up====
  3. 2014-05-31 16:28:52.1375,EmberAPI.ModulesManager,EmberAPI.ModulesManager.loadModules,1,TRACE,loadModules started
  4. 2014-05-31 16:28:52.5859,EmberAPI.ModulesManager,EmberAPI.ModulesManager.loadModules,1,TRACE,loadModules finished
  5. 2014-05-31 16:28:52.5859,EmberAPI.ModulesManager,EmberAPI.ErrorLogger.Trace,1,TRACE,loadScrapersModules started
  6. 2014-05-31 16:28:54.3776,EmberAPI.ModulesManager,EmberAPI.ErrorLogger.Trace,1,TRACE,loadScrapersModules finished
  7. 2014-05-31 16:28:54.3806,EmberAPI.ModulesManager,EmberAPI.ErrorLogger.Trace,1,TRACE,loadTVScrapersModules started
  8. 2014-05-31 16:28:54.3956,EmberAPI.ModulesManager,EmberAPI.ErrorLogger.Trace,1,TRACE,loadTVScrapersModules finished
  9. 2014-05-31 16:28:54.4126,Ember_Media_Manager.frmMain,EmberAPI.ErrorLogger.Trace,1,TRACE,LoadWithGUI()
  10. 2014-05-31 16:29:22.5873,Ember_Media_Manager.dlgSettings,EmberAPI.ErrorLogger.Error,1,ERROR,"Object reference not set to an instance of an object.
  11. at Ember_Media_Manager.dlgSettings.SaveSettings(Boolean isApply)"
  12. 2014-05-31 16:29:22.5873,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,TRACE,"Could not run generic module <Notifications>
  13. at EmberAPI.ModulesManager.RunGeneric(ModuleEventType mType, List`1& _params, Object _refparam, Boolean RunOnlyOne)
  14. at EmberAPI.ErrorLogger.Error(Type type, String msg, String stkTrace, String title, Boolean Notify)
  15. at Ember_Media_Manager.dlgSettings.SaveSettings(Boolean isApply)
  16. at Ember_Media_Manager.dlgSettings.btnApply_Click(Object sender, EventArgs e)
  17. at System.Windows.Forms.Control.OnClick(EventArgs e)
  18. at System.Windows.Forms.Button.OnClick(EventArgs e)
  19. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  20. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  21. at System.Windows.Forms.Control.WndProc(Message& m)
  22. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  23. at System.Windows.Forms.Button.WndProc(Message& m)
  24. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  25. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  26. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  27. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  28. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  29. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  30. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  31. at System.Windows.Forms.Application.RunDialog(Form form)
  32. at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
  33. at Ember_Media_Manager.dlgSettings.ShowDialog()
  34. at Ember_Media_Manager.frmMain.SettingsShow(dlgSettings dlg)
  35. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  36. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  37. at System.Reflection.RuntimeMethodInfo.UnsafeInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  38. at System.Delegate.DynamicInvokeImpl(Object[] args)
  39. at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
  40. at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
  41. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  42. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  43. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  44. at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
  45. at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
  46. at System.Windows.Forms.Control.WndProc(Message& m)
  47. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  48. at System.Windows.Forms.Form.WndProc(Message& m)
  49. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  50. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  51. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  52. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  53. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  54. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  55. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  56. at System.Windows.Forms.Application.Run(ApplicationContext context)
  57. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
  58. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
  59. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
  60. at Ember_Media_Manager.My.MyApplication.Main(String[] Args)
  61. "
  62. 2014-05-31 16:29:25.9257,Ember_Media_Manager.dlgSettings,EmberAPI.ErrorLogger.Error,1,ERROR,"Object reference not set to an instance of an object.
  63. at Ember_Media_Manager.dlgSettings.SaveSettings(Boolean isApply)"
  64. 2014-05-31 16:29:25.9257,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,TRACE,"Could not run generic module <Notifications>
  65. at EmberAPI.ModulesManager.RunGeneric(ModuleEventType mType, List`1& _params, Object _refparam, Boolean RunOnlyOne)
  66. at EmberAPI.ErrorLogger.Error(Type type, String msg, String stkTrace, String title, Boolean Notify)
  67. at Ember_Media_Manager.dlgSettings.SaveSettings(Boolean isApply)
  68. at Ember_Media_Manager.dlgSettings.btnOK_Click(Object sender, EventArgs e)
  69. at System.Windows.Forms.Control.OnClick(EventArgs e)
  70. at System.Windows.Forms.Button.OnClick(EventArgs e)
  71. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  72. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  73. at System.Windows.Forms.Control.WndProc(Message& m)
  74. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  75. at System.Windows.Forms.Button.WndProc(Message& m)
  76. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  77. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  78. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  79. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  80. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  81. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  82. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  83. at System.Windows.Forms.Application.RunDialog(Form form)
  84. at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
  85. at Ember_Media_Manager.dlgSettings.ShowDialog()
  86. at Ember_Media_Manager.frmMain.SettingsShow(dlgSettings dlg)
  87. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  88. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  89. at System.Reflection.RuntimeMethodInfo.UnsafeInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  90. at System.Delegate.DynamicInvokeImpl(Object[] args)
  91. at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
  92. at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
  93. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  94. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  95. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  96. at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
  97. at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
  98. at System.Windows.Forms.Control.WndProc(Message& m)
  99. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  100. at System.Windows.Forms.Form.WndProc(Message& m)
  101. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  102. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  103. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  104. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  105. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  106. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  107. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  108. at System.Windows.Forms.Application.Run(ApplicationContext context)
  109. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
  110. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
  111. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
  112. at Ember_Media_Manager.My.MyApplication.Main(String[] Args)
  113. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement