Just downloaded the latest (1.6.6) version. Following this tutorial:
http://www.youtube.com/watch?v=cTjy-L8C6WMAfter unzipping and attempting to run the TNServer.exe, the program crashes (Unresponsive, Windows begins looking for a solution). Running it directly from the command prompt gives me the following error:
Unhandled Exception: System.Net.Sockets.SocketException: Only one usage of each
socket address (protocol/network address/port) is normally permitted
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at TNet.UPnP.ThreadDiscover(Object obj)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj)
I allowed access the first time the window popped up, but it still crashes immediately every time. I assume (or hope) there is something I can do on my machine to add more ports/sockets or open availability, but I am in uncharted waters here and am at a loss. Was wondering if anyone could offer a suggestion.
Thanks