google-code-export / zscreen

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

NullReferenceException on Image Annotator preferences saving #530

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a shot with action - Image Annotator
2. Open Image Annotator preferences
3. Press Ok 

What is the expected output? What do you see instead?
 - Saving settings. Instead I see NullRefence exception

What version of the product are you using? On what operating system?

2011-08-03 11:17:08.868 - ZScreen 4.0.1 rev 2232 started
2011-08-03 11:17:08.868 - Operating system: Microsoft Windows NT 6.1.7601 
Service Pack 1(x64)

Please provide any additional information below.
System.NullReferenceException: Object reference not set to an instance of an 
object.
   at Greenshot.SettingsForm.SaveSettings()
   at Greenshot.SettingsForm.Settings_okayClick(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.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 issue reported on code.google.com by Victor.G...@gmail.com on 10 Aug 2011 at 8:47

GoogleCodeExporter commented 9 years ago
Hi, we use the latest Greenshot Editor in 
http://zscreen.googlecode.com/files/ZScreen-4.2.3.2400-setup.exe please use 
this version

Original comment by mcored on 10 Aug 2011 at 9:05