T145 / metal-chests

Better alternative to IronChests
https://minecraft.curseforge.com/projects/metalchests
GNU Affero General Public License v3.0
13 stars 9 forks source link

Cannot open Minecarts with Metal Chests on JRE 1.9 #59

Closed Sunconure11 closed 5 years ago

Sunconure11 commented 5 years ago

It seems that any metal chest added by this mod, if it is in a minecart, simply refuses to be opened.

T145 commented 5 years ago

Do you mean the interface, or the chest being animated to open? When opening the chest, you may get the following message logged, but that should be all.

[08:23:17] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class net.minecraft.entity.item.EntityMinecart from class T145.metalchests.entities.EntityMinecartMetalChest
Sunconure11 commented 5 years ago

Both. I can't look inside of a chest as a result

T145 commented 5 years ago

May you list the specs of your setup? Knowing the mod list, Forge version and mod version should help clear things up.

Sunconure11 commented 5 years ago

I'll get onto this when possible, I'm having a crippling crash with Evilcraft.

Sunconure11 commented 5 years ago

https://minecraft.curseforge.com/projects/compitum-magia/files/2663220

Modpack in question.

Forge is at build 2808.

elwartowswl commented 5 years ago

My setup is -- Java x64 191 w 8GB ram, -- Minecraft 1.12.2 -- Forge 14.23.5.2768 -- MetalChests-v4.0.1.g01955d6

when you right click a metal chest cart (here a gold chest cart) you get no response. No opening chest, no inventory. What you do get is this message in the error log.

[12:12:22] [Server thread/FATAL] [minecraft/MinecraftServer]: Error executing task java.util.concurrent.ExecutionException: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_191] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_191] 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.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] Caused by: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at T145.metalchests.entities.EntityMinecartMetalChest.openInventory(EntityMinecartMetalChest.java) ~[EntityMinecartMetalChest.class:?] at T145.metalchests.containers.ContainerMetalChest.(ContainerMetalChest.java:40) ~[ContainerMetalChest.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:45) ~[GuiHandler.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:30) ~[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 T145.metalchests.entities.EntityMinecartMetalChest.func_184230_a(EntityMinecartMetalChest.java:150) ~[EntityMinecartMetalChest.class:?] at net.minecraft.entity.player.EntityPlayer.func_190775_a(EntityPlayer.java:1199) ~[aed.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:1073) ~[pa.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:69) ~[li.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:13) ~[li.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_191] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_191] at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]

T145 commented 5 years ago

@elwartowswl Try updating your Forge version to: https://github.com/T145/metalchests/blob/master/gradle.properties#L9

elwartowswl commented 5 years ago

-- Java x64 191 w 8GB ram, -- Minecraft 1.12.2 -- Forge 14.23.5.2796 -- MetalChests-v4.0.1.g01955d6

The exact same in game response. An extra line of error code. I also updated to the "2815" forge and it has the same response.

[10:11:32] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.item.EntityMinecart from class T145.metalchests.entities.EntityMinecartMetalChest [10:11:34] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task java.util.concurrent.ExecutionException: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_191] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_191] 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.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] Caused by: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at T145.metalchests.entities.EntityMinecartMetalChest.openInventory(EntityMinecartMetalChest.java) ~[EntityMinecartMetalChest.class:?] at T145.metalchests.containers.ContainerMetalChest.(ContainerMetalChest.java:40) ~[ContainerMetalChest.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:45) ~[GuiHandler.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:30) ~[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 T145.metalchests.entities.EntityMinecartMetalChest.func_184230_a(EntityMinecartMetalChest.java:150) ~[EntityMinecartMetalChest.class:?] at net.minecraft.entity.player.EntityPlayer.func_190775_a(EntityPlayer.java:1199) ~[aed.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:1073) ~[pa.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:69) ~[li.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:13) ~[li.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_191] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_191] at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?] ... 5 more

T145 commented 5 years ago

So is this on a multiplayer server? I get the warning but that shouldn't cause anything to crash

T145 commented 5 years ago

Just tried it on a multiplayer server and everything works perfectly. I'm guessing it's b/c you're using Java 1.9.1, whereas I'm using the recommended java version "1.8.0_202."

elwartowswl commented 5 years ago

Java 1.8.0u191 single player local game

elwartowswl commented 5 years ago

Updated to Java 8u201, don't know where to get 8u202

MultiMC version: 0.6.4-1291

Minecraft folder is: D:/OLD/Minecraft/MultiMC/instances/Engineer 1.12.2/.minecraft

Java path is: C:/Program Files (x86)/Common Files/Oracle/Java/javapath/javaw.exe

Checking Java version... Java is version 1.8.0_201, using 64-bit architecture.

Main Class: net.minecraft.launchwrapper.Launch

Native path: D:/OLD/Minecraft/MultiMC/instances/Engineer 1.12.2/natives

Libraries: D:/OLD/Minecraft/MultiMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar D:/OLD/Minecraft/MultiMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar D:/OLD/Minecraft/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar D:/OLD/Minecraft/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar D:/OLD/Minecraft/MultiMC/libraries/com/mojang/patchy/1.1/patchy-1.1.jar D:/OLD/Minecraft/MultiMC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar D:/OLD/Minecraft/MultiMC/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar D:/OLD/Minecraft/MultiMC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar D:/OLD/Minecraft/MultiMC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar D:/OLD/Minecraft/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar D:/OLD/Minecraft/MultiMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar D:/OLD/Minecraft/MultiMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar D:/OLD/Minecraft/MultiMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar D:/OLD/Minecraft/MultiMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar D:/OLD/Minecraft/MultiMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar D:/OLD/Minecraft/MultiMC/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar D:/OLD/Minecraft/MultiMC/libraries/com/google/guava/guava/21.0/guava-21.0.jar D:/OLD/Minecraft/MultiMC/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar D:/OLD/Minecraft/MultiMC/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar D:/OLD/Minecraft/MultiMC/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar D:/OLD/Minecraft/MultiMC/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar D:/OLD/Minecraft/MultiMC/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar D:/OLD/Minecraft/MultiMC/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar D:/OLD/Minecraft/MultiMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar D:/OLD/Minecraft/MultiMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar D:/OLD/Minecraft/MultiMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar D:/OLD/Minecraft/MultiMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar D:/OLD/Minecraft/MultiMC/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar D:/OLD/Minecraft/MultiMC/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar D:/OLD/Minecraft/MultiMC/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar D:/OLD/Minecraft/MultiMC/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar D:/OLD/Minecraft/MultiMC/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2815/forge-1.12.2-14.23.5.2815-universal.jar D:/OLD/Minecraft/MultiMC/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar D:/OLD/Minecraft/MultiMC/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar D:/OLD/Minecraft/MultiMC/libraries/org/jline/jline/3.5.1/jline-3.5.1.jar D:/OLD/Minecraft/MultiMC/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar D:/OLD/Minecraft/MultiMC/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar D:/OLD/Minecraft/MultiMC/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar D:/OLD/Minecraft/MultiMC/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar D:/OLD/Minecraft/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar D:/OLD/Minecraft/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar D:/OLD/Minecraft/MultiMC/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar D:/OLD/Minecraft/MultiMC/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar D:/OLD/Minecraft/MultiMC/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar D:/OLD/Minecraft/MultiMC/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar D:/OLD/Minecraft/MultiMC/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar D:/OLD/Minecraft/MultiMC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar D:/OLD/Minecraft/MultiMC/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar D:/OLD/Minecraft/MultiMC/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar D:/OLD/Minecraft/MultiMC/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar D:/OLD/Minecraft/MultiMC/libraries/com/mojang/minecraft/1.12.2/minecraft-1.12.2-client.jar

Native libraries: D:/OLD/Minecraft/MultiMC/libraries/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-windows.jar D:/OLD/Minecraft/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar D:/OLD/Minecraft/MultiMC/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3-natives-windows.jar

Mods: MetalChests-v4.0.1.g01955d6

Params: --username --version MultiMC5 --gameDir D:/OLD/Minecraft/MultiMC/instances/Engineer 1.12.2/.minecraft --assetsDir D:/OLD/Minecraft/MultiMC/assets --assetIndex 1.12 --uuid --accessToken --userType --versionType release --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker

Window size: 854 x 480

Java Arguments: [-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms8192m, -Xmx8192m, -Duser.language=en]

Minecraft process ID: 13140

Using onesix launcher.

