hanbingQAQ
Newcomer
I found a blueprint in ginger island mission statement let me handed him over to the Smith, the following error occurred when task to complete, I'm not too sure this blueprint is which mod, below is error in the log to see, I put my log on https://smapi.io/log/bd505d2edee1495d
[23:34:24 TRACE Event Lookup] Loading Data/Quests
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'East Scarp NPCs' content pack).
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'Lurking in the Dark' content pack).
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'NPC Mr Ginger' content pack).
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'Ridgeside Village (Content Patcher component) HF2' content pack).
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'Romanceable Rasmodius' content pack).
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'Romanceable Rasmodia' content pack).
[23:34:24 TRACE Quest Framework] Injected 5 managed quests into Data\Quests
[23:34:24 TRACE SMAPI] Quest Framework edited Data/Quests.zh-CN.
[23:34:24 TRACE SMAPI] Modular Gameplay Overhaul edited Data/Quests.zh-CN.
[23:34:24 TRACE Ridgeside Village (SMAPI component)] Added ID 144701
[23:34:24 ERROR game] An error occurred in the base update loop: NullReferenceException: Object reference not set to an instance of an object.
at StardewValley.Farmer.hasQuest(Int32 id) in stardewvalley\Farmer\Farmer\Farmer.cs:line 7279
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at System.Linq.Enumerable.OfTypeIterator[TResult](IEnumerable source)+MoveNext()
at QuestFramework.Framework.QuestManager.CheckForQuestComplete[TQuest](ICompletionMessage completionMessage) in C:\Users\ellen\source\repos\PurrplingMods\QuestFramework\src\Framework\QuestManager.cs:line 185
at QuestFramework.Patches.QuestPatch.Before_Farmer_checkForQuestComplete(Boolean& __result, NPC n, Int32 number1, Int32 number2, Item item, String str, Int32 questType) in C:\Users\ellen\source\repos\PurrplingMods\QuestFramework\src\Patches\QuestPatch.cs:line 264
at StardewValley.Farmer.checkForQuestComplete_PatchedBy<PurrplingCat.QuestFramework>(Farmer this, NPC n, Int32 number1, Int32 number2, Item item, String str, Int32 questType, Int32 questTypeToIgnore)
at StardewValley.NPC.grantConversationFriendship(Farmer who, Int32 amount)
at StardewValley.NPC.checkAction_PatchedBy<aedenthorn.FreeLove__Digus.CustomKissingMod__PurrplingCat.CustomGiftDialogue__PurrplingCat.QuestFramework>(NPC this, Farmer who, GameLocation l)
at StardewValley.GameLocation.checkAction_PatchedBy<DaLion.Overhaul.Modules.Professions__DecidedlyHuman.MappingExtensionsAndExtraProperties__PurrplingCat.QuestFramework>(GameLocation this, Location tileLocation, Rectangle viewport, Farmer who)
at StardewValley.Game1.<>c__DisplayClass859_0.<tryToCheckAt>b__0()
at MinecartPatcher.MCPModHooks.OnGameLocation_CheckAction(GameLocation location, Location tileLocation, Rectangle viewport, Farmer who, Func`1 action) in D:\Code\NewSDV\SDVFactory\MinecartPatcher\MCPModHooks.cs:line 58
at StardewValley.Game1.tryToCheckAt_PatchedBy<Platonymous.PyTK__Platonymous.TMXLoader.Entry>(Vector2 grabTile, Farmer who)
at StardewValley.Game1.pressActionButton_PatchedBy<DaLion.Overhaul.Modules.Combat>(KeyboardState currentKBState, MouseState currentMouseState, GamePadState currentPadState)
at StardewValley.Game1.<>c__DisplayClass913_0.<UpdateControlInput>b__0()
at MinecartPatcher.MCPModHooks.OnGame1_UpdateControlInput(KeyboardState& keyboardState, MouseState& mouseState, GamePadState& gamePadState, Action action) in D:\Code\NewSDV\SDVFactory\MinecartPatcher\MCPModHooks.cs:line 42
at StardewValley.Game1.UpdateControlInput(GameTime time)
at StardewValley.Game1._update(GameTime gameTime)
at StardewValley.Game1.Update(GameTime gameTime)
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate)
[23:34:24 TRACE Event Lookup] Loading Data/Quests
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'East Scarp NPCs' content pack).
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'Lurking in the Dark' content pack).
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'NPC Mr Ginger' content pack).
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'Ridgeside Village (Content Patcher component) HF2' content pack).
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'Romanceable Rasmodius' content pack).
[23:34:24 TRACE SMAPI] Content Patcher edited Data/Quests.zh-CN (for the 'Romanceable Rasmodia' content pack).
[23:34:24 TRACE Quest Framework] Injected 5 managed quests into Data\Quests
[23:34:24 TRACE SMAPI] Quest Framework edited Data/Quests.zh-CN.
[23:34:24 TRACE SMAPI] Modular Gameplay Overhaul edited Data/Quests.zh-CN.
[23:34:24 TRACE Ridgeside Village (SMAPI component)] Added ID 144701
[23:34:24 ERROR game] An error occurred in the base update loop: NullReferenceException: Object reference not set to an instance of an object.
at StardewValley.Farmer.hasQuest(Int32 id) in stardewvalley\Farmer\Farmer\Farmer.cs:line 7279
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at System.Linq.Enumerable.OfTypeIterator[TResult](IEnumerable source)+MoveNext()
at QuestFramework.Framework.QuestManager.CheckForQuestComplete[TQuest](ICompletionMessage completionMessage) in C:\Users\ellen\source\repos\PurrplingMods\QuestFramework\src\Framework\QuestManager.cs:line 185
at QuestFramework.Patches.QuestPatch.Before_Farmer_checkForQuestComplete(Boolean& __result, NPC n, Int32 number1, Int32 number2, Item item, String str, Int32 questType) in C:\Users\ellen\source\repos\PurrplingMods\QuestFramework\src\Patches\QuestPatch.cs:line 264
at StardewValley.Farmer.checkForQuestComplete_PatchedBy<PurrplingCat.QuestFramework>(Farmer this, NPC n, Int32 number1, Int32 number2, Item item, String str, Int32 questType, Int32 questTypeToIgnore)
at StardewValley.NPC.grantConversationFriendship(Farmer who, Int32 amount)
at StardewValley.NPC.checkAction_PatchedBy<aedenthorn.FreeLove__Digus.CustomKissingMod__PurrplingCat.CustomGiftDialogue__PurrplingCat.QuestFramework>(NPC this, Farmer who, GameLocation l)
at StardewValley.GameLocation.checkAction_PatchedBy<DaLion.Overhaul.Modules.Professions__DecidedlyHuman.MappingExtensionsAndExtraProperties__PurrplingCat.QuestFramework>(GameLocation this, Location tileLocation, Rectangle viewport, Farmer who)
at StardewValley.Game1.<>c__DisplayClass859_0.<tryToCheckAt>b__0()
at MinecartPatcher.MCPModHooks.OnGameLocation_CheckAction(GameLocation location, Location tileLocation, Rectangle viewport, Farmer who, Func`1 action) in D:\Code\NewSDV\SDVFactory\MinecartPatcher\MCPModHooks.cs:line 58
at StardewValley.Game1.tryToCheckAt_PatchedBy<Platonymous.PyTK__Platonymous.TMXLoader.Entry>(Vector2 grabTile, Farmer who)
at StardewValley.Game1.pressActionButton_PatchedBy<DaLion.Overhaul.Modules.Combat>(KeyboardState currentKBState, MouseState currentMouseState, GamePadState currentPadState)
at StardewValley.Game1.<>c__DisplayClass913_0.<UpdateControlInput>b__0()
at MinecartPatcher.MCPModHooks.OnGame1_UpdateControlInput(KeyboardState& keyboardState, MouseState& mouseState, GamePadState& gamePadState, Action action) in D:\Code\NewSDV\SDVFactory\MinecartPatcher\MCPModHooks.cs:line 42
at StardewValley.Game1.UpdateControlInput(GameTime time)
at StardewValley.Game1._update(GameTime gameTime)
at StardewValley.Game1.Update(GameTime gameTime)
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate)