11/14/2023 11:40:15 AM Microsoft.Xna.Framework.Content.ContentLoadException: Error loading "Images\TileCracks". File not found. ---> System.IO.FileNotFoundException: Error loading "Content\Images\TileCracks.xnb". File not found. at Microsoft.Xna.Framework.TitleContainer.OpenStream(String name) at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) --- End of inner exception stack trace --- at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject) at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName) at Terraria.Main.OurLoad[T](String path) at Terraria.Main.LoadContent() at Microsoft.Xna.Framework.Game.Initialize() at Terraria.Main.Initialize() at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun) at Terraria.Program.LaunchGame(String[] args) 11/14/2023 11:41:10 AM Microsoft.Xna.Framework.Content.ContentLoadException: Error loading "Images\TileCracks". File not found. ---> System.IO.FileNotFoundException: Error loading "Content\Images\TileCracks.xnb". File not found. at Microsoft.Xna.Framework.TitleContainer.OpenStream(String name) at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) --- End of inner exception stack trace --- at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject) at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName) at Terraria.Main.OurLoad[T](String path) at Terraria.Main.LoadContent() at Microsoft.Xna.Framework.Game.Initialize() at Terraria.Main.Initialize() at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun) at Terraria.Program.LaunchGame(String[] args) 11/14/2023 11:41:56 AM Microsoft.Xna.Framework.Content.ContentLoadException: Error loading "Images\TileCracks". File not found. ---> System.IO.FileNotFoundException: Error loading "Content\Images\TileCracks.xnb". File not found. at Microsoft.Xna.Framework.TitleContainer.OpenStream(String name) at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) --- End of inner exception stack trace --- at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject) at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName) at Terraria.Main.OurLoad[T](String path) at Terraria.Main.LoadContent() at Microsoft.Xna.Framework.Game.Initialize() at Terraria.Main.Initialize() at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun) at Terraria.Program.LaunchGame(String[] args) 11/14/2023 11:42:09 AM Microsoft.Xna.Framework.Content.ContentLoadException: Error loading "Images\TileCracks". File not found. ---> System.IO.FileNotFoundException: Error loading "Content\Images\TileCracks.xnb". File not found. at Microsoft.Xna.Framework.TitleContainer.OpenStream(String name) at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) --- End of inner exception stack trace --- at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject) at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName) at Terraria.Main.OurLoad[T](String path) at Terraria.Main.LoadContent() at Microsoft.Xna.Framework.Game.Initialize() at Terraria.Main.Initialize() at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun) at Terraria.Program.LaunchGame(String[] args) 11/14/2023 11:47:56 AM Microsoft.Xna.Framework.Content.ContentLoadException: Error loading "Images\TileCracks". File not found. ---> System.IO.FileNotFoundException: Error loading "Content\Images\TileCracks.xnb". File not found. at Microsoft.Xna.Framework.TitleContainer.OpenStream(String name) at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) --- End of inner exception stack trace --- at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject) at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName) at Terraria.Main.OurLoad[T](String path) at Terraria.Main.LoadContent() at Microsoft.Xna.Framework.Game.Initialize() at Terraria.Main.Initialize() at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun) at Terraria.Program.LaunchGame(String[] args) 11/14/2023 11:48:12 AM Microsoft.Xna.Framework.Content.ContentLoadException: Error loading "Images\TileCracks". File not found. ---> System.IO.FileNotFoundException: Error loading "Content\Images\TileCracks.xnb". File not found. at Microsoft.Xna.Framework.TitleContainer.OpenStream(String name) at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) --- End of inner exception stack trace --- at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject) at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName) at Terraria.Main.OurLoad[T](String path) at Terraria.Main.LoadContent() at Microsoft.Xna.Framework.Game.Initialize() at Terraria.Main.Initialize() at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun) at Terraria.Program.LaunchGame(String[] args) 11/14/2023 12:05:30 PM System.NullReferenceException: Object reference not set to an instance of an object. at Terraria.Main.DedServ() at Terraria.Program.LaunchGame(String[] args) 1/15/2024 7:03:35 PM System.InvalidOperationException: A previous Draw call threw an unhandled exception. See InnerException for details. ---> Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException: Unable to create the graphics device. ---> Microsoft.Xna.Framework.Graphics.DeviceLostException: Exception of type 'Microsoft.Xna.Framework.Graphics.DeviceLostException' was thrown. at Microsoft.Xna.Framework.Graphics.GraphicsDevice.CreateDevice(GraphicsAdapter adapter, PresentationParameters presentationParameters) at Microsoft.Xna.Framework.Graphics.GraphicsDevice..ctor(GraphicsAdapter adapter, GraphicsProfile graphicsProfile, PresentationParameters presentationParameters) at Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice(GraphicsDeviceInformation newInfo) --- End of inner exception stack trace --- at Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice(GraphicsDeviceInformation newInfo) at Microsoft.Xna.Framework.GraphicsDeviceManager.ChangeDevice(Boolean forceCreate) at Microsoft.Xna.Framework.GraphicsDeviceManager.ApplyChanges() at Terraria.Main.SetDisplayMode(Int32 width, Int32 height, Boolean fullscreen) at Terraria.Main.UpdateDisplaySettings() at Terraria.Main.Draw(GameTime gameTime) at Microsoft.Xna.Framework.Game.DrawFrame() at Microsoft.Xna.Framework.Game.Paint(Object sender, EventArgs e) at Microsoft.Xna.Framework.GameWindow.OnPaint() at Microsoft.Xna.Framework.WindowsGameWindow.mainForm_Paint(Object sender, PaintEventArgs e) --- End of inner exception stack trace --- at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame() at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e) at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm) at Microsoft.Xna.Framework.WindowsGameHost.Run() at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun) at Terraria.Program.LaunchGame(String[] args) 3/5/2025 09:13:20 System.InvalidOperationException: A previous Draw call threw an unhandled exception. See InnerException for details. ---> System.InvalidOperationException: Begin cannot be called again until End has been successfully called. at Microsoft.Xna.Framework.Graphics.SpriteBatch.Begin(SpriteSortMode sortMode, BlendState blendState, SamplerState samplerState, DepthStencilState depthStencilState, RasterizerState rasterizerState, Effect effect, Matrix transformMatrix) at Terraria.Main.Draw(GameTime gameTime) at Microsoft.Xna.Framework.Game.DrawFrame() at Microsoft.Xna.Framework.Game.Paint(Object sender, EventArgs e) at Microsoft.Xna.Framework.GameWindow.OnPaint() at Microsoft.Xna.Framework.WindowsGameWindow.mainForm_Paint(Object sender, PaintEventArgs e) --- End of inner exception stack trace --- at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame() at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e) at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm) at Microsoft.Xna.Framework.WindowsGameHost.Run() at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun) at Terraria.Program.LaunchGame(String[] args)