Solved Smapi Error - The StardewValley.Menus.GameMenu menu crashed while drawing itself

KCTea

Greenhorn
The following error pops up when I try to hover my curser over the 'organize stash' button when I have only the player inventory open and instantly closes my menu. I've been trying to trouble shoot for the past couple hours and am starting to feel a little overwhelmed, help please :)

edit: The menu also autocloses when I try to sell items to vendors. The second I hover over an item it auto closes the menu.

14:00:37ERRORSMAPIThe StardewValley.Menus.GameMenu menu crashed while drawing itself. SMAPI will force it to exit to avoid crashing the game. NullReferenceException: Object reference not set to an instance of an object. at FarmerHelper.ModEntry.IClickableMenu_drawToolTip_Prefix(String hoverText, String& hoverTitle, Item hoveredItem) in C:\Users\poiqwe\source\repos\StardewValleyMods\FarmerHelper\MethodPatches.cs:line 58 at StardewValley.Menus.IClickableMenu.drawToolTip_PatchedBy<aedenthorn.FarmerHelper__SMAPI.ErrorHandler>(SpriteBatch b, String hoverText, String hoverTitle, Item hoveredItem, Boolean heldItem, Int32 healAmountToDisplay, Int32 currencySymbol, Int32 extraItemToShowIndex, Int32 extraItemToShowAmount, CraftingRecipe craftingIngredients, Int32 moneyAmountToShowAtBottom) at StardewValley.Menus.InventoryPage.draw_PatchedBy<spacechase0.BiggerBackpack>(InventoryPage this, SpriteBatch b) at StardewValley.Menus.GameMenu.draw(SpriteBatch b) at StardewModdingAPI.Framework.SGame.DrawImpl(GameTime gameTime, RenderTarget2D target_screen) in SMAPI\Framework\SGame.cs:line 921

My smapi logs are here: https://smapi.io/log/3c9e94387fe843ed95656c78bc613a1e


I am running the game on Windows 10, 64 bit beta Stardew.
 
Last edited:

Kreeate

Rancher
The following error pops up when I try to hover my curser over the 'organize stash' button when I have only the player inventory open and instantly closes my menu. I've been trying to trouble shoot for the past couple hours and am starting to feel a little overwhelmed, help please :)

edit: The menu also autocloses when I try to sell items to vendors. The second I hover over an item it auto closes the menu.

14:00:37ERRORSMAPIThe StardewValley.Menus.GameMenu menu crashed while drawing itself. SMAPI will force it to exit to avoid crashing the game. NullReferenceException: Object reference not set to an instance of an object. at FarmerHelper.ModEntry.IClickableMenu_drawToolTip_Prefix(String hoverText, String& hoverTitle, Item hoveredItem) in C:\Users\poiqwe\source\repos\StardewValleyMods\FarmerHelper\MethodPatches.cs:line 58 at StardewValley.Menus.IClickableMenu.drawToolTip_PatchedBy<aedenthorn.FarmerHelper__SMAPI.ErrorHandler>(SpriteBatch b, String hoverText, String hoverTitle, Item hoveredItem, Boolean heldItem, Int32 healAmountToDisplay, Int32 currencySymbol, Int32 extraItemToShowIndex, Int32 extraItemToShowAmount, CraftingRecipe craftingIngredients, Int32 moneyAmountToShowAtBottom) at StardewValley.Menus.InventoryPage.draw_PatchedBy<spacechase0.BiggerBackpack>(InventoryPage this, SpriteBatch b) at StardewValley.Menus.GameMenu.draw(SpriteBatch b) at StardewModdingAPI.Framework.SGame.DrawImpl(GameTime gameTime, RenderTarget2D target_screen) in SMAPI\Framework\SGame.cs:line 921

My smapi logs are here: https://smapi.io/log/3c9e94387fe843ed95656c78bc613a1e


I am running the game on Windows 10, 64 bit beta Stardew.
Hi,

Looks like there may be a problem with the Farmer Helper mod. Try to temporarily disabled the mod and see if the error persists.
If the error is gone, please contact the mod Author as it seems to be a very new mod ( uploaded today ) and there could still be some bugs to iron out.

If the problem persists after disabling the mod, we can look at a few other options like the Bigger Backpack mod perhaps.
 

KCTea

Greenhorn
Hi,

Looks like there may be a problem with the Farmer Helper mod. Try to temporarily disabled the mod and see if the error persists.
If the error is gone, please contact the mod Author as it seems to be a very new mod ( uploaded today ) and there could still be some bugs to iron out.

If the problem persists after disabling the mod, we can look at a few other options like the Bigger Backpack mod perhaps.
How did know this? HOW?! I removed Farmer Helper mod and everything is working normally. Thank you ser.
 

Tinybillow

Tiller
BTW I also have this bug and I reported it on Nexus to author, so you're not alone. :thumbsup: We'll just have to wait for them to fix it up hopefully!
 
Top