What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

No data for Kalimdor_33_38.etm

uiop

New Member
Joined
Jan 17, 2011
Messages
183
Reaction score
1
So my bot has an "Activity: Downloading Mesh..." and he's just been standing there for several minutes. The log reads:

No data for Kalimdor_33_38.etm
No data for Kalimdor_39_37.etm
No data for Kalimdor_40_40.etm
No data for Kalimdor_42_38.etm
No data for Kalimdor_42_31.etm

And it adds a new one of these every few minutes.

The Navigator Log reads:
Code:
Downloaded Kalimdor_42_31
Loading Kalimdor_42_31
Downloaded Kalimdor_40_43
Loading Kalimdor_40_43
Downloaded Kalimdor_26_33
Loading Kalimdor_26_33
Downloaded Kalimdor_33_24
Loading Kalimdor_33_24
Downloaded Kalimdor_31_24
Loading Kalimdor_31_24
Downloaded Kalimdor_39_43
Loading Kalimdor_39_43
Downloaded Kalimdor_27_35
Loading Kalimdor_27_35
Downloaded Kalimdor_41_41
Loading Kalimdor_41_41
Exception when attempting to download Kalimdor_28_36: System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://www.buddyauth.com:5031/AuthService.svc. The connection attempt lasted for a time span of 00:00:21.0582400. TCP error code 10060: 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 188.165.234.190:5031.  ---> System.Net.Sockets.SocketException: 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 188.165.234.190:5031
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
   --- End of inner exception stack trace ---

Server stack trace: 
   at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
   at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
   at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
   at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
   at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at IA.Do(Byte b, Object[] args)
   at ..Do(Byte b, Object[] args)
   at ..(Byte b, Object[] args)
   at ..(String file)
   at ...( s)
Failed to download Kalimdor_28_36.etm
Downloaded Kalimdor_29_36
Loading Kalimdor_29_36
Downloaded Kalimdor_28_36
Loading Kalimdor_28_36
Downloaded Kalimdor_32_24
Loading Kalimdor_32_24
Downloaded Kalimdor_43_32
Loading Kalimdor_43_32
Downloaded Kalimdor_30_24
Loading Kalimdor_30_24
Downloaded Kalimdor_40_25
Loading Kalimdor_40_25
Downloaded Kalimdor_43_39
Loading Kalimdor_43_39
Downloaded Kalimdor_42_30
Loading Kalimdor_42_30
Downloaded Kalimdor_43_38
Loading Kalimdor_43_38
Downloaded Kalimdor_43_36
Loading Kalimdor_43_36

And just keeps doing this over and over. I've not had this issue until v2.0.0.4001.
 
Sounds to me like the new version is not pointed to the same Mesh folder as before so its redownloading them.
 
Back
Top