Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.46 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. ForgelinPlugin (Forgelin-1.8.3.jar)
  5. Plugin (NotEnoughIDs-1.5.4.4.jar)
  6. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  7. MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
  8. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  9. ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
  10. LesslagCorePlugin (lesslag-1.0-1.12.2.jar)
  11. FarseekCoreMod (Farseek-1.12-2.3.2.jar)
  12. Contact their authors BEFORE contacting forge
  13.  
  14. // On the bright side, I bought you a teddy bear!
  15.  
  16. Time: 7/16/19 9:40 PM
  17. Description: Loading entity NBT
  18.  
  19. java.lang.NullPointerException: Loading entity NBT
  20. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70037_a(Entity1Base.java:370)
  21. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70037_a(Entity2HasModel.java:248)
  22. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70037_a(Entity3HasStats.java:592)
  23. at com.pixelmonmod.pixelmon.entities.pixelmon.EntityStatue.func_70037_a(EntityStatue.java:88)
  24. at net.minecraft.entity.Entity.func_70020_e(Entity.java:1866)
  25. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.GeneralScattered.func_74875_a(GeneralScattered.java:128)
  26. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.GeneralScattered.generateImpl(GeneralScattered.java:339)
  27. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.StructureScattered.generate(StructureScattered.java:69)
  28. at com.pixelmonmod.pixelmon.worldGeneration.structure.worldGen.WorldGenGym.onTick(WorldGenGym.java:130)
  29. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_591_WorldGenGym_onTick_WorldTickEvent.invoke(.dynamic)
  30. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  31. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  32. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274)
  33. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776)
  34. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  35. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  36. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  37. at java.lang.Thread.run(Thread.java:745)
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Thread: Server thread
  45. Stacktrace:
  46. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70037_a(Entity1Base.java:370)
  47. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70037_a(Entity2HasModel.java:248)
  48. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70037_a(Entity3HasStats.java:592)
  49. at com.pixelmonmod.pixelmon.entities.pixelmon.EntityStatue.func_70037_a(EntityStatue.java:88)
  50.  
  51. -- Entity being loaded --
  52. Details:
  53. Entity Type: pixelmon:statue (com.pixelmonmod.pixelmon.entities.pixelmon.EntityStatue)
  54. Entity ID: 3984
  55. Entity Name: Rhydon
  56. Entity's Exact location: 24.47, 8.00, 7.59
  57. Entity's Block location: World: (24,8,7), Chunk: (at 8,0,7 in 1,0; contains blocks 16,0,0 to 31,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  58. Entity's Momentum: 0.00, -0.08, 0.00
  59. Entity's Passengers: []
  60. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  61. Stacktrace:
  62. at net.minecraft.entity.Entity.func_70020_e(Entity.java:1866)
  63. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.GeneralScattered.func_74875_a(GeneralScattered.java:128)
  64. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.GeneralScattered.generateImpl(GeneralScattered.java:339)
  65. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.StructureScattered.generate(StructureScattered.java:69)
  66. at com.pixelmonmod.pixelmon.worldGeneration.structure.worldGen.WorldGenGym.onTick(WorldGenGym.java:130)
  67. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_591_WorldGenGym_onTick_WorldTickEvent.invoke(.dynamic)
  68. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  69. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  70. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274)
  71. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776)
  72. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  73. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  74. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  75. at java.lang.Thread.run(Thread.java:745)
  76.  
  77. -- System Details --
  78. Details:
  79. Minecraft Version: 1.12.2
  80. Operating System: Windows 10 (amd64) version 10.0
  81. Java Version: 1.8.0_51, Oracle Corporation
  82. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  83. Memory: 373903632 bytes (356 MB) / 3105882112 bytes (2962 MB) up to 3105882112 bytes (2962 MB)
  84. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
  85. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  86. FML: MCP 9.42 Powered by Forge 14.23.5.2838 50 mods loaded, 50 mods active
  87. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  88.  
  89. | State | ID | Version | Source | Signature |
  90. |:------ |:----------------------- |:------------------- |:---------------------------------------------------- |:---------------------------------------- |
  91. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  92. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  93. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  94. | LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  95. | LCHIJA | lesslag | 1.0 | minecraft.jar | None |
  96. | LCHIJA | obfuscate | 0.2.6 | minecraft.jar | None |
  97. | LCHIJA | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
  98. | LCHIJA | auxbiomes | 1.0.0 | AuxiliaryBiomes-1.12-1.0.0.jar | None |
  99. | LCHIJA | bibliotheca | 1.3.6-1.12.2 | bibliotheca-1.3.6-1.12.2.jar | None |
  100. | LCHIJA | byg | 1.6.7 | BiomesYouGo_1.6.7.jar | None |
  101. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  102. | LCHIJA | customnpcs | 1.12 | CustomNPCs_1.12.2(30Jan19).jar | None |
  103. | LCHIJA | ptrmodellib | 1.0.4 | PTRLib-1.0.4.jar | None |
  104. | LCHIJA | props | 2.6.2 | Decocraft-2.6.2_1.12.2.jar | None |
  105. | LCHIJA | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  106. | LCHIJA | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  107. | LCHIJA | engineersdoors | 0.8.0 | engineers_doors-1.12.2-0.8.0.jar | None |
  108. | LCHIJA | environs | 1.0.1 | environs-1.12.2-1.0.1.jar | None |
  109. | LCHIJA | farseek | 2.3.2 | Farseek-1.12-2.3.2.jar | None |
  110. | LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  111. | LCHIJA | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None |
  112. | LCHIJA | fpsreducer | mc1.12.2-1.12.4 | FpsReducer-mc1.12.2-1.12.4.jar | None |
  113. | LCHIJA | ftblib | 5.4.3.129 | FTBLib-5.4.3.129.jar | None |
  114. | LCHIJA | ftbutilities | 5.4.0.100 | FTBUtilities-5.4.0.100.jar | None |
  115. | LCHIJA | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.4.jar | None |
  116. | LCHIJA | cfm | 6.3.0 | furniture-6.3.0-1.12.2.jar | None |
  117. | LCHIJA | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
  118. | LCHIJA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  119. | LCHIJA | ic2 | 2.8.109-ex112 | industrialcraft-2-2.8.109-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  120. | LCHIJA | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  121. | LCHIJA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
  122. | LCHIJA | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None |
  123. | LCHIJA | mekanism | 1.12.2-9.7.9.380 | Mekanism-1.12.2-9.7.9.380.jar | None |
  124. | LCHIJA | mekanismgenerators | 1.12.2-9.7.9.380 | MekanismGenerators-1.12.2-9.7.9.380.jar | None |
  125. | LCHIJA | mekanismtools | 1.12.2-9.7.9.380 | MekanismTools-1.12.2-9.7.9.380.jar | None |
  126. | LCHIJA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  127. | LCHIJA | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  128. | LCHIJA | nei | 2.4.2 | NotEnoughItems-1.12.2-2.4.2.240-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  129. | LCHIJA | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zd Surprise for Yogcast.jar | None |
  130. | LCHIJA | pixelmon | 2.7.0 | PixelmonGenerations-1.12.2-2.7.0-universal.jar | None |
  131. | LCHIJA | redwoods | 1.2.1 | Redwoods-1.12-1.2.1.jar | None |
  132. | LCHIJA | simpleautorun | 1.12.1-1.2 | simpleautorun-1.12.2-1.2.0.jar | None |
  133. | LCHIJA | streams | 0.4.7 | Streams-1.12-0.4.7.jar | None |
  134. | LCHIJA | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  135. | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  136. | LCHIJA | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
  137. | LCHIJA | variedcommodities | 1.12.2 | VariedCommodities_1.12.2(15may18.jar | None |
  138. | LCHIJA | villagenames | 3.2 | VillageNames-1.12.2-3.2.jar | None |
  139. | LCHIJA | valoegheses_be | 1.4.10-public-alpha | zoesteria-1.4.10-public-alpha.jar | None |
  140. | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  141.  
  142. Loaded coremods (and transformers):
  143. ForgelinPlugin (Forgelin-1.8.3.jar)
  144.  
  145. Plugin (NotEnoughIDs-1.5.4.4.jar)
  146. ru.fewizz.neid.asm.Transformer
  147. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  148. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  149. MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
  150. mekanism.coremod.KeybindingMigrationHelper
  151. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  152.  
  153. ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
  154. com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
  155. LesslagCorePlugin (lesslag-1.0-1.12.2.jar)
  156.  
  157. FarseekCoreMod (Farseek-1.12-2.3.2.jar)
  158. farseek.core.FarseekClassTransformer
  159. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  160. Profiler Position: N/A (disabled)
  161. Player Count: 1 / 8; [EntityPlayerMP['Code_Gear'/2171, l='4th', x=237.12, y=83.15, z=650.24]]
  162. Type: Integrated Server (map_client.txt)
  163. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement