05:58:37 TRACE SMAPI Content Patcher loaded asset 'Data/Events/Temp' (for the 'Ridgeside Village - Content Patcher' content pack).
05:58:37 TRACE SMAPI Content Patcher edited Data/Events/Temp (for the 'Ridgeside Village - Content Patcher' content pack).
05:58:37 TRACE SMAPI Content Patcher edited Data/Events/Temp (for the 'June - Custom NPC (some music version)' content pack).
05:58:37 ERROR game Event script error: Exception has been thrown by the target of an invocation.
05:58:37 ERROR game In event #4081148 for location Temp
05:58:37 ERROR game On line #80: fork poppy
05:58:38 ERROR game System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.Collections.Generic.KeyNotFoundException: The given key 'poppy' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at StardewValley.Event.command_fork(GameLocation location, GameTime time, String[] split) in C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Event.Commands.cs:line 1229
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at SpaceCore.Patches.EventPatcher.Before_TryEventCommand(Event __instance, GameLocation location, GameTime time, String[] split) in C:\Programming\StardewValley\ModSource\SpaceCore\Patches\EventPatcher.cs:line 63
at StardewValley.Event.tryEventCommand_PatchedBy<spacechase0.SpaceCore>(Event this, GameLocation location, GameTime time, String[] split)
at StardewValley.Event._checkForNextCommand_PatchedBy<PeacefulEnd.CustomCompanions>(Event this, GameLocation location, GameTime time)
at StardewValley.Event.checkForNextCommand(GameLocation location, GameTime time)