1 das Programm habe ich nicht gemacht.
Info ich habe es jetzt echt weit aber muss sagen das
der TCP Listner auf Mono nicht Funktioniert.
bekomme immer
Quote:
Exception logged 12/29/2013 21:55:21 in Socket listener:
System.NullReferenceException: Object reference not set to an instance of an object
at Nova.Net.TcpConnection..ctor (UInt32 pSockID, SocketInformation pSockInfo) [0x00000] in <filename unknown>:0
at Nova.Net.TcpConnectionManager.HandleNewConnection (SocketInformation connectioninfo, Int32 PreconnID) [0x00000] in <filename unknown>:0
at Nova.Net.TcpConnectionListener.ConnectionRequest (IAsyncResult iAr) [0x00000] in <filename unknown>:0
Source:
novaEmulator
Data:
Message:
Object reference not set to an instance of an object
Stack trace:
at Nova.Net.TcpConnection..ctor (UInt32 pSockID, SocketInformation pSockInfo) [0x00000] in <filename unknown>:0
at Nova.Net.TcpConnectionManager.HandleNewConnection (SocketInformation connectioninfo, Int32 PreconnID) [0x00000] in <filename unknown>:0
at Nova.Net.TcpConnectionListener.ConnectionRequest (IAsyncResult iAr) [0x00000] in <filename unknown>:0
|
Code im programm
wenn ich richtig erkenne
internal TcpConnection(uint pSockID, SocketInformation pSockInfo)
: base(pSockInfo)
{
mID = pSockID;
mIP = RemoteEndPoint.ToString().Split(':')[0];
}
wenn ihr mir helfen könnt wäre ich sehr dankbar