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 when right clicking Railcraft boiler in NEI multiblock preview #16421

Closed
3 tasks done
Quarri6343 opened this issue May 30, 2024 · 5 comments · Fixed by GTNewHorizons/BlockRenderer6343#22
Closed
3 tasks done

Comments

@Quarri6343
Copy link
Member

Quarri6343 commented May 30, 2024

Your GTNH Discord Username

Quarri6343

Your Pack Version

v2.6.1

Your Server

private server

Java Version

Java 17

Type of Server

Vanilla Forge

Your Actions

title

Crash Report

https://mclo.gs/ZqgIuby

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

Found 1 linked crash report(s)

Primitive Automated Analysis of Crash Report

https://mclo.gs/ZqgIuby

Stacktrace
java.lang.ClassCastException: class com.gtnewhorizon.structurelib.alignment.constructable.IMultiblockInfoContainer$1 cannot be cast to class mods.railcraft.common.blocks.machine.beta.TileBoilerFirebox (com.gtnewhorizon.structurelib.alignment.constructable.IMultiblockInfoContainer$1 and mods.railcraft.common.blocks.machine.beta.TileBoilerFirebox are in unnamed module of loader 'RFB-Launch' @483f6d77)
  at java.util.function.BiFunction.lambda$andThen$0(BiFunction.java:70)
  at com.gtnewhorizon.structurelib.structure.StructureUtility$32.getBlocksToPlace(StructureUtility.java:2122)
  at blockrenderer6343.integration.nei.GUI_MultiblockHandler.scanCandidates(GUI_MultiblockHandler.java:665)
  at blockrenderer6343.integration.nei.GUI_MultiblockHandler.onBlockSelected(GUI_MultiblockHandler.java:719)
  at blockrenderer6343.integration.nei.GUI_MultiblockHandler.mouseClicked(GUI_MultiblockHandler.java:644)
  at blockrenderer6343.integration.nei.InputHandler.mouseClicked(InputHandler.java:32)
  at codechicken.nei.guihook.GuiContainerManager.mouseClicked(GuiContainerManager.java:448)
  at net.minecraft.client.gui.inventory.GuiContainer.mouseClicked(GuiContainer.java)
  at codechicken.nei.recipe.GuiRecipe.mouseClicked(GuiRecipe.java:697)
  at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:296)
  at net.minecraft.client.gui.inventory.GuiContainer.handleMouseInput(GuiContainer.java)
  at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:268)
  at net.minecraft.client.Minecraft.runTick(Minecraft.java:1640)
  at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:973)
  at net.minecraft.client.Minecraft.run(Minecraft.java:5110)
  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:219)
  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)

@chochem chochem added Mod: Railcraft Mod: StructureLib Mod: BlockRenderer and removed Status: Triage Issue awaiting triage. Remove once this issue is processed labels May 30, 2024
@chochem
Copy link
Member

chochem commented May 30, 2024

can confirm. right-clicking the pressure boiler tank specifically

@chochem
Copy link
Member

chochem commented May 30, 2024

@Glease you might have some idea what is happening

@Glease
Copy link
Contributor

Glease commented May 30, 2024

I'm out on vaction - will check later

@Blubstr
Copy link

Blubstr commented Aug 1, 2024

I guess "Don't do that."

https://mclo.gs/KcdCWuV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment