Advertisement
Guest User

Untitled

a guest
Jun 16th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.67 KB | None | 0 0
  1. [20:06:10] [Client thread/FATAL]: Unreported exception thrown!
  2. java.lang.NullPointerException
  3. at me.ferdz.placeableitems.block.BlockArrow.getActualState(BlockArrow.java:43) ~[BlockArrow.class:?]
  4. at net.minecraft.block.state.BlockStateContainer$StateImplementation.getActualState(BlockStateContainer.java:412) ~[BlockStateContainer$StateImplementation.class:?]
  5. at net.minecraft.client.gui.GuiOverlayDebug.getDebugInfoRight(GuiOverlayDebug.java:212) ~[GuiOverlayDebug.class:?]
  6. at net.minecraftforge.client.GuiIngameForge$GuiOverlayDebugForge.getRight(GuiIngameForge.java:881) ~[GuiIngameForge$GuiOverlayDebugForge.class:?]
  7. at net.minecraftforge.client.GuiIngameForge$GuiOverlayDebugForge.access$200(GuiIngameForge.java:875) ~[GuiIngameForge$GuiOverlayDebugForge.class:?]
  8. at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:678) ~[GuiIngameForge.class:?]
  9. at net.minecraftforge.client.GuiIngameForge.renderGameOverlay(GuiIngameForge.java:152) ~[GuiIngameForge.class:?]
  10. at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1126) ~[EntityRenderer.class:?]
  11. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1140) ~[Minecraft.class:?]
  12. at net.minecraft.client.Minecraft.run(Minecraft.java:404) [Minecraft.class:?]
  13. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77]
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  17. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  23. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
  24. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  25. at GradleStart.main(GradleStart.java:26) [start/:?]
  26. [20:06:10] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:646]: ---- Minecraft Crash Report ----
  27. // I'm sorry, Dave.
  28.  
  29. Time: 16/06/16 8:06 PM
  30. Description: Unexpected error
  31.  
  32. java.lang.NullPointerException: Unexpected error
  33. at me.ferdz.placeableitems.block.BlockArrow.getActualState(BlockArrow.java:43)
  34. at net.minecraft.block.state.BlockStateContainer$StateImplementation.getActualState(BlockStateContainer.java:412)
  35. at net.minecraft.client.gui.GuiOverlayDebug.getDebugInfoRight(GuiOverlayDebug.java:212)
  36. at net.minecraftforge.client.GuiIngameForge$GuiOverlayDebugForge.getRight(GuiIngameForge.java:881)
  37. at net.minecraftforge.client.GuiIngameForge$GuiOverlayDebugForge.access$200(GuiIngameForge.java:875)
  38. at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:678)
  39. at net.minecraftforge.client.GuiIngameForge.renderGameOverlay(GuiIngameForge.java:152)
  40. at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1126)
  41. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1140)
  42. at net.minecraft.client.Minecraft.run(Minecraft.java:404)
  43. at net.minecraft.client.main.Main.main(Main.java:118)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  47. at java.lang.reflect.Method.invoke(Unknown Source)
  48. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  49. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  53. at java.lang.reflect.Method.invoke(Unknown Source)
  54. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  55. at GradleStart.main(GradleStart.java:26)
  56.  
  57.  
  58. A detailed walkthrough of the error, its code path and all known details is as follows:
  59. ---------------------------------------------------------------------------------------
  60.  
  61. -- Head --
  62. Thread: Client thread
  63. Stacktrace:
  64. at me.ferdz.placeableitems.block.BlockArrow.getActualState(BlockArrow.java:43)
  65. at net.minecraft.block.state.BlockStateContainer$StateImplementation.getActualState(BlockStateContainer.java:412)
  66. at net.minecraft.client.gui.GuiOverlayDebug.getDebugInfoRight(GuiOverlayDebug.java:212)
  67. at net.minecraftforge.client.GuiIngameForge$GuiOverlayDebugForge.getRight(GuiIngameForge.java:881)
  68. at net.minecraftforge.client.GuiIngameForge$GuiOverlayDebugForge.access$200(GuiIngameForge.java:875)
  69. at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:678)
  70. at net.minecraftforge.client.GuiIngameForge.renderGameOverlay(GuiIngameForge.java:152)
  71.  
  72. -- Affected level --
  73. Details:
  74. Level name: MpServer
  75. All players: 1 total; [EntityPlayerSP['Player365'/248, l='MpServer', x=-181.16, y=64.00, z=208.72]]
  76. Chunk stats: MultiplayerChunkCache: 617, 617
  77. Level seed: 0
  78. Level generator: ID 00 - default, ver 1. Features enabled: false
  79. Level generator options:
  80. Level spawn location: World: (-200,64,244), Chunk: (at 8,4,4 in -13,15; contains blocks -208,0,240 to -193,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  81. Level time: 15762 game time, 15762 day time
  82. Level dimension: 0
  83. Level storage version: 0x00000 - Unknown?
  84. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  85. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  86. Forced entities: 76 total; [EntitySkeleton['Skeleton'/128, l='MpServer', x=-197.30, y=31.00, z=258.49], EntityCreeper['Creeper'/136, l='MpServer', x=-178.50, y=22.00, z=141.50], EntityCreeper['Creeper'/137, l='MpServer', x=-181.23, y=35.00, z=139.47], EntitySquid['Squid'/138, l='MpServer', x=-179.51, y=45.00, z=156.23], EntitySkeleton['Skeleton'/139, l='MpServer', x=-179.59, y=37.00, z=210.30], EntityBat['Bat'/140, l='MpServer', x=-177.64, y=39.10, z=221.75], EntityZombie['Zombie'/141, l='MpServer', x=-181.31, y=38.00, z=212.34], EntitySkeleton['Skeleton'/142, l='MpServer', x=-179.70, y=37.03, z=223.63], EntityZombie['Zombie'/143, l='MpServer', x=-188.51, y=39.00, z=223.77], EntityCreeper['Creeper'/144, l='MpServer', x=-182.42, y=44.00, z=241.17], EntityPlayerSP['Player365'/248, l='MpServer', x=-181.16, y=64.00, z=208.72], EntityZombie['Zombie'/145, l='MpServer', x=-177.30, y=36.05, z=232.07], EntityBat['Bat'/146, l='MpServer', x=-176.31, y=42.10, z=267.56], EntityBat['Bat'/158, l='MpServer', x=-161.75, y=36.10, z=129.60], EntitySkeleton['Skeleton'/159, l='MpServer', x=-172.50, y=16.00, z=161.29], EntitySkeleton['Skeleton'/160, l='MpServer', x=-167.89, y=14.00, z=193.50], EntityCreeper['Creeper'/161, l='MpServer', x=-165.19, y=29.00, z=197.47], EntityZombie['Zombie'/162, l='MpServer', x=-164.49, y=17.00, z=193.77], EntityZombie['Zombie'/163, l='MpServer', x=-164.50, y=30.00, z=201.59], EntityBat['Bat'/164, l='MpServer', x=-172.52, y=21.73, z=194.87], EntitySpider['Spider'/165, l='MpServer', x=-175.81, y=37.00, z=213.70], EntityCreeper['Creeper'/166, l='MpServer', x=-160.51, y=42.00, z=220.78], EntityBat['Bat'/167, l='MpServer', x=-165.88, y=41.10, z=264.25], EntityZombie['Zombie'/168, l='MpServer', x=-162.48, y=22.00, z=284.20], EntitySkeleton['Skeleton'/179, l='MpServer', x=-158.77, y=23.00, z=141.45], EntitySkeleton['Skeleton'/181, l='MpServer', x=-149.49, y=35.00, z=162.29], EntitySquid['Squid'/182, l='MpServer', x=-145.65, y=52.97, z=216.09], EntitySheep['Sheep'/183, l='MpServer', x=-156.74, y=64.00, z=230.55], EntityCreeper['Creeper'/184, l='MpServer', x=-153.70, y=41.00, z=261.70], EntityBat['Bat'/185, l='MpServer', x=-158.25, y=41.77, z=266.61], EntitySquid['Squid'/186, l='MpServer', x=-155.40, y=62.55, z=261.37], EntitySkeleton['Skeleton'/59, l='MpServer', x=-261.48, y=71.00, z=254.65], EntityEnderman['Enderman'/69, l='MpServer', x=-251.70, y=44.00, z=241.70], EntityCreeper['Creeper'/198, l='MpServer', x=-133.48, y=17.00, z=145.16], EntityEnderman['Enderman'/70, l='MpServer', x=-245.51, y=20.00, z=263.70], EntityCreeper['Creeper'/199, l='MpServer', x=-137.90, y=36.00, z=154.49], EntityCreeper['Creeper'/71, l='MpServer', x=-255.06, y=64.00, z=283.50], EntitySquid['Squid'/200, l='MpServer', x=-138.28, y=61.25, z=151.03], EntityCreeper['Creeper'/201, l='MpServer', x=-130.50, y=13.00, z=181.50], EntitySquid['Squid'/202, l='MpServer', x=-133.30, y=44.96, z=191.02], EntitySquid['Squid'/203, l='MpServer', x=-131.35, y=56.79, z=183.87], EntitySquid['Squid'/204, l='MpServer', x=-141.02, y=60.92, z=181.05], EntitySquid['Squid'/205, l='MpServer', x=-139.23, y=55.81, z=203.58], EntitySheep['Sheep'/77, l='MpServer', x=-228.89, y=62.36, z=180.89], EntitySheep['Sheep'/78, l='MpServer', x=-236.50, y=67.00, z=194.50], EntityBat['Bat'/206, l='MpServer', x=-129.08, y=37.00, z=224.98], EntitySheep['Sheep'/79, l='MpServer', x=-238.50, y=68.00, z=195.19], EntitySquid['Squid'/207, l='MpServer', x=-133.01, y=49.70, z=243.66], EntitySheep['Sheep'/80, l='MpServer', x=-230.48, y=69.00, z=198.82], EntitySquid['Squid'/208, l='MpServer', x=-132.66, y=55.88, z=252.65], EntitySheep['Sheep'/81, l='MpServer', x=-232.55, y=67.00, z=192.55], EntityCreeper['Creeper'/209, l='MpServer', x=-143.61, y=17.00, z=279.56], EntityEnderman['Enderman'/82, l='MpServer', x=-226.51, y=46.00, z=208.74], EntityBat['Bat'/83, l='MpServer', x=-230.25, y=44.10, z=218.60], EntityCreeper['Creeper'/84, l='MpServer', x=-239.60, y=47.00, z=224.85], EntityCreeper['Creeper'/85, l='MpServer', x=-228.22, y=44.00, z=247.52], EntitySkeleton['Skeleton'/86, l='MpServer', x=-224.45, y=45.00, z=245.93], EntityZombie['Zombie'/214, l='MpServer', x=-125.50, y=37.00, z=227.50], EntityBat['Bat'/215, l='MpServer', x=-130.57, y=35.12, z=228.46], EntitySkeleton['Skeleton'/87, l='MpServer', x=-237.46, y=45.00, z=276.71], EntityBat['Bat'/216, l='MpServer', x=-112.49, y=30.97, z=275.57], EntityZombie['Zombie'/217, l='MpServer', x=-122.17, y=32.00, z=272.71], EntityCreeper['Creeper'/98, l='MpServer', x=-211.50, y=63.00, z=141.50], EntityZombie['Zombie'/99, l='MpServer', x=-219.50, y=69.00, z=167.50], EntitySheep['Sheep'/100, l='MpServer', x=-215.78, y=64.00, z=194.51], EntitySheep['Sheep'/101, l='MpServer', x=-213.35, y=71.00, z=212.27], EntityZombie['Zombie'/230, l='MpServer', x=-104.46, y=19.00, z=242.73], EntitySheep['Sheep'/119, l='MpServer', x=-196.52, y=64.00, z=170.18], EntitySheep['Sheep'/120, l='MpServer', x=-200.19, y=62.59, z=198.19], EntitySheep['Sheep'/121, l='MpServer', x=-206.55, y=63.00, z=198.45], EntitySheep['Sheep'/122, l='MpServer', x=-202.50, y=63.00, z=203.22], EntitySheep['Sheep'/123, l='MpServer', x=-196.23, y=62.56, z=212.78], EntityBat['Bat'/124, l='MpServer', x=-194.94, y=22.45, z=241.75], EntityZombie['Zombie'/125, l='MpServer', x=-192.52, y=44.00, z=232.73], EntityMinecartChest['Minecart with Chest'/126, l='MpServer', x=-207.50, y=31.06, z=260.50], EntityMinecartChest['Minecart with Chest'/127, l='MpServer', x=-197.50, y=31.06, z=265.50]]
  87. Retry entities: 0 total; []
  88. Server brand: fml,forge
  89. Server type: Integrated singleplayer server
  90. Stacktrace:
  91. at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:448)
  92. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2770)
  93. at net.minecraft.client.Minecraft.run(Minecraft.java:433)
  94. at net.minecraft.client.main.Main.main(Main.java:118)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  98. at java.lang.reflect.Method.invoke(Unknown Source)
  99. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  100. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  104. at java.lang.reflect.Method.invoke(Unknown Source)
  105. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  106. at GradleStart.main(GradleStart.java:26)
  107.  
  108. -- System Details --
  109. Details:
  110. Minecraft Version: 1.9.4
  111. Operating System: Windows 10 (amd64) version 10.0
  112. Java Version: 1.8.0_77, Oracle Corporation
  113. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  114. Memory: 444094216 bytes (423 MB) / 1012400128 bytes (965 MB) up to 1897922560 bytes (1810 MB)
  115. JVM Flags: 0 total;
  116. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  117. FML: MCP 9.28 Powered by Forge 12.17.0.1954 4 mods loaded, 4 mods active
  118. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  119. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  120. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.9.4-12.17.0.1954.jar)
  121. UCHIJAAAA Forge{12.17.0.1954} [Minecraft Forge] (forgeSrc-1.9.4-12.17.0.1954.jar)
  122. UCHIJAAAA placeableitems{3.0} [Placeable Items Mod] (bin)
  123. Loaded coremods (and transformers):
  124. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13431 Compatibility Profile Context 16.150.2211.0' Renderer: 'AMD Radeon (TM) R9 380 Series'
  125. Launched Version: 1.9.4
  126. LWJGL: 2.9.4
  127. OpenGL: AMD Radeon (TM) R9 380 Series GL version 4.5.13431 Compatibility Profile Context 16.150.2211.0, ATI Technologies Inc.
  128. GL Caps: Using GL 1.3 multitexturing.
  129. Using GL 1.3 texture combiners.
  130. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  131. Shaders are available because OpenGL 2.1 is supported.
  132. VBOs are available because OpenGL 1.5 is supported.
  133.  
  134. Using VBOs: No
  135. Is Modded: Definitely; Client brand changed to 'fml,forge'
  136. Type: Client (map_client.txt)
  137. Resource Packs:
  138. Current Language: English (US)
  139. Profiler Position: N/A (disabled)
  140. CPU: net.minecraft.client.Minecraft$15@5e4a89a3
  141. [20:06:10] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:646]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Frederic\Documents\Programming\Mods\run\assets\.\crash-reports\crash-2016-06-16_20.06.10-client.txt
  142. [20:06:10] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
  143. [20:06:10] [Server thread/INFO] [FML]: Applying holder lookups
  144. [20:06:10] [Server thread/INFO] [FML]: Holder lookups applied
  145. [20:06:10] [Client thread/INFO] [FML]: Server terminated.
  146. AL lib: (EE) alc_cleanup: 1 device not closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement