Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. InvalidProtocolBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length.
  2. Google.Protobuf.CodedInputStream.RefillBuffer (System.Boolean mustSucceed) (at Assets/plugins/Networking/Protobuf/CodedInputStream.cs:1018)
  3. Google.Protobuf.CodedInputStream.ReadRawByte () (at Assets/plugins/Networking/Protobuf/CodedInputStream.cs:1068)
  4. Google.Protobuf.CodedInputStream.SlowReadRawVarint32 () (at Assets/plugins/Networking/Protobuf/CodedInputStream.cs:690)
  5. Google.Protobuf.CodedInputStream.ReadRawVarint32 () (at Assets/plugins/Networking/Protobuf/CodedInputStream.cs:746)
  6. Google.Protobuf.CodedInputStream.ReadLength () (at Assets/plugins/Networking/Protobuf/CodedInputStream.cs:662)
  7. Google.Protobuf.CodedInputStream.SkipLastField () (at Assets/plugins/Networking/Protobuf/CodedInputStream.cs:416)
  8. IGG.Networking.Types.CommanderDescription.MergeFrom (Google.Protobuf.CodedInputStream input) (at Assets/scripts/Networking/Protocol/Generated/Types/Armies/Army.cs:1565)
  9. Google.Protobuf.CodedInputStream.ReadMessage (Google.Protobuf.IMessage builder) (at Assets/plugins/Networking/Protobuf/CodedInputStream.cs:572)
  10. IGG.Networking.Types.BattleHeader.MergeFrom (Google.Protobuf.CodedInputStream input) (at Assets/scripts/Networking/Protocol/Generated/Types/Battle/Battle.cs:1333)
  11. Google.Protobuf.CodedInputStream.ReadMessage (Google.Protobuf.IMessage builder) (at Assets/plugins/Networking/Protobuf/CodedInputStream.cs:572)
  12. IGG.Networking.Types.Battle.MergeFrom (Google.Protobuf.CodedInputStream input) (at Assets/scripts/Networking/Protocol/Generated/Types/Battle/Battle.cs:2769)
  13. Google.Protobuf.MessageExtensions.MergeFrom (Google.Protobuf.IMessage message, System.Byte[] data) (at Assets/plugins/Networking/Protobuf/MessageExtensions.cs:52)
  14. Google.Protobuf.MessageParser`1[T].ParseFrom (System.Byte[] data) (at Assets/plugins/Networking/Protobuf/MessageParser.cs:196)
  15. IGG.Modules.BattleDisplay.BattleModes.BattleMode.Initialize (IGG.Modules.BattleDisplay.BattleModule module) (at Assets/scripts/Modules/BattleDisplay/BattleModes/BattleMode.cs:67)
  16. IGG.Modules.BattleDisplay.BattleModes.BattleMode`1[T].Initialize (IGG.Modules.BattleDisplay.BattleModule module) (at Assets/scripts/Modules/BattleDisplay/BattleModes/BattleMode.cs:211)
  17. IGG.Modules.BattleDisplay.BattleModule+<InitializeAsync>c__Iterator0.MoveNext () (at Assets/scripts/Modules/BattleDisplay/BattleModule.cs:48)
  18. UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement