Ngale29 Posted October 15, 2017 Share Posted October 15, 2017 (edited) After the latest SMAPI update, the map is bugged and the faces of the NPC's that normally say who is in what building are ABOVE the cursor and won't register. Everything in SMAPI is fine at first, but after opening for the first time SMAPI gives me this error: C:\source\_Stardew\SMAPI\src\SMAPI\Framework\InternalExtensions.cs:line 40[sMAPI] A mod failed handling the GraphicsEvents.OnPostRenderGuiEvent event:System.ArgumentException: String cannot be of zero length.Parameter name: oldValueat System.String.ReplaceInternal(String oldValue, String newValue)at System.String.Replace(String oldValue, String newValue)at NPCMapLocations.MapPageTooltips.draw(SpriteBatch b)at NPCMapLocations.MapModMain.drawMarkers(GameMenu menu)at NPCMapLocations.MapModMain.GraphicsEvents_OnPostRenderGuiEvent(Object sender, EventArgs e)at StardewModdingAPI.Framework.InternalExtensions.SafelyRaisePlainEvent(IMonitor monitor, String name, IEnumerable`1 handlers, Object sender, EventArgs args) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\InternalExtensions.cs:line 40[sMAPI] A mod failed handling the GraphicsEvents.OnPostRenderGuiEvent event:System.ArgumentException: String cannot be of zero length.Parameter name: oldValueat System.String.ReplaceInternal(String oldValue, String newValue)at System.String.Replace(String oldValue, String newValue)at NPCMapLocations.MapPageTooltips.draw(SpriteBatch b)at NPCMapLocations.MapModMain.drawMarkers(GameMenu menu)at NPCMapLocations.MapModMain.GraphicsEvents_OnPostRenderGuiEvent(Object sender, EventArgs e)at StardewModdingAPI.Framework.InternalExtensions.SafelyRaisePlainEvent(IMonitor monitor, String name, IEnumerable`1 handlers, Object sender, EventArgs args) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\InternalExtensions.cs:line 40 Edited October 15, 2017 by Ngale29 Link to comment Share on other sites More sharing options...
Recommended Posts