FTB Infinity Crash in Creative

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

alex.cameron26

New Member
Jul 29, 2019
2
0
0
im having the same issue in the new 1.6.2 version of infinity, when i try to tab over in the inventory in creative it crashes ive even tried loading a new world and it does the same thing
 

Cptqrk

Popular Member
Aug 24, 2013
1,420
646
138
Same here. I was looking over the crash log, and it pointed to a GUI error when trying to render some chisel blocks.

Tried removing chisel, but didn't help. Then I saw headcrumbs in the start of the crash log.. Not sure what's going on here.

SNIP*

Code:
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!

Time: 08/06/15 7:06 PM
Description: Rendering screen

java.lang.IllegalArgumentException: bound must be positive
   at java.util.Random.nextInt(Unknown Source)
   at ganymedes01.headcrumbs.Headcrumbs$1.func_151243_f(Headcrumbs.java:88)
   at net.minecraft.creativetab.CreativeTabs.func_151244_d(CreativeTabs.java:191)
   at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147051_a(GuiContainerCreative.java:928)
   at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146976_a(GuiContainerCreative.java:760)
   at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:78)
   at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
   at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:638)
   at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
   at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
   at net.minecraft.client.main.Main.main(SourceFile:148)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Stacktrace:
   at java.util.Random.nextInt(Unknown Source)
   at ganymedes01.headcrumbs.Headcrumbs$1.func_151243_f(Headcrumbs.java:88)
   at net.minecraft.creativetab.CreativeTabs.func_151244_d(CreativeTabs.java:191)
   at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147051_a(GuiContainerCreative.java:928)
   at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146976_a(GuiContainerCreative.java:760)
   at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:78)
   at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
   at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:638)

-- Screen render details --
Details:
   Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
   Mouse location: Scaled: (401, 69). Absolute: (1204, 821)

Tried the usual, force update, then removed what seemed to be the offending mod.. still no success