The Meaning of Life, the Universe, and Everything.
Join Date:
3/5/2012
Posts:
205
Member Details
Make every part of a mob giva a fraction of its hearts to a minion and two traits (one good and one bad) or none. Example: Zombie and Skeleton heads make the minion equipplable with helmets but flammable in the sun; Enderman heads give most hearts, but make the minions lose hearts in water and rain and Pig heads don't have a trait.
I am using the Necromancy mod on my 1.6.4 server. When I start up the server, I get the following message:
[WARNING] Failed Piece with id NeViCem
[WARNING] Skipping Piece with id NeViCem
[WARNING] Failed Piece with id NeViCem
[WARNING] Skipping Piece with id NeViCem
And it keeps saying this about 10 or so times.
I am using Forge 9.11.1.965 and have many other mods installed. Any idea what may be causing this or how to fix?
The Meaning of Life, the Universe, and Everything.
Join Date:
4/23/2014
Posts:
208
Location:
on a marble
Minecraft:
Aviansie
Xbox:
Furycalibur2
Member Details
EXCELLENT mod.. i love this. you should work on making minions have more options, maybe leveling them up and setting a cap on the amount you can have? i would love to have a bunch of endermen and wither skeletons follow me around, holding diamond swords or lucky bows, wearing armor, with more health then normal versions of them have, and with less disappearing, ive made 2 minions in my survival, and my enderman ran away, or died, he disappeared after i went in a desert temple, he could have fallen and died but i havent found him, and my skeleton walked in front of me when i was swinging at a zombie and i killed him.. maybe make them immune to player attacks, and have a special way of killing them when you dont want them
I see in the changelog this USED to be for 1.5.2 how come your not doing like all other plugins and offering links to older versions?
Even your curse page under other downloads doesn't have the older releases...
Could you possibly look into offering this for the older versions? I have a 1.5.2 server and would love to offer this plugin to my players.
I am using the Necromancy mod on my 1.6.4 server. When I start up the server, I get the following message:
[WARNING] Failed Piece with id NeViCem
[WARNING] Skipping Piece with id NeViCem
[WARNING] Failed Piece with id NeViCem
[WARNING] Skipping Piece with id NeViCem
And it keeps saying this about 10 or so times.
I am using Forge 9.11.1.965 and have many other mods installed. Any idea what may be causing this or how to fix?
Thank you ahead of time.
I'm also having this issue, and if I go towards a village that "should" spawn a necromancy villager/cemetery, it crashes. On SMP, players get kicked, and can no longer log in. Eventually the server crashes.
BLAH!
I'm testing some work arounds... or rather trying to test some work arounds... I'll post back/edit this post if I figure anything out.
Help When i loaded the world it crashes an said this
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 6/9/14 11:27 AM
Description: Ticking screen
java.lang.NullPointerException
at net.minecraft.client.multiplayer.NetClientHandler.func_72519_a(NetClientHandler.java:956)
at net.minecraft.network.packet.Packet24MobSpawn.func_73279_a(SourceFile:87)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
at net.minecraft.client.gui.GuiDownloadTerrain.func_73876_c(SourceFile:31)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1580)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.multiplayer.NetClientHandler.func_72519_a(NetClientHandler.java:956)
at net.minecraft.network.packet.Packet24MobSpawn.func_73279_a(SourceFile:87)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
at net.minecraft.client.gui.GuiDownloadTerrain.func_73876_c(SourceFile:31)
I've had this issue as well with my mod but I figured it out. The issue is that one or more of the StructureComponent classes doesn't have an empty constructor. Everything will appear to be fine the first time it generates the structure but when you reload that chunk exceptions get thrown. The server needs a null constructor to build the StructureComponent object server side.
Example:
public class VillageComponentExample extends StructureVillagePieces.Village
{
// Constructor used to generate the structure on subsequent runs.
public VillageComponentExample() {}
// Constructor used to generate the village initially.
public VillageComponentExample(StructureVillagePieces.Start p_i2102_1_, int p_i2102_2_, Random p_i2102_3_, StructureBoundingBox p_i2102_4_, int p_i2102_5_)
{
Time: 3/30/15 3:28 PM
Description: Reading NBT data
java.lang.ClassCastException: net.minecraft.nbt.NBTTagString cannot be cast to net.minecraft.nbt.NBTTagShort
at net.minecraft.nbt.NBTTagCompound.func_74765_d(SourceFile:120)
at net.minecraft.item.ItemStack.func_77963_c(ItemStack.java:207)
at net.minecraft.item.ItemStack.func_77949_a(ItemStack.java:105)
at net.minecraft.entity.player.InventoryPlayer.func_70443_b(InventoryPlayer.java:620)
at net.minecraft.entity.player.EntityPlayer.func_70037_a(EntityPlayer.java:950)
at net.minecraft.entity.player.EntityPlayerMP.func_70037_a(EntityPlayerMP.java:198)
at net.minecraft.entity.Entity.func_70020_e(Entity.java:1678)
at net.minecraft.server.management.ServerConfigurationManager.func_72380_a(ServerConfigurationManager.java:239)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:113)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Corrupt NBT tag --
Details:
Tag type found: STRING
Tag type expected: SHORT
Tag name: id
Stacktrace:
at net.minecraft.nbt.NBTTagCompound.func_74765_d(SourceFile:120)
at net.minecraft.item.ItemStack.func_77963_c(ItemStack.java:207)
at net.minecraft.item.ItemStack.func_77949_a(ItemStack.java:105)
at net.minecraft.entity.player.InventoryPlayer.func_70443_b(InventoryPlayer.java:620)
at net.minecraft.entity.player.EntityPlayer.func_70037_a(EntityPlayer.java:950)
at net.minecraft.entity.player.EntityPlayerMP.func_70037_a(EntityPlayerMP.java:198)
-- Entity being loaded --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 1184
Entity Name: Tyler6K
Entity's Exact location: -262.03, 64.00, 265.83
Entity's Block location: World: (-263,64,265), Chunk: (at 9,4,9 in -17,16; contains blocks -272,0,256 to -257,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.entity.Entity.func_70020_e(Entity.java:1678)
at net.minecraft.server.management.ServerConfigurationManager.func_72380_a(ServerConfigurationManager.java:239)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:113)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Mac OS X (x86_64) version 10.9.5
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 58604600 bytes (55 MB) / 250789888 bytes (239 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 3590 (201040 bytes; 0 MB) allocated, 3590 (201040 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 23, tallocated: 41
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
necromancy{1.5} [Necromancy] (Necromancy_1) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 967 (54152 bytes; 0 MB) allocated, 967 (54152 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
[WARNING] Failed Piece with id NeViCem
[WARNING] Skipping Piece with id NeViCem
[WARNING] Failed Piece with id NeViCem
[WARNING] Skipping Piece with id NeViCem
And it keeps saying this about 10 or so times.
I am using Forge 9.11.1.965 and have many other mods installed. Any idea what may be causing this or how to fix?
Thank you ahead of time.
Even your curse page under other downloads doesn't have the older releases...
Could you possibly look into offering this for the older versions? I have a 1.5.2 server and would love to offer this plugin to my players.
Pretty pretty please?
I'm also having this issue, and if I go towards a village that "should" spawn a necromancy villager/cemetery, it crashes. On SMP, players get kicked, and can no longer log in. Eventually the server crashes.
BLAH!
I'm testing some work arounds... or rather trying to test some work arounds... I'll post back/edit this post if I figure anything out.
[¬º-°]¬
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 6/9/14 11:27 AM
Description: Ticking screen
java.lang.NullPointerException
at net.minecraft.client.multiplayer.NetClientHandler.func_72519_a(NetClientHandler.java:956)
at net.minecraft.network.packet.Packet24MobSpawn.func_73279_a(SourceFile:87)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
at net.minecraft.client.gui.GuiDownloadTerrain.func_73876_c(SourceFile:31)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1580)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.multiplayer.NetClientHandler.func_72519_a(NetClientHandler.java:956)
at net.minecraft.network.packet.Packet24MobSpawn.func_73279_a(SourceFile:87)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
at net.minecraft.client.gui.GuiDownloadTerrain.func_73876_c(SourceFile:31)
-- Affected screen --
Details:
Screen name: ~~ERROR~~ NullPointerException: null
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Vivi_ornitier'/404, l='MpServer', x=349.67, y=66.62, z=219.87]]
Chunk stats: MultiplayerChunkCache: 5
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (180,64,256), Chunk: (at 4,4,0 in 11,16; contains blocks 176,0,256 to 191,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 16934 game time, 16934 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: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 2 total; [EntityWaypointContainer['unknown'/489, l='MpServer', x=0.00, y=0.00, z=0.00], EntityClientPlayerMP['Vivi_ornitier'/404, l='MpServer', x=349.67, y=66.62, z=219.87]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2312)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:856)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Mac OS X (x86_64) version 10.9.3
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 91101472 bytes (86 MB) / 332083200 bytes (316 MB) up to 1065025536 bytes (1015 MB)
JVM Flags: 1 total; -Xmx1G
AABB Pool Size: 18931 (1060136 bytes; 1 MB) allocated, 2 (112 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 14 mods loaded, 14 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
battlegear2{1.0.5.3} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.5.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7-1.5) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4 (1)) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
necromancy{1.5} [Necromancy] (Necromancy_1.6.4 (1)) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Ore Zombies{1.1} [Ore Zombies] (OreZombies V1.1) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_Unlimited{2.3} [mod_Unlimited] (Superheroes Unlimited Mod V2-3) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4 (1)) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OreSpawn{164.17} [OreSpawn] (orespawn164v17) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.6.4-Forge9.11.1.953
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 6750M OpenGL Engine GL version 2.1 ATI-1.22.25, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 32 (1792 bytes; 0 MB) allocated, 11 (616 bytes; 0 MB) used
Example:
public class VillageComponentExample extends StructureVillagePieces.Village
{
// Constructor used to generate the structure on subsequent runs.
public VillageComponentExample() {}
// Constructor used to generate the village initially.
public VillageComponentExample(StructureVillagePieces.Start p_i2102_1_, int p_i2102_2_, Random p_i2102_3_, StructureBoundingBox p_i2102_4_, int p_i2102_5_)
{
}
}
http://www.skydaz.com/the-necromancy-mod-installer-for-minecraft-1-7-10/
This is from Skydaz.
java.lang.IllegalStateException: Function is not supported
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:58)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at org.lwjgl.opengl.GL20.glCreateShader(GL20.java:221)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.sirolf2009.necromancy.core.proxy.ClientProxy.loadShader(ClientProxy.java:133)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.sirolf2009.necromancy.core.proxy.ClientProxy.init(ClientProxy.java:102)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.sirolf2009.necromancy.Necromancy.init(Necromancy.java:128)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.sirolf2009.necromancy.Necromancy.init(Necromancy.java:99)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-12-15 14:09:31 [INFORMACIÓN] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
I CRASHED EVERY TIME I ENTER A WORLD IT CRASHES!
how can I fix this?
Here is the Crash:
---- Minecraft Crash Report ----
// My bad.
Time: 3/30/15 3:28 PM
Description: Reading NBT data
java.lang.ClassCastException: net.minecraft.nbt.NBTTagString cannot be cast to net.minecraft.nbt.NBTTagShort
at net.minecraft.nbt.NBTTagCompound.func_74765_d(SourceFile:120)
at net.minecraft.item.ItemStack.func_77963_c(ItemStack.java:207)
at net.minecraft.item.ItemStack.func_77949_a(ItemStack.java:105)
at net.minecraft.entity.player.InventoryPlayer.func_70443_b(InventoryPlayer.java:620)
at net.minecraft.entity.player.EntityPlayer.func_70037_a(EntityPlayer.java:950)
at net.minecraft.entity.player.EntityPlayerMP.func_70037_a(EntityPlayerMP.java:198)
at net.minecraft.entity.Entity.func_70020_e(Entity.java:1678)
at net.minecraft.server.management.ServerConfigurationManager.func_72380_a(ServerConfigurationManager.java:239)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:113)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Corrupt NBT tag --
Details:
Tag type found: STRING
Tag type expected: SHORT
Tag name: id
Stacktrace:
at net.minecraft.nbt.NBTTagCompound.func_74765_d(SourceFile:120)
at net.minecraft.item.ItemStack.func_77963_c(ItemStack.java:207)
at net.minecraft.item.ItemStack.func_77949_a(ItemStack.java:105)
at net.minecraft.entity.player.InventoryPlayer.func_70443_b(InventoryPlayer.java:620)
at net.minecraft.entity.player.EntityPlayer.func_70037_a(EntityPlayer.java:950)
at net.minecraft.entity.player.EntityPlayerMP.func_70037_a(EntityPlayerMP.java:198)
-- Entity being loaded --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 1184
Entity Name: Tyler6K
Entity's Exact location: -262.03, 64.00, 265.83
Entity's Block location: World: (-263,64,265), Chunk: (at 9,4,9 in -17,16; contains blocks -272,0,256 to -257,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.entity.Entity.func_70020_e(Entity.java:1678)
at net.minecraft.server.management.ServerConfigurationManager.func_72380_a(ServerConfigurationManager.java:239)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:113)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Mac OS X (x86_64) version 10.9.5
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 58604600 bytes (55 MB) / 250789888 bytes (239 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 3590 (201040 bytes; 0 MB) allocated, 3590 (201040 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 23, tallocated: 41
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
necromancy{1.5} [Necromancy] (Necromancy_1) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 967 (54152 bytes; 0 MB) allocated, 967 (54152 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'