[12:08:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [12:08:54] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [12:08:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [12:08:54] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2815 for Minecraft 1.12.2 loading [12:08:54] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_201 [12:08:54] [main/INFO] [FML]: Searching D:\OLD\Minecraft\MultiMC\instances\Engineer 1.12.2.minecraft\mods for mods [12:08:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:08:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [12:08:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:08:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:08:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [12:08:56] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [12:08:56] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [12:08:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [12:08:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [12:08:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [12:08:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [12:08:56] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [12:08:57] [Client thread/INFO] [minecraft/Minecraft]: Setting user: Fireleaf13 [12:09:01] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer: [12:09:01] [Client thread/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4 [12:09:02] [Client thread/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_201, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 6971245056 bytes (6648 MB) / 8232370176 bytes (7851 MB) up to 8232370176 bytes (7851 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8192m -Xmx8192m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13397 Compatibility Profile Context FireGL 15.200.1045.0' Renderer: 'AMD FirePro V3900 (FireGL V) Graphics Adapter' [12:09:02] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2815 Initialized [12:09:02] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [12:09:02] [Client thread/INFO] [FML]: Replaced 1036 ore ingredients [12:09:02] [Client thread/INFO] [FML]: Searching D:\OLD\Minecraft\MultiMC\instances\Engineer 1.12.2.minecraft\mods for mods [12:09:04] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [12:09:04] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 54063700 nanos [12:09:04] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, metalchests] at CLIENT [12:09:04] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, metalchests] at SERVER [12:09:05] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:MetalChests [12:09:05] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [12:09:05] [Client thread/INFO] [FML]: Found 1177 ObjectHolder annotations [12:09:05] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [12:09:05] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [12:09:05] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [12:09:05] [Forge Version Check/INFO] [forge.VersionCheck]: [metalchests] Starting version check at https://raw.githubusercontent.com/T145/metalchests/master/update.json [12:09:05] [Client thread/INFO] [FML]: Applying holder lookups [12:09:05] [Client thread/INFO] [FML]: Holder lookups applied [12:09:05] [Client thread/INFO] [FML]: Applying holder lookups [12:09:05] [Client thread/INFO] [FML]: Holder lookups applied [12:09:05] [Client thread/INFO] [FML]: Applying holder lookups [12:09:05] [Client thread/INFO] [FML]: Holder lookups applied [12:09:05] [Client thread/INFO] [FML]: Applying holder lookups [12:09:05] [Client thread/INFO] [FML]: Holder lookups applied [12:09:05] [Client thread/INFO] [FML]: Injecting itemstacks [12:09:05] [Client thread/INFO] [FML]: Itemstack injection complete [12:09:06] [Forge Version Check/INFO] [forge.VersionCheck]: [metalchests] Found status: UP_TO_DATE Target: null [12:09:06] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [12:09:06] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null [12:09:06] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem... [12:09:07] [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL [12:09:07] [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [12:09:07] [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized. [12:09:07] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started [12:09:13] [Client thread/INFO] [FML]: Max texture size: 16384 [12:09:21] [Client thread/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas [12:09:22] [Client thread/INFO] [FML]: Applying holder lookups [12:09:22] [Client thread/INFO] [FML]: Holder lookups applied [12:09:22] [Client thread/INFO] [FML]: Injecting itemstacks [12:09:22] [Client thread/INFO] [FML]: Itemstack injection complete [12:09:22] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods [12:09:22] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer: [12:09:23] [Client thread/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded [12:09:40] [Server thread/INFO] [minecraft/IntegratedServer]: Starting integrated minecraft server version 1.12.2 [12:09:40] [Server thread/INFO] [minecraft/IntegratedServer]: Generating keypair [12:09:40] [Server thread/INFO] [FML.ModTracker]: This world was saved with mod forge version 14.23.5.2796 and it is now at version 14.23.5.2815, things may not work well [12:09:40] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance [12:09:40] [Server thread/INFO] [FML]: Applying holder lookups [12:09:40] [Server thread/INFO] [FML]: Holder lookups applied [12:09:40] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@37823aaa) [12:09:41] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 488 advancements [12:09:41] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@37823aaa) [12:09:41] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@37823aaa) [12:09:41] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for level 0 [12:09:41] [Server thread/WARN] [minecraft/EntityDataManager]: defineId called for: class net.minecraft.entity.item.EntityMinecart from class T145.metalchests.entities.EntityMinecartMetalChest [12:09:41] [Server thread/INFO] [FML]: Unloading dimension -1 [12:09:41] [Server thread/INFO] [FML]: Unloading dimension 1 [12:09:41] [Server thread/INFO] [minecraft/IntegratedServer]: Changing view distance to 12, from 10 [12:09:42] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [12:09:42] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [12:09:42] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,metalchests@v4.0.1.g01955d6,FML@8.0.99.99,forge@14.23.5.2815,mcp@9.42 [12:09:42] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [12:09:42] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established [12:09:42] [Server thread/INFO] [minecraft/PlayerList]: Fireleaf13[local:E:be4b7c71] logged in with entity id 127 at (-1794.84305964369, 4.0, 855.0997738227851) [12:09:44] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game... [12:09:44] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld [12:09:44] [Client thread/INFO] [minecraft/AdvancementList]: Loaded 4 advancements [12:09:46] [Server thread/FATAL] [minecraft/MinecraftServer]: Error executing task java.util.concurrent.ExecutionException: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_201] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_201] 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.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_201] Caused by: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at T145.metalchests.entities.EntityMinecartMetalChest.openInventory(EntityMinecartMetalChest.java) ~[EntityMinecartMetalChest.class:?] at T145.metalchests.containers.ContainerMetalChest.(ContainerMetalChest.java:40) ~[ContainerMetalChest.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:45) ~[GuiHandler.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:30) ~[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 T145.metalchests.entities.EntityMinecartMetalChest.func_184230_a(EntityMinecartMetalChest.java:150) ~[EntityMinecartMetalChest.class:?] at net.minecraft.entity.player.EntityPlayer.func_190775_a(EntityPlayer.java:1199) ~[aed.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:1073) ~[pa.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:69) ~[li.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:13) ~[li.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_201] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_201] at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?] ... 5 more [12:09:48] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game... [12:09:49] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld

elwartowswl commented 5 years ago

I created a server -- 4GB Ram -- Java Version: 1.8.0_201, Oracle Corporation x64 -- Forge Mod Loader version 14.23.5.2814 for Minecraft 1.12.2 -- MetalChests-v4.0.1.g01955d6

[12:28:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [12:28:07] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [12:28:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker [12:28:07] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR. [12:28:07] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2814 for Minecraft 1.12.2 loading [12:28:07] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_201 [12:28:07] [main/DEBUG] [FML]: Java classpath at launch is:

[12:28:07] [main/DEBUG] [FML]: Java library path at launch is: [12:28:07] [main/DEBUG] [FML]: C:\Program Files\Java\jre1.8.0_201\bin

[12:28:07] [main/DEBUG] [FML]: C:\Program Files (x86)\Common Files\Oracle\Java\javapath

[12:28:07] [main/DEBUG] [FML]: C:\Program Files\Microsoft System Center\Service Manager 2010\ [12:28:07] [main/DEBUG] [FML]: C:\Program Files\SysInternals Suite [12:28:07] [main/DEBUG] [FML]: C:\Program Files\Dell\Dell EMC Repository Manager [12:28:07] [main/DEBUG] [FML]: C:\Program Files\Microsoft System Center 2012\Service Manager\ [12:28:07] [main/DEBUG] [FML]: C:\Program Files\Microsoft System Center 2012 R2\Service Manager\ [12:28:07] [main/DEBUG] [FML]: C:\Program Files\Microsoft VS Code\bin [12:28:07] [main/DEBUG] [FML]: C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\ [12:28:07] [main/DEBUG] [FML]: C:\Program Files (x86)\Windows Kits\10\Microsoft Application Virtualization\Sequencer\ [12:28:07] [main/DEBUG] [FML]: C:\Program Files\7-Zip

[12:28:07] [main/DEBUG] [FML]:

[12:28:07] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: D:\OLD\Minecraft\Server\1.12.2\libraries [12:28:07] [main/DEBUG] [FML]: Cleaning up mods folder: .\mods [12:28:07] [main/DEBUG] [FML]: Examining file: MetalChests-v4.0.1.g01955d6.jar [12:28:07] [main/DEBUG] [FML]: Enabling runtime deobfuscation [12:28:07] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin [12:28:07] [main/DEBUG] [FML]: Found signing certificates for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) [12:28:07] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557 [12:28:07] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers [12:28:07] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin [12:28:07] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin [12:28:07] [main/DEBUG] [FML]: Found signing certificates for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) [12:28:07] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557 [12:28:07] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin [12:28:07] [main/DEBUG] [FML]: All fundamental core mods are successfully located [12:28:07] [main/DEBUG] [FML]: Discovering coremods [12:28:07] [main/INFO] [FML]: Searching D:\OLD\Minecraft\Server\1.12.2.\mods for mods [12:28:07] [main/DEBUG] [FML]: Adding MetalChests-v4.0.1.g01955d6.jar to the mod list [12:28:07] [main/DEBUG] [FML]: Examining for coremod candidacy MetalChests-v4.0.1.g01955d6.jar [12:28:07] [main/DEBUG] [FML]: Not found coremod data in MetalChests-v4.0.1.g01955d6.jar [12:28:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:28:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [12:28:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:28:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:28:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [12:28:07] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers [12:28:07] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer [12:28:07] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer [12:28:07] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer [12:28:07] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer [12:28:07] [main/DEBUG] [FML]: Injection complete [12:28:07] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} [12:28:07] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin [12:28:08] [main/DEBUG] [FML]: Read 1120 binary patches [12:28:08] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36083 records [12:28:08] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [12:28:08] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully [12:28:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [12:28:08] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers [12:28:08] [main/DEBUG] [FML]: Injection complete [12:28:08] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} [12:28:08] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin [12:28:08] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully [12:28:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [12:28:08] [main/DEBUG] [FML]: Loaded 215 rules from AccessTransformer config file forge_at.cfg [12:28:08] [main/DEBUG] [FML]: Validating minecraft [12:28:09] [main/DEBUG] [FML]: Minecraft validated, launching... [12:28:09] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [12:28:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [12:28:09] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} [12:28:12] [main/DEBUG] [FML]: Creating vanilla freeze snapshot [12:28:12] [main/DEBUG] [FML]: Vanilla freeze snapshot created [12:28:13] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2 [12:28:13] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input java.io.IOException: The handle is invalid at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_201] at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_201] at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_201] at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_201] at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_201] at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_201] at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_201] at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_201] at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_201] at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_201] at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_201] at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:105) [nz$2.class:?] [12:28:13] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2814 Initialized [12:28:13] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [12:28:14] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients [12:28:14] [Server thread/DEBUG] [FML]: File D:\OLD\Minecraft\Server\1.12.2\config\injectedDependencies.json not found. No dependencies injected [12:28:14] [Server thread/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer] [12:28:14] [Server thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes [12:28:14] [Server thread/DEBUG] [FML]: Minecraft is a file at D:\OLD\Minecraft\Server\1.12.2\forge-1.12.2-14.23.5.2814-universal.jar, loading [12:28:14] [Server thread/DEBUG] [FML]: Minecraft jar mods loaded successfully [12:28:14] [Server thread/INFO] [FML]: Searching D:\OLD\Minecraft\Server\1.12.2.\mods for mods [12:28:14] [Server thread/DEBUG] [FML]: Adding MetalChests-v4.0.1.g01955d6.jar to the mod list [12:28:14] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MetalChests-v4.0.1.g01955d6.jar [12:28:14] [Server thread/DEBUG] [FML]: Examining file forge-1.12.2-14.23.5.2814-universal.jar for potential mods [12:28:14] [Server thread/DEBUG] [FML]: The mod container forge-1.12.2-14.23.5.2814-universal.jar appears to be missing an mcmod.info file [12:28:14] [Server thread/DEBUG] [FML]: Examining file MetalChests-v4.0.1.g01955d6.jar for potential mods [12:28:14] [Server thread/DEBUG] [FML]: The mod container MetalChests-v4.0.1.g01955d6.jar appears to be missing an mcmod.info file [12:28:14] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (T145.metalchests.core.MetalChests) - loading [12:28:14] [Server thread/TRACE] [FML]: Parsed dependency info for metalchests: Requirements: [] After:[thaumcraft] Before:[] [12:28:15] [Server thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [12:28:15] [Server thread/TRACE] [FML]: Received a system property request '' [12:28:15] [Server thread/TRACE] [FML]: System property request managing the state of 0 mods [12:28:15] [Server thread/DEBUG] [FML]: After merging, found state information for 0 mods [12:28:15] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang [12:28:15] [Server thread/DEBUG] [FML]: Enabling mod metalchests [12:28:15] [Server thread/TRACE] [FML]: Verifying mod requirements are satisfied [12:28:15] [Server thread/TRACE] [FML]: All mod requirements are satisfied [12:28:15] [Server thread/TRACE] [FML]: Sorting mods into an ordered list [12:28:15] [Server thread/TRACE] [FML]: Mod sorting completed successfully [12:28:15] [Server thread/DEBUG] [FML]: Mod sorting data [12:28:15] [Server thread/DEBUG] [FML]: metalchests(MetalChests:v4.0.1.g01955d6): MetalChests-v4.0.1.g01955d6.jar (after:thaumcraft) [12:28:15] [Server thread/DEBUG] [FML]: Loading @Config anotation data [12:28:15] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft [12:28:15] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft [12:28:15] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.005s [12:28:15] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp [12:28:15] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp [12:28:15] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.001s [12:28:15] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML [12:28:15] [Server thread/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists [12:28:15] [Server thread/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection [12:28:15] [Server thread/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99) [12:28:15] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, metalchests] at CLIENT [12:28:15] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, metalchests] at SERVER [12:28:16] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML [12:28:16] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 0.677s [12:28:16] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge [12:28:16] [Server thread/DEBUG] [forge]: Loading Vanilla annotations: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1ff1ff57 [12:28:16] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes

[12:28:16] [Server thread/TRACE] [FML]: Mod forge is using network checker : No network checking performed [12:28:16] [Server thread/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection [12:28:16] [Server thread/TRACE] [FML]: The mod forge accepts its own version (14.23.5.2814) [12:28:16] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE [12:28:16] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge [12:28:16] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.316s [12:28:16] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod metalchests [12:28:16] [Server thread/TRACE] [FML]: Mod metalchests is using network checker : Accepting version v4.0.1.g01955d6 [12:28:16] [Server thread/TRACE] [FML]: Testing mod metalchests to verify it accepts its own version in a remote connection [12:28:16] [Server thread/TRACE] [FML]: The mod metalchests accepts its own version (v4.0.1.g01955d6) [12:28:16] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into metalchests [12:28:16] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for metalchests [12:28:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for T145.metalchests.core.modules.ModuleThaumcraft$ServerLoader for mod metalchests [12:28:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class T145.metalchests.core.modules.ModuleThaumcraft$ServerLoader [12:28:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for T145.metalchests.core.modules.ModuleChestTransporter for mod metalchests [12:28:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class T145.metalchests.core.modules.ModuleChestTransporter [12:28:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for T145.metalchests.core.ModLoader$ServerLoader for mod metalchests [12:28:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class T145.metalchests.core.ModLoader$ServerLoader [12:28:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for T145.metalchests.core.modules.ModuleRefinedRelocation$ServerLoader for mod metalchests [12:28:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class T145.metalchests.core.modules.ModuleRefinedRelocation$ServerLoader [12:28:16] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into metalchests for type INSTANCE [12:28:16] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod metalchests [12:28:16] [Server thread/DEBUG] [FML]: Bar Step: Construction - MetalChests took 0.102s [12:28:16] [Server thread/DEBUG] [FML]: Bar Finished: Construction took 1.101s [12:28:16] [Server thread/DEBUG] [FML]: Mod signature data [12:28:16] [Server thread/DEBUG] [FML]: Valid Signatures: [12:28:16] [Server thread/DEBUG] [FML]: (e3c3d50c7c986df74c645c0ac54639741c90a557) FML (Forge Mod Loader 8.0.99.99) forge-1.12.2-14.23.5.2814-universal.jar [12:28:16] [Server thread/DEBUG] [FML]: (e3c3d50c7c986df74c645c0ac54639741c90a557) forge (Minecraft Forge 14.23.5.2814) forge-1.12.2-14.23.5.2814-universal.jar [12:28:16] [Server thread/DEBUG] [FML]: Missing Signatures: [12:28:16] [Server thread/DEBUG] [FML]: minecraft (Minecraft 1.12.2) minecraft.jar [12:28:16] [Server thread/DEBUG] [FML]: mcp (Minecraft Coder Pack 9.42) minecraft.jar [12:28:16] [Server thread/DEBUG] [FML]: metalchests (MetalChests v4.0.1.g01955d6) MetalChests-v4.0.1.g01955d6.jar [12:28:16] [Server thread/INFO] [FML]: Processing ObjectHolder annotations [12:28:16] [Server thread/INFO] [FML]: Found 1177 ObjectHolder annotations [12:28:16] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations [12:28:16] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations [12:28:16] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod minecraft [12:28:16] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod minecraft [12:28:16] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft took 0.000s [12:28:16] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mcp [12:28:16] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mcp [12:28:16] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.000s [12:28:16] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod FML [12:28:16] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod FML [12:28:16] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Forge Mod Loader took 0.000s [12:28:16] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod forge [12:28:17] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [12:28:17] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod forge [12:28:17] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Forge took 0.439s [12:28:17] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod metalchests [12:28:17] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod metalchests [12:28:17] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - MetalChests took 0.001s [12:28:17] [Server thread/DEBUG] [FML]: Bar Finished: PreInitialization took 0.441s [12:28:17] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [12:28:17] [Server thread/INFO] [FML]: Applying holder lookups [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:minecart_metal_chest for public static net.minecraftforge.fml.common.registry.EntityEntry T145.metalchests.api.EntitiesMC.MINECART_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:sorting_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.SORTING_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:hungry_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.HUNGRY_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:minecart_metal_chest for public static net.minecraft.item.Item T145.metalchests.api.ItemsMC.MINECART_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:hungry_chest_upgrade for public static net.minecraft.item.Item T145.metalchests.api.ItemsMC.HUNGRY_CHEST_UPGRADE. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:sorting_hungry_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.SORTING_HUNGRY_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:chest_upgrade for public static net.minecraft.item.Item T145.metalchests.api.ItemsMC.CHEST_UPGRADE. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/INFO] [FML]: Holder lookups applied [12:28:17] [Server thread/INFO] [FML]: Applying holder lookups [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:minecart_metal_chest for public static net.minecraftforge.fml.common.registry.EntityEntry T145.metalchests.api.EntitiesMC.MINECART_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:sorting_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.SORTING_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:hungry_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.HUNGRY_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:hungry_chest_upgrade for public static net.minecraft.item.Item T145.metalchests.api.ItemsMC.HUNGRY_CHEST_UPGRADE. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:sorting_hungry_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.SORTING_HUNGRY_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/INFO] [FML]: Holder lookups applied [12:28:17] [Server thread/INFO] [FML]: Applying holder lookups [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:sorting_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.SORTING_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:hungry_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.HUNGRY_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:hungry_chest_upgrade for public static net.minecraft.item.Item T145.metalchests.api.ItemsMC.HUNGRY_CHEST_UPGRADE. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:sorting_hungry_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.SORTING_HUNGRY_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/INFO] [FML]: Holder lookups applied [12:28:17] [Server thread/INFO] [FML]: Applying holder lookups [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:sorting_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.SORTING_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:hungry_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.HUNGRY_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:hungry_chest_upgrade for public static net.minecraft.item.Item T145.metalchests.api.ItemsMC.HUNGRY_CHEST_UPGRADE. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:sorting_hungry_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.SORTING_HUNGRY_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:17] [Server thread/INFO] [FML]: Holder lookups applied [12:28:17] [Server thread/INFO] [FML]: Injecting itemstacks [12:28:17] [Server thread/INFO] [FML]: Itemstack injection complete [12:28:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties [12:28:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL [12:28:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair [12:28:17] [Forge Version Check/DEBUG] [forge.VersionCheck]: [forge] Received version check data: { "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/", "promos": { "1.1-latest": "1.3.2.6", "1.10-latest": "12.18.0.2000", "1.10.2-latest": "12.18.3.2511", "1.10.2-recommended": "12.18.3.2185", "1.11-latest": "13.19.1.2199", "1.11-recommended": "13.19.1.2189", "1.11.2-latest": "13.20.1.2588", "1.11.2-recommended": "13.20.1.2386", "1.12-latest": "14.21.1.2443", "1.12-recommended": "14.21.1.2387", "1.12.1-latest": "14.22.1.2485", "1.12.1-recommended": "14.22.1.2478", "1.12.2-latest": "14.23.5.2814", "1.12.2-recommended": "14.23.5.2768", "1.13.2-latest": "25.0.37", "1.5.2-latest": "7.8.1.738", "1.5.2-recommended": "7.8.1.737", "1.6.1-latest": "8.9.0.775", "1.6.2-latest": "9.10.1.871", "1.6.2-recommended": "9.10.1.871", "1.6.3-latest": "9.11.0.878", "1.6.4-latest": "9.11.1.1345", "1.6.4-recommended": "9.11.1.1345", "1.7.10-latest": "10.13.4.1614", "1.7.10-latest-1.7.10": "10.13.2.1343", "1.7.10-recommended": "10.13.4.1558", "1.7.2-latest": "10.12.2.1147", "1.7.2-recommended": "10.12.2.1121", "1.8-latest": "11.14.4.1577", "1.8-recommended": "11.14.4.1563", "1.8.8-latest": "11.15.0.1655", "1.8.9-latest": "11.15.1.2318", "1.8.9-recommended": "11.15.1.1722", "1.9-latest": "12.16.0.1942", "1.9-recommended": "12.16.1.1887", "1.9.4-latest": "12.17.0.2051", "1.9.4-recommended": "12.17.0.1976", "latest": "25.0.37", "latest-1.7.10": "10.13.2.1343", "recommended": "14.23.5.2768" } } [12:28:17] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null [12:28:17] [Forge Version Check/INFO] [forge.VersionCheck]: [metalchests] Starting version check at https://raw.githubusercontent.com/T145/metalchests/master/update.json [12:28:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565 [12:28:17] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using default channel type [12:28:18] [Server thread/INFO] [FML]: Applying holder lookups [12:28:18] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:sorting_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.SORTING_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:18] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:hungry_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.HUNGRY_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:18] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:hungry_chest_upgrade for public static net.minecraft.item.Item T145.metalchests.api.ItemsMC.HUNGRY_CHEST_UPGRADE. This means the object wasn't registered. It's likely just mod options. [12:28:18] [Server thread/DEBUG] [FML]: Unable to lookup metalchests:sorting_hungry_metal_chest for public static net.minecraft.block.Block T145.metalchests.api.BlocksMC.SORTING_HUNGRY_METAL_CHEST. This means the object wasn't registered. It's likely just mod options. [12:28:18] [Server thread/INFO] [FML]: Holder lookups applied [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod minecraft [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod minecraft [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mcp [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mcp [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Coder Pack took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod FML [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod FML [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Forge Mod Loader took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod forge [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod forge [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Forge took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod metalchests [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod metalchests [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: Initialization - MetalChests took 0.003s [12:28:18] [Server thread/DEBUG] [FML]: Bar Finished: Initialization took 0.005s [12:28:18] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod minecraft [12:28:18] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod minecraft [12:28:18] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod minecraft [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft took 0.007s [12:28:18] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mcp [12:28:18] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod mcp [12:28:18] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod mcp [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.001s [12:28:18] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod FML [12:28:18] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod FML [12:28:18] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod FML [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod forge [12:28:18] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod forge [12:28:18] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod forge [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.001s [12:28:18] [Server thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod metalchests [12:28:18] [Server thread/TRACE] [FML]: Sending event IMCEvent to mod metalchests [12:28:18] [Server thread/TRACE] [FML]: Sent event IMCEvent to mod metalchests [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - MetalChests took 0.001s [12:28:18] [Server thread/DEBUG] [FML]: Bar Finished: InterModComms$IMC took 0.009s [12:28:18] [Server thread/INFO] [FML]: Injecting itemstacks [12:28:18] [Server thread/INFO] [FML]: Itemstack injection complete [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod minecraft [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod minecraft [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mcp [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mcp [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod FML [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod FML [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Forge Mod Loader took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod forge [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod forge [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Forge took 0.020s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod metalchests [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod metalchests [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - MetalChests took 0.002s [12:28:18] [Server thread/DEBUG] [FML]: Bar Finished: PostInitialization took 0.023s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod minecraft [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod minecraft [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mcp [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mcp [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod FML [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod FML [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Forge Mod Loader took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod forge [12:28:18] [Server thread/DEBUG] [FML]: Forge RecipeSorter Baking: [12:28:18] [Server thread/DEBUG] [FML]: 16: RecipeEntry("Before", UNKNOWN, ) [12:28:18] [Server thread/DEBUG] [FML]: 15: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless [12:28:18] [Server thread/DEBUG] [FML]: 14: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped [12:28:18] [Server thread/DEBUG] [FML]: 13: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped [12:28:18] [Server thread/DEBUG] [FML]: 12: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped [12:28:18] [Server thread/DEBUG] [FML]: 11: RecipeEntry("minecraft:repair", SHAPELESS, net.minecraft.item.crafting.RecipeRepairItem) After: minecraft:shapeless [12:28:18] [Server thread/DEBUG] [FML]: 10: RecipeEntry("minecraft:shield_deco", SHAPELESS, net.minecraft.item.crafting.ShieldRecipes$Decoration) After: minecraft:shapeless [12:28:18] [Server thread/DEBUG] [FML]: 9: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless [12:28:18] [Server thread/DEBUG] [FML]: 8: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless [12:28:18] [Server thread/DEBUG] [FML]: 7: RecipeEntry("minecraft:pattern_dupe", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern) After: minecraft:shapeless [12:28:18] [Server thread/DEBUG] [FML]: 6: RecipeEntry("minecraft:tippedarrow", SHAPELESS, net.minecraft.item.crafting.RecipeTippedArrow) After: minecraft:shapeless [12:28:18] [Server thread/DEBUG] [FML]: 5: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless [12:28:18] [Server thread/DEBUG] [FML]: 4: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless [12:28:18] [Server thread/DEBUG] [FML]: 3: RecipeEntry("minecraft:pattern_add", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern) After: minecraft:shapeless [12:28:18] [Server thread/DEBUG] [FML]: 2: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless [12:28:18] [Server thread/DEBUG] [FML]: 1: RecipeEntry("After", UNKNOWN, ) [12:28:18] [Server thread/DEBUG] [FML]: Sorting recipes [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod forge [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Forge took 0.011s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod metalchests [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod metalchests [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: LoadComplete - MetalChests took 0.001s [12:28:18] [Server thread/DEBUG] [FML]: Bar Finished: LoadComplete took 0.013s [12:28:18] [Server thread/DEBUG] [FML]: Freezing registries [12:28:18] [Forge Version Check/DEBUG] [forge.VersionCheck]: [metalchests] Received version check data: { "homepage": "https://minecraft.curseforge.com/projects/metalchests", "1.12.2": { "origin": "https://github.com/T145/metalchests", "v1.0.gf79bb8a": "https://github.com/T145/metalchests/releases/tag/v1.0", "v1.0.6.gceeeaa0": "https://github.com/T145/metalchests/releases/tag/v1.0.6", "v1.0.8.ga8b69a5": "https://github.com/T145/metalchests/releases/tag/v1.0.8", "v1.2.1.ga29260c": "https://github.com/T145/metalchests/releases/tag/v1.2.1", "v1.2.2.g3d3d54b": "https://github.com/T145/metalchests/releases/tag/v1.2.2", "v2.0.0.g552b6ee": "https://github.com/T145/metalchests/releases/tag/v2.0.0", "v2.2.9.g75160ec": "https://github.com/T145/metalchests/releases/tag/v2.2.9", "v2.3.3.gd753ad5": "https://github.com/T145/metalchests/releases/tag/v2.3.3", "v2.3.9.gb92ee2f": "https://github.com/T145/metalchests/releases/tag/v2.3.9", "v2.5.7.g780159f": "https://github.com/T145/metalchests/releases/tag/v2.5.7", "v2.9.5.g146d717": "https://github.com/T145/metalchests/releases/tag/v2.9.5", "v3.0.2.g1652b57": "https://github.com/T145/metalchests/releases/tag/v3.0.2", "v3.0.5.ge3381ce": "https://github.com/T145/metalchests/releases/tag/v3.0.5", "v3.1.6.g7177eac": "https://github.com/T145/metalchests/releases/tag/v3.1.6", "v3.6.7.g5e3c0c1": "https://github.com/T145/metalchests/releases/tag/v3.6.7", "v3.7.0.g0616017": "https://github.com/T145/metalchests/releases/tag/v3.7.0", "v3.8.1.gfd0d85a": "https://github.com/T145/metalchests/releases/tag/v3.8.1", "v3.9.0.g9b0c79e": "https://github.com/T145/metalchests/releases/tag/v3.9.0", "v4.0.1.g01955d6": "https://github.com/T145/metalchests/releases/tag/v4.0.1" }, "promos": { "1.12.2-latest": "v4.0.1.g01955d6", "1.12.2-recommended": "v4.0.1.g01955d6" } }

[12:28:18] [Forge Version Check/INFO] [forge.VersionCheck]: [metalchests] Found status: UP_TO_DATE Target: null [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.336s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod metalchests [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod metalchests [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - MetalChests took 0.000s [12:28:18] [Server thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.338s [12:28:18] [Server thread/DEBUG] [FML]: All registries frozen [12:28:18] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod minecraft [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod minecraft [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mcp [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mcp [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Coder Pack took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod FML [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod FML [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Forge Mod Loader took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod forge [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod forge [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Forge took 0.000s [12:28:18] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod metalchests [12:28:18] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod metalchests [12:28:18] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - MetalChests took 0.000s [12:28:18] [Server thread/DEBUG] [FML]: Bar Finished: ServerAboutToStart took 0.001s [12:28:18] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world" [12:28:19] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@63207174) [12:28:20] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements [12:28:21] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@63207174) [12:28:21] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@63207174) [12:28:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 [12:28:22] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 4% [12:28:23] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 10% [12:28:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 17% [12:28:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 25% [12:28:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 36% [12:28:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 44% [12:28:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 54% [12:28:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 66% [12:28:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 76% [12:28:31] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 85% [12:28:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 93%

[12:28:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod minecraft [12:28:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod minecraft [12:28:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft took 0.000s [12:28:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mcp [12:28:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mcp [12:28:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Coder Pack took 0.000s [12:28:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod FML [12:28:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod FML [12:28:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Forge Mod Loader took 0.000s [12:28:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod forge [12:28:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod forge [12:28:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Forge took 0.049s [12:28:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod metalchests [12:28:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod metalchests [12:28:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - MetalChests took 0.000s [12:28:33] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarting took 0.051s [12:28:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod minecraft [12:28:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod minecraft [12:28:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft took 0.000s [12:28:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mcp [12:28:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mcp [12:28:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Coder Pack took 0.000s [12:28:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod FML [12:28:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod FML [12:28:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Forge Mod Loader took 0.000s [12:28:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod forge [12:28:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod forge [12:28:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Forge took 0.000s [12:28:33] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod metalchests [12:28:33] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod metalchests [12:28:33] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - MetalChests took 0.000s [12:28:33] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarted took 0.001s [12:28:33] [Server thread/DEBUG] [FML]: Queueing dimension -1 to unload [12:28:33] [Server thread/DEBUG] [FML]: Queueing dimension 1 to unload [12:28:33] [Server thread/INFO] [FML]: Unloading dimension -1 [12:28:34] [Server thread/INFO] [FML]: Unloading dimension 1 [12:29:18] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:29:23] [Server thread/TRACE] [FML]: Handshake channel activating [12:29:23] [Server thread/DEBUG] [FML]: FMLHandshakeServerState: null->FMLHandshakeServerState$1:START [12:29:23] [Server thread/DEBUG] [FML]: Next: HELLO [12:29:23] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $ClientHello->FMLHandshakeServerState$2:HELLO [12:29:23] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [12:29:23] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $ModList:5 mods->FMLHandshakeServerState$2:HELLO [12:29:23] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,metalchests@v4.0.1.g01955d6,FML@8.0.99.99,forge@14.23.5.2815,mcp@9.42 [12:29:23] [Netty Server IO #1/DEBUG] [FML]: Next: WAITINGCACK [12:29:23] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK [12:29:23] [Netty Server IO #1/DEBUG] [FML]: Next: COMPLETE [12:29:24] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{3}->FMLHandshakeServerState$4:COMPLETE [12:29:24] [Netty Server IO #1/DEBUG] [FML]: Next: DONE [12:29:24] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{4}->FMLHandshakeServerState$5:DONE [12:29:24] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE [12:29:24] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established [12:30:03] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:30:48] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:31:04] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.item.EntityMinecart from class T145.metalchests.entities.EntityMinecartMetalChest [12:31:04] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task java.util.concurrent.ExecutionException: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_201] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_201] 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_201] Caused by: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at T145.metalchests.entities.EntityMinecartMetalChest.openInventory(EntityMinecartMetalChest.java) ~[EntityMinecartMetalChest.class:?] at T145.metalchests.containers.ContainerMetalChest.(ContainerMetalChest.java:40) ~[ContainerMetalChest.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:45) ~[GuiHandler.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:30) ~[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 T145.metalchests.entities.EntityMinecartMetalChest.func_184230_a(EntityMinecartMetalChest.java:150) ~[EntityMinecartMetalChest.class:?] at net.minecraft.entity.player.EntityPlayer.func_190775_a(EntityPlayer.java:1199) ~[aed.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:1073) ~[pa.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:69) ~[li.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:13) ~[li.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_201] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_201] at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?] ... 5 more [12:31:06] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task java.util.concurrent.ExecutionException: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_201] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_201] 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_201] Caused by: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at T145.metalchests.entities.EntityMinecartMetalChest.openInventory(EntityMinecartMetalChest.java) ~[EntityMinecartMetalChest.class:?] at T145.metalchests.containers.ContainerMetalChest.(ContainerMetalChest.java:40) ~[ContainerMetalChest.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:45) ~[GuiHandler.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:30) ~[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 T145.metalchests.entities.EntityMinecartMetalChest.func_184230_a(EntityMinecartMetalChest.java:150) ~[EntityMinecartMetalChest.class:?] at net.minecraft.entity.player.EntityPlayer.func_190775_a(EntityPlayer.java:1199) ~[aed.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:1073) ~[pa.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:69) ~[li.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:13) ~[li.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_201] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_201] at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?] ... 5 more [12:31:07] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task java.util.concurrent.ExecutionException: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_201] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_201] 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_201] Caused by: java.lang.AbstractMethodError: Method T145/metalchests/entities/EntityMinecartMetalChest.openInventory(Lnet/minecraft/entity/player/EntityPlayer;)V is abstract at T145.metalchests.entities.EntityMinecartMetalChest.openInventory(EntityMinecartMetalChest.java) ~[EntityMinecartMetalChest.class:?] at T145.metalchests.containers.ContainerMetalChest.(ContainerMetalChest.java:40) ~[ContainerMetalChest.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:45) ~[GuiHandler.class:?] at T145.metalchests.client.gui.GuiHandler.getServerGuiElement(GuiHandler.java:30) ~[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 T145.metalchests.entities.EntityMinecartMetalChest.func_184230_a(EntityMinecartMetalChest.java:150) ~[EntityMinecartMetalChest.class:?] at net.minecraft.entity.player.EntityPlayer.func_190775_a(EntityPlayer.java:1199) ~[aed.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:1073) ~[pa.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:69) ~[li.class:?] at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:13) ~[li.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_201] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_201] at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?] ... 5 more [12:31:33] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:32:18] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:33:03] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:33:48] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:34:33] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:35:18] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:36:03] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:36:48] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:37:33] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:38:18] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world [12:39:03] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save world

T145 commented 5 years ago

Yes, but this is the latest version, not after I just fixed the issue lol.

elwartowswl commented 5 years ago

:) Ok, I thought you just closed it because you thought I was using the commercial version of Java instead of Java 1.8.0u191 or 1.8.0u201

T145 commented 5 years ago

Next time, please use a service like Pastebin.