Skip to content

Instantly share code, notes, and snippets.

@AzureDoom
Created July 30, 2019 00:31
Show Gist options
  • Save AzureDoom/3a6621603c32e841ee09b562a2263061 to your computer and use it in GitHub Desktop.
Save AzureDoom/3a6621603c32e841ee09b562a2263061 to your computer and use it in GitHub Desktop.
[19:30:31] [Netty Epoll Server IO #1/INFO] [FML]: Client protocol version 2
[19:30:31] [Netty Epoll Server IO #1/INFO] [FML]: Client attempting to join with 78 mods : mclib@1.0.1,ctgui@1.0.0,infernomobs@1.20.5.2 - MC 1.12.2,stacksize@1.1,creativecoredummy@1.0.0,blockbuster@1.6,arcane_essentials@1.0,ebwizardry@4.1.4,mmorpg@1.6.13,junglemobs@1.20.5.2 - MC 1.12.2,custommainmenu@2.0.8,cosmeticarmorreworked|tombmanygraves@1.12.2-v4,demonmobs@1.20.5.2 - MC 1.12.2,mcp@9.42,ctm@MC1.12.2-0.3.3.22,oxygen@0.7.1,plainsmobs@1.20.5.2 - MC 1.12.2,metamorph@1.1.8,custombackgrounds@1.0,justthetips@1.12-1.0.1.1,forgelin@1.6.0,keepinginventory@2.4,shadowmobs@1.20.5.2 - MC 1.12.2,ironbackpacks@1.12.2-3.0.8-12,randompatches@1.12.2-1.17.2.1,joypadsplitscreenmod@1.12.0-0.22,secretroomsmod@5.6.4,oxygen_exchange@0.1.2,forgeessentials@12.3,oxygen_playerslist@0.1.0,oxygen_teleportation@0.4.4,emoticons@0.3,fpsreducer@1.12.2-1.9,crafttweaker@4.1.17,rebind@2.7.5,forge@14.23.5.2836,extra_spells@1.0.3,com.boydti.fawe@3.5.1,freshwatermobs@1.20.5.2 - MC 1.12.2,oxygen_friendslist@0.1.1,variedcommodities@1.12.2,titlechanger@1.1.3,minecraft@1.12.2,saltwatermobs@1.20.5.2 - MC 1.12.2,skin_n_bones@1.1,desertmobs@1.20.5.2 - MC 1.12.2,crafttweakerjei@2.0.3,silentlib@2.2.18,baubles@1.5.2,creativecore@1.9.9,oxygen_interaction@0.1.0,forestmobs@1.20.5.2 - MC 1.12.2,backstab@1.0.3,swampmobs@1.20.5.2 - MC 1.12.2,fw@1.6.0,srm-hooks@1.12.2-1.0.0,lightair@1.12-2.2,oxygen_merchants@0.1.1,resourceloader@1.5.3,lycanitesmobs@1.20.5.2 - MC 1.12.2,littletilescore@1.0.0,patchouli@1.0-18,shadowmc@3.8.0,autoreglib@1.3-12,rcraft@1.7.5,hungerstrike@1.12-1.0.8,mercurius_updater@1.0,offlineskins@1.12.2-v4,FML@8.0.99.99,customnpcs@1.12,worldedit@6.1.8,arcticmobs@1.20.5.2 - MC 1.12.2,minemenu@1.6.10,cosmeticarmorreworked@1.12.2-v4,elementalmobs@1.20.5.2 - MC 1.12.2,mountainmobs@1.20.5.2 - MC 1.12.2,oxygen_groups@0.1.4,littletiles@1.5.0
[19:30:32] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[19:30:32] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: AzureZhen[/127.0.0.1:43838] logged in with entity id 28 at (10.114691113160331, 25.0, 5.852152020974598)
[19:30:32] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: AzureZhen joined the game
[19:30:32] [Server thread/ERROR] [FML]: Exception caught during firing event com.forgeessentials.util.events.PlayerChangedZone@2c0ef798:
java.lang.NullPointerException: The validated object is null
at org.apache.commons.lang3.Validate.notNull(Validate.java:225) ~[minecraft_server.1.12.2.jar:?]
at org.apache.commons.lang3.Validate.notNull(Validate.java:206) ~[minecraft_server.1.12.2.jar:?]
at net.minecraft.util.NonNullList.set(SourceFile:49) ~[fi.class:?]
at net.minecraft.entity.player.InventoryPlayer.func_70299_a(InventoryPlayer.java:575) ~[aec.class:?]
at com.forgeessentials.protection.ProtectionEventHandler.checkPlayerInventory(ProtectionEventHandler.java:1012) ~[ProtectionEventHandler.class:?]
at com.forgeessentials.protection.ProtectionEventHandler.playerChangedZoneEvent(ProtectionEventHandler.java:763) ~[ProtectionEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_571_ProtectionEventHandler_playerChangedZoneEvent_PlayerChangedZone.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 com.forgeessentials.permissions.core.ZonedPermissionHelper.playerLogin(ZonedPermissionHelper.java:555) [ZonedPermissionHelper.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_388_ZonedPermissionHelper_playerLogin_PlayerLoggedInEvent.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.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:575) [FMLCommonHandler.class:?]
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:219) [pl.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:255) [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: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(Thread.java:748) [?:1.8.0_181]
[19:30:32] [Server thread/ERROR] [FML]: Index: 3 Listeners:
[19:30:32] [Server thread/ERROR] [FML]: 0: HIGHEST
[19:30:32] [Server thread/ERROR] [FML]: 1: ASM: com.forgeessentials.protection.ProtectionEventHandler@1d70dd5d playerChangedZoneEventHigh(Lcom/forgeessentials/util/events/PlayerChangedZone;)V
[19:30:32] [Server thread/ERROR] [FML]: 2: NORMAL
[19:30:32] [Server thread/ERROR] [FML]: 3: ASM: com.forgeessentials.protection.ProtectionEventHandler@1d70dd5d playerChangedZoneEvent(Lcom/forgeessentials/util/events/PlayerChangedZone;)V
[19:30:32] [Server thread/ERROR] [FML]: 4: LOWEST
[19:30:32] [Server thread/ERROR] [FML]: 5: ASM: com.forgeessentials.permissions.core.ZonedPermissionHelper@7b55d003 playerChangedZoneEvent(Lcom/forgeessentials/util/events/PlayerChangedZone;)V
[19:30:32] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.PlayerEvent$PlayerLoggedInEvent@14b3e77d:
java.lang.NullPointerException: The validated object is null
at org.apache.commons.lang3.Validate.notNull(Validate.java:225) ~[minecraft_server.1.12.2.jar:?]
at org.apache.commons.lang3.Validate.notNull(Validate.java:206) ~[minecraft_server.1.12.2.jar:?]
at net.minecraft.util.NonNullList.set(SourceFile:49) ~[fi.class:?]
at net.minecraft.entity.player.InventoryPlayer.func_70299_a(InventoryPlayer.java:575) ~[aec.class:?]
at com.forgeessentials.protection.ProtectionEventHandler.checkPlayerInventory(ProtectionEventHandler.java:1012) ~[ProtectionEventHandler.class:?]
at com.forgeessentials.protection.ProtectionEventHandler.playerChangedZoneEvent(ProtectionEventHandler.java:763) ~[ProtectionEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_571_ProtectionEventHandler_playerChangedZoneEvent_PlayerChangedZone.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 com.forgeessentials.permissions.core.ZonedPermissionHelper.playerLogin(ZonedPermissionHelper.java:555) ~[ZonedPermissionHelper.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_388_ZonedPermissionHelper_playerLogin_PlayerLoggedInEvent.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.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:575) [FMLCommonHandler.class:?]
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:219) [pl.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:255) [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: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(Thread.java:748) [?:1.8.0_181]
[19:30:32] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[19:30:32] [Server thread/ERROR] [FML]: 0: HIGHEST
[19:30:32] [Server thread/ERROR] [FML]: 1: ASM: com.forgeessentials.core.ForgeEssentials@1883869f playerLoggedInEvent(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 2: ASM: com.forgeessentials.permissions.core.ZonedPermissionHelper@7b55d003 playerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 3: NORMAL
[19:30:32] [Server thread/ERROR] [FML]: 4: ASM: forge playerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 5: ASM: class electroblob.wizardry.WizardryEventHandler onPlayerLoggedInEvent(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 6: ASM: class com.robertx22.onevent.player.OnLogin onLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 7: ASM: class com.wynprice.secretroomsmod.handler.EnergizedPasteHandler onPlayerJoin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 8: ASM: lain.mods.cos.InventoryManager@6606ea88 handleEvent(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 9: ASM: crafttweaker.mc1120.events.CommonEventHandler@16927816 onPlayerLoggedIn(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 10: ASM: noppes.npcs.ServerTickHandler@1577ee66 playerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 11: ASM: class vazkii.patchouli.common.handler.AdvancementSyncHandler onLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 12: ASM: net.silentchaos512.lib.event.SilentLibCommonEvents@2d2fa465 onPlayerLoggedIn(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 13: ASM: noppes.vc.ServerEventsHandler@286ad02d playerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 14: ASM: mchorse.metamorph.capabilities.CapabilityHandler@47c257df playerLogsIn(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 15: ASM: mchorse.blockbuster.capabilities.CapabilityHandler@6d22e8e2 playerLogsIn(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 16: ASM: mchorse.emoticons.cf69d3700aa459cb9@5a27c39c m431d025410e40ec5(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 17: ASM: com.forgeessentials.tickets.ModuleTickets@30ec78a0 loadData(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 18: ASM: com.forgeessentials.chat.ModuleChat@7366db37 onPlayerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 19: ASM: austeretony.oxygen.common.event.OxygenEventsServer@4c04edb onPlayerLogIn(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 20: ASM: com.forgeessentials.chat.Mailer@78d58022 playerLoggedInEvent(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 21: LOW
[19:30:32] [Server thread/ERROR] [FML]: 22: ASM: com.forgeessentials.protection.ProtectionEventHandler@1d70dd5d playerLoginEvent(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 23: LOWEST
[19:30:32] [Server thread/ERROR] [FML]: 24: ASM: com.forgeessentials.chat.irc.IrcHandler@6392affe playerLoginEvent(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 25: ASM: com.forgeessentials.commands.util.ModuleCommandsEventHandler@468c4fb1 playerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/ERROR] [FML]: 26: ASM: com.forgeessentials.playerlogger.PlayerLogger@62bf9f2 playerLoggedInEvent(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[19:30:32] [Server thread/WARN] [net.minecraft.network.NetworkSystem]: Failed to handle packet for /127.0.0.1:43838
java.lang.NullPointerException: The validated object is null
at org.apache.commons.lang3.Validate.notNull(Validate.java:225) ~[minecraft_server.1.12.2.jar:?]
at org.apache.commons.lang3.Validate.notNull(Validate.java:206) ~[minecraft_server.1.12.2.jar:?]
at net.minecraft.util.NonNullList.set(SourceFile:49) ~[fi.class:?]
at net.minecraft.entity.player.InventoryPlayer.func_70299_a(InventoryPlayer.java:575) ~[aec.class:?]
at com.forgeessentials.protection.ProtectionEventHandler.checkPlayerInventory(ProtectionEventHandler.java:1012) ~[ProtectionEventHandler.class:?]
at com.forgeessentials.protection.ProtectionEventHandler.playerChangedZoneEvent(ProtectionEventHandler.java:763) ~[ProtectionEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_571_ProtectionEventHandler_playerChangedZoneEvent_PlayerChangedZone.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 com.forgeessentials.permissions.core.ZonedPermissionHelper.playerLogin(ZonedPermissionHelper.java:555) ~[ZonedPermissionHelper.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_388_ZonedPermissionHelper_playerLogin_PlayerLoggedInEvent.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.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:575) ~[FMLCommonHandler.class:?]
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:219) ~[pl.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:255) ~[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: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(Thread.java:748) [?:1.8.0_181]
[19:30:33] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: AzureZhen lost connection: Internal server error
[19:30:33] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: AzureZhen left the game
[19:30:33] [Playerlogger/INFO] [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator]: HHH000397: Using ASTQueryTranslatorFactory
[19:30:34] [Playerlogger/WARN] [FML]: =============================================================
[19:30:34] [Playerlogger/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[19:30:34] [Playerlogger/WARN] [FML]: Offender: antlr/Parser.panic()V
[19:30:34] [Playerlogger/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[19:30:34] [Playerlogger/WARN] [FML]: =============================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment