Skip to content

Instantly share code, notes, and snippets.

@skellitor301
Created August 11, 2018 04:19
Show Gist options
  • Save skellitor301/950520e1c55bd67c6713a9fa7917353c to your computer and use it in GitHub Desktop.
Save skellitor301/950520e1c55bd67c6713a9fa7917353c to your computer and use it in GitHub Desktop.
[00:08:56] [Server thread/INFO]: Starting minecraft server version 1.10.2
[00:09:28] [Server thread/INFO]: Loading properties
[00:09:28] [Server thread/WARN]: You specified a resource pack without providing a sha1 hash. Pack will be updated on the client only if you change the name of the pack.
[00:09:28] [Server thread/INFO]: Default game type: SURVIVAL
[00:09:28] [Server thread/INFO]: Generating keypair
[00:09:28] [Server thread/INFO]: Starting Minecraft server on 158.69.23.139:27433
[00:09:28] [Server thread/INFO]: Using epoll channel type
[00:09:37] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NullPointerException: The name to be added to the registry is null. This can only happen with a corrupted registry state. Reflection/ASM hackery? Registry bug?
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:568) ~[FMLControlledNamespacedRegistry.class:?]
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.set(FMLControlledNamespacedRegistry.java:192) ~[FMLControlledNamespacedRegistry.class:?]
at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadRegistry(PersistentRegistryManager.java:413) ~[PersistentRegistryManager.class:?]
at net.minecraftforge.fml.common.registry.PersistentRegistryManager.freezeData(PersistentRegistryManager.java:500) ~[PersistentRegistryManager.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:814) ~[Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214) ~[ld.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
[00:09:37] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/servers/mine224010/./crash-reports/crash-2018-08-11_00.09.37-server.txt
[00:09:37] [Server thread/INFO]: Stopping server
[00:09:37] [Server thread/INFO]: Saving worlds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment