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 on crafting tree gui screen #17982

Open
1 of 3 tasks
Alexdoru opened this issue Nov 15, 2024 · 0 comments
Open
1 of 3 tasks

Crash on crafting tree gui screen #17982

Alexdoru opened this issue Nov 15, 2024 · 0 comments

Comments

@Alexdoru
Copy link
Member

Alexdoru commented Nov 15, 2024

Your GTNH Discord Username

Alexdoru

Your Pack Version

nightly 731

Your Server

SP

Java Version

Java 21

Type of Server

Single Player

Your Expectation

I was looking at the AE2 crafting tree plan gui, I tabbed out of the game and the game crashed shortly after

crash-2024-11-15_01.51.12-client.txt

Description: Rendering screen

java.lang.IllegalArgumentException: fromKey > toKey
	at java.base/java.util.TreeMap$NavigableSubMap.<init>(TreeMap.java:1684)
	at java.base/java.util.TreeMap$AscendingSubMap.<init>(TreeMap.java:2206)
	at java.base/java.util.TreeMap.subMap(TreeMap.java:1227)
	at java.base/java.util.TreeMap.subMap(TreeMap.java:1268)
	at Launch//appeng.client.gui.widgets.GuiCraftingTree.draw(GuiCraftingTree.java:419)
	at Launch//appeng.client.gui.widgets.GuiCraftingTree.draw(GuiCraftingTree.java:354)
	at Launch//appeng.client.gui.implementations.GuiCraftConfirm.drawTreeFG(GuiCraftConfirm.java:625)
	at Launch//appeng.client.gui.implementations.GuiCraftConfirm.drawFG(GuiCraftConfirm.java:410)
	at Launch//appeng.client.gui.AEBaseGui.func_146979_b(AEBaseGui.java:315)
	at Launch//net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:119)
	at Launch//appeng.client.gui.AEBaseGui.func_73863_a(AEBaseGui.java:191)
	at Launch//appeng.client.gui.implementations.GuiCraftConfirm.func_73863_a(GuiCraftConfirm.java:329)
	at Launch//net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
	at Launch//net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
	at Launch//net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
	at Launch//net.minecraft.client.main.Main.main(SourceFile:148)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at System//net.minecraft.launchwrapper.Launch.rfb$realLaunch(Launch.java:250)
	at System//net.minecraft.launchwrapper.Launch.launch(Launch.java:35)
	at System//net.minecraft.launchwrapper.Launch.main(Launch.java:60)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at com.gtnewhorizons.retrofuturabootstrap.Main.main(Main.java:207)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at System//org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
	at System//org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
	at System//org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at System//org.multimc.EntryPoint.main(EntryPoint.java:34)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
	at java.base/java.util.TreeMap$NavigableSubMap.<init>(TreeMap.java:1684)
	at java.base/java.util.TreeMap$AscendingSubMap.<init>(TreeMap.java:2206)
	at java.base/java.util.TreeMap.subMap(TreeMap.java:1227)
	at java.base/java.util.TreeMap.subMap(TreeMap.java:1268)
	at Launch//appeng.client.gui.widgets.GuiCraftingTree.draw(GuiCraftingTree.java:419)
	at Launch//appeng.client.gui.widgets.GuiCraftingTree.draw(GuiCraftingTree.java:354)
	at Launch//appeng.client.gui.implementations.GuiCraftConfirm.drawTreeFG(GuiCraftConfirm.java:625)
	at Launch//appeng.client.gui.implementations.GuiCraftConfirm.drawFG(GuiCraftConfirm.java:410)
	at Launch//appeng.client.gui.AEBaseGui.func_146979_b(AEBaseGui.java:315)
	at Launch//net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:119)
	at Launch//appeng.client.gui.AEBaseGui.func_73863_a(AEBaseGui.java:191)
	at Launch//appeng.client.gui.implementations.GuiCraftConfirm.func_73863_a(GuiCraftConfirm.java:329)

-- Screen render details --
Details:
	Screen name: com.glodblock.github.client.gui.GuiFluidCraftConfirm
	Mouse location: Scaled: (-1, 1). Absolute: (-1, -1)
	Screen size: Scaled: (1, 1). Absolute: (1, 1). Scale factor of 1

Final Checklist

  • I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
  • I can reproduce this problem consistently by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
  • I have asked other people and they confirm they also have this problem by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
@Alexdoru Alexdoru added Bug: Minor Status: Triage Issue awaiting triage. Remove once this issue is processed Crash Mod: AE2 and removed Bug: Minor Status: Triage Issue awaiting triage. Remove once this issue is processed labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant