Crashing when leaving Pocket Dimensions with Angelica installed
Terra1125 opened this issue ยท 2 comments
Your GTNH Discord Username
Terra1125
Your Pack Version
2.5.1
Your Server
Private Server
Java Version
Java 17
Type of Server
Don't know
Your Actions
I was leaving one of the pocket dimensions on the server when I crashed, I then re-logged to see if I could repeat the issue & it happened again
This happened after the first crash.
Then after the 2nd, I shut my game down as it didn't look good.
Crash Report
https://pastebin.com/j8NiU4h4 (Crash 1)
https://pastebin.com/qYqDti98 (Crash 2)
Final Checklist
- I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the crash still exists will prompt us to investigate and reopen it once we confirm your report.
- I can reproduce this crash consistently by following the exact steps I described above.
- I have asked other people and they confirm they also crash by following the exact steps I described above.
Malicious doors strikes again
java.lang.NullPointerException: Cannot invoke "net.minecraft.world.World.drawCloudsBody(float)" because "this.original" is null
at net.malisis.doors.ProxyAccess$ProxyWorld.drawCloudsBody(ProxyAccess.java:138)
at net.minecraft.world.WorldProvider.drawClouds(WorldProvider.java:405)
at net.minecraft.world.World.getCloudColour(World.java:1676)
java.lang.NullPointerException: Cannot invoke "net.minecraft.world.World.getSkyColorBody(net.minecraft.entity.Entity, float)" because "this.original" is null
at net.malisis.doors.ProxyAccess$ProxyWorld.getSkyColorBody(ProxyAccess.java:138)
at net.minecraft.world.WorldProvider.getSkyColor(WorldProvider.java:399)
at net.minecraft.world.World.getSkyColor(World.java:1575)
at micdoodle8.mods.galacticraft.core.util.WorldUtil.getSkyColorHook(WorldUtil.java:320)
at net.minecraft.client.renderer.EntityRenderer.redirect$zia000$GalacticraftCore$galacticraft$onUpdateSkyColor(EntityRenderer.java:4101)
at net.minecraft.client.renderer.EntityRenderer.updateFogColor(EntityRenderer.java:1672)
at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1154)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1015)