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

Crash to main menu when using nether portal #808

Open
1 of 3 tasks
alphaomega21 opened this issue Dec 18, 2024 · 2 comments
Open
1 of 3 tasks

Crash to main menu when using nether portal #808

alphaomega21 opened this issue Dec 18, 2024 · 2 comments

Comments

@alphaomega21
Copy link

Your GTNH Discord Username

schrodingercatz

Your Pack Version

2.7.0

Your Server

Private Server

Java Version

Java 21

Type of Server

Vanilla Forge

Your Actions

I was taking the nether portal back to the over world after a couple seconds and it crashed to the main menu. Attached are the logs.

Crash Report

https://mclo.gs/WRW8nGB
fml-client-latest.log

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.
Copy link
Contributor

Found 1 linked crash report(s)

Primitive Automated Analysis of Crash Report

https://mclo.gs/WRW8nGB
Possibly an Angelica problem. Try remove this mod and see if this fixes your problem.

Stacktrace
java.lang.RuntimeException: Chunk build failed
  at me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder.handleFailures(ChunkBuilder.java:219)
  at me.jellysquid.mods.sodium.client.render.chunk.ChunkRenderManager.updateChunks(ChunkRenderManager.java:590)
  at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.updateChunks(SodiumWorldRenderer.java:249)
  at net.minecraft.client.renderer.RenderGlobal.clipRenderersByFrustum(RenderGlobal.java:7195)
  at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1181)
  at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1011)
  at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1001)
  at net.minecraft.client.Minecraft.run(Minecraft.java:6110)
  at net.minecraft.client.main.Main.main(SourceFile:148)
  at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
  at java.lang.reflect.Method.invoke(Method.java:580)
  at net.minecraft.launchwrapper.Launch.rfb$realLaunch(Launch.java:250)
  at net.minecraft.launchwrapper.Launch.launch(Launch.java:35)
  at net.minecraft.launchwrapper.Launch.main(Launch.java:60)
  at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
  at java.lang.reflect.Method.invoke(Method.java:580)
  at com.gtnewhorizons.retrofuturabootstrap.Main.main(Main.java:207)
  at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
  at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
  at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
  at jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
  at jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
  at jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
  at java.util.Objects.checkIndex(Objects.java:365)
  at java.util.ArrayList.get(ArrayList.java:428)
  at net.minecraft.world.World.getTileEntity(World.java:2524)
  at gregtech.common.render.GTRenderedTexture.getExtendedFacing(GTRenderedTexture.java:378)
  at gregtech.common.render.GTRenderedTexture.renderZPos(GTRenderedTexture.java:172)
  at gregtech.common.render.GTRendererBlock.renderPositiveZFacing(GTRendererBlock.java:689)
  at gregtech.common.render.GTRendererBlock.renderStandardBlock(GTRendererBlock.java:124)
  at gregtech.common.render.GTRendererBlock.renderStandardBlock(GTRendererBlock.java:110)
  at gregtech.common.render.GTRendererBlock.renderWorldBlock(GTRendererBlock.java:763)
  at cpw.mods.fml.client.registry.RenderingRegistry.renderWorldBlock(RenderingRegistry.java:118)
  at net.minecraft.client.renderer.RenderBlocks.handleISBRHException(RenderBlocks.java:8415)
  at net.minecraft.client.renderer.RenderBlocks.redirect$zei000$angelica$wrapRenderWorldBlockObfuscated(RenderBlocks.java:8387)
  at net.minecraft.client.renderer.RenderBlocks.renderBlockByRenderType(RenderBlocks.java:296)
  at me.jellysquid.mods.sodium.client.render.pipeline.BlockRenderer.renderModel(BlockRenderer.java:103)
  at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.performBuild(ChunkRenderRebuildTask.java:177)
  at me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:409)
  at java.lang.Thread.run(Thread.java:1570)
Missing 1 mods
  • journeymap-1.7.10-5.2.7-fairplay.jar
Added 1 mods
  • journeymap-1.7.10-5.2.7-unlimited.jar (JourneyMap)

@mitchej123
Copy link
Collaborator

Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
  at jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
  at jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
  at jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
  at java.util.Objects.checkIndex(Objects.java:365)
  at java.util.ArrayList.get(ArrayList.java:428)
  at net.minecraft.world.World.getTileEntity(World.java:2524)
  at gregtech.common.render.GTRenderedTexture.getExtendedFacing(GTRenderedTexture.java:378)
  at gregtech.common.render.GTRenderedTexture.renderZPos(GTRenderedTexture.java:172)
  at gregtech.common.render.GTRendererBlock.renderPositiveZFacing(GTRendererBlock.java:689)

@chochem chochem transferred this issue from GTNewHorizons/GT-New-Horizons-Modpack Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants