Skip to content

Instantly share code, notes, and snippets.

@fcpwiz
Created July 4, 2017 13:02
Show Gist options
  • Save fcpwiz/2536d9ba0c607525b9ceaccc45e8195e to your computer and use it in GitHub Desktop.
Save fcpwiz/2536d9ba0c607525b9ceaccc45e8195e to your computer and use it in GitHub Desktop.
[08:57:47] [Server thread/INFO]: Starting minecraft server version 1.10.2
[08:58:13] [Server thread/INFO]: __ __ ___ __ __
[08:58:13] [Server thread/INFO]: | | | / ` |__/ |__) |__ |__) |\/| /__`
[08:58:13] [Server thread/INFO]: |___ \__/ \__, | \ | |___ | \ | | .__/
[08:58:13] [Server thread/INFO]:
[08:58:13] [Server thread/INFO]: Loading version v3.2.11 on Sponge - SpongeForge
[08:58:13] [Server thread/INFO]: Running on server version SpongeAPI: 5.2.0-SNAPSHOT-c675e80 - SpongeForge: 1.10.2-2281-5.2.0-BETA-2433
[08:58:13] [Server thread/INFO]:
[08:58:13] [Server thread/INFO]: [LP] Loading configuration...
[08:58:13] [Server thread/INFO]: [LP] Identified the following dependencies: []
[08:58:13] [Server thread/INFO]: [LP] Loading storage provider... [YAML]
[08:58:14] [Server thread/INFO]: [LP] Loading internal permission managers...
[08:58:14] [Server thread/INFO]: [LP] Registering PermissionService...
[08:58:14] [Server thread/INFO]: [LP] Performing initial data load...
[08:58:14] [Server thread/INFO]: [LP] Successfully enabled.
[08:58:16] [Server thread/INFO]: --------------------------
[08:58:16] [Server thread/INFO]: Welcome to Nucleus version 0.29.3-S5.1, running on Sponge API 5.2.0-SNAPSHOT-c675e80. We're glad you're with us!
[08:58:16] [Server thread/INFO]: We're now starting up. If you have any questions, visit our documentation site at http://nucleuspowered.org/docs
[08:58:16] [Server thread/INFO]: You can also add a message to our Sponge Forum thread, or visit us in Discord - https://discord.gg/MC2mAuS
[08:58:16] [Server thread/INFO]: Discover a bug? Report it at https://github.com/NucleusPowered/Nucleus/issues - adding a copy of the file from /nucleus info to the report!
[08:58:16] [Server thread/INFO]: --------------------------
[08:58:52] [Server thread/INFO]: Loading properties
[08:58:52] [Server thread/INFO]: Default game type: SURVIVAL
[08:58:52] [Server thread/INFO]: Generating keypair
[08:58:52] [Server thread/INFO]: Starting Minecraft server on *:25565
[08:58:52] [Server thread/INFO]: Using epoll channel type
[08:59:13] [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_131]
[08:59:13] [Server thread/ERROR]: This crash report has been saved to: /home/AMP/.ampdata/instances/MCMA/Minecraft/./crash-reports/crash-2017-07-04_08.59.13-server.txt
[08:59:13] [Server thread/INFO]: Stopping server
[08:59:13] [Server thread/INFO]: Saving worlds
[08:59:14] [Server Shutdown Thread/INFO]: Stopping server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment