Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.05 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (Quark-r1.2-104.jar)
  5. Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.108.jar)
  6. AppleCore (AppleCore-mc1.12.1-2.2.2.jar)
  7. MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
  8. DummyPlugin (ForgeEndertech-1.12-3.0.0.0-build.0002.jar)
  9. IELoadingPlugin (ImmersiveEngineering-0.12-70.jar)
  10. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  11. LoadingPlugin (RandomThings-MC1.12.1-4.0.5.jar)
  12. Contact their authors BEFORE contacting forge
  13.  
  14. // I'm sorry, Dave.
  15.  
  16. Time: 8/21/17 10:31 PM
  17. Description: Exception ticking world
  18.  
  19. java.lang.NullPointerException: Exception ticking world
  20. at biomesoplenty.common.block.BlockBOPGrass.func_149688_o(BlockBOPGrass.java:139)
  21. at astrotibs.villagenames.VillageNames.isWaterId(VillageNames.java:719)
  22. at astrotibs.villagenames.VillageNames.onPopulating(VillageNames.java:304)
  23. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_920_VillageNames_onPopulating_Post.invoke(.dynamic)
  24. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  25. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  26. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:647)
  27. at com.dooglamoo.worlds.world.gen.ChunkGeneratorDooglamoo.func_185931_b(ChunkGeneratorDooglamoo.java:1369)
  28. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1016)
  29. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:997)
  30. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  31. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  32. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  33. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:226)
  34. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:754)
  35. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  36. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  37. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  38. at java.lang.Thread.run(Thread.java:745)
  39.  
  40.  
  41. A detailed walkthrough of the error, its code path and all known details is as follows:
  42. ---------------------------------------------------------------------------------------
  43.  
  44. -- Head --
  45. Thread: Server thread
  46. Stacktrace:
  47. at biomesoplenty.common.block.BlockBOPGrass.func_149688_o(BlockBOPGrass.java:139)
  48. at astrotibs.villagenames.VillageNames.isWaterId(VillageNames.java:719)
  49. at astrotibs.villagenames.VillageNames.onPopulating(VillageNames.java:304)
  50. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_920_VillageNames_onPopulating_Post.invoke(.dynamic)
  51. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  52. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  53. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:647)
  54. at com.dooglamoo.worlds.world.gen.ChunkGeneratorDooglamoo.func_185931_b(ChunkGeneratorDooglamoo.java:1369)
  55. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1016)
  56. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:997)
  57. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  58. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  59. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  60. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:226)
  61.  
  62. -- Affected level --
  63. Details:
  64. Level name: TheWorldo
  65. All players: 1 total; [EntityPlayerMP['TheAtomicOption'/316, l='TheWorldo', x=-399.37, y=73.00, z=849.44]]
  66. Chunk stats: ServerChunkCache: 954 Drop: 55
  67. Level seed: 1401637582
  68. Level generator: ID 10 - dooglamoo, ver 0. Features enabled: true
  69. Level generator options:
  70. Level spawn location: World: (32,64,252), Chunk: (at 0,4,12 in 2,15; contains blocks 32,0,240 to 47,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  71. Level time: 465225 game time, 780452 day time
  72. Level dimension: 0
  73. Level storage version: 0x04ABD - Anvil
  74. Level weather: Rain time: 114486 (now: false), thunder time: 158474 (now: false)
  75. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  76. Stacktrace:
  77. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:754)
  78. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  79. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  80. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  81. at java.lang.Thread.run(Thread.java:745)
  82.  
  83. -- System Details --
  84. Details:
  85. Minecraft Version: 1.12.1
  86. Operating System: Windows 10 (amd64) version 10.0
  87. Java Version: 1.8.0_25, Oracle Corporation
  88. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  89. Memory: 3832745072 bytes (3655 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
  90. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseG1GC -Xmx6G -Xms6G -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  91. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  92. FML: MCP 9.41 Powered by Forge 14.22.0.2459 88 mods loaded, 88 mods active
  93. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  94.  
  95. | State | ID | Version | Source | Signature |
  96. |:--------- |:-------------------- |:---------------------------- |:-------------------------------------------------------- |:---------------------------------------- |
  97. | UCHIJAAAA | minecraft | 1.12.1 | minecraft.jar | None |
  98. | UCHIJAAAA | mcp | 9.19 | minecraft.jar | None |
  99. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.1-14.22.0.2459.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  100. | UCHIJAAAA | forge | 14.22.0.2459 | forge-1.12.1-14.22.0.2459.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  101. | UCHIJAAAA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  102. | UCHIJAAAA | mercurius_updater | 1.0 | MercuriusUpdater-1.12.1.jar | None |
  103. | UCHIJAAAA | jei | 4.7.5.87 | jei_1.12.1-4.7.5.87.jar | None |
  104. | UCHIJAAAA | abyssalcraft | 1.9.4-pre-4 | AbyssalCraft-1.12-1.9.4-pre-4.jar | None |
  105. | UCHIJAAAA | acintegration | 1.5.0 | AbyssalCraft Integration-1.12-1.5.0.jar | None |
  106. | UCHIJAAAA | forgeendertech | 1.12-3.0.0.0 | ForgeEndertech-1.12-3.0.0.0-build.0002.jar | None |
  107. | UCHIJAAAA | adhooks | 1.12-3.0.0.0 | AdHooks-1.12-3.0.0.0-build.0002.jar | None |
  108. | UCHIJAAAA | akashictome | 1.2-9 | AkashicTome-1.2-9.jar | None |
  109. | UCHIJAAAA | ambientsounds | 2.0.0 | AmbientSounds v2.0.7 mc1.12.jar | None |
  110. | UCHIJAAAA | antiqueatlas | 4.4.4 | antiqueatlas-1.12-4.4.4.jar | None |
  111. | UCHIJAAAA | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12-4.4.4.jar | None |
  112. | UCHIJAAAA | applecore | 2.2.2 | AppleCore-mc1.12.1-2.2.2.jar | None |
  113. | UCHIJAAAA | appleskin | 1.0.7 | AppleSkin-mc1.12-1.0.7.jar | None |
  114. | UCHIJAAAA | astralsorcery | 1.6.1 | astralsorcery-1.12-1.6.1.jar | None |
  115. | UCHIJAAAA | psi | r1.1-52 | Psi-r1.1-52.jar | None |
  116. | UCHIJAAAA | quark | r1.2-104 | Quark-r1.2-104.jar | None |
  117. | UCHIJAAAA | autoreglib | 1.3-13 | AutoRegLib-1.3-13.jar | None |
  118. | UCHIJAAAA | baubles | 1.5.1 | Baubles-1.12-1.5.1.jar | None |
  119. | UCHIJAAAA | betterquesting | 2.5.236 | BetterQuesting-2.5.236.jar | None |
  120. | UCHIJAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
  121. | UCHIJAAAA | biomesoplenty | 7.0.0.2291 | BiomesOPlenty-1.12-7.0.0.2291-universal.jar | None |
  122. | UCHIJAAAA | birdsnests | 2.0.0 | BirdsNests1.12-2.0.0.jar | None |
  123. | UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  124. | UCHIJAAAA | chesttransporter | 2.8.7 | ChestTransporter-1.12-2.8.7.jar | None |
  125. | UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  126. | UCHIJAAAA | cofhcore | 4.3.4 | CoFHCore-1.12-4.3.4.12-universal.jar | None |
  127. | UCHIJAAAA | dailies | 1.12-6 | dailies-1.12-6.jar | None |
  128. | UCHIJAAAA | dirt2path | 1.7.0 | dirt2path-1.7.0.jar | None |
  129. | UCHIJAAAA | dooglamooworlds | 1.0.0 | dooglamooworlds-1.12-1.0.0.jar | None |
  130. | UCHIJAAAA | dungeondq | 10.00 | DungeonDQ_Ver10.00_[MC1.12](forge-1.12-14.21.1.2387).jar | None |
  131. | UCHIJAAAA | durabilityshow | 5.0.0 | Durability Show-1.12-5.0.0.jar | None |
  132. | UCHIJAAAA | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.4.3.jar | None |
  133. | UCHIJAAAA | embers | 0.221 | embers-0.221.jar | None |
  134. | UCHIJAAAA | endercompass | 1.2.6.1 | EnderCompass-1.12-1.2.6.1.jar | None |
  135. | UCHIJAAAA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  136. | UCHIJAAAA | felling | 1.3.0 | felling-1.3.0-1.12.jar | None |
  137. | UCHIJAAAA | ftfloocraft | 1.7.7 | Floocraft 1.12-1.7.7.jar | None |
  138. | UCHIJAAAA | forestry | 5.5.0.163 | forestry_1.12-5.5.0.163.jar | None |
  139. | UCHIJAAAA | funkylocomotion | 1.0 | funky-locomotion-1.12-alpha-0.0.1.jar | None |
  140. | UCHIJAAAA | gravestone | 1.9.0 | gravestone-1.9.0.jar | None |
  141. | UCHIJAAAA | hopperducts | 1.5 | hopperducts-mc1.12-1.5.jar | None |
  142. | UCHIJAAAA | waila | 1.8.20 | Hwyla-1.8.20-B35_1.12.jar | None |
  143. | UCHIJAAAA | horsepower | 2.5.6 | HorsePower-1.12-2.5.6.49.jar | None |
  144. | UCHIJAAAA | immersiveengineering | 0.12-70 | ImmersiveEngineering-0.12-70.jar | None |
  145. | UCHIJAAAA | immersivepetroleum | 1.1.3 | immersivepetroleum-1.12-1.1.3.jar | None |
  146. | UCHIJAAAA | inventorytweaks | 1.63+beta.108.6ff67c4 | InventoryTweaks-1.63+beta.108.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  147. | UCHIJAAAA | itemzoom | 1.10 | itemzoom_1.12.1-1.10.jar | None |
  148. | UCHIJAAAA | jehc | 1.3.0 | jehc-1.12-1.3.0.jar | None |
  149. | UCHIJAAAA | jeresources | 0.8.4.24 | JustEnoughResources-1.12.1-0.8.4.24.jar | None |
  150. | UCHIJAAAA | levelup2 | ${version} | Level Up! 2-1.1.4-1.12.jar | None |
  151. | UCHIJAAAA | magma_monsters | 0.3.0 | MagmaMonsters-0.3.0.jar | None |
  152. | UCHIJAAAA | malisiscore | 1.12-6.0.4 | malisiscore-1.12-6.0.4.jar | None |
  153. | UCHIJAAAA | malisisdoors | 1.12-7.0.4 | malisisdoors-1.12-7.0.4.jar | None |
  154. | UCHIJAAAA | minecolonies | 1.12-0.8.3238 | minecolonies-universal-1.12-0.8.3238.jar | None |
  155. | UCHIJAAAA | morepaintings | 1.11.2-3.2.1.1 | morepaintings-paintings-1.12-3.2.1.1.jar | None |
  156. | UCHIJAAAA | naturescompass | 1.5.0 | NaturesCompass-1.12-1.5.0.jar | None |
  157. | UCHIJAAAA | nmsot | 1.2.1-mc1.12 | NoMobSpawningOnTrees-1.2.1-mc1.12.jar | None |
  158. | UCHIJAAAA | openglider | @VERSION@ | OpenGlider-1.12.1-1.1.0.jar | None |
  159. | UCHIJAAAA | oretweaker | 1.0.2-1.12.0 | Ore Tweaker-1.0.2-1.12.0.jar | None |
  160. | UCHIJAAAA | harvestcraft | 1.12c | Pam's HarvestCraft 1.12c.jar | None |
  161. | UCHIJAAAA | shetiphiancore | 3.5.0.2 | shetiphiancore-1.12.0-3.5.0.2.jar | None |
  162. | UCHIJAAAA | platforms | 1.4.0.1 | platforms-1.12.0-1.4.0.1.jar | None |
  163. | UCHIJAAAA | roguelike | 1.7.1 | RoguelikeDungeons-1.12-1.7.1.jar | None |
  164. | UCHIJAAAA | primal | 0.5.6 | PrimalCore-1.12-0.5.6.jar | None |
  165. | UCHIJAAAA | guilib | 1.11 : updated by subaraki | PSG Revamed-1.12-1.0.0.0.jar | None |
  166. | UCHIJAAAA | paintingselgui | 1.11 v1: updated by Subaraki | PSG Revamed-1.12-1.0.0.0.jar | None |
  167. | UCHIJAAAA | randomthings | 4.0.5 | RandomThings-MC1.12.1-4.0.5.jar | None |
  168. | UCHIJAAAA | reccomplex | 1.4.5 | RecurrentComplex-1.4.5.jar | None |
  169. | UCHIJAAAA | roots | 0.025 | roots-2-0.025.jar | None |
  170. | UCHIJAAAA | ropebridge | 2.0.5 | ropebridge-1.12-2.0.6.jar | None |
  171. | UCHIJAAAA | runesofwizardry | 1.12-0.8.6 | Runes-of-Wizardry-1.12-0.8.6.jar | None |
  172. | UCHIJAAAA | rustic | 0.4.1 | rustic-0.4.1.jar | None |
  173. | UCHIJAAAA | soundfilters | 0.10_for_1.12 | SoundFilters-0.10_for_1.12.jar | None |
  174. | UCHIJAAAA | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12-5.2.9.jar | None |
  175. | UCHIJAAAA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  176. | UCHIJAAAA | torcharrowsmod | 1.12-2 | torcharrows-1.12-3.jar | None |
  177. | UCHIJAAAA | torohealthmod | 1.12-11 | torohealth-1.12-11.jar | None |
  178. | UCHIJAAAA | toroquest | 1.11.2-5.1 | toroquest-1.12-5.2.jar | None |
  179. | UCHIJAAAA | totemic | 1.12-0.8.12 | Totemic-1.12-0.8.12.jar | None |
  180. | UCHIJAAAA | veining | 1.1.0 | veining-1.1.0.jar | None |
  181. | UCHIJAAAA | villagenames | 1.11.2-1.1a | VillageNames-1.12-1.1b.jar | None |
  182. | UCHIJAAAA | villagermarket | 1.0 | villagermarket-0.2-HF.jar | None |
  183. | UCHIJAAAA | waddles | 0.5.4 | Waddles-1.12-0.5.4.jar | None |
  184. | UCHIJAAAA | waystones | 4.0.15 | Waystones_1.12.1-4.0.15.jar | None |
  185.  
  186. Loaded coremods (and transformers):
  187. LoadingPlugin (Quark-r1.2-104.jar)
  188. vazkii.quark.base.asm.ClassTransformer
  189. Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.108.jar)
  190. invtweaks.forge.asm.ContainerTransformer
  191. AppleCore (AppleCore-mc1.12.1-2.2.2.jar)
  192. squeek.applecore.asm.TransformerModuleHandler
  193. MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
  194. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  195. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  196. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  197. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  198. net.malisis.core.util.clientnotif.ClientNotifTransformer
  199. DummyPlugin (ForgeEndertech-1.12-3.0.0.0-build.0002.jar)
  200.  
  201. IELoadingPlugin (ImmersiveEngineering-0.12-70.jar)
  202. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  203. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  204.  
  205. LoadingPlugin (RandomThings-MC1.12.1-4.0.5.jar)
  206. lumien.randomthings.asm.ClassTransformer
  207. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  208. Profiler Position: N/A (disabled)
  209. Player Count: 1 / 8; [EntityPlayerMP['TheAtomicOption'/316, l='TheWorldo', x=-399.37, y=73.00, z=849.44]]
  210. Type: Integrated Server (map_client.txt)
  211. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement