SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Log errors as failing mod

Pathoschild opened this issue ยท 1 comments

commented

When a mod throws a failing exception, it's reported in the log as a SMAPI error:

[SMAPI] Animal Husbandry crashed when editing asset 'Data\NPCGiftTastes', which may cause errors in-game. Error details: [...]

That often causes confusion. Log errors as the mod instead:

[Animal Husbandry] Crashed when editing asset 'Data\NPCGiftTastes', which may cause errors in-game. Error details: [...]

commented

Done in develop for the upcoming SMAPI 2.5. Mod crashes will now be logged as the mod instead: