Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.11.2] Doing /kill on a gc dimension crashes the client #2512

Closed
ThomasAunvik opened this issue Apr 7, 2017 · 9 comments
Closed

[1.11.2] Doing /kill on a gc dimension crashes the client #2512

ThomasAunvik opened this issue Apr 7, 2017 · 9 comments
Labels

Comments

@ThomasAunvik
Copy link

ThomasAunvik commented Apr 7, 2017

Crash Report
Followed with a #2508

Forge Version: forge-1.11.2-13.20.0.2265
MicDoodleCore: 1.11.2-4.0.0.53-BETA
GalacticraftCore: 1.11.2-4.0.0.53-BETA
GalacticraftPlanets: 1.11.2-4.0.0.53-BETA

@MJRLegends
Copy link
Contributor

MJRLegends commented Apr 7, 2017

@micdoodle8 @radfast To try and help you fix this/make your lifes easier, it seems the game is making the extended inventory item slots null when player dies.

java.lang.NullPointerException: The validated object is null
    at org.apache.commons.lang3.Validate.notNull(Validate.java:222) ~[commons-lang3-3.3.2.jar:3.3.2]
    at org.apache.commons.lang3.Validate.notNull(Validate.java:203) ~[commons-lang3-3.3.2.jar:3.3.2]
    at net.minecraft.util.NonNullList.set(SourceFile:45) ~[dd.class:?]
    at micdoodle8.mods.galacticraft.core.inventory.InventoryExtended.func_70299_a(InventoryExtended.java:64) ~[InventoryExtended.class:?]
    at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.onPlayerDeath(EventHandlerGC.java:785) ~[EventHandlerGC.class:?]

@ThomasAunvik
Copy link
Author

Another issue. Doing /kill in the overworld gives out exceptions

