Error game crashes when loading map, character or mod browser

ferno2004h

Terrarian
Here is the log file I got, I´ve been trying to get this to work for days but it´s impossible.
If anyone can help me I would really appreciate it.
Thank you very much.

Exception of type 'System.OutOfMemoryException' was thrown.
at ReLogic.Graphics.DynamicSpriteFont.InternalDraw(String text, SpriteBatch spriteBatch, Vector2 startPosition, Color color, Single rotation, Vector2 origin, Vector2& scale, SpriteEffects spriteEffects, Single depth)
at ReLogic.Graphics.DynamicSpriteFontExtensionMethods.DrawString(SpriteBatch spriteBatch, DynamicSpriteFont spriteFont, String text, Vector2 position, Color color, Single rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, Single layerDepth)
at TerrariaOverhaul.MethodSwapping.DrawStringSnippets(SpriteBatch sb, DynamicSpriteFont font, IEnumerable`1 snippets, Vector2 position, Color baseColor, Single rotation, Vector2 origin, Vector2 baseScale, Int32& hoveredSnippet, Single maxWidth, Boolean drawShadow, Boolean ignoreColors)
at TerrariaOverhaul.MethodSwapping.ChatManager_DrawColorCodedStringWithShadow(SpriteBatch sb, DynamicSpriteFont font, String text, Vector2 position, Color baseColor, Single rotation, Vector2 origin, Vector2 baseScale, Single maxWidth, Single spread)
at Terraria.Utils.DrawBorderString(SpriteBatch sb, String text, Vector2 pos, Color color, Single scale, Single anchorx, Single anchory, Int32 maxCharactersDisplayed)
at Terraria.ModLoader.UI.UIMessageBox.DrawSelf(SpriteBatch spriteBatch)
at Terraria.UI.UIElement.Draw(SpriteBatch spriteBatch)
at Terraria.UI.UIElement.DrawChildren(SpriteBatch spriteBatch)
at Terraria.UI.UIElement.Draw(SpriteBatch spriteBatch)
at Terraria.UI.UIElement.DrawChildren(SpriteBatch spriteBatch)
at Terraria.UI.UIElement.Draw(SpriteBatch spriteBatch)
at Terraria.UI.UserInterface.Draw(SpriteBatch spriteBatch, GameTime time)
at Terraria.Main.DrawMenu(GameTime gameTime)
at Terraria.Main.do_Draw(GameTime gameTime)
at Terraria.Main.DoDraw(GameTime gameTime)
 
Back
Top Bottom