I wanted to setup a server on my PC locally. I followed the guide from
but get an exception. This (srNodeType.ini) is the file where I have to enter my IP. I have tested with public IP, Network IP and localhost IP. Nothing works. Have you ever had the same problem? This is the exception that occurs:[german]
Unbehandelte Ausnahme: System.Net.Sockets.SocketException: Die angeforderte Adresse ist in diesem Kontext ungültig
bei System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
bei System.Net.Sockets.Socket.Bind(EndPoint localEP)
bei asyncNetwork.Async.asyncNetwork.Accept(String host, Int32 port, Int32 outstanding, IAsyncInterface interface_, Object user)
bei Program.Main(String[] args)
[english]
Unhandeled Exception: System.Net.Sockets.SocketException: The requested address in this context is not valid
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at asyncNetwork.Async.asyncNetwork.Accept(String host, Int32 port, Int32 outstanding, IAsyncInterface interface_, Object user)
at Program.Main(String[] args)
Best regards, Sordren






