Bug Direwolf20 1.7.0 Crashes on opening inventory

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Tiagi

New Member
Jul 29, 2019
5
0
0
I searched the web and could only find similar question but with no answer

---- Minecraft Crash Report ----
// You're mean.

Time: 21-09-2015 15:43
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at tconstruct.client.tabs.InventoryTabKnapsack.shouldAddToList(InventoryTabKnapsack.java:23)
at tconstruct.client.tabs.TabRegistry.updateTabValues(TabRegistry.java:64)
at tconstruct.client.tabs.TabRegistry.guiPostInit(TabRegistry.java:43)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_362_TabRegistry_guiPostInit_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:257)
at net.minecraft.client.gui.inventory.GuiContainer.func_146280_a(GuiContainer.java)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:808)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1895)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

(...)
- Crash Log

Anyone knows how to solve it?

Thanks in advance
 

epidemia78

New Member
Jul 29, 2019
1,810
-4
0
Try killing yourself to remove the knapsack from your inventory and dont use it anymore. Thats what I'd do if it happened to me.
 

epidemia78

New Member
Jul 29, 2019
1,810
-4
0
You could report it directly to the Tcon github if you want, Im just offering you a here and now solution.
 

Tiagi

New Member
Jul 29, 2019
5
0
0
I'm assuming it's a Tinker's problem .. I 'punched' something and crashed again

Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at tconstruct.armor.TinkerArmorEvents.armorMineSpeed(TinkerArmorEvents.java:69)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_365_TinkerArmorEvents_armorMineSpeed_BreakSpeed.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.event.ForgeEventFactory.getBreakSpeed(ForgeEventFactory.java:89)
at net.minecraft.entity.player.EntityPlayer.getBreakSpeed(EntityPlayer.java:855)
at net.minecraftforge.common.ForgeHooks.blockStrength(ForgeHooks.java:138)
at net.minecraft.block.Block.func_149737_a(Block.java:643)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78743_b(PlayerControllerMP.java:177)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1409)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1948)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 

Padfoote

Brick Thrower
Forum Moderator
Dec 11, 2013
5,140
5,898
563
That's a Tinker's issue with armour. Didn't know they had any, but if you have some on, remove it.
 

Tiagi

New Member
Jul 29, 2019
5
0
0
Okay ... apparently me and the server had different versions, i was running 1.7.0 (Recommended) and server was running 1.8.0

That's why everything was erroring