-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object reference not set to an instance of an object #61
Comments
Thank you for submitting the bug report. I have just released version 1.5.1, which addresses this issue. Your bug report was concise and perfectly met the requirements, allowing me to take immediate action. I deeply appreciate your dedication. |
I am a developer and have been for 51 years. I know what it's like to get a bug report what says "It blew up" and no OTHER information of any sort! Thank for your dedication in keeping this REQUIRED (for me at least) MOD alive! Now - how can I contribute to your cause? |
Wow, you're a senior figure! It makes sense that your bug report was perfect. > Now - how can I contribute to your cause? |
Is there an existing issue for this bug?
Mod version
1.5.0
What happened?
Install Item Drawers and build one (need 10 fine wood) drop items and:
[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
Stack trace:
Automatics.Patches.Container_Awake_Postfix (Container __instance, ZNetView ___m_nview) (at <0b650f0721424348b7292b3ac996ec5b>:0)
(wrapper dynamic-method) Container.DMDContainer::Awake(Container)
UnityEngine.Object:Instantiate(GameObject)
Player:DMDPlayer::SetupPlacementGhost(Player)
MonoMod.Utils.DynamicMethodDefinition:TrampolinePlayer::SetupPlacementGhost?-1485527040(Player)
PlanBuild.Blueprints.BlueprintManager:Player_SetupPlacementGhost(orig_SetupPlacementGhost, Player)
MonoMod.Utils.DynamicMethodDefinition:HookPlayer::SetupPlacementGhost?-79421824(Player)
MonoMod.Utils.DynamicMethodDefinition:TrampolinePlayer::SetupPlacementGhost?-1281691648(Player)
PlanBuild.Plans.PlanManager:Player_SetupPlacementGhost(orig_SetupPlacementGhost, Player)
MonoMod.Utils.DynamicMethodDefinition:HookPlayer::SetupPlacementGhost?693326208(Player)
Player:UpdateAvailablePiecesList()
Player:DMDPlayer::SetPlaceMode(Player, PieceTable)
Humanoid:SetupEquipment()
Humanoid:DMDHumanoid::EquipItem(Humanoid, ItemData, Boolean)
MonoMod.Utils.DynamicMethodDefinition:TrampolineHumanoid::EquipItem?1544854528(Humanoid, ItemData, Boolean)
PlanBuild.Blueprints.BlueprintManager:Humanoid_EquipItem(orig_EquipItem, Humanoid, ItemData, Boolean)
MonoMod.Utils.DynamicMethodDefinition:HookHumanoid::EquipItem?-1227717376(Humanoid, ItemData, Boolean)
Player:ToggleEquipped(ItemData)
Humanoid:UseItem(Inventory, ItemData, Boolean)
Player:DMDPlayer::UseHotbarItem(Player, Int32)
Player:DMDPlayer::Update(Player)
List of Mods required to reproduce the bug
Item Drawers 0.5.6
Steps to reproduce the bug
after building one and noting the exception, just drop some items that should go to an item drawer and you will the exception above.
File attachments
No response
The text was updated successfully, but these errors were encountered: