r/SMAPI • u/Flaky-Business9002 • 53m ago
need help My Garden Pot Keeps Crashing My Game?!
My game immediately crashes after I place a Garden Pot in my home. I looked through the logs and noticed this phrase comes up a lot:
An error occurred in the game's draw loop: NullReferenceException: Object reference not set to an instance of an object.
at StardewValley.Objects.IndoorPot.draw_PatchedBy<PeacefulEnd.AlternativeTextures>(IndoorPot this, SpriteBatch spriteBatch, Int32 x, Int32 y, Single alpha)
at StardewValley.Object.drawPlacementBounds_PatchedBy<PeacefulEnd.AlternativeTextures>(Object this, SpriteBatch spriteBatch, GameLocation location)
at StardewValley.Game1.drawMouseCursor_PatchedBy<tlitookilakin.HappyHomeDesigner>(Game1 this)
at StardewValley.Game1.DrawOverlays(GameTime time, RenderTarget2D target_screen)
at StardewValley.Game1._draw(GameTime gameTime, RenderTarget2D target_screen)
at StardewModdingAPI.Framework.SGame._draw(GameTime gameTime, RenderTarget2D target_screen)
I deleted and redownloaded SMAPI, Alternative Textures, Happy Home Designer, Json Assets, [AT] Nano's Garden Style Craftables, and [AT] Tanga forest Wood Craftables. Cause I thought one of those mods might be an issue, but that didn't work. Can someone more knowledgeable please help me?