Guest User

Creeper Crash

a guest
Jul 19th, 2018
2,377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.80 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 19/07/18 8:05 PM
  5. Description: Ticking memory connection
  6.  
  7. java.lang.NullPointerException: Ticking memory connection
  8. at com.tung.bicbiomecraft.MobEventHandler.onEntityDeath(MobEventHandler.java:40)
  9. at cpw.mods.fml.common.eventhandler.ASMEventHandler_107_MobEventHandler_onEntityDeath_LivingDeathEvent.invoke(.dynamic)
  10. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  11. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  12. at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
  13. at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:891)
  14. at net.minecraft.entity.monster.EntityCreeper.func_70645_a(SourceFile:134)
  15. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
  16. at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:54)
  17. at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1232)
  18. at net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:821)
  19. at net.minecraft.network.play.client.C02PacketUseEntity.func_148833_a(SourceFile:55)
  20. at net.minecraft.network.play.client.C02PacketUseEntity.func_148833_a(SourceFile:10)
  21. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  22. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  23. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  24. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  25. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  26. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  27. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- Head --
  34. Stacktrace:
  35. at com.tung.bicbiomecraft.MobEventHandler.onEntityDeath(MobEventHandler.java:40)
  36. at cpw.mods.fml.common.eventhandler.ASMEventHandler_107_MobEventHandler_onEntityDeath_LivingDeathEvent.invoke(.dynamic)
  37. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  38. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  39. at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
  40. at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:891)
  41. at net.minecraft.entity.monster.EntityCreeper.func_70645_a(SourceFile:134)
  42. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
  43. at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:54)
  44. at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1232)
  45. at net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:821)
  46. at net.minecraft.network.play.client.C02PacketUseEntity.func_148833_a(SourceFile:55)
  47. at net.minecraft.network.play.client.C02PacketUseEntity.func_148833_a(SourceFile:10)
  48. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  49.  
  50. -- Ticking connection --
  51. Details:
  52. Connection: net.minecraft.network.NetworkManager@f1799ba
  53. Stacktrace:
  54. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  55. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  56. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  57. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  58. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  59. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  60.  
  61. -- System Details --
  62. Details:
  63. Minecraft Version: 1.7.10
  64. Operating System: Windows 10 (amd64) version 10.0
  65. Java Version: 1.8.0_51, Oracle Corporation
  66. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  67. Memory: 241084992 bytes (229 MB) / 687865856 bytes (656 MB) up to 1073741824 bytes (1024 MB)
  68. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
  69. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  70. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  71. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 21 mods loaded, 21 mods active
  72. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  73. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  74. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  75. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  76. UCHIJAAAA TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
  77. UCHIJAAAA bicbiome{1.0} [Bic Biome Craft] ([1.7.10]+BicBiomeCraft.jar)
  78. UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  79. UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
  80. UCHIJAAAA Backpack{2.0.1} [Backpack] (Backpacks-Mod.jar)
  81. UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (Balkons-Weapon-Mod-1.7.10.jar)
  82. UCHIJAAAA BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
  83. UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
  84. UCHIJAAAA craftguide{1.6.8.2} [CraftGuide] (CraftGuide-Mod-1.7.10.jar)
  85. UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
  86. UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
  87. UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  88. UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  89. UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  90. UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's+HarvestCraft+1.7.10Lb.jar)
  91. UCHIJAAAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
  92. UCHIJAAAA rftl{1.7.10} [Rotten Flesh to Leather] (Rotten-Flesh-to-Leather-Mod-1.7.10.jar)
  93. UCHIJAAAA TF2Teleporter{1.7.10} [TF2 Teleporter] (TF2Teleporter-1.7.10.jar)
  94. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  95. Profiler Position: N/A (disabled)
  96. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  97. Player Count: 1 / 8; [EntityPlayerMP['TBFB'/384, l='New World', x=5.32, y=86.05, z=-10.10]]
  98. Type: Integrated Server (map_client.txt)
  99. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment