Traveler's Backpack

Traveler's Backpack

26M Downloads

Gui does not open himself

SpartaWarsec opened this issue ยท 9 comments

commented

i have a all the mods 3 server and we have installed this mod ,
you can put on the backpack and you can craft it but you can't open the gui
so that you can put something in or take it out again ,Another key assignment did not help.

commented

Please provide necessary info...

commented

First of all you have to craft it and when you have it in your quick bar, you can usually open it with right click on your mouse but that doesn't work for me. I can also place it anywhere i want and when i placed it i can also pick it up and carry it on my back but i can't open it. I already tried to change the controls but that didn't work either. That means i can't take it off my back either cause i can't open it but the gui for tank and tools appears at bottom right and with shift and the mousewheel i can switch tools but i can't open the backpack itself.

There are no errors in the serverlogs and clientlogs i have already checked those.

What kind of information do you need? This is the exact bug description.

commented

Mod version, if you're playing with mods delete them and check which one causes problem

commented

yes we play the mod packet ("all the mods 3") we have 280 mods ... That will take a while. i will post the mod list in here if you have an idea which one it could be please tell me.

commented

No clue which mod can cause this issue

commented

I got an error from the server

[22:01:39] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_211]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_211]
at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
Caused by: java.lang.NullPointerException
at com.minecolonies.coremod.util.TownHallRecipe.func_77569_a(TownHallRecipe.java:67) ~[TownHallRecipe.class:?]
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:199) ~[aku.class:?]
at com.tiviacz.travellersbackpack.gui.container.ContainerTravellersBackpack.func_75130_a(ContainerTravellersBackpack.java:346) ~[ContainerTravellersBackpack.class:?]
at com.tiviacz.travellersbackpack.gui.container.ContainerTravellersBackpack.(ContainerTravellersBackpack.java:63) ~[ContainerTravellersBackpack.class:?]
at com.tiviacz.travellersbackpack.handlers.GuiHandler.getServerGuiElement(GuiHandler.java:27) ~[GuiHandler.class:?]
at net.minecraftforge.fml.common.network.NetworkRegistry.getRemoteGuiContainer(NetworkRegistry.java:253) ~[NetworkRegistry.class:?]
at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:88) ~[FMLNetworkHandler.class:?]
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2550) ~[aed.class:?]
at com.tiviacz.travellersbackpack.items.ItemTravellersBackpack.func_77659_a(ItemTravellersBackpack.java:113) ~[ItemTravellersBackpack.class:?]
at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:217) ~[aip.class:?]
at net.minecraft.server.management.PlayerInteractionManager.func_187250_a(PlayerInteractionManager.java:358) ~[or.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:765) ~[pa.class:?]
at net.minecraft.network.play.client.CPacketPlayerTryUseItem.func_148833_a(SourceFile:32) ~[mb.class:?]
at net.minecraft.network.play.client.CPacketPlayerTryUseItem.func_148833_a(SourceFile:9) ~[mb.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_211]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_211]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
... 5 more

commented

Caused by: java.lang.NullPointerException
at com.minecolonies.coremod.util.TownHallRecipe.func_77569_a(TownHallRecipe.java:67) ~[TownHallRecipe.class:?]

It's minecolonies fault

commented

i spoken to minecolonies and they told me ("This is an error in the traveler's backpack. Please refer to them and tell them that they need to pass an actual player instance instead of null when they scan for recipes")

will you try to fix this problem ?

commented

That makes sense