Advertisement
Guest User

2/25/18 Crash Report

a guest
Feb 25th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.94 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (RandomThings-MC1.12.2-4.1.3.jar)
  5. ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
  6. AstralCore (astralsorcery-1.12.2-1.8.5.jar)
  7. TransformerLoader (OpenComputers-MC1.12.1-1.7.1.43.jar)
  8. Inventory Tweaks Coremod (InventoryTweaks-1.63 (1).jar)
  9. LoadingPlugin (Quark-r1.4-122.jar)
  10. Contact their authors BEFORE contacting forge
  11.  
  12. // I'm sorry, Dave.
  13.  
  14. Time: 2/25/18 9:21 PM
  15. Description: Ticking player
  16.  
  17. java.lang.NullPointerException: Ticking player
  18. at net.minecraft.enchantment.EnchantmentHelper.func_77506_a(EnchantmentHelper.java:35)
  19. at ganymedes01.headcrumbs.eventHandlers.HandlerEvents.playerDrop(HandlerEvents.java:83)
  20. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_730_HandlerEvents_playerDrop_LivingDeathEvent.invoke(.dynamic)
  21. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  22. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  23. at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:585)
  24. at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:474)
  25. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1014)
  26. at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1038)
  27. at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645)
  28. at net.minecraft.entity.Entity.func_70030_z(Entity.java:487)
  29. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
  30. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:388)
  31. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2087)
  32. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)
  33. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
  34. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
  35. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
  36. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  37. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  38. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  39. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  40. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  41. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  42. at java.lang.Thread.run(Thread.java:745)
  43.  
  44.  
  45. A detailed walkthrough of the error, its code path and all known details is as follows:
  46. ---------------------------------------------------------------------------------------
  47.  
  48. -- Head --
  49. Thread: Server thread
  50. Stacktrace:
  51. at net.minecraft.enchantment.EnchantmentHelper.func_77506_a(EnchantmentHelper.java:35)
  52. at ganymedes01.headcrumbs.eventHandlers.HandlerEvents.playerDrop(HandlerEvents.java:83)
  53. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_730_HandlerEvents_playerDrop_LivingDeathEvent.invoke(.dynamic)
  54. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  55. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  56. at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:585)
  57. at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:474)
  58. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1014)
  59. at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1038)
  60. at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645)
  61. at net.minecraft.entity.Entity.func_70030_z(Entity.java:487)
  62. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
  63. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:388)
  64. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2087)
  65. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)
  66.  
  67. -- Player being ticked --
  68. Details:
  69. Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  70. Entity ID: 184
  71. Entity Name: Smithythewizard
  72. Entity's Exact location: -325.14, 60.00, -34.88
  73. Entity's Block location: World: (-326,60,-35), Chunk: (at 10,3,13 in -21,-3; contains blocks -336,0,-48 to -321,255,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  74. Entity's Momentum: 0.00, -0.08, 0.00
  75. Entity's Passengers: []
  76. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  77. Stacktrace:
  78. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
  79. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
  80. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
  81. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  82.  
  83. -- Ticking connection --
  84. Details:
  85. Connection: net.minecraft.network.NetworkManager@73beab9a
  86. Stacktrace:
  87. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  88. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  89. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  90. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  91. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  92. at java.lang.Thread.run(Thread.java:745)
  93.  
  94. -- System Details --
  95. Details:
  96. Minecraft Version: 1.12.2
  97. Operating System: Windows 10 (amd64) version 10.0
  98. Java Version: 1.8.0_25, Oracle Corporation
  99. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  100. Memory: 897779920 bytes (856 MB) / 3908042752 bytes (3727 MB) up to 3908042752 bytes (3727 MB)
  101. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M -Xms4096M
  102. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  103. FML: MCP 9.42 Powered by Forge 14.23.2.2615 76 mods loaded, 76 mods active
  104. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  105.  
  106. | State | ID | Version | Source | Signature |
  107. |:--------- |:--------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
  108. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  109. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  110. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2615.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  111. | UCHIJAAAA | forge | 14.23.2.2615 | forge-1.12.2-14.23.2.2615.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  112. | UCHIJAAAA | opencomputers|core | 1.7.1.43 | minecraft.jar | None |
  113. | UCHIJAAAA | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None |
  114. | UCHIJAAAA | jei | 4.8.5.151 | jei_1.12.2-4.8.5.151.jar | None |
  115. | UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  116. | UCHIJAAAA | astralsorcery | 1.8.5 | astralsorcery-1.12.2-1.8.5.jar | None |
  117. | UCHIJAAAA | psi | r1.1-59 | Psi-r1.1-59.jar | None |
  118. | UCHIJAAAA | quark | r1.4-122 | Quark-r1.4-122.jar | None |
  119. | UCHIJAAAA | autoreglib | 1.3-15 | AutoRegLib-1.3-15.jar | None |
  120. | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  121. | UCHIJAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0] (1).jar | None |
  122. | UCHIJAAAA | bibliotheca | 1.2.2-1.12.2 | bibliotheca-1.2.2-1.12.2.jar | None |
  123. | UCHIJAAAA | guideapi | 1.12-2.1.4-57 | Guide-API-1.12-2.1.4-57.jar | None |
  124. | UCHIJAAAA | bloodmagic | 1.12.2-2.2.2-85 | BloodMagic-1.12.2-2.2.2-85.jar | None |
  125. | UCHIJAAAA | bookshelf | 2.3.524 | Bookshelf-1.12.2-2.3.524.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  126. | UCHIJAAAA | botania | r1.10-353 | Botania+r1.10-353.jar | None |
  127. | UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3 (1).jar | None |
  128. | UCHIJAAAA | chancecubes | 1.12.2-3.1.0.217 | ChanceCubes-1.12.2-3.1.0.217.jar | None |
  129. | UCHIJAAAA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  130. | UCHIJAAAA | codechickenlib | 3.1.5.331 | CodeChickenLib-1.12.2-3.1.5.331-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  131. | UCHIJAAAA | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  132. | UCHIJAAAA | chiselsandbits | 14.13 | chiselsandbits-14.13.jar | None |
  133. | UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  134. | UCHIJAAAA | cofhcore | 4.3.10 | CoFHCore-1.12.2-4.3.10.5-universal.jar | None |
  135. | UCHIJAAAA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
  136. | UCHIJAAAA | colytra | 1.0.4.3 | colytra-1.12.2-1.0.4.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  137. | UCHIJAAAA | combustfish | 1.0.3.2 | combustfish-1.12.2-1.0.3.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  138. | UCHIJAAAA | cosmeticarmorreworked | 1.12.2-v1 | CosmeticArmorReworked-1.12.2-v1.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  139. | UCHIJAAAA | darkutils | 1.8.193 | DarkUtils-1.12.2-1.8.193.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  140. | UCHIJAAAA | display | 1.2 | Display-1.2.jar | None |
  141. | UCHIJAAAA | elevatorid | 1.4.0 | ElevatorMod-1.12.2-1.4.0.jar | None |
  142. | UCHIJAAAA | equaldragons | 1.1 | EqualDragons-1.1.jar | None |
  143. | UCHIJAAAA | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21 (2).jar | None |
  144. | UCHIJAAAA | tconstruct | 1.12.2-2.9.1.65 | TConstruct-1.12.2-2.9.1.65.jar | None |
  145. | UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.3.jar | None |
  146. | UCHIJAAAA | zerocore | 1.12-0.1.1.0 | zerocore-1.12-0.1.1.0.jar | None |
  147. | UCHIJAAAA | bigreactors | 1.12.2-0.4.5.46 | ExtremeReactors-1.12.2-0.4.5.46.jar | None |
  148. | UCHIJAAAA | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  149. | UCHIJAAAA | floatingrails | 2.0.1-1.12.2 | Floating-Rails-2.0.1-1.12.2.jar | None |
  150. | UCHIJAAAA | grue | 1.3.5 | Grue-1.12-1.3.5 (1).jar | None |
  151. | UCHIJAAAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  152. | UCHIJAAAA | hats | 7.0.0 | Hats-1.12.2-7.0.2 (1).jar | None |
  153. | UCHIJAAAA | headcrumbs | 2.0.4 | Headcrumbs-1.12-2.0.4.jar | None |
  154. | UCHIJAAAA | inventorypets | 1.4.9.9b | inventorypets-1.12-1.4.9.9b.jar | None |
  155. | UCHIJAAAA | inventorysorter | 1.13.1+55 | inventorysorter-1.12.2-1.13.1+55.jar | None |
  156. | UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63 (1).jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  157. | UCHIJAAAA | ironchest | 1.12.2-7.0.34.820 | ironchest-1.12.2-7.0.34.820 (1).jar | None |
  158. | UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  159. | UCHIJAAAA | longfallboots | 1.2.1a | longfallboots-1.2.1a (1).jar | None |
  160. | UCHIJAAAA | mobdismemberment | 7.0.0 | MobDismemberment-1.12.2-7.0.0 (1).jar | None |
  161. | UCHIJAAAA | notenoughwands | 1.6.1 | notenoughwands-1.12-1.6.1.jar | None |
  162. | UCHIJAAAA | opencomputers | 1.7.1.43 | OpenComputers-MC1.12.1-1.7.1.43.jar | None |
  163. | UCHIJAAAA | portalgun | 7.0.0 | PortalGun-1.12.2-7.0.1 (1).jar | None |
  164. | UCHIJAAAA | potionfingers | r1.0-2 | PotionFingers-r1.0-2.jar | None |
  165. | UCHIJAAAA | primitivemobs | 1.1.5c | primitivemobs-1.1.5c_beta.jar | None |
  166. | UCHIJAAAA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4 (1).jar | None |
  167. | UCHIJAAAA | randomthings | 4.1.3 | RandomThings-MC1.12.2-4.1.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  168. | UCHIJAAAA | thermalfoundation | 2.3.10 | ThermalFoundation-1.12.2-2.3.10.6-universal.jar | None |
  169. | UCHIJAAAA | thermalexpansion | 5.3.10 | ThermalExpansion-1.12.2-5.3.10.15-universal.jar | None |
  170. | UCHIJAAAA | redstonearsenal | 2.3.10 | RedstoneArsenal-1.12.2-2.3.10.4-universal.jar | None |
  171. | UCHIJAAAA | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.2-5.3.4.jar | None |
  172. | UCHIJAAAA | refinedstorage | 1.5.31 | refinedstorage-1.5.31.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  173. | UCHIJAAAA | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
  174. | UCHIJAAAA | soulshardstow | 1.12-2.7.4-53 | SoulShards-TOW-1.12-2.7.4-53.jar | None |
  175. | UCHIJAAAA | thermalcultivation | 0.1.5 | ThermalCultivation-1.12.2-0.1.5.3-universal.jar | None |
  176. | UCHIJAAAA | thermaldynamics | 2.3.10 | ThermalDynamics-1.12.2-2.3.10.4-universal.jar | None |
  177. | UCHIJAAAA | tinkersaddons | 1.0.7 | Tinkers'+Addons-1.12.1-1.0.7.jar | None |
  178. | UCHIJAAAA | torchmaster | 1.6.1.53 | torchmaster_1.12.2-1.6.1.53 (1).jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
  179. | UCHIJAAAA | twilightforest | 3.6.345 | twilightforest-1.12.2-3.6.345-universal.jar | None |
  180. | UCHIJAAAA | usefulnullifiers | 1.4.1 | usefulnullifiers-1.4.1.jar | None |
  181. | UCHIJAAAA | veinminer | 0.38.1 | VeinMiner-1.12-0.38.1.639+134fb1e.jar | None |
  182. | UCHIJAAAA | veinminermodsupport | 0.38.1 | VeinMiner-1.12-0.38.1.639+134fb1e.jar | None |
  183. | UCHIJAAAA | waystones | 4.0.20 | Waystones_1.12.2-4.0.20.jar | None |
  184.  
  185. Loaded coremods (and transformers):
  186. LoadingPlugin (RandomThings-MC1.12.2-4.1.3.jar)
  187. lumien.randomthings.asm.ClassTransformer
  188. ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
  189. c4.colytra.core.asm.ElytraTransformer
  190. AstralCore (astralsorcery-1.12.2-1.8.5.jar)
  191.  
  192. TransformerLoader (OpenComputers-MC1.12.1-1.7.1.43.jar)
  193. li.cil.oc.common.asm.ClassTransformer
  194. Inventory Tweaks Coremod (InventoryTweaks-1.63 (1).jar)
  195. invtweaks.forge.asm.ContainerTransformer
  196. LoadingPlugin (Quark-r1.4-122.jar)
  197. vazkii.quark.base.asm.ClassTransformer
  198. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  199. Pulsar/tconstruct loaded Pulses:
  200. - TinkerCommons (Enabled/Forced)
  201. - TinkerWorld (Enabled/Not Forced)
  202. - TinkerTools (Enabled/Not Forced)
  203. - TinkerHarvestTools (Enabled/Forced)
  204. - TinkerMeleeWeapons (Enabled/Forced)
  205. - TinkerRangedWeapons (Enabled/Forced)
  206. - TinkerModifiers (Enabled/Forced)
  207. - TinkerSmeltery (Enabled/Not Forced)
  208. - TinkerGadgets (Enabled/Not Forced)
  209. - TinkerOredict (Enabled/Forced)
  210. - TinkerIntegration (Enabled/Forced)
  211. - TinkerFluids (Enabled/Forced)
  212. - TinkerMaterials (Enabled/Forced)
  213. - TinkerModelRegister (Enabled/Forced)
  214. - chiselsandbitsIntegration (Enabled/Not Forced)
  215.  
  216. Profiler Position: N/A (disabled)
  217. Player Count: 1 / 8; [EntityPlayerMP['Smithythewizard'/184, l='Clavia VII', x=-325.14, y=60.00, z=-34.88]]
  218. Type: Integrated Server (map_client.txt)
  219. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement