Skip to content
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

Enchanting Table Pet not opening #84

Closed
Frobuzmumber opened this issue Jun 14, 2016 · 1 comment
Closed

Enchanting Table Pet not opening #84

Frobuzmumber opened this issue Jun 14, 2016 · 1 comment
Assignees
Milestone

Comments

@Frobuzmumber
Copy link

I am using 1.9 inventory pets (1.4.6 Release) and several other mods, and when I try to open the enchanting table pet, it doesn't open. The server console shows the following error
[spoiler][10:29:54] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: com.inventorypets.petContainerEnchantment.(Lnet/minecraft/entity/player/InventoryPlayer;Lnet/minecraft/world/World;)V
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_91]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_91]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) [g.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:664) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:386) [la.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:609) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
Caused by: java.lang.NoSuchMethodError: com.inventorypets.petContainerEnchantment.(Lnet/minecraft/entity/player/InventoryPlayer;Lnet/minecraft/world/World;)V
at com.inventorypets.ContainerPetEnchantingTable.(ContainerPetEnchantingTable.java:12) ~[ContainerPetEnchantingTable.class:?]
at com.inventorypets.GuiHandlerInventoryPets.getServerGuiElement(GuiHandlerInventoryPets.java:20) ~[GuiHandlerInventoryPets.class:?]
at net.minecraftforge.fml.common.network.NetworkRegistry.getRemoteGuiContainer(NetworkRegistry.java:244) ~[NetworkRegistry.class:?]
at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:80) ~[FMLNetworkHandler.class:?]
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2462) ~[zj.class:?]
at com.inventorypets.petEnchantingTable.func_77659_a(petEnchantingTable.java:412) ~[petEnchantingTable.class:?]
at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:159) ~[adq.class:?]
at net.minecraft.server.management.PlayerInteractionManager.func_187250_a(PlayerInteractionManager.java:361) ~[ls.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:712) ~[mb.class:?]
at net.minecraft.network.play.client.CPacketPlayerBlockPlacement.func_148833_a(SourceFile:32) ~[jh.class:?]
at net.minecraft.network.play.client.CPacketPlayerBlockPlacement.func_148833_a(SourceFile:9) ~[jh.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fh$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_91]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_91]
at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[g.class:?]
... 5 more
[/spoiler]

There is no message in the client side.
I do have lapis nuggets in my inventory as well
This is a directory list with all my mods (note the .dis mods are disabled)
modlist.txt

I am using forge version 1901

This seems to ONLY happen on the server, not on single player. Config files are identical

@capnkirok
Copy link
Owner

Yep. Good catch. Had a wrong variable in there. Fixed in dev.

@capnkirok capnkirok added the 1.9 label Jun 14, 2016
@capnkirok capnkirok added this to the 1.4.6.1 milestone Jun 14, 2016
@capnkirok capnkirok self-assigned this Jun 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants