jazzymiles / sharexmod

Automatically exported from code.google.com/p/sharexmod
0 stars 0 forks source link

This happens when I Fullscreen capture and Upload to Remote Host #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
System.NullReferenceException: Object reference not set to an instance of an 
object.
   at ShareX.Task.ThreadDoWork() in d:\Dev\ShareXmod\trunk\ShareX\Task.cs:line 268
   at HelpersLib.ThreadWorker.WorkThread() in d:\Dev\ShareX\trunk\HelpersLib\ThreadWorker.cs:line 61
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

Original issue reported on code.google.com by barb.eri...@gmail.com on 28 Jan 2013 at 11:46

GoogleCodeExporter commented 9 years ago
And now I wish I could delete this just so I can have only one issue submitted.

Original comment by barb.eri...@gmail.com on 28 Jan 2013 at 11:48

GoogleCodeExporter commented 9 years ago
Now fullscreening does:

System.NullReferenceException: Object reference not set to an instance of an 
object.
   at ShareX.MainForm.FindTagByHotkey(EHotkey hotkey) in d:\Dev\ShareXmod\trunk\ShareX\Forms\MainForm_Workflow.cs:line 217
   at ShareX.MainForm.tsmiFullscreen_Click(Object sender, EventArgs e) in d:\Dev\ShareXmod\trunk\ShareX\Forms\MainForm_Capture.cs:line 252
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Original comment by barb.eri...@gmail.com on 28 Jan 2013 at 11:50

GoogleCodeExporter commented 9 years ago
Configuration error, QA resolved on his own.

Original comment by mopqu...@gmail.com on 21 Mar 2013 at 9:40