tinman83 / zscreen

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

Crash when coming back #823

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Walk away from computer after locking it
2. Come back and I get a error window
3. See msg

What is the expected output? What do you see instead?
Nothing

What version of the product are you using? On what operating system?
System.ComponentModel.Win32Exception: The handle is invalid
   at System.Drawing.Graphics.CopyFromScreen(Int32 sourceX, Int32 sourceY, Int32 destinationX, Int32 destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation)
   at System.Drawing.Graphics.CopyFromScreen(Int32 sourceX, Int32 sourceY, Int32 destinationX, Int32 destinationY, Size blockRegionSize)
   at System.Drawing.Graphics.CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize)
   at ZSS.ColorsLib.MyColors.GetPixelColor(Point point) in D:\Users\Mike\Documents\Visual Studio 2010\Projects\ZApps\trunk\ZSS.Colors\MyColors.cs:line 654
   at ZSS.ColorsLib.DialogColor.colorTimer_Tick(Object sender, EventArgs e) in D:\Users\Mike\Documents\Visual Studio 2010\Projects\ZApps\trunk\ZSS.Colors\DialogColor.cs:line 164
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by tx.dav...@gmail.com on 1 Jun 2012 at 9:22

GoogleCodeExporter commented 9 years ago
Hi please download and install 
http://code.google.com/p/sharexmod/downloads/list because we no longer actively 
develop ZScreen :)

Original comment by mcored on 2 Jun 2012 at 5:50