Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.15 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 21/10/16 11:35 PM
  5. Description: Ticking memory connection
  6.  
  7. java.lang.NullPointerException: Ticking memory connection
  8. at net.subaraki.gravestone.handler.GravestoneEventHandler.addOtherInventory(GravestoneEventHandler.java:286)
  9. at net.subaraki.gravestone.handler.GravestoneEventHandler.placeGrave(GravestoneEventHandler.java:193)
  10. at net.subaraki.gravestone.handler.GravestoneEventHandler.onDeathEvent(GravestoneEventHandler.java:130)
  11. at cpw.mods.fml.common.eventhandler.ASMEventHandler_200_GravestoneEventHandler_onDeathEvent_LivingDeathEvent.invoke(.dynamic)
  12. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  13. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  14. at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
  15. at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:405)
  16. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
  17. at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1034)
  18. at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:491)
  19. at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:79)
  20. at net.minecraft.entity.EntityLivingBase.func_70069_a(EntityLivingBase.java:1014)
  21. at net.minecraft.entity.player.EntityPlayer.func_70069_a(EntityPlayer.java:1776)
  22. at net.minecraft.entity.Entity.func_70064_a(Entity.java:916)
  23. at net.minecraft.entity.EntityLivingBase.func_70064_a(EntityLivingBase.java:182)
  24. at net.minecraft.entity.player.EntityPlayerMP.func_71122_b(EntityPlayerMP.java:596)
  25. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:405)
  26. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
  27. at net.minecraft.network.play.client.C03PacketPlayer$C04PacketPlayerPosition.func_148833_a(SourceFile:63)
  28. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  29. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  30. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  31. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  32. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  33. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  34. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Stacktrace:
  42. at net.subaraki.gravestone.handler.GravestoneEventHandler.addOtherInventory(GravestoneEventHandler.java:286)
  43. at net.subaraki.gravestone.handler.GravestoneEventHandler.placeGrave(GravestoneEventHandler.java:193)
  44. at net.subaraki.gravestone.handler.GravestoneEventHandler.onDeathEvent(GravestoneEventHandler.java:130)
  45. at cpw.mods.fml.common.eventhandler.ASMEventHandler_200_GravestoneEventHandler_onDeathEvent_LivingDeathEvent.invoke(.dynamic)
  46. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  47. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  48. at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
  49. at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:405)
  50. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
  51. at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1034)
  52. at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:491)
  53. at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:79)
  54. at net.minecraft.entity.EntityLivingBase.func_70069_a(EntityLivingBase.java:1014)
  55. at net.minecraft.entity.player.EntityPlayer.func_70069_a(EntityPlayer.java:1776)
  56. at net.minecraft.entity.Entity.func_70064_a(Entity.java:916)
  57. at net.minecraft.entity.EntityLivingBase.func_70064_a(EntityLivingBase.java:182)
  58. at net.minecraft.entity.player.EntityPlayerMP.func_71122_b(EntityPlayerMP.java:596)
  59. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:405)
  60. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
  61. at net.minecraft.network.play.client.C03PacketPlayer$C04PacketPlayerPosition.func_148833_a(SourceFile:63)
  62. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  63. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  64.  
  65. -- Ticking connection --
  66. Details:
  67. Connection: net.minecraft.network.NetworkManager@6d31aa2e
  68. Stacktrace:
  69. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  70. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  71. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  72. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  73. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  74.  
  75. -- System Details --
  76. Details:
  77. Minecraft Version: 1.7.10
  78. Operating System: Windows 10 (amd64) version 10.0
  79. Java Version: 1.8.0_66, Oracle Corporation
  80. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  81. Memory: 3141133600 bytes (2995 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
  82. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
  83. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  84. IntCache: cache: 11, tcache: 0, allocated: 15, tallocated: 95
  85. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_U_D4 80 mods loaded, 72 mods active
  86. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  87. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  88. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
  89. UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (modpack.jar)
  90. UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  91. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  92. UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  93. UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  94. UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
  95. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  96. UCHIJAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
  97. UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  98. UCHIJAAAA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
  99. UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
  100. UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
  101. UCHIJAAAA ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
  102. UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  103. UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  104. UCHIJAAAA BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
  105. UCHIJAAAA BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
  106. UCHIJAAAA BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
  107. UCHIJAAAA BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
  108. UCHIJAAAA BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
  109. UCHIJAAAA BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
  110. UCHIJAAAA BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
  111. UCHIJAAAA CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar)
  112. UCHIJAAAA ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar)
  113. UCHIJAAAA chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
  114. UCHIJAAAA IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar)
  115. UCHIJAAAA CompactSolars{4.4.37.314} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.37.314-universal.jar)
  116. UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  117. UCHIJAAAA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
  118. UCHIJAAAA EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)
  119. UCHIJAAAA ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  120. UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  121. UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
  122. UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
  123. UCHIJAAAA gravestonemod{1.7.10} [Gravestones] (GraveStones 1.7.10 -3.jar)
  124. UCHIJAAAA HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar)
  125. UCHIJAAAA InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
  126. UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  127. UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  128. UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
  129. UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
  130. UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  131. UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  132. UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  133. UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  134. UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
  135. UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  136. UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  137. UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  138. UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  139. UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  140. UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  141. UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  142. UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  143. UCHIJAAAA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
  144. UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
  145. UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
  146. UCHIJAAAA pixelmonpreloader{3.5.1} [PixelmonPreloader] (PixelmonPreloader-1.7.10-3.5.1-universal.jar)
  147. UCHIJAAAA pixelmon{3.5.0} [Pixelmon] (Pixelmon-1.7.10-3.5.1-universal.jar)
  148. UCHIJAAAA Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3.jar)
  149. UCHIJAAAA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
  150. UCHIJAAAA SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
  151. UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
  152. UCHIJAAAA Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)
  153. UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  154. UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  155. UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  156. UCHIJAAAA ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  157. UCHIJAAAA McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  158. UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
  159. UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  160. UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  161. UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  162. UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  163. UD MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  164. UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  165. UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  166. UD MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  167. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  168. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  169. Class transformer null safety: all safe
  170. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  171. CoFHCore: -[1.7.10]3.1.3-327
  172. ThermalFoundation: -[1.7.10]1.2.5-115
  173. ThermalExpansion: -[1.7.10]4.1.4-247
  174. MineFactoryReloaded: -[1.7.10]2.8.1-174
  175. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
  176. TConstruct Environment: Environment healthy.
  177. NetherOres: -[1.7.10]2.3.1-22
  178. ThermalDynamics: -[1.7.10]1.2.0-171
  179. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  180. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
  181. Profiler Position: N/A (disabled)
  182. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  183. Player Count: 1 / 8; [GCEntityPlayerMP['Cosmology27'/97680, l='New World', x=106.77, y=64.00, z=288.45]]
  184. Type: Integrated Server (map_client.txt)
  185. Is Modded: Definitely; Client brand changed to 'fml,forge'
  186. OptiFine Version: OptiFine_1.7.10_HD_U_D4
  187. Render Distance Chunks: 8
  188. Mipmaps: 4
  189. Anisotropic Filtering: 1
  190. Antialiasing: 0
  191. Multitexture: false
  192. OpenGlVersion: 4.5.0 NVIDIA 369.09
  193. OpenGlRenderer: GeForce GTX 745/PCIe/SSE2
  194. OpenGlVendor: NVIDIA Corporation
  195. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement