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

System.Reflection.targetinvocationexception

judge2020

Member
Joined
Feb 10, 2016
Messages
45
Reaction score
0
Even after a full restart, I get this error.

Code:
2016-04-04 00:41:15,424 [1] INFO  Logger (null) - Hearthbuddy Version: 0.3.1184.254
Path: C:\Users\<Username>\Downloads\Hearthbuddy 0.3.1184.254\<ExeName>

OS Name: Microsoft Windows 10 Home
OS Version: 10.0.10586
OS Architecture: 64-bit
InstalledUICulture: en-US [English (United States)]
CurrentUICulture: en-US [English (United States)]
CurrentCulture: en-US [English (United States)]

2016-04-04 00:41:15,491 [1] INFO  Logger (null) - Now setting up JitProfiles...
2016-04-04 00:41:15,498 [1] INFO  Logger (null) - JitProfiles successfully setup!
2016-04-04 00:41:15,498 [1] INFO  Logger (null) - Now beginning pre-start tasks.
2016-04-04 00:41:15,498 [1] INFO  Logger (null) - Now checking prerequisites...
2016-04-04 00:41:15,997 [1] INFO  Logger (null) - Prerequisite check complete!
2016-04-04 00:41:16,013 [1] INFO  Logger (null) - Pre-start tasks successfully completed.
2016-04-04 00:41:18,067 [1] INFO  Logger (null) - [BotManager] MsBetweenTicks = 15
2016-04-04 00:41:18,304 [1] INFO  Logger (null) - Hearthbuddy [0.3.1184.254] is up to date!
2016-04-04 00:41:39,429 [1] DEBUG Logger (null) - System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.

Server stack trace: 
   at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen()
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   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 Buddy.Auth.SR.IA.Do(Byte b, Object[] args)
   at Buddy.Auth.SR.AClient.Do(Byte b, Object[] args)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at You.Proxy._c_0_d_1(Object s, String n, Byte o, Object[] a)
   at ?????????????????????????????????????????.?????????????????????????????????????????.e589c0d0b3(????????????????????????????????????????? , Object[] )
   at ?????????????????????????????????????????.?????????????????????????????????????????.?????????????????????????????????????????(String , Byte , Int64 )
   at ?????????????????????????????????????????.?????????????????????????????????????????.?????????????????????????????????????????.?????????????????????????????????????????(????????????????????????????????????????? )
 
I had a similar issue. Something with "proxy" error messages. Figured that I had a VPN on, turned it off and it worked. Check your internet settings and try with a different connection if you can. :)
 
I had a similar issue. Something with "proxy" error messages. Figured that I had a VPN on, turned it off and it worked. Check your internet settings and try with a different connection if you can. :)

open your own thread providing your log file plz
 
Back
Top