Storage Drawers: Natura Pack

Storage Drawers: Natura Pack

9M Downloads

[1.8.9] Server mode - unable to interact with drawers

ibobalo opened this issue ยท 2 comments

commented

environment:
forge server 1.8.9 starded with "java -jar forge-1.8.9-11.15.1.1722-universal.jar nogui"
client v 1.8.9 Forge with minimal mods
latest drawers mod installed on both sercer and client sides :
"Chameleon-1.8.9-1.1.4.jar StorageDrawers-1.8.9-2.7.0.jar"

the problem:
unable to get items from drawers. on click items do not appears in player inventory and leaves in drawers

details:
server error log
[09:00:07] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$Action;Lnet/minecraft/world/World;Lnet/minecraft/util/BlockPos;Lnet/minecraft/util/EnumFacing;Lnet/minecraft/util/Vec3;)Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.7.0_101]
at java.util.concurrent.FutureTask.get(FutureTask.java:188) ~[?:1.7.0_101]
at net.minecraft.util.Util.func_181617_a(SourceFile:45) [g.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:660) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344) [ko.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
Caused by: java.lang.NoSuchMethodError: net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$Action;Lnet/minecraft/world/World;Lnet/minecraft/util/BlockPos;Lnet/minecraft/util/EnumFacing;Lnet/minecraft/util/Vec3;)Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;
at com.jaquadro.minecraft.storagedrawers.block.BlockDrawers.onBlockClickedAsync(BlockDrawers.java:435) ~[BlockDrawers.class:?]
at com.jaquadro.minecraft.storagedrawers.block.BlockDrawers.access$000(BlockDrawers.java:56) ~[BlockDrawers.class:?]
at com.jaquadro.minecraft.storagedrawers.block.BlockDrawers$1.run(BlockDrawers.java:425) ~[BlockDrawers$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) ~[?:1.7.0_101]
at java.util.concurrent.FutureTask.run(FutureTask.java:262) ~[?:1.7.0_101]
at net.minecraft.util.Util.func_181617_a(SourceFile:44) ~[g.class:?]
... 5 more

commented

Update Forge

commented

Solved. Thx.