ditto! must-have mod at this point. anyone know of one with similar functionality? it's sooo much better having a permanent progress overlay on each object, rather than a hover label. happy to help test!
Had the same issue along with some other interesting bugs like snow in summer. Reverting/removing the mod resolved the issues.
Here is the error that was looping in SMAPI
[ObjectProgressBars] This mod failed in the Display.RenderingHud event. Technical details: System.MissingMethodException: Method not found: 'Microsoft.Xna.Framework.Point Microsoft.Xna.Framework.Vector2.ToPoint()'. at ObjectProgressBars.ModEntry.Draw(Object sender, EventArgs args) at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args, Func`2 match) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\Events\ManagedEvent.cs:line 125
Same here, version 1.4 doesn't work, looping error is in line 126 though:
[ObjectProgressBars] This mod failed in the Display.RenderingHud event. Technical details: MissingMethodException: Method not found: 'Microsoft.Xna.Framework.Point Microsoft.Xna.Framework.Vector2.ToPoint()'. at ObjectProgressBars.ModEntry.Draw(Object sender, EventArgs args) at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args, Func`2 match) in SMAPI\Framework\Events\ManagedEvent.cs:line 126
47 comments
https://www.nexusmods.com/stardewvalley/mods/18365?tab=description
EDIT: Seems someone decided to continue this mod on their own.
https://www.nexusmods.com/stardewvalley/mods/22005
[斯马皮]对象进度条 1.4.0: https://www.nexusmods.com/stardewvalley/mods/2803 (你有 1.4.0)
Here is the error that was looping in SMAPI
[ObjectProgressBars] This mod failed in the Display.RenderingHud event. Technical details:
System.MissingMethodException: Method not found: 'Microsoft.Xna.Framework.Point Microsoft.Xna.Framework.Vector2.ToPoint()'.
at ObjectProgressBars.ModEntry.Draw(Object sender, EventArgs args)
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args, Func`2 match) in
C:\source\_Stardew\SMAPI\src\SMAPI\Framework\Events\ManagedEvent.cs:line 125
[ObjectProgressBars] This mod failed in the Display.RenderingHud event. Technical details:
MissingMethodException: Method not found: 'Microsoft.Xna.Framework.Point Microsoft.Xna.Framework.Vector2.ToPoint()'.
at ObjectProgressBars.ModEntry.Draw(Object sender, EventArgs args)
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args, Func`2 match) in
SMAPI\Framework\Events\ManagedEvent.cs:line 126
SMAPI 3.12.8, latest SV update in Steam.