Advertisement
NolanSyKinsley

Untitled

Jan 1st, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. 1/1/2017 11:15:44 AM
  2. System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
  3. at System.Collections.Generic.List`1+Enumerator[Terraria.UI.UIElement].MoveNext () [0x00000] in <filename unknown>:0
  4. at Terraria.UI.UIElement.RecalculateChildren () [0x00000] in <filename unknown>:0
  5. at Terraria.UI.UIElement.Recalculate () [0x00000] in <filename unknown>:0
  6. at Terraria.UI.UIElement.RecalculateChildren () [0x00000] in <filename unknown>:0
  7. at Terraria.GameContent.UI.Elements.UIList.RecalculateChildren () [0x00000] in <filename unknown>:0
  8. at Terraria.UI.UIElement.Recalculate () [0x00000] in <filename unknown>:0
  9. at Terraria.GameContent.UI.Elements.UIList.Recalculate () [0x00000] in <filename unknown>:0
  10. at Terraria.GameContent.UI.Elements.UIList.DrawSelf (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch) [0x00000] in <filename unknown>:0
  11. at Terraria.UI.UIElement.Draw (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch) [0x00000] in <filename unknown>:0
  12. at Terraria.UI.UIElement.DrawChildren (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch) [0x00000] in <filename unknown>:0
  13. at Terraria.UI.UIElement.Draw (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch) [0x00000] in <filename unknown>:0
  14. at Terraria.UI.UIElement.DrawChildren (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch) [0x00000] in <filename unknown>:0
  15. at Terraria.UI.UIElement.Draw (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch) [0x00000] in <filename unknown>:0
  16. at Terraria.UI.UIElement.DrawChildren (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch) [0x00000] in <filename unknown>:0
  17. at Terraria.UI.UIElement.Draw (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch) [0x00000] in <filename unknown>:0
  18. at Terraria.ModLoader.UI.UIModBrowser.Draw (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch) [0x00000] in <filename unknown>:0
  19. at Terraria.UI.UserInterface.Draw (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch, Microsoft.Xna.Framework.GameTime time) [0x00000] in <filename unknown>:0
  20. at Terraria.Main.DrawMenu (Microsoft.Xna.Framework.GameTime gameTime) [0x00000] in <filename unknown>:0
  21. at Terraria.Main.do_Draw (Microsoft.Xna.Framework.GameTime gameTime) [0x00000] in <filename unknown>:0
  22. at Terraria.Main.DoDraw (Microsoft.Xna.Framework.GameTime gameTime) [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement