Skip to content

Instantly share code, notes, and snippets.

package gravestone.tileentity;
import gravestone.block.GraveStoneHelper;
import gravestone.block.enums.EnumGraves;
import gravestone.config.GraveStoneConfig;
import gravestone.core.TimeHelper;
import gravestone.core.event.GSRenderEventHandler;
import gravestone.core.event.GSTickEventHandler;
import gravestone.core.logger.GSLogger;
import gravestone.inventory.GraveInventory;
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 7/15/16 9:26 PM
Description: Generating mipmaps for frame
java.lang.ArrayIndexOutOfBoundsException: 0
at net.minecraft.client.renderer.texture.TextureUtil.func_147949_a(TextureUtil.java:57)
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147963_d(TextureAtlasSprite.java:275)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:266)
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: powercrystals.minefactoryreloaded.block.fluid.BlockFactoryFluid.setBlockName(Ljava/lang/String;)Lnet/minecraft/block/Block;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:245)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
# Configuration file
compatibility {
B:EnableAntiqueAtlasDeathMarkers=true
B:EnableArsMagicaSoulbound=true
B:EnableEnderIOSoulbound=false
B:EnableForestryBackpacks=false
B:EnableTwilightForestCharmsOfKeeping=true
B:SpawnMoCreaturesMobs=true
B:StoreBackpacksItems=true
@Bogdan-G
Bogdan-G / 1
Created April 28, 2016 15:02
1
public void enqueueRelightChecks()
{
for (int i = 0; i < 8; ++i)
{
if (this.queuedLightChecks >= 4096)
{
return;
}
int j = this.queuedLightChecks % 16;
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 16.03.16 0:14
Description: Registering texture
java.lang.NullPointerException: Registering texture
at blusunrize.immersiveengineering.client.ClientEventHandler.rebindUVsToIcon(ClientEventHandler.java:163)
at blusunrize.immersiveengineering.client.ClientEventHandler.textureStich(ClientEventHandler.java:132)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_1479_ClientEventHandler_textureStich_Post.invoke(.dynamic)
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 04.03.16 2:35
Description: Exception in server tick loop
java.lang.NoSuchMethodError: java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
at blusunrize.immersiveengineering.api.energy.ImmersiveNetHandler.getRelevantDimensions(ImmersiveNetHandler.java:119)
at blusunrize.immersiveengineering.common.IESaveData.func_76187_b(IESaveData.java:86)
at net.minecraft.world.storage.MapStorage.func_75747_a(MapStorage.java:127)
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 03.03.16 3:50
Description: Exception in server tick loop
java.lang.NoSuchMethodError: java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
at blusunrize.immersiveengineering.api.energy.ImmersiveNetHandler.getRelevantDimensions(ImmersiveNetHandler.java:119)
at blusunrize.immersiveengineering.common.IESaveData.func_76187_b(IESaveData.java:86)
at net.minecraft.world.storage.MapStorage.func_75747_a(SourceFile:87)
@Bogdan-G
Bogdan-G / NPE
Created February 4, 2016 16:03
NPE
[18:56:44] [Client thread/ERROR] [FML/]: Exception caught during firing event cpw.mods.fml.common.gameevent.TickEvent$ClientTickEvent@114a79d9:
java.lang.NullPointerException
at com.mrcrayfish.furniture.util.WailaIconRegister.getWailaStack(WailaIconRegister.java:68) ~[WailaIconRegister.class:?]
at mcp.mobius.waila.overlay.RayTracing.getIdentifierItems(RayTracing.java:156) ~[RayTracing.class:?]
at mcp.mobius.waila.overlay.RayTracing.getIdentifierStack(RayTracing.java:97) ~[RayTracing.class:?]
at mcp.mobius.waila.overlay.RayTracing.getTargetStack(RayTracing.java:66) ~[RayTracing.class:?]
at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:76) ~[WailaTickHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_1328_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBu
[14:16:07] [Client thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@d5661c1:
java.lang.NullPointerException
at net.minecraft.network.play.server.S3FPacketCustomPayload.<init>(S3FPacketCustomPayload.java:31) ~[gr.class:?]
at DamageIndicatorsMod.core.DIEventBus.livingEvent(DIEventBus.java:251) ~[DIEventBus.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_1093_DIEventBus_livingEvent_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) [ForgeHooks.class:?]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) [sv.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source) [yz.class:?]