[17:21:15] [Server thread/INFO]: Thaun_ fell out of the world
[17:21:15] [Server thread/ERROR]: Exception caught during firing event net.minecraftforge.event.entity.player.PlayerDropsEvent@7a6c869b:
java.lang.NullPointerException: The validated object is null
	at org.apache.commons.lang3.Validate.notNull(Validate.java:222) ~[commons-lang3-3.3.2.jar:3.3.2]
	at org.apache.commons.lang3.Validate.notNull(Validate.java:203) ~[commons-lang3-3.3.2.jar:3.3.2]
	at net.minecraft.util.NonNullList.set(SourceFile:45) ~[dd.class:?]
	at micdoodle8.mods.galacticraft.core.inventory.InventoryExtended.func_70299_a(InventoryExtended.java:64) ~[InventoryExtended.class:?]
	at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.onPlayerDeath(EventHandlerGC.java:785) ~[EventHandlerGC.class:?]
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_47_EventHandlerGC_onPlayerDeath_PlayerDropsEvent.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:185) [EventBus.class:?]
	at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:499) [ly.class:?]
	at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:990) [sw.class:?]
	at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040) [aay.class:?]
	at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571) [ly.class:?]
	at net.minecraft.entity.EntityLivingBase.func_174812_G(EntityLivingBase.java:156) [sw.class:?]
	at net.minecraft.command.CommandKill.func_184881_a(SourceFile:35) [an.class:?]
	at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:119) [k.class:?]
	at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:91) [k.class:?]
	at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:904) [mi.class:?]
	at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:883) [mi.class:?]
	at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [ip.class:?]
	at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [ip.class:?]
	at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fo$1.class:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
	at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:679) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624) [MinecraftServer.class:?]
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) [cch.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
[17:21:15] [Server thread/ERROR]: Index: 1 Listeners:
[17:21:15] [Server thread/ERROR]: 0: NORMAL
[17:21:15] [Server thread/ERROR]: 1: ASM: micdoodle8.mods.galacticraft.core.event.EventHandlerGC@6500d306 onPlayerDeath(Lnet/minecraftforge/event/entity/player/PlayerDropsEvent;)V
[17:21:15] [Server thread/WARN]: Couldn't process command: 'kill'
java.lang.NullPointerException: The validated object is null
	at org.apache.commons.lang3.Validate.notNull(Validate.java:222) ~[commons-lang3-3.3.2.jar:3.3.2]
	at org.apache.commons.lang3.Validate.notNull(Validate.java:203) ~[commons-lang3-3.3.2.jar:3.3.2]
	at net.minecraft.util.NonNullList.set(SourceFile:45) ~[dd.class:?]
	at micdoodle8.mods.galacticraft.core.inventory.InventoryExtended.func_70299_a(InventoryExtended.java:64) ~[InventoryExtended.class:?]
	at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.onPlayerDeath(EventHandlerGC.java:785) ~[EventHandlerGC.class:?]
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_47_EventHandlerGC_onPlayerDeath_PlayerDropsEvent.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:185) ~[EventBus.class:?]
	at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:499) ~[ly.class:?]
	at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:990) ~[sw.class:?]
	at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040) ~[aay.class:?]
	at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571) ~[ly.class:?]
	at net.minecraft.entity.EntityLivingBase.func_174812_G(EntityLivingBase.java:156) ~[sw.class:?]
	at net.minecraft.command.CommandKill.func_184881_a(SourceFile:35) ~[an.class:?]
	at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:119) [k.class:?]
	at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:91) [k.class:?]
	at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:904) [mi.class:?]
	at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:883) [mi.class:?]
	at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [ip.class:?]
	at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [ip.class:?]
	at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fo$1.class:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
	at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:679) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624) [MinecraftServer.class:?]
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) [cch.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
[17:21:15] [Client thread/INFO]: [CHAT] Thaun_ fell out of the world
[17:21:15] [Client thread/INFO]: [CHAT] An unknown error occurred while attempting to perform this command

@radfast
Copy link
Collaborator

radfast commented Apr 8, 2017

This is likely caused by an issue in micdoodlecore which we know about, please bear with us until we get the next version out which should clear up a lot of things like this.

@radfast
Copy link
Collaborator

radfast commented Apr 9, 2017

This is likely now fixed in version 58 - @ThomasAunvik please can I trouble you to re-test it?

@ThomasAunvik
Copy link
Author

ThomasAunvik commented Apr 9, 2017

Ok, doing /kill in the moon and the overworld does not crash the client, but it still will give out the exception:

[23:37:07] [Server thread/ERROR]: Exception caught during firing event net.minecraftforge.event.entity.player.PlayerDropsEvent@55cb256d:
java.lang.NullPointerException: The validated object is null
	at org.apache.commons.lang3.Validate.notNull(Validate.java:222) ~[commons-lang3-3.3.2.jar:3.3.2]
	at org.apache.commons.lang3.Validate.notNull(Validate.java:203) ~[commons-lang3-3.3.2.jar:3.3.2]
	at net.minecraft.util.NonNullList.set(SourceFile:45) ~[dd.class:?]
	at micdoodle8.mods.galacticraft.core.inventory.InventoryExtended.func_70299_a(InventoryExtended.java:64) ~[InventoryExtended.class:?]
	at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.onPlayerDeath(EventHandlerGC.java:785) ~[EventHandlerGC.class:?]
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_18_EventHandlerGC_onPlayerDeath_PlayerDropsEvent.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:185) [EventBus.class:?]
	at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:499) [ly.class:?]
	at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:990) [sw.class:?]
	at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040) [aay.class:?]
	at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571) [ly.class:?]
	at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:83) [GCEntityPlayerMP.class:?]
	at net.minecraft.entity.EntityLivingBase.func_174812_G(EntityLivingBase.java:156) [sw.class:?]
	at net.minecraft.command.CommandKill.func_184881_a(SourceFile:35) [an.class:?]
	at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:119) [k.class:?]
	at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:91) [k.class:?]
	at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:904) [mi.class:?]
	at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:883) [mi.class:?]
	at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [ip.class:?]
	at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [ip.class:?]
	at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fo$1.class:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
	at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:679) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624) [MinecraftServer.class:?]
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) [cch.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
[23:37:07] [Server thread/ERROR]: Index: 1 Listeners:
[23:37:07] [Server thread/ERROR]: 0: NORMAL
[23:37:07] [Server thread/ERROR]: 1: ASM: micdoodle8.mods.galacticraft.core.event.EventHandlerGC@5afef53 onPlayerDeath(Lnet/minecraftforge/event/entity/player/PlayerDropsEvent;)V
[23:37:07] [Server thread/WARN]: Couldn't process command: 'kill'
java.lang.NullPointerException: The validated object is null
	at org.apache.commons.lang3.Validate.notNull(Validate.java:222) ~[commons-lang3-3.3.2.jar:3.3.2]
	at org.apache.commons.lang3.Validate.notNull(Validate.java:203) ~[commons-lang3-3.3.2.jar:3.3.2]
	at net.minecraft.util.NonNullList.set(SourceFile:45) ~[dd.class:?]
	at micdoodle8.mods.galacticraft.core.inventory.InventoryExtended.func_70299_a(InventoryExtended.java:64) ~[InventoryExtended.class:?]
	at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.onPlayerDeath(EventHandlerGC.java:785) ~[EventHandlerGC.class:?]
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_18_EventHandlerGC_onPlayerDeath_PlayerDropsEvent.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:185) ~[EventBus.class:?]
	at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:499) ~[ly.class:?]
	at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:990) ~[sw.class:?]
	at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040) ~[aay.class:?]
	at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571) ~[ly.class:?]
	at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:83) ~[GCEntityPlayerMP.class:?]
	at net.minecraft.entity.EntityLivingBase.func_174812_G(EntityLivingBase.java:156) ~[sw.class:?]
	at net.minecraft.command.CommandKill.func_184881_a(SourceFile:35) ~[an.class:?]
	at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:119) [k.class:?]
	at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:91) [k.class:?]
	at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:904) [mi.class:?]
	at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:883) [mi.class:?]
	at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [ip.class:?]
	at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [ip.class:?]
	at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fo$1.class:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
	at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:679) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624) [MinecraftServer.class:?]
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) [cch.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
[23:37:07] [Client thread/INFO]: [CHAT] Thaun_ fell out of the world

Now, after i tried killing myself in the moon without /kill i crashed. But this time it crashed the server
A log just when i died
And the crash log

After that i tested it in venus. It seems to happen when you die normally in any gc dimension it crashes.

Edit:
Nope! Seems i get the same crash when i die in the overworld too.

Here is a list of currently Death Test i have done:
Overwold

  • Fall Damage = No Crash
  • Creeper Explosion Death = Crash
  • Slain by mob = Crash

GC Dimension

  • Fall Damage = No Crash
  • Creeper Explosion = Crash
  • Slain by mob = Crash
  • Lack of Oxygen = Crash

Crashes:
Normal Minecraft Deaths

java.lang.NullPointerException: The validated object is null
	at org.apache.commons.lang3.Validate.notNull(Validate.java:222)
	at org.apache.commons.lang3.Validate.notNull(Validate.java:203)
	at net.minecraft.util.NonNullList.set(SourceFile:45)
	at micdoodle8.mods.galacticraft.core.inventory.InventoryExtended.func_70299_a(InventoryExtended.java:64)
	at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.onPlayerDeath(EventHandlerGC.java:785)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_26_EventHandlerGC_onPlayerDeath_PlayerDropsEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
	at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:499)
	at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:990)
	at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040)
	at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571)
	at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:83)

Lack of oxygen

java.lang.NullPointerException: The validated object is null
	at org.apache.commons.lang3.Validate.notNull(Validate.java:222)
	at org.apache.commons.lang3.Validate.notNull(Validate.java:203)
	at net.minecraft.util.NonNullList.set(SourceFile:45)
	at micdoodle8.mods.galacticraft.core.inventory.InventoryExtended.func_70299_a(InventoryExtended.java:64)
	at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.onPlayerDeath(EventHandlerGC.java:785)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_17_EventHandlerGC_onPlayerDeath_PlayerDropsEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
	at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:499)
	at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:990)
	at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040)
	at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571)
	at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:83)
	at micdoodle8.mods.galacticraft.core.entities.player.GCPlayerHandler.checkOxygen(GCPlayerHandler.java:817)
	at micdoodle8.mods.galacticraft.core.entities.player.GCPlayerHandler.onPlayerUpdate(GCPlayerHandler.java:1386)
	at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.entityLivingEvent(EventHandlerGC.java:327)

Killed by creeper boss with its TNT

java.lang.NullPointerException: The validated object is null
	at org.apache.commons.lang3.Validate.notNull(Validate.java:222)
	at org.apache.commons.lang3.Validate.notNull(Validate.java:203)
	at net.minecraft.util.NonNullList.set(SourceFile:45)
	at micdoodle8.mods.galacticraft.core.inventory.InventoryExtended.func_70299_a(InventoryExtended.java:64)
	at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.onPlayerDeath(EventHandlerGC.java:785)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_25_EventHandlerGC_onPlayerDeath_PlayerDropsEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
	at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:499)
	at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:990)
	at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040)
	at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571)
	at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:83)
	at micdoodle8.mods.galacticraft.planets.mars.entities.EntityProjectileTNT.func_70227_a(EntityProjectileTNT.java:48)

