You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While inspecting the IOF in the NEI multiblock viewer, my game suddenly crashed. I wasn't able to replicate this a second time though, so I don't quite know what's going on. Quite a low priority bug, but I thought I would report it anyway, just in case :)
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.
The text was updated successfully, but these errors were encountered:
java.lang.ArrayIndexOutOfBoundsException: Index 80 out of bounds for length 65
at it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap.containsKey(Long2ObjectOpenHashMap.java:343)
at com.mitchej123.hodgepodge.util.FastUtilLongHashMap.containsItem(FastUtilLongHashMap.java:30)
at blockrenderer6343.api.utils.world.DummyChunkProvider.provideChunk(DummyChunkProvider.java:37)
at net.minecraft.world.World.getChunkFromChunkCoords(World.java:419)
at net.minecraft.world.World.getBlock(World.java:345)
at blockrenderer6343.client.world.TrackedDummyWorld.getBlock(TrackedDummyWorld.java:87)
at net.minecraft.block.Block.getMixedBrightnessForBlock(Block.java:527)
at net.minecraft.client.renderer.RenderBlocks.renderStandardBlockWithColorMultiplier(RenderBlocks.java:5987)
at net.minecraft.client.renderer.RenderBlocks.renderStandardBlock(RenderBlocks.java:4247)
at net.minecraft.client.renderer.RenderBlocks.renderBlockByRenderType(RenderBlocks.java:255)
at blockrenderer6343.client.renderer.WorldSceneRenderer.drawWorld(WorldSceneRenderer.java:303)
at blockrenderer6343.client.renderer.WorldSceneRenderer.render(WorldSceneRenderer.java:142)
at blockrenderer6343.integration.nei.GuiMultiblockHandler.drawMultiblock(GuiMultiblockHandler.java:444)
at blockrenderer6343.integration.nei.MultiblockHandler.drawBackground(MultiblockHandler.java:80)
at codechicken.nei.recipe.GuiRecipe.drawGuiContainerBackgroundLayer(GuiRecipe.java:1173)
at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:78)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1061)
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 jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.lang.reflect.Method.invoke(Method.java:580)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Your GTNH Discord Username
shadmew
Your Pack Version
2.7.1
Your Server
private server
Java Version
Java 21
Type of Server
Vanilla Forge
Your Actions
While inspecting the IOF in the NEI multiblock viewer, my game suddenly crashed. I wasn't able to replicate this a second time though, so I don't quite know what's going on. Quite a low priority bug, but I thought I would report it anyway, just in case :)
Crash Report
https://mclo.gs/2Ua0qeM
Final Checklist
The text was updated successfully, but these errors were encountered: