diff options
Diffstat (limited to 'eclipse/crash-reports')
5 files changed, 483 insertions, 0 deletions
diff --git a/eclipse/crash-reports/crash-2015-04-24_14.43.52-client.txt b/eclipse/crash-reports/crash-2015-04-24_14.43.52-client.txt new file mode 100644 index 0000000..7462113 --- /dev/null +++ b/eclipse/crash-reports/crash-2015-04-24_14.43.52-client.txt @@ -0,0 +1,75 @@ +---- Minecraft Crash Report ---- +// Don't be sad. I'll do better next time, I promise! + +Time: 4/24/15 2:43 PM +Description: There was a severe problem during mod loading that has caused the game to fail + +cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError + at cpw.mods.fml.common.LoadController.transition(LoadController.java:162) + at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515) + at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) + at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) + at net.minecraft.client.Minecraft.run(Minecraft.java:931) + 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) +Caused by: java.lang.ExceptionInInitializerError + at darkknight.jewelrycraft.curses.CurseList.preInit(CurseList.java:31) + at darkknight.jewelrycraft.JewelrycraftMod.preInit(JewelrycraftMod.java:108) + 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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) + 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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) + at com.google.common.eventbus.EventBus.post(EventBus.java:275) + at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) + at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) + 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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) + at com.google.common.eventbus.EventBus.post(EventBus.java:275) + at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) + at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) + ... 10 more +Caused by: java.lang.NullPointerException + at darkknight.jewelrycraft.curses.CursePentagram.<clinit>(CursePentagram.java:17) + ... 39 more + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- 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: 393674416 bytes (375 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: 0, tallocated: 0 + FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 6 mods loaded, 6 mods active + mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized + FML{7.10.25.1208} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized + Forge{10.13.0.1208} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized + CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized + NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar) Unloaded->Constructed->Pre-initialized + jewelrycraft2{1.0} [Jewelrycraft 2] (bin) Unloaded->Constructed->Errored
\ No newline at end of file diff --git a/eclipse/crash-reports/crash-2015-04-24_14.45.47-client.txt b/eclipse/crash-reports/crash-2015-04-24_14.45.47-client.txt new file mode 100644 index 0000000..f86c5c5 --- /dev/null +++ b/eclipse/crash-reports/crash-2015-04-24_14.45.47-client.txt @@ -0,0 +1,75 @@ +---- Minecraft Crash Report ---- +// Why is it breaking :( + +Time: 4/24/15 2:45 PM +Description: There was a severe problem during mod loading that has caused the game to fail + +cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError + at cpw.mods.fml.common.LoadController.transition(LoadController.java:162) + at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515) + at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) + at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) + at net.minecraft.client.Minecraft.run(Minecraft.java:931) + 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) +Caused by: java.lang.ExceptionInInitializerError + at darkknight.jewelrycraft.curses.CurseList.preInit(CurseList.java:31) + at darkknight.jewelrycraft.JewelrycraftMod.preInit(JewelrycraftMod.java:108) + 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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) + 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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) + at com.google.common.eventbus.EventBus.post(EventBus.java:275) + at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) + at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) + 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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) + at com.google.common.eventbus.EventBus.post(EventBus.java:275) + at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) + at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) + ... 10 more +Caused by: java.lang.NullPointerException + at darkknight.jewelrycraft.curses.CursePentagram.<clinit>(CursePentagram.java:17) + ... 39 more + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- 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: 388284800 bytes (370 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: 0, tallocated: 0 + FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 6 mods loaded, 6 mods active + mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized + FML{7.10.25.1208} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized + Forge{10.13.0.1208} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized + CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized + NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar) Unloaded->Constructed->Pre-initialized + jewelrycraft2{1.0} [Jewelrycraft 2] (bin) Unloaded->Constructed->Errored
\ No newline at end of file diff --git a/eclipse/crash-reports/crash-2015-04-24_19.34.37-client.txt b/eclipse/crash-reports/crash-2015-04-24_19.34.37-client.txt new file mode 100644 index 0000000..2860262 --- /dev/null +++ b/eclipse/crash-reports/crash-2015-04-24_19.34.37-client.txt @@ -0,0 +1,135 @@ +---- Minecraft Crash Report ---- +// Would you like a cupcake? + +Time: 4/24/15 7:34 PM +Description: Initializing game + +java.lang.NullPointerException: Initializing game + at net.minecraft.item.ItemStack.getItemDamage(ItemStack.java:263) + at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:454) + at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:432) + at darkknight.jewelrycraft.block.BlockList.preInit(BlockList.java:73) + at darkknight.jewelrycraft.JewelrycraftMod.preInit(JewelrycraftMod.java:75) + 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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) + 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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) + at com.google.common.eventbus.EventBus.post(EventBus.java:275) + at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) + at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) + 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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) + at com.google.common.eventbus.EventBus.post(EventBus.java:275) + at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) + at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) + at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) + at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) + at net.minecraft.client.Minecraft.run(Minecraft.java:931) + 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 net.minecraft.item.ItemStack.getItemDamage(ItemStack.java:263) + at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:454) + at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:432) + at darkknight.jewelrycraft.block.BlockList.preInit(BlockList.java:73) + at darkknight.jewelrycraft.JewelrycraftMod.preInit(JewelrycraftMod.java:75) + 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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) + 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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) + at com.google.common.eventbus.EventBus.post(EventBus.java:275) + at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) + at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) + 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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) + at com.google.common.eventbus.EventBus.post(EventBus.java:275) + at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) + at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) + at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) + at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) + +-- Initialization -- +Details: +Stacktrace: + at net.minecraft.client.Minecraft.run(Minecraft.java:931) + 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: 383627496 bytes (365 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: 0, tallocated: 0 + FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 6 mods loaded, 6 mods active + mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized + FML{7.10.25.1208} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized + Forge{10.13.0.1208} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized + CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized + NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar) Unloaded->Constructed->Pre-initialized + jewelrycraft2{1.7.10-1.0.1} [Jewelrycraft 2] (bin) Unloaded->Constructed->Errored + 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 diff --git a/eclipse/crash-reports/crash-2015-04-24_19.54.42-client.txt b/eclipse/crash-reports/crash-2015-04-24_19.54.42-client.txt new file mode 100644 index 0000000..f36a37f --- /dev/null +++ b/eclipse/crash-reports/crash-2015-04-24_19.54.42-client.txt @@ -0,0 +1,99 @@ +---- Minecraft Crash Report ---- +// Surprise! Haha. Well, this is awkward. + +Time: 4/24/15 7:54 PM +Description: Rendering screen + +java.lang.NullPointerException: Rendering screen + at darkknight.jewelrycraft.item.ItemGoldObj.getItemStackDisplayName(ItemGoldObj.java:51) + at net.minecraft.item.ItemStack.getDisplayName(ItemStack.java:535) + at darkknight.jewelrycraft.client.gui.GuiJewelryModifier.drawScreen(GuiJewelryModifier.java:196) + at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1137) + at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1056) + 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.item.ItemGoldObj.getItemStackDisplayName(ItemGoldObj.java:51) + at net.minecraft.item.ItemStack.getDisplayName(ItemStack.java:535) + at darkknight.jewelrycraft.client.gui.GuiJewelryModifier.drawScreen(GuiJewelryModifier.java:196) + +-- Screen render details -- +Details: + Screen name: darkknight.jewelrycraft.client.gui.GuiJewelryModifier + Mouse location: Scaled: (230, 83). Absolute: (920, 685) + Screen size: Scaled: (480, 255). Absolute: (1920, 1017). Scale factor of 4 + +-- Affected level -- +Details: + Level name: MpServer + All players: 1 total; [EntityClientPlayerMP['OnyxDarkKnight'/47, l='MpServer', x=-329.97, y=65.62, z=-843.71]] + Chunk stats: MultiplayerChunkCache: 400, 400 + Level seed: 0 + Level generator: ID 01 - flat, ver 0. Features enabled: false + Level generator options: + Level spawn location: World: (-235,4,-715), Chunk: (at 5,0,5 in -15,-45; contains blocks -240,0,-720 to -225,255,-705), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513) + Level time: 68607 game time, 68607 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: 23 total; [EntityVillager['Villager'/32, l='MpServer', x=-303.38, y=65.00, z=-852.75], EntitySquid['Squid'/64904, l='MpServer', x=-298.50, y=56.22, z=-843.50], EntitySquid['Squid'/64905, l='MpServer', x=-299.56, y=53.94, z=-842.53], EntityVillager['Villager'/6, l='MpServer', x=-321.84, y=66.00, z=-846.44], EntityClientPlayerMP['OnyxDarkKnight'/47, l='MpServer', x=-329.97, y=65.62, z=-843.71], EntityVillager['Villager'/7, l='MpServer', x=-322.59, y=64.00, z=-839.54], EntityVillager['Villager'/8, l='MpServer', x=-323.00, y=64.00, z=-840.59], EntityVillager['Villager'/9, l='MpServer', x=-322.50, y=65.00, z=-847.53], EntityVillager['Villager'/10, l='MpServer', x=-301.50, y=65.00, z=-867.69], EntityVillager['Villager'/11, l='MpServer', x=-304.87, y=65.00, z=-862.30], EntityVillager['Villager'/12, l='MpServer', x=-302.30, y=65.00, z=-862.70], EntityVillager['Villager'/13, l='MpServer', x=-305.70, y=65.00, z=-862.31], EntityVillager['Villager'/14, l='MpServer', x=-303.15, y=65.00, z=-862.30], EntityVillager['Villager'/15, l='MpServer', x=-304.32, y=65.00, z=-862.92], EntityVillager['Villager'/17, l='MpServer', x=-315.91, y=65.00, z=-846.44], EntityVillager['Villager'/16, l='MpServer', x=-304.16, y=65.00, z=-862.30], EntityVillager['Villager'/19, l='MpServer', x=-304.34, y=65.00, z=-864.22], EntityVillager['Villager'/18, l='MpServer', x=-315.53, y=65.00, z=-847.50], EntityVillager['Villager'/21, l='MpServer', x=-301.50, y=65.00, z=-867.31], EntityVillager['Villager'/20, l='MpServer', x=-291.31, y=66.00, z=-855.50], EntityVillager['Villager'/23, l='MpServer', x=-302.40, y=65.00, z=-862.31], EntityVillager['Villager'/22, l='MpServer', x=-303.25, y=65.00, z=-862.70], EntitySquid['Squid'/27, l='MpServer', x=-298.50, y=54.22, z=-842.50]] + Retry entities: 0 total; [] + Server brand: fml,forge + Server type: Integrated singleplayer 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: 263843688 bytes (251 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: 0, tallocated: 0 + FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 6 mods loaded, 6 mods active + mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->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->Available->Available->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->Available->Available->Available + CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->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->Available->Available->Available + jewelrycraft2{1.7.10-1.0.1} [Jewelrycraft 2] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + 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 diff --git a/eclipse/crash-reports/crash-2015-04-24_19.58.12-client.txt b/eclipse/crash-reports/crash-2015-04-24_19.58.12-client.txt new file mode 100644 index 0000000..774e0d4 --- /dev/null +++ b/eclipse/crash-reports/crash-2015-04-24_19.58.12-client.txt @@ -0,0 +1,99 @@ +---- Minecraft Crash Report ---- +// But it works on my machine. + +Time: 4/24/15 7:58 PM +Description: Rendering screen + +java.lang.NullPointerException: Rendering screen + at darkknight.jewelrycraft.item.ItemGoldObj.getItemStackDisplayName(ItemGoldObj.java:52) + at net.minecraft.item.ItemStack.getDisplayName(ItemStack.java:535) + at darkknight.jewelrycraft.client.gui.GuiJewelryModifier.drawScreen(GuiJewelryModifier.java:196) + at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1137) + at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1056) + 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.item.ItemGoldObj.getItemStackDisplayName(ItemGoldObj.java:52) + at net.minecraft.item.ItemStack.getDisplayName(ItemStack.java:535) + at darkknight.jewelrycraft.client.gui.GuiJewelryModifier.drawScreen(GuiJewelryModifier.java:196) + +-- Screen render details -- +Details: + Screen name: darkknight.jewelrycraft.client.gui.GuiJewelryModifier + Mouse location: Scaled: (204, 74). Absolute: (408, 330) + Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2 + +-- Affected level -- +Details: + Level name: MpServer + All players: 1 total; [EntityClientPlayerMP['OnyxDarkKnight'/42, l='MpServer', x=-329.97, y=65.62, z=-843.71]] + Chunk stats: MultiplayerChunkCache: 400, 400 + Level seed: 0 + Level generator: ID 01 - flat, ver 0. Features enabled: false + Level generator options: + Level spawn location: World: (-235,4,-715), Chunk: (at 5,0,5 in -15,-45; contains blocks -240,0,-720 to -225,255,-705), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513) + Level time: 69062 game time, 69062 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: 23 total; [EntityVillager['Villager'/6, l='MpServer', x=-322.48, y=64.00, z=-839.93], EntityVillager['Villager'/7, l='MpServer', x=-326.02, y=64.88, z=-840.60], EntityVillager['Villager'/8, l='MpServer', x=-321.51, y=65.42, z=-847.54], EntityVillager['Villager'/9, l='MpServer', x=-322.06, y=65.50, z=-848.69], EntityVillager['Villager'/10, l='MpServer', x=-303.16, y=65.00, z=-862.31], EntityVillager['Villager'/11, l='MpServer', x=-305.69, y=65.00, z=-864.09], EntityVillager['Villager'/12, l='MpServer', x=-302.31, y=65.00, z=-862.31], EntityVillager['Villager'/13, l='MpServer', x=-304.30, y=65.00, z=-864.29], EntityVillager['Villager'/14, l='MpServer', x=-315.59, y=65.00, z=-847.13], EntityClientPlayerMP['OnyxDarkKnight'/42, l='MpServer', x=-329.97, y=65.62, z=-843.71], EntityVillager['Villager'/15, l='MpServer', x=-316.69, y=65.00, z=-848.41], EntityVillager['Villager'/17, l='MpServer', x=-294.91, y=65.00, z=-856.00], EntityVillager['Villager'/16, l='MpServer', x=-303.56, y=65.00, z=-851.59], EntityVillager['Villager'/19, l='MpServer', x=-305.38, y=65.00, z=-853.16], EntityVillager['Villager'/18, l='MpServer', x=-296.16, y=65.00, z=-857.16], EntityVillager['Villager'/21, l='MpServer', x=-303.38, y=65.00, z=-867.53], EntityVillager['Villager'/20, l='MpServer', x=-304.00, y=65.00, z=-862.69], EntityVillager['Villager'/23, l='MpServer', x=-303.93, y=65.00, z=-853.70], EntityVillager['Villager'/22, l='MpServer', x=-304.31, y=66.00, z=-868.44], EntitySquid['Squid'/25, l='MpServer', x=-298.50, y=54.31, z=-842.50], EntityVillager['Villager'/24, l='MpServer', x=-305.70, y=65.00, z=-862.30], EntitySquid['Squid'/27, l='MpServer', x=-298.50, y=54.00, z=-843.50], EntitySquid['Squid'/26, l='MpServer', x=-298.50, y=55.28, z=-842.50]] + Retry entities: 0 total; [] + Server brand: fml,forge + Server type: Integrated singleplayer 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: 333232616 bytes (317 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: 0, tallocated: 0 + FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 6 mods loaded, 6 mods active + mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->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->Available->Available->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->Available->Available->Available + CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->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->Available->Available->Available + jewelrycraft2{1.7.10-1.0.1} [Jewelrycraft 2] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + 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 |
