Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // You should try our sister game, Minceraft!
- Time: 3/2/16 7:08 PM
- Description: Ticking entity
- java.lang.NullPointerException: Ticking entity
- at cpw.mods.fml.common.registry.GameRegistry$UniqueIdentifier.<init>(GameRegistry.java:389)
- at cpw.mods.fml.common.registry.GameData.getUniqueName(GameData.java:226)
- at cpw.mods.fml.common.registry.GameRegistry.findUniqueIdentifierFor(GameRegistry.java:447)
- at me.otho.customItems.mod.handler.BlockDropHandler.onBlockDrop(BlockDropHandler.java:46)
- at cpw.mods.fml.common.eventhandler.ASMEventHandler_23_BlockDropHandler_onBlockDrop_HarvestDropsEvent.invoke(.dynamic)
- at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
- at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
- at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:155)
- at net.minecraft.block.Block.func_149690_a(Block.java:656)
- at net.minecraft.block.BlockOre.func_149690_a(BlockOre.java:54)
- at powercrystals.netherores.NetherOresCore$1.func_149690_a(NetherOresCore.java:144)
- at net.minecraft.world.Explosion.func_77279_a(Explosion.java:212)
- at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:902)
- at powercrystals.netherores.entity.EntityArmedOre.explode(EntityArmedOre.java:94)
- at powercrystals.netherores.entity.EntityArmedOre.func_70071_h_(EntityArmedOre.java:74)
- at net.minecraft.world.World.func_72866_a(World.java:2070)
- at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
- at net.minecraft.world.World.func_72870_g(World.java:2034)
- at net.minecraft.world.World.func_72939_s(World.java:1887)
- at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
- at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Stacktrace:
- at cpw.mods.fml.common.registry.GameRegistry$UniqueIdentifier.<init>(GameRegistry.java:389)
- at cpw.mods.fml.common.registry.GameData.getUniqueName(GameData.java:226)
- at cpw.mods.fml.common.registry.GameRegistry.findUniqueIdentifierFor(GameRegistry.java:447)
- at me.otho.customItems.mod.handler.BlockDropHandler.onBlockDrop(BlockDropHandler.java:46)
- at cpw.mods.fml.common.eventhandler.ASMEventHandler_23_BlockDropHandler_onBlockDrop_HarvestDropsEvent.invoke(.dynamic)
- at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
- at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
- at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:155)
- at net.minecraft.block.Block.func_149690_a(Block.java:656)
- at net.minecraft.block.BlockOre.func_149690_a(BlockOre.java:54)
- at powercrystals.netherores.NetherOresCore$1.func_149690_a(NetherOresCore.java:144)
- at net.minecraft.world.Explosion.func_77279_a(Explosion.java:212)
- at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:902)
- at powercrystals.netherores.entity.EntityArmedOre.explode(EntityArmedOre.java:94)
- at powercrystals.netherores.entity.EntityArmedOre.func_70071_h_(EntityArmedOre.java:74)
- at net.minecraft.world.World.func_72866_a(World.java:2070)
- at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
- at net.minecraft.world.World.func_72870_g(World.java:2034)
- -- Entity being ticked --
- Details:
- Entity Type: NetherOres.ArmedOre (powercrystals.netherores.entity.EntityArmedOre)
- Entity ID: 6478
- Entity Name: entity.NetherOres.ArmedOre.name
- Entity's Exact location: 9.50, 77.50, 37.50
- Entity's Block location: World: (9,77,37), Chunk: (at 9,4,5 in 0,2; contains blocks 0,0,32 to 15,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
- Entity's Momentum: 0.00, 0.00, 0.00
- Stacktrace:
- at net.minecraft.world.World.func_72939_s(World.java:1887)
- at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
- -- Affected level --
- Details:
- Level name: Ne
- All players: 1 total; [EntityPlayerMP['CyricV'/3028, l='Ne', x=10.55, y=79.00, z=37.28]]
- Chunk stats: ServerChunkCache: 729 Drop: 0
- Level seed: -4930007094831024303
- Level generator: ID 00 - default, ver 1. Features enabled: false
- Level generator options:
- Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
- Level time: 0 game time, 0 day time
- Level dimension: 0
- Level storage version: 0x00000 - Unknown?
- Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
- Level game mode: ~~ERROR~~ NullPointerException: null
- Stacktrace:
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
- at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
- -- System Details --
- Details:
- Minecraft Version: 1.7.10
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.8.0_45, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 970168656 bytes (925 MB) / 2033188864 bytes (1939 MB) up to 3817865216 bytes (3641 MB)
- JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1048m -Xmx4096m
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
- FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 12 mods loaded, 12 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- UCHIJAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
- UCHIJAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
- UCHIJAAAAAAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
- UCHIJAAAAAAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
- UCHIJAAAAAAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
- UCHIJAAAAAAAAA customitems{1.0.9b} [Meta Mod: Custom Items] (customitems-1.0.9_beta_1.7.10.jar)
- UCHIJAAAAAAAAA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
- UCHIJAAAAAAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
- UCHIJAAAAAAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
- UCHIJAAAAAAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
- UCHIJAAAAAAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
- UCHIJAAAAAAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
- GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
- CoFHCore: -[1.7.10]3.1.2-325
- NetherOres: -[1.7.10]2.3.1-22
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- Player Count: 1 / 8; [EntityPlayerMP['CyricV'/3028, l='Ne', x=10.55, y=79.00, z=37.28]]
- Type: Integrated Server (map_client.txt)
- Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment