gitignore
This commit is contained in:
103
eclipse/crash-reports/crash-2015-07-10_10.09.13-client.txt
Normal file
103
eclipse/crash-reports/crash-2015-07-10_10.09.13-client.txt
Normal file
@@ -0,0 +1,103 @@
|
||||
---- Minecraft Crash Report ----
|
||||
// Uh... Did I do that?
|
||||
|
||||
Time: 7/10/15 10:09 AM
|
||||
Description: Unexpected error
|
||||
|
||||
java.lang.NullPointerException: Unexpected error
|
||||
at com.kitsu.medievalcraft.item.tools.CustomIronShovel.getIcon(CustomIronShovel.java:76)
|
||||
at net.minecraft.entity.player.EntityPlayer.getItemIcon(EntityPlayer.java:2070)
|
||||
at net.minecraft.client.renderer.ItemRenderer.renderItem(ItemRenderer.java:106)
|
||||
at net.minecraft.client.renderer.ItemRenderer.renderItemInFirstPerson(ItemRenderer.java:511)
|
||||
at net.minecraft.client.renderer.EntityRenderer.renderHand(EntityRenderer.java:797)
|
||||
at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1437)
|
||||
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1087)
|
||||
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1067)
|
||||
at net.minecraft.client.Minecraft.run(Minecraft.java:962)
|
||||
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
||||
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.lang.reflect.Method.invoke(Method.java:497)
|
||||
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
|
||||
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
||||
at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
|
||||
at GradleStart.main(Unknown Source)
|
||||
|
||||
|
||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
-- Head --
|
||||
Stacktrace:
|
||||
at com.kitsu.medievalcraft.item.tools.CustomIronShovel.getIcon(CustomIronShovel.java:76)
|
||||
at net.minecraft.entity.player.EntityPlayer.getItemIcon(EntityPlayer.java:2070)
|
||||
at net.minecraft.client.renderer.ItemRenderer.renderItem(ItemRenderer.java:106)
|
||||
at net.minecraft.client.renderer.ItemRenderer.renderItemInFirstPerson(ItemRenderer.java:511)
|
||||
at net.minecraft.client.renderer.EntityRenderer.renderHand(EntityRenderer.java:797)
|
||||
at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1437)
|
||||
|
||||
-- Affected level --
|
||||
Details:
|
||||
Level name: MpServer
|
||||
All players: 1 total; [EntityClientPlayerMP['Player90'/67, l='MpServer', x=-241.95, y=72.62, z=61.47]]
|
||||
Chunk stats: MultiplayerChunkCache: 601, 601
|
||||
Level seed: 0
|
||||
Level generator: ID 00 - default, ver 1. Features enabled: false
|
||||
Level generator options:
|
||||
Level spawn location: World: (-219,64,37), Chunk: (at 5,4,5 in -14,2; contains blocks -224,0,32 to -209,255,47), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
|
||||
Level time: 189711 game time, 57441 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: 15 total; [EntityBat['Bat'/32, l='MpServer', x=-283.75, y=54.10, z=113.63], EntityBat['Bat'/33, l='MpServer', x=-269.22, y=52.73, z=115.94], EntityClientPlayerMP['Player90'/67, l='MpServer', x=-241.95, y=72.62, z=61.47], EntityBat['Bat'/38, l='MpServer', x=-270.59, y=30.10, z=34.72], EntityPig['Pig'/16, l='MpServer', x=-307.91, y=70.00, z=7.88], EntityPig['Pig'/20, l='MpServer', x=-302.84, y=68.00, z=-15.56], EntityPig['Pig'/21, l='MpServer', x=-291.97, y=71.00, z=-2.97], EntityBat['Bat'/56, l='MpServer', x=-207.50, y=14.00, z=74.25], EntitySquid['Squid'/57, l='MpServer', x=-196.31, y=46.34, z=63.13], EntityBat['Bat'/26, l='MpServer', x=-258.56, y=23.35, z=13.69], EntityPig['Pig'/27, l='MpServer', x=-287.34, y=64.00, z=16.91], EntityBat['Bat'/28, l='MpServer', x=-287.72, y=47.92, z=56.41], EntityBat['Bat'/29, l='MpServer', x=-280.78, y=47.02, z=54.47], EntityBat['Bat'/30, l='MpServer', x=-282.00, y=48.82, z=54.06], EntityBat['Bat'/31, l='MpServer', x=-287.31, y=47.05, z=51.94]]
|
||||
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:2566)
|
||||
at net.minecraft.client.Minecraft.run(Minecraft.java:991)
|
||||
at net.minecraft.client.main.Main.main(Main.java:164)
|
||||
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
||||
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.lang.reflect.Method.invoke(Method.java:497)
|
||||
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
|
||||
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
||||
at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
|
||||
at GradleStart.main(Unknown Source)
|
||||
|
||||
-- System Details --
|
||||
Details:
|
||||
Minecraft Version: 1.7.10
|
||||
Operating System: Linux (amd64) version 3.13.0-37-generic
|
||||
Java Version: 1.8.0_45, Oracle Corporation
|
||||
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||
Memory: 791910432 bytes (755 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
|
||||
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
|
||||
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.1448 4 mods loaded, 4 mods active
|
||||
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
|
||||
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
|
||||
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar)
|
||||
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar)
|
||||
UCHIJAAAA kitsumedievalcraft{2.2.3} [ForgeCraft] (bin)
|
||||
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.4.0 NVIDIA 331.113' Renderer: 'GeForce GTX 680/PCIe/SSE2'
|
||||
Launched Version: 1.7.10
|
||||
LWJGL: 2.9.1
|
||||
OpenGL: GeForce GTX 680/PCIe/SSE2 GL version 4.4.0 NVIDIA 331.113, 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)
|
||||
Reference in New Issue
Block a user