@ThomasAunvik
Copy link
Author

ThomasAunvik commented Apr 13, 2017

Landing too hard with moon lander with full set (Server Crash)
After relogging to the world the moon lander did not explode the ground leaving the place unharmed.

java.lang.NullPointerException: The validated object is null
	at org.apache.commons.lang3.Validate.notNull(Validate.java:222)
	at org.apache.commons.lang3.Validate.notNull(Validate.java:203)
	at net.minecraft.util.NonNullList.set(SourceFile:45)
	at micdoodle8.mods.galacticraft.core.inventory.InventoryExtended.func_70299_a(InventoryExtended.java:64)
	at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.onPlayerDeath(EventHandlerGC.java:785)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_16_EventHandlerGC_onPlayerDeath_PlayerDropsEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
	at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:499)
	at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:990)
	at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040)
	at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571)
	at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:83)
	at net.minecraft.world.Explosion.func_77278_a(Explosion.java:159)
	at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1177)
	at net.minecraft.world.World.func_72876_a(World.java:2258)
	at micdoodle8.mods.galacticraft.core.entities.EntityLander.onGroundHit(EntityLander.java:220)
	at micdoodle8.mods.galacticraft.core.entities.EntityAdvancedMotion.func_70071_h_(EntityAdvancedMotion.java:357)
	at micdoodle8.mods.galacticraft.core.entities.EntityLanderBase.func_70071_h_(EntityLanderBase.java:110)
	at micdoodle8.mods.galacticraft.core.entities.EntityLander.func_70071_h_(EntityLander.java:49)
	at net.minecraft.world.World.func_72866_a(World.java:1963)
	at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
	at net.minecraft.world.World.func_72870_g(World.java:1932)
	at net.minecraft.world.World.func_72939_s(World.java:1748)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
	at java.lang.Thread.run(Thread.java:745)

@radfast
Copy link
Collaborator

radfast commented Apr 13, 2017

Thank you for the crash report!

This NonNullList type of issue is specific to 1.11.2, we should be able to fix it fairly easily.

@micdoodle8
Copy link
Owner

Should be fixed in the next build, please re-open if not. Thanks!

@radfast
Copy link
Collaborator

radfast commented Apr 16, 2017

build 66 now available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants