Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.44 KB | None | 0 0
  1.  Error invoking callback for event rp_client:receiveInventory: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.FormatException: String was not recognized as a valid DateTime.
  2.  
  3. [   5369454]   at System.DateTimeParse.Parse (System.String s, System.Globalization.DateTimeFormatInfo dtfi, System.Globalization.DateTimeStyles styles) [0x00029] in <a4e3abdd630b4c98a9d6f31a99197de6>:0
  4.  
  5. [   5369454]   at System.DateTime.Parse (System.String s) [0x00006] in <a4e3abdd630b4c98a9d6f31a99197de6>:0
  6.  
  7. [   5369454]   at RP_Main.core.server.player.MG_Item.LoadItemMisc (SimpleJSON.JObject i) [0x00041] in <a80029dbdc304d6c86e3e755cc74c712>:0
  8.  
  9. [   5369454]   at RP_Main.core.server.player.MG_Item.JsonToItem (SimpleJSON.JObject jitem) [0x00183] in <a80029dbdc304d6c86e3e755cc74c712>:0
  10.  
  11. [   5369454]   at RP_Main.core.server.player.MG_Inventory.LoadInventory (System.String p_inventory) [0x0002c] in <a80029dbdc304d6c86e3e755cc74c712>:0
  12.  
  13. [   5369469]   at RP_Main.core.player.Player_Events.receiveInventory (System.String inventory) [0x00001] in <a80029dbdc304d6c86e3e755cc74c712>:0
  14.  
  15. [   5369469]   at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  16.  
  17. [   5369469]   at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <a4e3abdd630b4c98a9d6f31a99197de6>:0
  18.  
  19. [   5369469]    --- End of inner exception stack trace ---
  20.  
  21. [   5369469]   at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in <a4e3abdd630b4c98a9d6f31a99197de6>:0
  22.  
  23. [   5369469]   at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <a4e3abdd630b4c98a9d6f31a99197de6>:0
  24.  
  25. [   5369485]   at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000e7] in <a4e3abdd630b4c98a9d6f31a99197de6>:0
  26.  
  27. [   5369485]   at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00008] in <a4e3abdd630b4c98a9d6f31a99197de6>:0
  28.  
  29. [   5369485]   at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <a4e3abdd630b4c98a9d6f31a99197de6>:0
  30.  
  31. [   5369485]   at CitizenFX.Core.EventHandlerEntry+<Invoke>d__5.MoveNext () [0x0010d] in <93b80add2aa04fedabeda46f0707d12c>:0
  32. [   5369485] Debug: MG_Bank_Main | [{"bank_acc":57,"id_player":4,"type":0,"value":5000000,"password":"pQqWZkst","iban":"POD-5L9VAX-CBO","cards":[{"status":0,"type":0,"id_bank_acc":57,"code":"3922","db_id":33}]},{"bank_acc":65,"id_player":4,"type":0,"value":200,"password":"5PmqItZj","iban":"POD-LZ8OM3-OUJ","cards":[]},{"bank_acc":66,"id_player":4,"type":0,"value":310,"password":"QDfat6C3","iban":"POD-12LJ4K-FGO","cards":[]},{"bank_acc":67,"id_player":4,"type":0,"value":300,"password":"Jx4slDP0","iban":"POD-IUTGTA-R93","cards":[]}]
  33. [   5369532] Debug: MG_Session | InitSession Json: {"shop":{"vehicles":{"car":[3078201489,3486135912,4278019151,784565758,3078201489,3078201489,3078201489],"carBad":[3078201489,3486135912,4278019151,784565758,3078201489,3078201489,3078201489],"bike":[4180675781,86520421,2771538552,4180675781,4180675781,4180675781],"truck":[2242229361,569305213,2242229361,2242229361,2112052861]}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement