Advertisement
Qent

Untitled

Jan 4th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Exception of type `System.InvalidOperationException`: Unit `nazidtrk` does not have any sequences defined.
  2. at OpenRA.Graphics.SequenceProvider.GetSequence(String unitName, String sequenceName)
  3. at OpenRA.Graphics.Animation.PlayRepeating(String sequenceName)
  4. at OpenRA.Mods.RA.Render.RenderUnit..ctor(Actor self)
  5. at OpenRA.Mods.RA.Render.RenderUnitInfo.Create(ActorInitializer init)
  6. at OpenRA.Actor..ctor(World world, String name, TypeDictionary initDict)
  7. at OpenRA.World.CreateActor(Boolean addToWorld, String name, TypeDictionary initDict)
  8. at OpenRA.Mods.RA.Production.DoProduction(Actor self, ActorInfo producee, ExitInfo exitinfo)
  9. at OpenRA.Mods.RA.Production.Produce(Actor self, ActorInfo producee)
  10. at OpenRA.Mods.RA.ProductionQueue.BuildUnit(String name)
  11. at OpenRA.Mods.RA.ProductionQueue.<ResolveOrder>c__AnonStorey15D.<>m__395(World _)
  12. at OpenRA.World.Tick()
  13. at OpenRA.Game.Tick(OrderManager orderManager)
  14. at OpenRA.Game.Tick(OrderManager orderManager, Viewport viewPort)
  15. at OpenRA.Game.Run()
  16. at OpenRA.Program.Run(String[] args)
  17. at OpenRA.Program.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement