win32utils-devel@rubyforge.org
2004-Jan-22 12:46 UTC
[Win32utils-devel] Latest win32-service error
I''m getting an error when I run the test2.rb script. I get this error: C:\eclipse\workspace\win32-service-0.3.0\test>ruby test2.rb install installed C:\eclipse\workspace\win32-service-0.3.0\test>ruby test2.rb start (Win32ServiceError)t'': Overlapped I/O operation is in progress. from test2.rb:42 Any ideas? Also, it looks like the output from ErrorDescription() is a bit off - I''m not sure where that "t''" is coming from. Perhaps it should be tweaked? Dan
win32utils-devel@rubyforge.org
2004-Jan-23 10:56 UTC
[Win32utils-devel] RE: Latest win32-service error
> -----Original Message----- > From: Park Heesob [mailto:phasis@nownuri.net] > Sent: Friday, January 23, 2004 7:11 AM > To: Berger, Daniel > Subject: Re: Latest win32-service error > > > Hi, > ----- Original Message ----- > From: "Berger, Daniel" <djberge@qwest.com> > To: <win32utils-devel@rubyforge.org> > Cc: <phasis@nownuri.net> > Sent: Friday, January 23, 2004 2:46 AM > Subject: Latest win32-service error > > > > I''m getting an error when I run the test2.rb script. I get this > > error: > > > > C:\eclipse\workspace\win32-service-0.3.0\test>ruby test2.rb install > > installed > > > > C:\eclipse\workspace\win32-service-0.3.0\test>ruby test2.rb start > > (Win32ServiceError)t'': Overlapped I/O operation is in progress. > > from test2.rb:42 > > > > Any ideas? > > > > Also, it looks like the output from ErrorDescription() is a > bit off - > > I''m not sure where that "t''" is coming from. Perhaps it should be > > tweaked? > > > > Dan > > > > The odd Error message is due to \r\n at the end of error > message. I patched service.h and service.c Retest please. > > Regards, > > Park HeesobI checked out the latest in CVS and I still get the same error: C:\eclipse\workspace\win32-service-0.3.0\test>ruby test2.rb install installed C:\eclipse\workspace\win32-service-0.3.0\test>ruby test2.rb start test2.rb:39:in `start'': Overlapped I/O operation is in progress. (Win32ServiceError) from test2.rb:39 This is Windows XP Pro and Ruby 1.8.1, btw. Regards, Dan