fuimusbruce
New Member
- Joined
- Aug 2, 2012
- Messages
- 450
- Reaction score
- 2
It's the nav server at the moment
If you look at your log, you'll probably see:
System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.Net.Sockets.Socket.Connect(IPAddress address, Int32 port)
at (Object , IPAddress , Int32 )
at Zeta.Navigation.DefaultNavigationProvider.(Vector3 dest)
Yep I am getting that error. That makes more sense as I was going around in circles trying to figure out the problem. One of these days I will learn to look at the logs
