summaryrefslogtreecommitdiff
path: root/eclipse/crash-reports/crash-2015-03-28_22.12.36-client.txt
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/crash-reports/crash-2015-03-28_22.12.36-client.txt')
-rw-r--r--eclipse/crash-reports/crash-2015-03-28_22.12.36-client.txt101
1 files changed, 0 insertions, 101 deletions
diff --git a/eclipse/crash-reports/crash-2015-03-28_22.12.36-client.txt b/eclipse/crash-reports/crash-2015-03-28_22.12.36-client.txt
deleted file mode 100644
index f70e209..0000000
--- a/eclipse/crash-reports/crash-2015-03-28_22.12.36-client.txt
+++ /dev/null
@@ -1,101 +0,0 @@
----- Minecraft Crash Report ----
-// Surprise! Haha. Well, this is awkward.
-
-Time: 3/28/15 10:12 PM
-Description: Updating screen events
-
-java.lang.NullPointerException: Updating screen events
- at darkknight.jewelrycraft.client.gui.GuiJewelryModifier.mouseClicked(GuiJewelryModifier.java:145)
- at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:344)
- at net.minecraft.client.gui.inventory.GuiContainer.handleMouseInput(GuiContainer.java)
- at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:313)
- at net.minecraft.client.Minecraft.runTick(Minecraft.java:1720)
- 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.client.gui.GuiJewelryModifier.mouseClicked(GuiJewelryModifier.java:145)
- at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:344)
- at net.minecraft.client.gui.inventory.GuiContainer.handleMouseInput(GuiContainer.java)
- at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:313)
-
--- Affected screen --
-Details:
- Screen name: darkknight.jewelrycraft.client.gui.GuiJewelryModifier
-
--- Affected level --
-Details:
- Level name: MpServer
- All players: 1 total; [EntityClientPlayerMP['OnyxDarkKnight'/105, l='MpServer', x=-212.76, y=65.62, z=-748.41]]
- Chunk stats: MultiplayerChunkCache: 289, 289
- 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: 5442354 game time, 1000 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: 18 total; [EntityItemFrame['entity.ItemFrame.name'/68, l='MpServer', x=-224.50, y=65.50, z=-759.06], EntityVillager['Villager'/70, l='MpServer', x=-223.66, y=64.00, z=-785.41], EntityVillager['Villager'/71, l='MpServer', x=-220.47, y=64.00, z=-700.16], EntityVillager['Villager'/64, l='MpServer', x=-249.72, y=64.00, z=-684.25], EntityVillager['Villager'/66, l='MpServer', x=-224.38, y=64.00, z=-810.28], EntityVillager['Villager'/67, l='MpServer', x=-233.31, y=64.00, z=-789.69], EntityMinecartChest['entity.MinecartChest.name'/77, l='MpServer', x=-162.50, y=24.50, z=-680.50], EntityClientPlayerMP['OnyxDarkKnight'/105, l='MpServer', x=-212.76, y=65.62, z=-748.41], EntityTrail['unknown'/192, l='MpServer', x=-212.76, y=65.62, z=-748.41], EntityVillager['Villager'/55, l='MpServer', x=-257.69, y=62.00, z=-723.69], EntityVillager['Villager'/54, l='MpServer', x=-257.31, y=62.00, z=-723.31], EntityVillager['Villager'/53, l='MpServer', x=-268.53, y=64.00, z=-754.66], EntityBat['Bat'/13429, l='MpServer', x=-154.00, y=24.26, z=-675.50], EntityVillager['Villager'/57, l='MpServer', x=-270.72, y=64.00, z=-719.31], EntityBat['Bat'/13431, l='MpServer', x=-153.84, y=24.00, z=-670.09], EntityVillager['Villager'/56, l='MpServer', x=-261.53, y=64.00, z=-711.31], EntityBat['Bat'/13427, l='MpServer', x=-155.00, y=24.05, z=-681.06], EntityVillager['Villager'/60, l='MpServer', x=-253.31, y=62.00, z=-729.31]]
- 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: 300858968 bytes (286 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 8 mods loaded, 8 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.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
- NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
- jewelrycraft2{1.0} [Jewelrycraft 2] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
- iChunUtil{4.1.3} [iChunUtil] (iChunUtil-4.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
- Tabula{4.1.1} [Tabula] (Tabula-4.1.1.jar) 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