magneato / ispyconnect

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

Trying to use Pipes with Faces Plugin for basic Interprocessing #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the plugin
2. Have a Java Application try to connect via RandomAccessFile
3. Check the log file and see the error

What is the expected output? What do you see instead?
I expect for the ISpy Plugin to send the X coordinate of the face's motion, but 
instead I see the errors in the log. The C# Application will not successfully 
use the StreamWriter class to write to the pipe set by the 
NamedPipeServerStream class.

What version of the product are you using? On what operating system?
ISpy on Windows 8 64 bit, plugin compiled with MS Visual Studios 2012.

Please provide any additional information below.

A blocking operation was interrupted by a call to WSACancelBlockingCall
System
at System.Net.Sockets.Socket.Accept() at 
System.Net.Sockets.TcpListener.AcceptSocket() at 
iSpyApplication.LocalServer.StartListen()

Original issue reported on code.google.com by bitm...@gmail.com on 7 Nov 2012 at 7:35

GoogleCodeExporter commented 9 years ago
This was another error I also received.

Category does not exist.
System
at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, 
String category, String counter) at 
System.Diagnostics.PerformanceCounter.InitializeImpl() at 
System.Diagnostics.PerformanceCounter..ctor(String categoryName, String 
counterName, String instanceName, Boolean readOnly) at 
iSpyApplication.MainForm.MainFormLoad(Object sender, EventArgs e)

Original comment by bitm...@gmail.com on 7 Nov 2012 at 7:37