MountainDrew8 / CalamityMod

Has something in it that does stuff
119 stars 33 forks source link

Preixesting Biom blades cause crash #28

Open colegmr opened 2 years ago

colegmr commented 2 years ago

Preexisting Biome blades in my world 1 in chest 2 in magic storage cause the game to crash when I mouse over them in the next update could you please do the thing where you remove older broken weapon versions from the world? Ive tested without other mods except for magic storage so I doubt its a compatibility issue. Thanks for your hard work, the new update is amazing!

this is the error log in case you need it

[08:59:44] [1/ERROR] [Terraria]: 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.RenderBlack() at Terraria.Main.RenderTiles() at Terraria.Main.DoDraw(GameTime gameTime) at Terraria.Main.Draw(GameTime gameTime) [08:59:44] [1/FATAL] [Terraria]: Main engine crash 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.RenderBlack() at Terraria.Main.RenderTiles() at Terraria.Main.DoDraw(GameTime gameTime) at Terraria.Main.Draw(GameTime gameTime) at Microsoft.Xna.Framework.Game.DrawFrame() at Microsoft.Xna.Framework.Game.Tick() at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e) at Microsoft.Xna.Framework.GameHost.OnIdle() 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_()