Skip to content

Instantly share code, notes, and snippets.

@Qohelethh
Qohelethh / gist:f8a535fd1780c65a9fd050211a098736
Created June 21, 2016 22:09
Thaumic Tinkerer server crash with infused crops
---- Minecraft Crash Report ----
// Sorry :(
Time: 21/06/16 6:03 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IIconRegister
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 5/14/16 11:33 PM
Description: Updating screen events
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.util.ArrayList.grow(Unknown Source)
at java.util.ArrayList.ensureExplicitCapacity(Unknown Source)
#######################################################################
# +-----------------------------------------------------------------+ #
# | BO3 object | #
# +-----------------------------------------------------------------+ #
#######################################################################
# This is the config file of a custom object.
# If you add this object correctly to your BiomeConfigs, it will spawn in the world.
features {
B:aeCertusQuartz=false
B:aeSkyStone=false
B:aluminum=false
B:amber=false
B:andesite=false
B:antiblock=false
B:arcane=false
B:autoChisel=false
B:autoChiselUpgrades=false
@Qohelethh
Qohelethh / gist:7b1519ef16653e15a10f
Created November 29, 2015 16:15
Startup crash with the latest version of Chisel
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 11/29/15 11:03 AM
Description: Initializing game
java.lang.RuntimeException: Invalid shapeless ore recipe: null, cobblestone, 2xtile.chisel.andesite@0
at net.minecraftforge.oredict.ShapelessOreRecipe.<init>(ShapelessOreRecipe.java:54)
at com.cricketcraft.chisel.Features$5.addRecipes(Features.java:139)
at com.cricketcraft.chisel.Features.loadRecipes(Features.java:2965)
@Qohelethh
Qohelethh / gist:ce8438851bbc923656b1
Created November 29, 2015 16:00
Forestry crash
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 1/28/15 7:57 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at forestry.plugins.PluginApiculture.registerRecipes(PluginApiculture.java:564)
at forestry.plugins.PluginManager.runPostInit(PluginManager.java:240)
at forestry.core.ForestryCore.postInit(ForestryCore.java:128)
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 7/21/15 9:02 PM
Description: Unexpected error
java.lang.IndexOutOfBoundsException: Index: 72, Size: 8
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at com.draco18s.wildlife.client.TextureCalendar.func_94219_l(TextureCalendar.java:33)
@Qohelethh
Qohelethh / RR biome crash
Created June 27, 2015 23:16
crash when creating world
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 6/27/15 11:33 PM
Description: Unexpected error
java.lang.ArrayIndexOutOfBoundsException: -14260
at net.minecraft.world.ColorizerGrass.func_77480_a(SourceFile:14)
at twilightforest.biomes.TFBiomeSwamp.func_150558_b(TFBiomeSwamp.java:141)
at mapwriter.BlockColourGen.genBiomeColours(BlockColourGen.java:78)
@Qohelethh
Qohelethh / RR windmill crash
Created June 19, 2015 10:05
crash on windmill formation
---- Minecraft Crash Report ----
// Why did you do that?
Time: 6/19/15 11:04 AM
Description: Ticking block entity
java.lang.ClassCastException: com.draco18s.ores.entities.TileEntityWindmill cannot be cast to com.draco18s.hardlib.api.interfaces.IMechanicalPowerUser
at com.draco18s.ores.entities.TileEntityWindmill.func_145845_h(TileEntityWindmill.java:41)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
@Qohelethh
Qohelethh / ex_nihlio_hive_crash
Created June 16, 2015 22:58
Ex nihilo scented artificial hive crash
---- Minecraft Crash Report ----
// Sorry :(
Time: 6/13/15 6:39 PM
Description: Ticking block entity
java.lang.NoSuchFieldError: flowerRegistry
at exnihilo.compatibility.foresty.Surrounding.tryAddFlower(Surrounding.java:51)
at exnihilo.compatibility.foresty.Surrounding.addBlock(Surrounding.java:41)
at exnihilo.blocks.tileentities.TileEntityBeeTrap.func_145845_h(TileEntityBeeTrap.java:88)