T
tModLoader4y ago
wise-white

Seems like i got numerous error logs

Happened when i try to resize the windows by dragging the game border
6 Replies
wise-white
wise-whiteOP4y ago
My ram was 10gb, i think it's enough? or not?
rare-sapphire
rare-sapphire4y ago
this is VRAM, not RAM if you're getting a crash with Texture2D creation failed! and 0x8007000E as the error code - it means that your PC has ran out of video memory, or VRAM for short. This is not the same as free disk space or normal PC memory (RAM), with the exception of non-dedicated graphics accelerators in laptops being able to use the latter to compensate for small or non-existent amounts of VRAM. Here's some tips that may or may not help: - Task Manager's Performance -> GPU 0 tab can show you VRAM usage and other graphics information. - Close programs like browsers, perhaps even discord as an extreme measure, and try again. - If you still get the crash after minimizing resource usage - it may be best to avoid the giant mods you're trying to use. To skip mod loading - hold Left Shift before it begins and until you see that it's been skipped. "vram_oom" by Mirsario
wise-white
wise-whiteOP4y ago
oh thanks, yea i used APU so, might be that, not enough vram and try close other app who running in background and my discord pc are on beta and yea it also cost high usage while running things i got another error message
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.NullReferenceException: Object reference not set to an instance of an object.
at Terraria.ModLoader.NPCLoader.BossHeadSlot(NPC npc, Int32& index) in tModLoader\Terraria\ModLoader\NPCLoader.cs:line 710
at Terraria.NPC.GetBossHeadTextureIndex() in tModLoader\Terraria\NPC.cs:line 1403
at Terraria.Main.DrawMap(GameTime gameTime) in tModLoader\Terraria\Main.cs:line 44413
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at WorldGenPreviewer.UIWorldLoadSpecial.DrawSelf(SpriteBatch spriteBatch) in WorldGenPreviewer\UIWorldLoadSpecial.cs:line 374
at Terraria.UI.UIElement.Draw(SpriteBatch spriteBatch) in tModLoader\Terraria\UI\UIElement.cs:line 196
at Terraria.Main.DrawMenu(GameTime gameTime) in tModLoader\Terraria\Main.cs:line 39808
at DMD<Terraria.Main::DoDraw>(Main this, GameTime gameTime)
at DMD<Terraria.Main::Draw>(Main this, GameTime gameTime)
at Microsoft.Xna.Framework.Game.Tick() in D:\a\tModLoader\tModLoader\FNA\src\Game.cs:line 562
at Microsoft.Xna.Framework.Game.RunLoop() in D:\a\tModLoader\tModLoader\FNA\src\Game.cs:line 878
at Microsoft.Xna.Framework.Game.Run() in D:\a\tModLoader\tModLoader\FNA\src\Game.cs:line 419
at Terraria.Program.LaunchGame_(Boolean isServer) in tModLoader\Terraria\Program.cs:line 231
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.NullReferenceException: Object reference not set to an instance of an object.
at Terraria.ModLoader.NPCLoader.BossHeadSlot(NPC npc, Int32& index) in tModLoader\Terraria\ModLoader\NPCLoader.cs:line 710
at Terraria.NPC.GetBossHeadTextureIndex() in tModLoader\Terraria\NPC.cs:line 1403
at Terraria.Main.DrawMap(GameTime gameTime) in tModLoader\Terraria\Main.cs:line 44413
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at WorldGenPreviewer.UIWorldLoadSpecial.DrawSelf(SpriteBatch spriteBatch) in WorldGenPreviewer\UIWorldLoadSpecial.cs:line 374
at Terraria.UI.UIElement.Draw(SpriteBatch spriteBatch) in tModLoader\Terraria\UI\UIElement.cs:line 196
at Terraria.Main.DrawMenu(GameTime gameTime) in tModLoader\Terraria\Main.cs:line 39808
at DMD<Terraria.Main::DoDraw>(Main this, GameTime gameTime)
at DMD<Terraria.Main::Draw>(Main this, GameTime gameTime)
at Microsoft.Xna.Framework.Game.Tick() in D:\a\tModLoader\tModLoader\FNA\src\Game.cs:line 562
at Microsoft.Xna.Framework.Game.RunLoop() in D:\a\tModLoader\tModLoader\FNA\src\Game.cs:line 878
at Microsoft.Xna.Framework.Game.Run() in D:\a\tModLoader\tModLoader\FNA\src\Game.cs:line 419
at Terraria.Program.LaunchGame_(Boolean isServer) in tModLoader\Terraria\Program.cs:line 231
wise-white
wise-whiteOP4y ago
wise-white
wise-whiteOP4y ago
happened after trying to create new world i use worldgen previewer, should i disable this? try to get in and all my UI are gone, welp can't see storage, hotbar, and pause menu
absoluteAquarian
press F11

Did you find this page helpful?