I need help reading my Game Log please!

CoLdFrYr

Cowpoke
Hello my fellow stardew valley Farmers,
I'm going to insert my game log below...
I don't know how to read it very well because I'm new to modding. I know that there's not any red errors...however there is some things that are in orange? if you could please tell me what is wrong..
if there is anything wrong. I would greatly appreciate it!
this is my first time posting, so I hope I am doing this the correct way...
(I'm playing on Android)
thank you so much:smile:
CoLdFrYr


 

bansaighdear

Cowpoke
Hello there
Blame Discord for the dying of forums like this.

Orange are typically warnings, meaning that they might cause an issue, but they might also not cause anything.

So, the way to read the SMAPI Log is that what you want to know is the "level" of problem (in your case "WARN" which stands for "warning") and then the name of the mod that supposedly causes the issue. If you know these, you can look up the mod where you downloaded them (for example Nexusmods) and see wether someone has reported that issue as either a comment or bug; and ultimately, wether and what the creator has already answered.

Here's what I understand from your log;
1.
21:28:48WARNMisc Map Actions & PropertiesFailed to patch DrawLayerExt(nice to have draws): System.NullReferenceException: Null method for mushymato.MMAP at HarmonyLib.PatchProcessor.Patch() at HarmonyLib.Harmony.Patch(MethodBase original, HarmonyMethod prefix, HarmonyMethod postfix, HarmonyMethod transpiler, HarmonyMethod finalizer) at MiscMapActionsProperties.Framework.Entities.DrawLayerExt.Register()
This is a warning that the game was unable to patch something from the mod "Misc Map Actions & Properties"; so I went and found the mod page on Nexusmods, presumably where you got it from. From there I checked the "Bugs" page (which turned up nothing), and then the comment section, where I found an entry by someone who had the same issue. This was the reply from the creator of the Mod:
«Known issue on android because this patch targets a PC only method. No impact on gameplay as far as I know.»

2.
21:28:57WARNCentral StationCan't integrate with the Bus Locations mod because its 'Locations' field wasn't found.
This is also a warning, this time about the mod "Central Station". And in the comment section on Nexusmods of that Mod, there's also people writing about issues, and the creator gave the answer that they fixed in the upcoming update.


I hope I was able to help, and that you will come back to using this forum to help others as well. :happy:
 
Top