tinman83 / zscreen

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

Can't upload to FTP #812

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I try to take a screenshot to upload via FTP

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

I expect the screenshot to work, but I get this error:

System.ObjectDisposedException: Safe handle has been closed
   at Microsoft.Win32.Win32Native.SetEvent(SafeWaitHandle handle)
   at System.Threading.EventWaitHandle.Set()
   at Starksoft.Net.Ftp.FtpBase.AcceptTcpClientCallback(IAsyncResult ar)
   at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
   at System.Net.ContextAwareResult.CompleteCallback(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Net.ContextAwareResult.Complete(IntPtr userToken)
   at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
   at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
   at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)

if I try to do it again, it "works", but doesn't actually upload anything. It 
will copy a nonexistant URL for me to use.

What version of the product are you using? On what operating system?
Copy text from Debug tab
Windows 7 64 bit
I don't know where the debug tab is

Please provide any additional information below.

Original issue reported on code.google.com by jothes...@gmail.com on 28 Apr 2012 at 10:12

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/sharex/

Original comment by mcored on 20 Jun 2012 at 9:40