Issue What seems to be the error with PlatoTK?

Arethysa

Newcomer
Been getting this error ever since I updated PlatoTK to the latest version:

[PlatoTK] This mod failed in the GameLoop.GameLaunched event. Technical details:
System.Reflection.AmbiguousMatchException: Ambiguous match in Harmony patch for SpaceCore.TileSheetExtensions:GetTileSheet
---> System.Reflection.AmbiguousMatchException: Ambiguous match found.
at System.RuntimeType.GetMethodImplCommon(String name, Int32 genericParameterCount, BindingFlags bindingAttr, Binder binder, CallingConventions callConv, Type[] types, ParameterModifier[] modifiers)
at System.RuntimeType.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConv, Type[] types, ParameterModifier[] modifiers)
at System.Type.GetMethod(String name, BindingFlags bindingAttr)
at HarmonyLib.AccessTools.FindIncludingBaseTypes[T](Type type, Func`2 func)
at HarmonyLib.AccessTools.Method(Type type, String name, Type[] parameters, Type[] generics)
--- End of inner exception stack trace ---
at HarmonyLib.AccessTools.Method(Type type, String name, Type[] parameters, Type[] generics)
at PlatoTK.Compat.SpaceCorePatches.PatchSpaceCore(IModHelper helper, Harmony instance) in F:\Modding\Stardew-Valley\PlatoTK\PlatoTK\Compat\SpaceCorePatches.cs:line 20
at PlatoTK.PlatoTKMod.ApplyCompatPatches(Object sender, GameLaunchedEventArgs e) in F:\Modding\Stardew-Valley\PlatoTK\PlatoTK\PlatoTKMod.cs:line 135
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101

Here's the entire log: https://smapi.io/log/135b5e618f704bec9d009203021a5809
Can anyone shed a light, please? This really exceed my modding capabilities and I'm not sure if it's safe to start a game with this error.
 

UlyanaLeyana

Planter
Been getting this error ever since I updated PlatoTK to the latest version:

[PlatoTK] This mod failed in the GameLoop.GameLaunched event. Technical details:
System.Reflection.AmbiguousMatchException: Ambiguous match in Harmony patch for SpaceCore.TileSheetExtensions:GetTileSheet
---> System.Reflection.AmbiguousMatchException: Ambiguous match found.
at System.RuntimeType.GetMethodImplCommon(String name, Int32 genericParameterCount, BindingFlags bindingAttr, Binder binder, CallingConventions callConv, Type[] types, ParameterModifier[] modifiers)
at System.RuntimeType.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConv, Type[] types, ParameterModifier[] modifiers)
at System.Type.GetMethod(String name, BindingFlags bindingAttr)
at HarmonyLib.AccessTools.FindIncludingBaseTypes[T](Type type, Func`2 func)
at HarmonyLib.AccessTools.Method(Type type, String name, Type[] parameters, Type[] generics)
--- End of inner exception stack trace ---
at HarmonyLib.AccessTools.Method(Type type, String name, Type[] parameters, Type[] generics)
at PlatoTK.Compat.SpaceCorePatches.PatchSpaceCore(IModHelper helper, Harmony instance) in F:\Modding\Stardew-Valley\PlatoTK\PlatoTK\Compat\SpaceCorePatches.cs:line 20
at PlatoTK.PlatoTKMod.ApplyCompatPatches(Object sender, GameLaunchedEventArgs e) in F:\Modding\Stardew-Valley\PlatoTK\PlatoTK\PlatoTKMod.cs:line 135
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101

Here's the entire log: https://smapi.io/log/135b5e618f704bec9d009203021a5809
Can anyone shed a light, please? This really exceed my modding capabilities and I'm not sure if it's safe to start a game with this error.
Please, report about it on the PlatoTK mod page in the bugs section.
 
Top