Its not working for me anymore.. i have v2.0 and it worked until recently, maybe the latest patch broke something.. I can no longer ADD/EDIT labels that whole interface is missing now
Might be a conflict with other mods. - What mods do you have installed? - I'm assuming you're in main branch but if not what version are you playing on?
Thank you so much for that fam. Only reason I knew was because you, the site didn't notify me of nothing but your comments. So I really do appreciate you.
Every time I start up the game, as the game is loading up:
[11:42:12.863] [SimpleLabels] HarmonyLib.HarmonyException: Ambiguous match for HarmonyMethod[(class=Il2CppScheduleOne.Persistence.Loaders.GridItemLoader, methodname=LoadAndCreate, type=Normal, args=undefined)] ---> 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.Type.GetMethod(String name, BindingFlags bindingAttr) at HarmonyLib.AccessTools.DeclaredMethod(Type type, String name, Type[] parameters, Type[] generics) at HarmonyLib.PatchTools.GetOriginalMethod(HarmonyMethod attr) --- End of inner exception stack trace --- at HarmonyLib.PatchClassProcessor.ReportException(Exception exception, MethodBase original) at HarmonyLib.PatchClassProcessor.Patch() at HarmonyLib.Harmony.<PatchAll>b__11_0(Type type) at HarmonyLib.CollectionExtensions.Do[T](IEnumerable`1 sequence, Action`1 action) at HarmonyLib.Harmony.PatchAll(Assembly assembly) at MelonLoader.MelonMod.HarmonyInit() in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\MelonMod.cs:line 40 at MelonLoader.MelonEvent.<>c.<Invoke>b__1_0(LemonAction x) in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\Events\MelonEvent.cs:line 174 at MelonLoader.MelonEventBase`1.Invoke(Action`1 delegateInvoker) in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\Events\MelonEvent.cs:line 143
what does this mean in logs when i clock on workers with the clipboard? [03:36:16.194] [SimpleLabels] [Clipboard] Index out of range: 0 [03:36:16.194] [SimpleLabels] [Clipboard] Index out of range: 1 [03:36:16.195] [SimpleLabels] [Clipboard] Index out of range: 2and also sometimes when clicking a mixing station [03:45:49.011] [SimpleLabels] [Clipboard] Received null BuildableItem [03:45:52.846] [SimpleLabels] [Clipboard] Received null BuildableItem
That is debug stuff. Honestly doesn't serve a purpose, it was just something I did to debug when adding compatibility with the mod that adds more routes to handlers.
Edit: Same reason for the mixing station
Didn't feel the need to remove it since most people don't play with debug on, unless they're asked to do so when doing a bug report.
Ahh ok but i am playing with debug off, also mods sometimes has issues trying to load GUID references for shelves you breakdown as the Labels.json keeps the values and sometimes wont remove them. Even if you remove the labels from the shelf before breakdown, sometimes it works. I sometimes have to manually adjust the Labels.json [SimpleLabels_07_Debug] "Show console debug" = false
I've got that red text here in melon loader. Not sure if it's a bug tbh, bc i didn't see anything negative so far.
[09:56:00.762] [SimpleLabels] HarmonyLib.HarmonyException: Ambiguous match for HarmonyMethod[(class=Il2CppScheduleOne.Persistence.Loaders.GridItemLoader, methodname=LoadAndCreate, type=Normal, args=undefined)] ---> 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.Type.GetMethod(String name, BindingFlags bindingAttr) at HarmonyLib.AccessTools.DeclaredMethod(Type type, String name, Type[] parameters, Type[] generics) at HarmonyLib.PatchTools.GetOriginalMethod(HarmonyMethod attr) --- End of inner exception stack trace --- at HarmonyLib.PatchClassProcessor.ReportException(Exception exception, MethodBase original) at HarmonyLib.PatchClassProcessor.Patch() at HarmonyLib.Harmony.<PatchAll>b__11_0(Type type) at HarmonyLib.CollectionExtensions.Do[T](IEnumerable`1 sequence, Action`1 action) at HarmonyLib.Harmony.PatchAll(Assembly assembly) at MelonLoader.MelonMod.HarmonyInit() in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\MelonMod.cs:line 40 at MelonLoader.MelonEvent.<>c.<Invoke>b__1_0(LemonAction x) in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\Events\MelonEvent.cs:line 174 at MelonLoader.MelonEventBase`1.Invoke(Action`1 delegateInvoker) in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\Events\MelonEvent.cs:line 143
That setting is part of the internal AssemblyMetadata used by the mod and isn't something the end user can change manually. Could you share the full error message you're getting? That way, I can check whether the issue is with my mod or the Update Checker mod.
Really bizarre. I finally just logged in anyway and the 4 mods work that are getting that error. But they are still in the incompatible tab of the update checker with that message. Yours wasn't one of them. Anyway for each one, in the incompatible tab of the mods checker on the Schedule 1 home screen it has the name of the mod and under that it says missing nexus mod id
156 comments
- What mods do you have installed?
- I'm assuming you're in main branch but if not what version are you playing on?
Amazing mod, would be a shame if it were to be left abandoned
Dev merged the changes from the open beta to the main branch.
Really appreciate your time and effort
Thank you for this GREAT mod. The game needs this SO bad.
Dev merged the changes from the open beta to the main branch.
Only reason I knew was because you, the site didn't notify me of nothing but your comments. So I really do appreciate you.
[11:42:12.863] [SimpleLabels] HarmonyLib.HarmonyException: Ambiguous match for HarmonyMethod[(class=Il2CppScheduleOne.Persistence.Loaders.GridItemLoader, methodname=LoadAndCreate, type=Normal, args=undefined)]
---> 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.Type.GetMethod(String name, BindingFlags bindingAttr)
at HarmonyLib.AccessTools.DeclaredMethod(Type type, String name, Type[] parameters, Type[] generics)
at HarmonyLib.PatchTools.GetOriginalMethod(HarmonyMethod attr)
--- End of inner exception stack trace ---
at HarmonyLib.PatchClassProcessor.ReportException(Exception exception, MethodBase original)
at HarmonyLib.PatchClassProcessor.Patch()
at HarmonyLib.Harmony.<PatchAll>b__11_0(Type type)
at HarmonyLib.CollectionExtensions.Do[T](IEnumerable`1 sequence, Action`1 action)
at HarmonyLib.Harmony.PatchAll(Assembly assembly)
at MelonLoader.MelonMod.HarmonyInit() in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\MelonMod.cs:line 40
at MelonLoader.MelonEvent.<>c.<Invoke>b__1_0(LemonAction x) in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\Events\MelonEvent.cs:line 174
at MelonLoader.MelonEventBase`1.Invoke(Action`1 delegateInvoker) in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\Events\MelonEvent.cs:line 143
[03:36:16.194] [SimpleLabels] [Clipboard] Index out of range: 0
and also sometimes when clicking a mixing station[03:36:16.194] [SimpleLabels] [Clipboard] Index out of range: 1
[03:36:16.195] [SimpleLabels] [Clipboard] Index out of range: 2
[03:45:49.011] [SimpleLabels] [Clipboard] Received null BuildableItem
[03:45:52.846] [SimpleLabels] [Clipboard] Received null BuildableItem
Edit: Same reason for the mixing station
Didn't feel the need to remove it since most people don't play with debug on, unless they're asked to do so when doing a bug report.
[SimpleLabels_07_Debug]
"Show console debug" = false
Not sure if it's a bug tbh, bc i didn't see anything negative so far.
[09:56:00.762] [SimpleLabels] HarmonyLib.HarmonyException: Ambiguous match for HarmonyMethod[(class=Il2CppScheduleOne.Persistence.Loaders.GridItemLoader, methodname=LoadAndCreate, type=Normal, args=undefined)]
---> 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.Type.GetMethod(String name, BindingFlags bindingAttr)
at HarmonyLib.AccessTools.DeclaredMethod(Type type, String name, Type[] parameters, Type[] generics)
at HarmonyLib.PatchTools.GetOriginalMethod(HarmonyMethod attr)
--- End of inner exception stack trace ---
at HarmonyLib.PatchClassProcessor.ReportException(Exception exception, MethodBase original)
at HarmonyLib.PatchClassProcessor.Patch()
at HarmonyLib.Harmony.<PatchAll>b__11_0(Type type)
at HarmonyLib.CollectionExtensions.Do[T](IEnumerable`1 sequence, Action`1 action)
at HarmonyLib.Harmony.PatchAll(Assembly assembly)
at MelonLoader.MelonMod.HarmonyInit() in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\MelonMod.cs:line 40
at MelonLoader.MelonEvent.<>c.<Invoke>b__1_0(LemonAction x) in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\Events\MelonEvent.cs:line 174
at MelonLoader.MelonEventBase`1.Invoke(Action`1 delegateInvoker) in D:\a\MelonLoader\MelonLoader\MelonLoader\Melons\Events\MelonEvent.cs:line 143
and this happened when loading up the game.