Eragonn14900

Untitled

Nov 28th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.34 KB | None | 0 0
  1.  
  2. [22:33:11] [Client thread/INFO] [STDOUT]: [com.reactioncraft.bookcase.common.BlockBookcaseMulti:onBlockActivated:90]: hi
  3. [22:33:12] [Server thread/INFO]: Stopping server
  4. [22:33:12] [Server thread/INFO]: Saving players
  5. [22:33:12] [Server thread/INFO]: Saving worlds
  6. [22:33:12] [Server thread/INFO]: Saving chunks for level 'test'/Overworld
  7. [22:33:12] [Server thread/INFO]: Saving chunks for level 'test'/Nether
  8. [22:33:12] [Server thread/INFO]: Saving chunks for level 'test'/The End
  9. [22:33:13] [Server thread/INFO] [FML]: Unloading dimension 0
  10. [22:33:13] [Server thread/INFO] [FML]: Unloading dimension -1
  11. [22:33:13] [Server thread/INFO] [FML]: Unloading dimension 1
  12. [22:33:13] [Server thread/INFO] [FML]: Applying holder lookups
  13. [22:33:13] [Server thread/INFO] [FML]: Holder lookups applied
  14. [22:33:14] [Client thread/FATAL]: Unreported exception thrown!
  15. java.lang.NullPointerException
  16. at com.reactioncraft.bookcase.common.BlockBookcaseMulti.onBlockActivated(BlockBookcaseMulti.java:92) ~[BlockBookcaseMulti.class:?]
  17. at net.minecraft.client.multiplayer.PlayerControllerMP.processRightClickBlock(PlayerControllerMP.java:442) ~[PlayerControllerMP.class:?]
  18. at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1603) ~[Minecraft.class:?]
  19. at net.minecraft.client.Minecraft.processKeyBinds(Minecraft.java:2281) ~[Minecraft.class:?]
  20. at net.minecraft.client.Minecraft.runTickKeyboard(Minecraft.java:2058) ~[Minecraft.class:?]
  21. at net.minecraft.client.Minecraft.runTick(Minecraft.java:1846) ~[Minecraft.class:?]
  22. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1118) ~[Minecraft.class:?]
  23. at net.minecraft.client.Minecraft.run(Minecraft.java:406) [Minecraft.class:?]
  24. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  28. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  29. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  30. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  34. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  35. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  36. at GradleStart.main(GradleStart.java:26) [start/:?]
  37. [22:33:14] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: ---- Minecraft Crash Report ----
  38. // Don't be sad, have a hug! <3
  39.  
  40. Time: 11/28/16 10:33 PM
  41. Description: Unexpected error
  42.  
  43. java.lang.NullPointerException: Unexpected error
  44. at com.reactioncraft.bookcase.common.BlockBookcaseMulti.onBlockActivated(BlockBookcaseMulti.java:92)
  45. at net.minecraft.client.multiplayer.PlayerControllerMP.processRightClickBlock(PlayerControllerMP.java:442)
  46. at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1603)
  47. at net.minecraft.client.Minecraft.processKeyBinds(Minecraft.java:2281)
  48. at net.minecraft.client.Minecraft.runTickKeyboard(Minecraft.java:2058)
  49. at net.minecraft.client.Minecraft.runTick(Minecraft.java:1846)
  50. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1118)
  51. at net.minecraft.client.Minecraft.run(Minecraft.java:406)
  52. at net.minecraft.client.main.Main.main(Main.java:118)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  56. at java.lang.reflect.Method.invoke(Unknown Source)
  57. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  58. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  62. at java.lang.reflect.Method.invoke(Unknown Source)
  63. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  64. at GradleStart.main(GradleStart.java:26)
  65.  
  66.  
  67. A detailed walkthrough of the error, its code path and all known details is as follows:
  68. ---------------------------------------------------------------------------------------
  69.  
  70. -- Head --
  71. Thread: Client thread
  72. Stacktrace:
  73. at com.reactioncraft.bookcase.common.BlockBookcaseMulti.onBlockActivated(BlockBookcaseMulti.java:92)
  74. at net.minecraft.client.multiplayer.PlayerControllerMP.processRightClickBlock(PlayerControllerMP.java:442)
  75. at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1603)
  76. at net.minecraft.client.Minecraft.processKeyBinds(Minecraft.java:2281)
  77. at net.minecraft.client.Minecraft.runTickKeyboard(Minecraft.java:2058)
  78.  
  79. -- Affected level --
  80. Details:
  81. Level name: MpServer
  82. All players: 1 total; [EntityPlayerSP['Player628'/114, l='MpServer', x=335.33, y=74.00, z=-319.17]]
  83. Chunk stats: MultiplayerChunkCache: 1134, 1134
  84. Level seed: 0
  85. Level generator: ID 00 - default, ver 1. Features enabled: false
  86. Level generator options:
  87. Level spawn location: World: (358,64,-321), Chunk: (at 6,4,15 in 22,-21; contains blocks 352,0,-336 to 367,255,-321), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  88. Level time: 6500 game time, 6500 day time
  89. Level dimension: 0
  90. Level storage version: 0x00000 - Unknown?
  91. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  92. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  93. Forced entities: 76 total; [EntityPlayerSP['Player628'/114, l='MpServer', x=335.33, y=74.00, z=-319.17], EntityZombie['Zombie'/5, l='MpServer', x=264.63, y=31.00, z=-384.82], EntitySkeleton['Skeleton'/7, l='MpServer', x=269.50, y=34.00, z=-345.50], EntityBat['Bat'/8, l='MpServer', x=265.48, y=39.10, z=-342.55], EntityCreeper['Creeper'/9, l='MpServer', x=267.10, y=52.00, z=-325.94], EntityCreeper['Creeper'/10, l='MpServer', x=267.70, y=52.00, z=-325.28], EntityZombie['Zombie'/11, l='MpServer', x=270.18, y=42.00, z=-318.51], EntityCreeper['Creeper'/12, l='MpServer', x=271.50, y=32.00, z=-305.50], EntitySquid['Squid'/21, l='MpServer', x=276.02, y=58.28, z=-369.12], EntityBat['Bat'/22, l='MpServer', x=276.19, y=31.21, z=-351.77], EntityBat['Bat'/23, l='MpServer', x=279.75, y=33.10, z=-356.51], EntitySquid['Squid'/24, l='MpServer', x=278.30, y=59.23, z=-367.25], EntitySquid['Squid'/25, l='MpServer', x=276.75, y=60.39, z=-367.87], EntitySquid['Squid'/26, l='MpServer', x=271.01, y=62.58, z=-366.40], EntityCreeper['Creeper'/27, l='MpServer', x=277.50, y=37.00, z=-304.50], EntitySkeleton['Skeleton'/28, l='MpServer', x=274.52, y=54.00, z=-299.73], EntityCreeper['Creeper'/29, l='MpServer', x=277.50, y=30.00, z=-282.50], EntityCreeper['Creeper'/30, l='MpServer', x=277.50, y=30.00, z=-283.50], EntityZombie['Zombie'/37, l='MpServer', x=296.27, y=24.00, z=-370.53], EntitySkeleton['Skeleton'/38, l='MpServer', x=300.49, y=24.00, z=-361.83], EntitySquid['Squid'/39, l='MpServer', x=293.60, y=61.00, z=-360.60], EntitySquid['Squid'/40, l='MpServer', x=295.60, y=61.00, z=-358.97], EntitySquid['Squid'/41, l='MpServer', x=296.40, y=62.41, z=-357.94], EntitySquid['Squid'/42, l='MpServer', x=294.82, y=62.46, z=-352.82], EntityBat['Bat'/43, l='MpServer', x=297.52, y=18.10, z=-293.66], EntityCreeper['Creeper'/44, l='MpServer', x=309.50, y=45.00, z=-395.50], EntitySpider['Spider'/45, l='MpServer', x=311.70, y=60.00, z=-386.30], EntityCreeper['Creeper'/46, l='MpServer', x=315.56, y=60.00, z=-390.22], EntityCreeper['Creeper'/47, l='MpServer', x=315.61, y=57.00, z=-362.81], EntityBat['Bat'/48, l='MpServer', x=317.85, y=15.10, z=-343.08], EntitySkeleton['Skeleton'/49, l='MpServer', x=319.50, y=29.00, z=-340.32], EntitySpider['Spider'/50, l='MpServer', x=319.30, y=24.00, z=-333.30], EntityZombie['Zombie'/51, l='MpServer', x=307.53, y=28.00, z=-321.81], EntityZombie['Zombie'/52, l='MpServer', x=314.59, y=22.00, z=-332.23], EntityZombie['Zombie'/58, l='MpServer', x=329.36, y=44.00, z=-397.60], EntityZombie['Zombie'/59, l='MpServer', x=326.20, y=25.00, z=-370.52], EntitySkeleton['Skeleton'/60, l='MpServer', x=321.73, y=17.00, z=-357.48], EntityBat['Bat'/61, l='MpServer', x=329.56, y=16.10, z=-358.52], EntityCreeper['Creeper'/62, l='MpServer', x=321.56, y=17.00, z=-353.34], EntityCreeper['Creeper'/63, l='MpServer', x=321.30, y=17.00, z=-352.73], EntityCreeper['Creeper'/64, l='MpServer', x=327.44, y=54.00, z=-361.20], EntityZombie['Zombie'/65, l='MpServer', x=334.08, y=55.00, z=-357.15], EntityZombie['Zombie'/66, l='MpServer', x=335.70, y=55.00, z=-356.97], EntitySkeleton['Skeleton'/67, l='MpServer', x=335.05, y=55.00, z=-356.19], EntityBat['Bat'/68, l='MpServer', x=321.36, y=15.10, z=-344.32], EntitySkeleton['Skeleton'/69, l='MpServer', x=322.43, y=17.00, z=-351.45], EntitySpider['Spider'/70, l='MpServer', x=322.81, y=18.00, z=-346.50], EntitySkeleton['Skeleton'/71, l='MpServer', x=321.83, y=17.00, z=-351.99], EntitySkeleton['Skeleton'/72, l='MpServer', x=328.50, y=24.00, z=-332.50], EntityBat['Bat'/78, l='MpServer', x=340.75, y=59.10, z=-375.25], EntityZombie['Zombie'/79, l='MpServer', x=341.49, y=35.00, z=-338.14], EntitySpider['Spider'/80, l='MpServer', x=349.03, y=14.00, z=-320.03], EntityZombie['Zombie'/81, l='MpServer', x=344.76, y=37.00, z=-333.56], EntityBat['Bat'/82, l='MpServer', x=344.48, y=22.06, z=-308.48], EntityBat['Bat'/83, l='MpServer', x=344.93, y=30.10, z=-295.98], EntitySpider['Spider'/86, l='MpServer', x=359.50, y=23.00, z=-394.50], EntitySkeleton['Skeleton'/87, l='MpServer', x=366.22, y=16.00, z=-398.50], EntityCreeper['Creeper'/88, l='MpServer', x=355.70, y=37.00, z=-341.81], EntitySkeleton['Skeleton'/89, l='MpServer', x=357.14, y=14.00, z=-321.36], EntitySkeleton['Skeleton'/90, l='MpServer', x=354.30, y=27.00, z=-310.51], EntitySkeleton['Skeleton'/91, l='MpServer', x=355.49, y=27.00, z=-312.26], EntitySkeleton['Skeleton'/92, l='MpServer', x=357.47, y=16.00, z=-318.30], EntityBat['Bat'/93, l='MpServer', x=356.25, y=19.10, z=-319.25], EntityBat['Bat'/94, l='MpServer', x=355.54, y=18.10, z=-319.25], EntityZombie['Zombie'/95, l='MpServer', x=366.52, y=24.00, z=-240.24], EntitySpider['Spider'/99, l='MpServer', x=383.50, y=15.00, z=-289.50], EntitySkeleton['Skeleton'/100, l='MpServer', x=383.50, y=15.00, z=-290.50], EntitySpider['Spider'/102, l='MpServer', x=386.89, y=11.00, z=-359.70], EntitySquid['Squid'/103, l='MpServer', x=393.33, y=62.31, z=-359.40], EntitySquid['Squid'/104, l='MpServer', x=388.20, y=62.52, z=-356.21], EntitySkeleton['Skeleton'/105, l='MpServer', x=395.50, y=58.00, z=-328.25], EntitySpider['Spider'/106, l='MpServer', x=399.50, y=18.00, z=-273.50], EntityBat['Bat'/107, l='MpServer', x=400.11, y=20.08, z=-258.62], EntityCreeper['Creeper'/108, l='MpServer', x=405.50, y=12.00, z=-362.50], EntityCreeper['Creeper'/109, l='MpServer', x=410.48, y=38.00, z=-297.83], EntityBat['Bat'/110, l='MpServer', x=402.39, y=21.10, z=-258.34]]
  94. Retry entities: 0 total; []
  95. Server brand: fml,forge
  96. Server type: Integrated singleplayer server
  97. Stacktrace:
  98. at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:451)
  99. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2779)
  100. at net.minecraft.client.Minecraft.run(Minecraft.java:435)
  101. at net.minecraft.client.main.Main.main(Main.java:118)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  104. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  105. at java.lang.reflect.Method.invoke(Unknown Source)
  106. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  107. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  108. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  111. at java.lang.reflect.Method.invoke(Unknown Source)
  112. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  113. at GradleStart.main(GradleStart.java:26)
  114.  
  115. -- System Details --
  116. Details:
  117. Minecraft Version: 1.10.2
  118. Operating System: Windows 10 (amd64) version 10.0
  119. Java Version: 1.8.0_111, Oracle Corporation
  120. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  121. Memory: 362497488 bytes (345 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  122. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  123. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  124. FML: MCP 9.32 Powered by Forge 12.18.2.2124 4 mods loaded, 4 mods active
  125. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  126. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  127. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.2.2124.jar)
  128. UCHIJAAAA Forge{12.18.2.2124} [Minecraft Forge] (forgeSrc-1.10.2-12.18.2.2124.jar)
  129. UCHIJAAAA reactioncraft{1.0.0} [Reactioncraft 3: Rebirth] (bin)
  130. Loaded coremods (and transformers):
  131. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.70' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
  132. Launched Version: 1.10.2
  133. LWJGL: 2.9.4
  134. OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.5.0 NVIDIA 375.70, NVIDIA Corporation
  135. GL Caps: Using GL 1.3 multitexturing.
  136. Using GL 1.3 texture combiners.
  137. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  138. Shaders are available because OpenGL 2.1 is supported.
  139. VBOs are available because OpenGL 1.5 is supported.
  140.  
  141. Using VBOs: Yes
  142. Is Modded: Definitely; Client brand changed to 'fml,forge'
  143. Type: Client (map_client.txt)
  144. Resource Packs:
  145. Current Language: English (US)
  146. Profiler Position: N/A (disabled)
  147. CPU: 8x Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
  148. [22:33:14] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: #@!@# Game crashed! Crash report saved to: #@!@# D:\GitHub Repo\Reactioncraft-3\run\.\crash-reports\crash-2016-11-28_22.33.14-client.txt
  149. AL lib: (EE) alc_cleanup: 1 device not closed
  150. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Add Comment
Please, Sign In to add comment