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:48 | WARN | Misc Map Actions & Properties | Failed 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:57 | WARN | Central Station | Can'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.
