GT New Horizons

GT New Horizons

867k Downloads

Potential TX Loader crash when loading with resource packs or enabling resource packs

Ladnessness opened this issue ยท 1 comments

commented

Your GTNH Discord Username

prettymuchclueless

Your Pack Version

2.7.0

Your Server

Private

Java Version

Java 21

Type of Server

Don't know

Your Actions

When upgrading to 2.7.0 following the upgrade guidelines on the wiki. I encounter a crash it appears to be related to tx loader. Manually removing resource packs allows the client to start. When enabling any resource packs once the client is running it will also crash, this is the attached log.

Crash Report

https://mclo.gs/GbTiGWk

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.
commented

Found 1 linked crash report(s)

Primitive Automated Analysis of Crash Report

https://mclo.gs/GbTiGWk

Stacktrace
java.lang.NullPointerException: Cannot read the array length because "" is null
  at glowredman.txloader.TXResourcePack.func_110587_b(TXResourcePack.java:64)
  at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110545_a(SimpleReloadableResourceManager.java:42)
  at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:117)
  at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
  at net.minecraft.client.gui.GuiScreenResourcePacks.func_146284_a(SourceFile:151)
  at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225)
  at net.minecraft.client.gui.GuiScreenResourcePacks.func_73864_a(SourceFile:158)
  at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
  at net.minecraft.client.gui.GuiScreen.redirect$bgj000$modularui2$modularui$injectMouseInputEvent(GuiScreen.java:2035)
  at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
  at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
  at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:6110)
  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:207)
  at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:100)
  at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
  at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)