Advertisement
Guest User

error

a guest
Nov 21st, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. ArgumentException: Object of type 'System.Int32' cannot be converted to type 'DamageType'.
  2. System.RuntimeType.CheckValue (System.Object value, System.Reflection.Binder binder, System.Globalization.CultureInfo culture, System.Reflection.BindingFlags invokeAttr) (at <a8ed250850854b439cedc18931a314fe>:0)
  3. System.Reflection.MonoMethod.ConvertValues (System.Reflection.Binder binder, System.Object[] args, System.Reflection.ParameterInfo[] pinfo, System.Globalization.CultureInfo culture, System.Reflection.BindingFlags invokeAttr) (at <a8ed250850854b439cedc18931a314fe>:0)
  4. System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <a8ed250850854b439cedc18931a314fe>:0)
  5. System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <a8ed250850854b439cedc18931a314fe>:0)
  6. Utils.InvokeMany (System.Type type, System.Object onObject, System.String methodPrefix, System.Object[] args) (at Assets/uMMORPG/Scripts/Utils.cs:268)
  7. Entity.CallRpcOnDamageReceived (System.Int32 amount, DamageType damageType) (at <c2517cdc75c847ae9e5d3e958a9c61a9>:0)
  8. Entity.InvokeRpcRpcOnDamageReceived (Mirror.NetworkBehaviour obj, Mirror.NetworkReader reader) (at <c2517cdc75c847ae9e5d3e958a9c61a9>:0)
  9. Mirror.NetworkBehaviour.InvokeHandlerDelegate (System.Int32 cmdHash, Mirror.MirrorInvokeType invokeType, Mirror.NetworkReader reader) (at Assets/uMMORPG/Plugins/Mirror/Runtime/NetworkBehaviour.cs:437)
  10. Mirror.NetworkIdentity.HandleRemoteCall (System.Int32 componentIndex, System.Int32 functionHash, Mirror.MirrorInvokeType invokeType, Mirror.NetworkReader reader) (at Assets/uMMORPG/Plugins/Mirror/Runtime/NetworkIdentity.cs:865)
  11. Mirror.NetworkIdentity.HandleRPC (System.Int32 componentIndex, System.Int32 rpcHash, Mirror.NetworkReader reader) (at Assets/uMMORPG/Plugins/Mirror/Runtime/NetworkIdentity.cs:891)
  12. Mirror.ClientScene.OnRPCMessage (Mirror.NetworkConnection _, Mirror.RpcMessage msg) (at Assets/uMMORPG/Plugins/Mirror/Runtime/ClientScene.cs:698)
  13. Mirror.MessagePacker+<>c__DisplayClass7_0`1[T].<MessageHandler>b__0 (Mirror.NetworkMessage networkMessage) (at Assets/uMMORPG/Plugins/Mirror/Runtime/MessagePacker.cs:160)
  14. Mirror.NetworkConnection.InvokeHandler (System.Int32 msgType, Mirror.NetworkReader reader, System.Int32 channelId) (at Assets/uMMORPG/Plugins/Mirror/Runtime/NetworkConnection.cs:370)
  15. Mirror.NetworkConnection.TransportReceive (System.ArraySegment`1[T] buffer, System.Int32 channelId) (at Assets/uMMORPG/Plugins/Mirror/Runtime/NetworkConnection.cs:420)
  16. Mirror.NetworkClient.OnDataReceived (System.ArraySegment`1[T] data, System.Int32 channelId) (at Assets/uMMORPG/Plugins/Mirror/Runtime/NetworkClient.cs:164)
  17. Mirror.NetworkClient.Update () (at Assets/uMMORPG/Plugins/Mirror/Runtime/NetworkClient.cs:278)
  18. Mirror.NetworkManager.LateUpdate () (at Assets/uMMORPG/Plugins/Mirror/Runtime/NetworkManager.cs:260)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement