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 related to AE2 Dense Cable rendering #16265

Closed
2 of 3 tasks
TrkSlc opened this issue May 13, 2024 · 3 comments
Closed
2 of 3 tasks

Crash related to AE2 Dense Cable rendering #16265

TrkSlc opened this issue May 13, 2024 · 3 comments
Labels
Crash Status: Triage Issue awaiting triage. Remove once this issue is processed

Comments

@TrkSlc
Copy link

TrkSlc commented May 13, 2024

Your GTNH Discord Username

Trk_Slc

Your Pack Version

2.6.0

Your Server

SP

Java Version

Java 21

Type of Server

Single Player

Your Actions

Attempted various actions related to Applied Energistics 2 (AE2), including connecting Fluid Storage Buses, autocrafting items, and managing the AE2 network.

The crashes occur intermittently during different AE2 operations, including but not limited to connecting Fluid Storage Buses and autocrafting items. Error messages consistently reference rendering issues with dense cables from AE2.

Crash Report

crash-2024-05-13_08.55.09-client.txt

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.
@TrkSlc TrkSlc added Status: Triage Issue awaiting triage. Remove once this issue is processed Crash labels May 13, 2024
Copy link
Contributor

Found 1 linked crash report(s)

Primitive Automated Analysis of Crash Report

https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/files/15300582/crash-2024-05-13_08.55.09-client.txt
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:591)
at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.updateChunks(SodiumWorldRenderer.java:233)
at net.minecraft.client.renderer.RenderGlobal.clipRenderersByFrustum(RenderGlobal.java:6175)
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:5110)
at net.minecraft.client.main.Main.main(SourceFile:148)
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.gtnewhorizons.retrofuturabootstrap.Main.main(Main.java:219)
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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)
Caused by: java.lang.IllegalArgumentException: Cannot create a wrapper icon with a null icon.
at appeng.client.texture.OffsetIcon.(OffsetIcon.java:27)
at appeng.parts.networking.PartDenseCableCovered.renderStatic(PartDenseCableCovered.java:184)
at appeng.client.render.CableRenderHelper.renderStatic(CableRenderHelper.java:57)
at appeng.parts.CableBusContainer.renderStatic(CableBusContainer.java:731)
at appeng.client.render.blocks.RendererCableBus.renderInWorld(RendererCableBus.java:47)
at appeng.client.render.blocks.RendererCableBus.renderInWorld(RendererCableBus.java:26)
at appeng.client.render.WorldRender.renderWorldBlock(WorldRender.java:50)
at cpw.mods.fml.client.registry.RenderingRegistry.renderWorldBlock(RenderingRegistry.java:118)
at FMLRenderAccessLibrary.renderWorldBlock(FMLRenderAccessLibrary.java:53)
at net.minecraft.client.renderer.RenderBlocks.renderBlockByRenderType(RenderBlocks.java:296)
at me.jellysquid.mods.sodium.client.render.pipeline.BlockRenderer.renderModel(BlockRenderer.java:95)
at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.performBuild(ChunkRenderRebuildTask.java:161)
at me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:409)
at java.lang.Thread.run(Unknown Source)

@mitchej123
Copy link
Contributor

Check the various other ae2/angelica issues. Resolved in latest nightlies afaik.

@mitchej123
Copy link
Contributor

Also I'll note
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash Status: Triage Issue awaiting triage. Remove once this issue is processed
Projects
None yet
Development

No branches or pull requests

2 participants