SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

exception occured in XNA UpdateTick

Maaka2890 opened this issue ยท 2 comments

commented

Dear cjsu,

When I try to startup StardewModdingAPI.exe the following error is thrown over and over again. The game does start but crashes when I try to activate the CJB Cheat menu (press P). I don't know if it is something I overlooked during install. I did follow the instructions and before the update everything worked fine.
Thank you for taking the time (and creating SMAPI) :)

Yours,

Maaka

An exception occured in XNA UpdateTick: System.MissingFieldException: Field not found: 'StardewValley.Game1.content'.
   at SMAPIChestLabelSystem.ChestModMainClass.EventUpdateTick(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at StardewModdingAPI.Events.GameEvents.InvokeUpdateTick() in Z:\Projects\SMAPI\src\StardewModdingAPI\Events\Game.cs:line 80
commented

Are you using STV 1.1? If so, most likely ChestLabelSystem isn't updated yet. Most mods have not yet been updated, but most should be soon.

commented

Thanks for the quick reply.
I checked STV is indeed version 1.1. I uninstalled the unsupported mods and downloaded the patches for the desired mods.
Problem was that I did not have an account to get the files from the forums.http://community.playstarbound.com/threads/smapi-entos-home-of-abandoned-mods.125031/
Now I do, and all is well.
Thanks for putting me on the correct (search) path ^^