-
Notifications
You must be signed in to change notification settings - Fork 30
Description
16:29:19] [Netty Epoll Server IO #5/INFO] [FML]: Client protocol version 2
[16:29:19] [Netty Epoll Server IO #5/INFO] [FML]: Client attempting to join with 98 mods : [email protected],[email protected],[email protected],[email protected],[email protected] ,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],cofhworld@1. 1.1,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],thau [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],botania@r1 .10-354,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] .0.10a,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],th [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],appliedenergistics2@rv5-stable-11,[email protected],cham [email protected],[email protected]+release.109.220f184,[email protected],[email protected],micdoodlecore@,[email protected],[email protected],[email protected],[email protected] 7,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] r,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],storagedrawe [email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[16:29:19] [Netty Epoll Server IO #5/INFO] [journeymap]: CLIENT
[16:29:23] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[16:29:23] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: croziors[/80.236.87.133:64819] logged in with entity id 193 at (-363.9013485586562, 65.49520087700593, -22.72258505308937 5)
[16:29:23] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: §ecroziors§r§e joined the game§r
[16:29:23] [Server thread/INFO] [journeymap]: croziors joining dimension 0
[16:29:23] [Server thread/ERROR] [FML]: FMLIndexedMessageCodec exception caught
io.netty.handler.codec.EncoderException: java.lang.RuntimeException: Undefined discriminator for message type DimensionPermissionPacket in channel jm_dim_permission
at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:106) ~[MessageToMessageEncoder.class:?]
at io.netty.handler.codec.MessageToMessageCodec.write(MessageToMessageCodec.java:116) ~[MessageToMessageCodec.class:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:738) ~[AbstractChannelHandlerContext.class:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:801) ~[AbstractChannelHandlerContext.class:?]
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:814) ~[AbstractChannelHandlerContext.class:?]
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:794) ~[AbstractChannelHandlerContext.class:?]
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:831) ~[AbstractChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1032) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:296) ~[AbstractChannel.class:?]
at net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper.sendTo(SimpleNetworkWrapper.java:250) [SimpleNetworkWrapper.class:?]
at journeymap.common.network.PacketHandler.sendDimensionPacketToPlayer(PacketHandler.java:60) [PacketHandler.class:1.12.2-5.5.2]
at journeymap.server.events.ForgeEvents.on(ForgeEvents.java:68) [ForgeEvents.class:1.12.2-5.5.2]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_902_ForgeEvents_on_EntityJoinWorldEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
at net.minecraft.world.World.func_72838_d(World.java:1205) [amu.class:?]
at net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:1058) [oo.class:?]
at net.minecraft.server.management.PlayerList.func_72377_c(PlayerList.java:376) [pl.class:?]
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:165) [pl.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:256) [NetworkDispatcher.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72) [NetworkDispatcher.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205) [NetworkDispatcher$1.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285) [gw.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [oz.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [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(Thread.java:748) [?:1.8.0_171]
Caused by: java.lang.RuntimeException: Undefined discriminator for message type DimensionPermissionPacket in channel jm_dim_permission
at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.encode(FMLIndexedMessageToMessageCodec.java:72) ~[FMLIndexedMessageToMessageCodec.class:?]
at io.netty.handler.codec.MessageToMessageCodec$1.encode(MessageToMessageCodec.java:67) ~[MessageToMessageCodec$1.class:?]
at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:88) ~[MessageToMessageEncoder.class:?]
... 28 more
[16:29:23] [Server thread/INFO] [wizardry]: Sending module list to croziors
[16:29:23] [Server thread/INFO] [Mekanism]: Sent config to 'croziors.'
[16:29:23] [Server thread/INFO] [journeymap]: Sending log in packet.
[16:29:52] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking block entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:773) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) ~[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(Thread.java:748) [?:1.8.0_171]
Caused by: java.lang.NullPointerException
at mcjty.lib.varia.Logging.warn(Logging.java:73) ~[Logging.class:?]
at mcjty.rftools.blocks.logic.generic.LogicTileEntity.getFacing(LogicTileEntity.java:29) ~[LogicTileEntity.class:?]
at mcjty.rftools.blocks.logic.generic.LogicSlabBlock.func_176221_a(LogicSlabBlock.java:294) ~[LogicSlabBlock.class:?]
at mcjty.rftools.blocks.storage.LevelEmitterBlock.func_176221_a(LevelEmitterBlock.java:127) ~[LevelEmitterBlock.class:?]
at forestry.apiculture.flowers.FlowerRegistry$AcceptedFlowerPredicate.test(FlowerRegistry.java:314) ~[FlowerRegistry$AcceptedFlowerPredicate.class:?]
at forestry.apiculture.HasFlowersCache.update(HasFlowersCache.java:105) ~[HasFlowersCache.class:?]
at forestry.apiculture.WorldgenBeekeepingLogic.canWork(WorldgenBeekeepingLogic.java:100) ~[WorldgenBeekeepingLogic.class:?]
at forestry.apiculture.tiles.TileHive.func_73660_a(TileHive.java:124) ~[TileHive.class:?]
at net.minecraft.world.World.func_72939_s(World.java:1832) ~[amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) ~[oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) ~[MinecraftServer.class:?]
... 4 more
[16:29:52] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: /home/minecraft/./crash-reports/crash-2018-05-21_16.29.52-server.txt
[16:29:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[16:29:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
[16:29:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[16:29:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/overworld
[16:29:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/Nibiru
[16:29:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/ExtraUtils2_Quarry_Dim
[16:29:53] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/Storage Cell
[16:29:53] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/Diona
[16:29:53] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 0
[16:29:53] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -2544
[16:29:53] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -9999
[16:29:53] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 2
[16:29:53] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -2542
[16:29:54] [Server thread/INFO] [FML]: Unloading dimension 0
[16:29:54] [Server thread/INFO] [FML]: Unloading dimension -2544
[16:29:54] [Server thread/INFO] [FML]: Unloading dimension -9999
[16:29:54] [Server thread/INFO] [FML]: Unloading dimension 2
[16:29:54] [Server thread/INFO] [FML]: Unloading dimension -2542
[16:29:54] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
[16:29:54] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2543
[16:29:54] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2542
[16:29:54] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
[16:29:54] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2544
[16:29:54] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -31
[16:29:54] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
[16:29:54] [Server thread/INFO] [mcjty.lib.varia.Logging]: RFTools: server is stopping. Shutting down gracefully
[16:29:54] [Thread-27/INFO] [THAUMCRAFT]: Stopping aura thread for dim 0
[16:29:54] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[16:29:54] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[16:29:54] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players