diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-25 00:29:49 +0100 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-25 00:29:49 +0100 |
| commit | 1db974998c4e5242cd2603020e6c8ebfea5b454e (patch) | |
| tree | 16dd84e57dd1d348d95ef8c122c6cbb1c9d0f2f5 /eclipse/crash-reports/crash-2015-04-20_10.41.18-client.txt | |
| parent | 5e707575c59f025fc188f0d013c9db51ebcfaeac (diff) | |
Bye-bye
Diffstat (limited to 'eclipse/crash-reports/crash-2015-04-20_10.41.18-client.txt')
| -rw-r--r-- | eclipse/crash-reports/crash-2015-04-20_10.41.18-client.txt | 126 |
1 files changed, 0 insertions, 126 deletions
diff --git a/eclipse/crash-reports/crash-2015-04-20_10.41.18-client.txt b/eclipse/crash-reports/crash-2015-04-20_10.41.18-client.txt deleted file mode 100644 index 9cb5cc8..0000000 --- a/eclipse/crash-reports/crash-2015-04-20_10.41.18-client.txt +++ /dev/null @@ -1,126 +0,0 @@ ----- Minecraft Crash Report ---- -// Why did you do that? - -Time: 4/20/15 10:41 AM -Description: Ticking entity - -java.lang.ClassCastException: tconstruct.world.items.GoldenHead cannot be cast to darkknight.jewelrycraft.item.ItemBaseJewelry - at darkknight.jewelrycraft.events.EntityEventHandler.onEntityUpdate(EntityEventHandler.java:118) - at cpw.mods.fml.common.eventhandler.ASMEventHandler_5_EntityEventHandler_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic) - at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) - at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) - at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:277) - at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1763) - at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:327) - at net.minecraft.client.entity.EntityClientPlayerMP.onUpdate(EntityClientPlayerMP.java:96) - at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2271) - at net.minecraft.world.World.updateEntity(World.java:2231) - at net.minecraft.world.World.updateEntities(World.java:2081) - at net.minecraft.client.Minecraft.runTick(Minecraft.java:2086) - at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1028) - at net.minecraft.client.Minecraft.run(Minecraft.java:951) - at net.minecraft.client.main.Main.main(Main.java:164) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) - 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 darkknight.jewelrycraft.events.EntityEventHandler.onEntityUpdate(EntityEventHandler.java:118) - at cpw.mods.fml.common.eventhandler.ASMEventHandler_5_EntityEventHandler_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic) - at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) - at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) - at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:277) - at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1763) - at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:327) - at net.minecraft.client.entity.EntityClientPlayerMP.onUpdate(EntityClientPlayerMP.java:96) - at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2271) - at net.minecraft.world.World.updateEntity(World.java:2231) - --- Entity being ticked -- -Details: - Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP) - Entity ID: 2095 - Entity Name: OnyxDarkKnight - Entity's Exact location: 238.50, 73.62, 154.50 - Entity's Block location: World: (238,73,154), Chunk: (at 14,4,10 in 14,9; contains blocks 224,0,144 to 239,255,159), 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.updateEntities(World.java:2081) - --- Affected level -- -Details: - Level name: MpServer - All players: 1 total; [EntityClientPlayerMP['OnyxDarkKnight'/2095, l='MpServer', x=238.50, y=73.62, z=154.50]] - Chunk stats: MultiplayerChunkCache: 0, 0 - Level seed: 0 - Level generator: ID 00 - default, ver 1. Features enabled: false - Level generator options: - Level spawn location: World: (248,64,152), Chunk: (at 8,4,8 in 15,9; contains blocks 240,0,144 to 255,255,159), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) - Level time: 202 game time, 202 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: survival (ID 0). Hardcore: false. Cheats: false - Forced entities: 1 total; [EntityClientPlayerMP['OnyxDarkKnight'/2095, l='MpServer', x=238.50, y=73.62, z=154.50]] - Retry entities: 0 total; [] - Server brand: fml,forge - Server type: Non-integrated multiplayer server -Stacktrace: - at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:415) - at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2555) - at net.minecraft.client.Minecraft.run(Minecraft.java:973) - at net.minecraft.client.main.Main.main(Main.java:164) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) - at net.minecraft.launchwrapper.Launch.main(Launch.java:28) - --- System Details -- -Details: - Minecraft Version: 1.7.10 - Operating System: Windows 8.1 (amd64) version 6.3 - Java Version: 1.7.0_71, Oracle Corporation - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 327210376 bytes (312 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB) - JVM Flags: 3 total; -Xincgc -Xmx512M -Xms512M - 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.25.1208 Minecraft Forge 10.13.0.1208 11 mods loaded, 11 mods active - mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - FML{7.10.25.1208} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - Forge{10.13.0.1208} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - jewelrycraft2{1.0} [Jewelrycraft 2] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - iChunUtil{4.1.3} [iChunUtil] (iChunUtil-4.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - Mantle{1.7.10-0.3.1.jenkins180} [Mantle] (Mantle-mc1.7.10-0.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - Tabula{4.1.1} [Tabula] (Tabula-4.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - TConstruct{1.7.10-1.6.0.build611} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d40.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - Mantle Environment: Environment healthy. - TConstruct Environment: Environment healthy. - Launched Version: 1.7 - LWJGL: 2.9.1 - OpenGL: GeForce GT 525M/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.25, NVIDIA Corporation - GL Caps: Using GL 1.3 multitexturing. -Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. -Anisotropic filtering is supported and maximum anisotropy is 16. -Shaders are available because OpenGL 2.1 is supported. - - Is Modded: Definitely; Client brand changed to 'fml,forge' - Type: Client (map_client.txt) - Resource Packs: [] - Current Language: English (US) - Profiler Position: N/A (disabled) - Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used - Anisotropic Filtering: Off (1)
\ No newline at end of file |
