Advertisement
Guest User

Untitled

a guest
Sep 9th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 3.66 KB | None | 0 0
  1. System.InvalidOperationException: Out of sync in frame 1: Blame Tick.
  2.  
  3.    at OpenRA.Network.OrderManager.OutOfSync(Int32 frame, String blame)
  4.    at OpenRA.Network.OrderManager.CheckSync(Byte[] packet)
  5.    at OpenRA.Network.OrderManager.<TickImmediate>c__AnonStorey32.<>m__8B(Int32 clientId, Byte[] packet)
  6.    at OpenRA.Network.ReplayRecorderConnection.<Receive>c__AnonStorey3B.<>m__9A(Int32 client, Byte[] data)
  7.    at OpenRA.Network.EchoConnection.Receive(Action`2 packetFn)
  8.    at OpenRA.Network.ReplayRecorderConnection.Receive(Action`2 packetFn)
  9.    at OpenRA.Network.OrderManager.TickImmediate()
  10.    at OpenRA.Game.<Tick>c__AnonStorey42.<>m__AA()
  11.    at OpenRA.Sync.<CheckSyncUnchanged>c__AnonStorey21.<>m__46()
  12.    at OpenRA.Sync.CheckSyncUnchanged[T](World world, Func`1 fn)
  13.    at OpenRA.Sync.CheckSyncUnchanged(World world, Action fn)
  14.    at OpenRA.Game.Tick(OrderManager orderManager)
  15.    at OpenRA.Game.Tick(OrderManager orderManager, Viewport viewPort)
  16.    at OpenRA.Game.Run()
  17.    at OpenRA.Program.Run(String[] args)
  18.    at OpenRA.Program.Main(String[] args)
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.     OpenRA.Game.exe!OpenRA.ActorInfo.TraitsInConstructOrder() Line 84   C#
  28.     OpenRA.Game.exe!OpenRA.Actor.Actor(OpenRA.World world = {OpenRA.World}, string name = "FACT", OpenRA.FileFormats.TypeDictionary initDict = {OpenRA.FileFormats.TypeDictionary}) Line 52 + 0xe bytes C#
  29. >   OpenRA.Game.exe!OpenRA.World.CreateActor(bool addToWorld = true, string name = "FACT", OpenRA.FileFormats.TypeDictionary initDict = {OpenRA.FileFormats.TypeDictionary}) Line 128 + 0x1e bytes  C#
  30.     OpenRA.Game.exe!OpenRA.World.CreateActor(string name = "FACT", OpenRA.FileFormats.TypeDictionary initDict = {OpenRA.FileFormats.TypeDictionary}) Line 123 + 0x13 bytes  C#
  31.     OpenRA.Mods.RA.dll!OpenRA.Mods.RA.RiskHandler.createBases() Line 74 + 0xb3 bytes    C#
  32.     OpenRA.Mods.RA.dll!OpenRA.Mods.RA.RiskScript.Tick(OpenRA.Actor self = {OpenRA.Actor}) Line 48 + 0xd bytes   C#
  33.     OpenRA.Game.exe!OpenRA.World.Tick.AnonymousMethod__5(OpenRA.TraitPair<OpenRA.Traits.ITick> x = {OpenRA.TraitPair<OpenRA.Traits.ITick>}) Line 166 + 0xc bytes    C#
  34.     OpenRA.Game.exe!OpenRA.Exts.DoTimed<OpenRA.TraitPair<OpenRA.Traits.ITick>>.AnonymousMethod__3(OpenRA.TraitPair<OpenRA.Traits.ITick> x = {OpenRA.TraitPair<OpenRA.Traits.ITick>}) Line 63 + 0x22 bytes   C#
  35.     OpenRA.FileFormats.dll!OpenRA.Exts.Do<OpenRA.TraitPair<OpenRA.Traits.ITick>>(System.Collections.Generic.IEnumerable<OpenRA.TraitPair<OpenRA.Traits.ITick>> e = {OpenRA.TraitDictionary.TraitContainer<OpenRA.Traits.ITick>.All}, System.Action<OpenRA.TraitPair<OpenRA.Traits.ITick>> fn = {Method = {System.Reflection.RuntimeMethodInfo}}) Line 30 + 0x13 bytes   C#
  36.     OpenRA.Game.exe!OpenRA.Exts.DoTimed<OpenRA.TraitPair<OpenRA.Traits.ITick>>(System.Collections.Generic.IEnumerable<OpenRA.TraitPair<OpenRA.Traits.ITick>> e = {OpenRA.TraitDictionary.TraitContainer<OpenRA.Traits.ITick>.All}, System.Action<OpenRA.TraitPair<OpenRA.Traits.ITick>> a = {Method = {System.Reflection.RuntimeMethodInfo}}, string text = "[{2}] Trait: {0} ({1:0.000} ms)", double time = 0.0010000000474974513) Line 60 + 0xbb bytes    C#
  37.     OpenRA.Game.exe!OpenRA.World.Tick() Line 164 + 0x86 bytes   C#
  38.     OpenRA.Game.exe!OpenRA.Game.Tick(OpenRA.Network.OrderManager orderManager = {OpenRA.Network.OrderManager}) Line 169 + 0xd bytes C#
  39.     OpenRA.Game.exe!OpenRA.Game.Tick(OpenRA.Network.OrderManager orderManager = {OpenRA.Network.OrderManager}, OpenRA.Graphics.Viewport viewPort = {OpenRA.Graphics.Viewport}) Line 116 + 0x8 bytes C#
  40.     OpenRA.Game.exe!OpenRA.Game.Run() Line 310 + 0x11 bytes C#
  41.     OpenRA.Game.exe!OpenRA.Program.Run(string[] args = {string[0]}) Line 49 + 0x5 bytes C#
  42.     OpenRA.Game.exe!OpenRA.Program.Main(string[] args = {string[0]}) Line 29 + 0x8 bytes    C#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement