Advertisement
Guest User

Untitled

a guest
May 17th, 2020
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.23 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (aaaaspongeforge-1.12.2-2768-7.1.5.jar)
  5. ForgelinPlugin (Forgelin-1.8.4.jar)
  6. ObfuscatePlugin (obfuscate-0.2.7-1.12.2.jar)
  7. MovingWorldCore (movingworld-1.12-6.342-full.jar)
  8. Contact their authors BEFORE contacting forge
  9.  
  10. // I just don't know what went wrong :(
  11.  
  12. Time: 5/17/20 5:01 PM
  13. Description: Exception ticking world
  14.  
  15. java.lang.NullPointerException: Exception ticking world
  16. at net.langball.coffee.villager.CoffeeVillagerHouse.func_74875_a(CoffeeVillagerHouse.java:209)
  17. at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:47)
  18. at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:603)
  19. at net.minecraft.world.gen.structure.MapGenVillage.populate(SourceFile:553)
  20. at org.spongepowered.common.interfaces.world.gen.IFlaggedPopulator.populate(IFlaggedPopulator.java:40)
  21. at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:282)
  22. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1019)
  23. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:999)
  24. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  25. at net.minecraft.server.management.PlayerChunkMapEntry.redirect$onProvidePlayerChunk$bch000(PlayerChunkMapEntry.java:1079)
  26. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  27. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  28. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  29. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  30. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  31. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  32. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  33. at java.lang.Thread.run(Thread.java:748)
  34.  
  35.  
  36. A detailed walkthrough of the error, its code path and all known details is as follows:
  37. ---------------------------------------------------------------------------------------
  38.  
  39. -- Head --
  40. Thread: Server thread
  41. Stacktrace:
  42. at net.langball.coffee.villager.CoffeeVillagerHouse.func_74875_a(CoffeeVillagerHouse.java:209)
  43. at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:47)
  44. at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:603)
  45. at net.minecraft.world.gen.structure.MapGenVillage.populate(SourceFile:553)
  46. at org.spongepowered.common.interfaces.world.gen.IFlaggedPopulator.populate(IFlaggedPopulator.java:40)
  47. at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:282)
  48. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1019)
  49. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:999)
  50. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  51. at net.minecraft.server.management.PlayerChunkMapEntry.redirect$onProvidePlayerChunk$bch000(PlayerChunkMapEntry.java:1079)
  52. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  53. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  54. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  55.  
  56. -- Affected level --
  57. Details:
  58. Level name: world
  59. All players: 1 total; [EntityPlayerMP['paukowski'/199, l='world', x=-1931.19, y=70.00, z=-845.00]]
  60. Chunk stats: ServerChunkCache: 685 Drop: 0
  61. Level seed: -1633121183903598109
  62. Level generator: ID 00 - default, ver 1. Features enabled: true
  63. Level generator options:
  64. Level spawn location: World: (863,69,409), Chunk: (at 15,4,9 in 53,25; contains blocks 848,0,400 to 863,255,415), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
  65. Level time: 30850628 game time, 8361072 day time
  66. Level dimension: 0
  67. Level storage version: 0x04ABD - Anvil
  68. Level weather: Rain time: 3809 (now: false), thunder time: 11293 (now: false)
  69. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  70.  
  71. -- Sponge PhaseTracker --
  72. Details:
  73. Phase Stack: /*************************************************************************************************************/
  74. /* - Phase: GenerationPhase{}{TerrainGenerationState:TERRAIN_GENERATION} */
  75. /* Context: */
  76. /* - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} */
  77. /* - World: WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0} */
  78. /* - Phase: GenerationPhase{}{TerrainGenerationState:TERRAIN_GENERATION} */
  79. /* Context: */
  80. /* - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} */
  81. /* - World: WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0} */
  82. /*************************************************************************************************************/
  83.  
  84. Stacktrace:
  85. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjm000(MinecraftServer.java:3973)
  86. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  87. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  88. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:554)
  89. at java.lang.Thread.run(Thread.java:748)
  90.  
  91. -- System Details --
  92. Details:
  93. Minecraft Version: 1.12.2
  94. Operating System: Linux (amd64) version 2.6.32-042stab127.2
  95. Java Version: 1.8.0_252, Private Build
  96. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build
  97. Memory: 526983664 bytes (502 MB) / 1797783552 bytes (1714 MB) up to 2863661056 bytes (2731 MB)
  98. JVM Flags: 1 total; -Xmx3072M
  99. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  100. FML: MCP 9.42 Powered by Forge 14.23.5.2847 63 mods loaded, 63 mods active
  101. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  102.  
  103. | State | ID | Version | Source | Signature |
  104. |:------ |:-------------------------------------------- |:---------------------- |:----------------------------------------------------- |:---------------------------------------- |
  105. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  106. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  107. | LCHIJA | FML | 8.0.99.99 | Forge.jar | None |
  108. | LCHIJA | forge | 14.23.5.2847 | Forge.jar | None |
  109. | LCHIJA | spongeapi | 7.1.0-366290f8 | aaaaspongeforge-1.12.2-2768-7.1.5.jar | None |
  110. | LCHIJA | sponge | 1.12.2-7.1.5 | aaaaspongeforge-1.12.2-2768-7.1.5.jar | None |
  111. | LCHIJA | spongeforge | 1.12.2-2768-7.1.5 | aaaaspongeforge-1.12.2-2768-7.1.5.jar | None |
  112. | LCHIJA | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
  113. | LCHIJA | obfuscate | 0.2.7 | minecraft.jar | None |
  114. | LCHIJA | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
  115. | LCHIJA | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
  116. | LCHIJA | bard_mania | 0.15.0-alpha | bard-mania_1.12.2-0.15.0-alpha.jar | 999640c365a8443393a1a21df2c0ede9488400e9 |
  117. | LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  118. | LCHIJA | betterrecords | unspecified | BetterRecords-1.12.2-1.6.2.jar | None |
  119. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraftv2.4.5MC1.12.2.jar | None |
  120. | LCHIJA | catclearlag | 0.9.0 | CatClearLag-0.9.0.jar | None |
  121. | LCHIJA | teastory | 3.3.3-B32.404-1.12.2 | TeaStory_3.3.3_B32.404_1.12.2.jar | None |
  122. | LCHIJA | coffeework | 1.2.9 | CoffeeWorkshop_V1.2.9_MC1.12.2.jar | None |
  123. | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  124. | LCHIJA | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
  125. | LCHIJA | conarm | 1.2.5.4 | conarm-1.12.2-1.2.5.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
  126. | LCHIJA | cosmeticarmorreworked | 1.12.2-v5 | CosmeticArmorReworked_1.12.2_v5.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  127. | LCHIJA | modcurrency | 1.12-1.3.11 | Currency-1.12.0-1.3.11.jar | None |
  128. | LCHIJA | customnpcs | 1.12 | CustomNPCs_1.12.2-(01Oct19).jar | None |
  129. | LCHIJA | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None |
  130. | LCHIJA | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.337-full.jar | None |
  131. | LCHIJA | doggytalents | 1.15.1.5 | DoggyTalents_1.12.2_1.15.1.5.jar | None |
  132. | LCHIJA | economylite | 2.15.1 | EconomyLite-7.1.0-2.15.1.jar | None |
  133. | LCHIJA | griefprevention | 1.12.2-4.3.0.674 | griefprevention-1.12.2-4.3.0.674.jar | None |
  134. | LCHIJA | growthcraft | 4.1.3.200 | growthcraft_1.12.2_4.1.3.200.jar | None |
  135. | LCHIJA | growthcraft_apples | 4.1.3.200 | growthcraft_1.12.2_4.1.3.200.jar | None |
  136. | LCHIJA | growthcraft_fishtrap | 4.1.3.200 | growthcraft_1.12.2_4.1.3.200.jar | None |
  137. | LCHIJA | growthcraft_bamboo | 4.1.3.200 | growthcraft_1.12.2_4.1.3.200.jar | None |
  138. | LCHIJA | growthcraft_cellar | 4.1.3.200 | growthcraft_1.12.2_4.1.3.200.jar | None |
  139. | LCHIJA | growthcraft_bees | 4.1.3.200 | growthcraft_1.12.2_4.1.3.200.jar | None |
  140. | LCHIJA | growthcraft_hops | 4.1.3.200 | growthcraft_1.12.2_4.1.3.200.jar | None |
  141. | LCHIJA | growthcraft_rice | 4.1.3.200 | growthcraft_1.12.2_4.1.3.200.jar | None |
  142. | LCHIJA | growthcraft_milk | 4.1.3.200 | growthcraft_1.12.2_4.1.3.200.jar | None |
  143. | LCHIJA | growthcraft_grapes | 4.1.3.200 | growthcraft_1.12.2_4.1.3.200.jar | None |
  144. | LCHIJA | astikorcarts | 1.12.2-0.1.2.7 | horse-carts-mod-1_12_2.jar | None |
  145. | LCHIJA | jjcoa | 1.0.10 | JJCoatsofArms1.12_1.12.2_v1.0.10.jar | None |
  146. | LCHIJA | langswitch | 1.6.1 | LangSwitch-1.6.1.jar | None |
  147. | LCHIJA | luckperms | 5.0.39 | LuckPerms-Sponge-5.0.39.jar | None |
  148. | LCHIJA | mcwwindows | 1.0 | mcw_windows_1.0.0_mc1.12.2.jar | None |
  149. | LCHIJA | megamenus | 0.7 | MegaMenus-0.7.jar | None |
  150. | LCHIJA | mmcrestrict | 1.5.1 | MMCRestrict-1.5.1-API-7.jar | None |
  151. | LCHIJA | naturaldecormod | 1.2 | NaturalDecorMod1.3.jar | None |
  152. | LCHIJA | nucleus | 1.14.4-S7.1 | Nucleus-1.14.4-S7.1-MC1.12.2-plugin.jar | None |
  153. | LCHIJA | taiga | 1.12.2-1.3.3 | taiga-1.12.2-1.3.4.jar | None |
  154. | LCHIJA | tinkersarsenal | 0.5 | tinkersarsenal-0.5.jar | None |
  155. | LCHIJA | tmechworks | 2.0 | TMechworks_1.12.2_1.0.0 (1).jar | None |
  156. | LCHIJA | variedcommodities | 1.12.2 | VariedCommodities_1.12.221nov19.jar | None |
  157. | LCHIJA | vshop | 2.5 | VillagerShops-2.5.jar | None |
  158. | LCHIJA | gvc | 1.2.0 | Voice+Chat+Reloaded-1.2.0.jar | None |
  159. | LCHIJA | wearablebackpacks | 3.1.0 | wearable-backpacks-mod-1_12_2.jar | None |
  160. | LCHIJA | worldedit | 6.1.10-SNAPSHOT | worldedit-sponge-api7.1.0-6.1.10-SNAPSHOT-dist.jar | None |
  161. | LCHIJA | drplibrary | 1.12.2-0.1.3-SNAPSHOT | drplibrary-1.12.2-0.1.3-SNAPSHOT-20190129.034240.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  162. | LCHIJA | drpcmblueprints | 1.12.2-1.2.3 | drpcmblueprints-1.12.2-1.2.3.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  163. | LCHIJA | drpcmmaarg | 1.12.2-0.10.0-SNAPSHOT | drpcmmaarg-1.12.2-0.10.0-SNAPSHOT-20181116.074036.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  164. | LCHIJA | drpcmguis | 1.12.2-0.0.2-SNAPSHOT | drpcmguis-1.12.2-0.0.1-SNAPSHOT-20181125.120253.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  165. | LCHIJA | drpcore | 1.12.2-0.4.7 | drpcore-1.12.2-0.4.8.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  166. | LCHIJA | drpcmlocks | 1.12.2-1.0.1 | drpcmlocks-1.12.2-1.0.0-SNAPSHOT-20181126.111203.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  167. | LCHIJA | drpmedieval | 1.12.2-0.3.6 | drpmedieval-1.12.2-0.3.6.jar | None |
  168.  
  169. Loaded coremods (and transformers):
  170. SpongeCoremod (aaaaspongeforge-1.12.2-2768-7.1.5.jar)
  171. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  172. ForgelinPlugin (Forgelin-1.8.4.jar)
  173.  
  174. ObfuscatePlugin (obfuscate-0.2.7-1.12.2.jar)
  175. com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
  176. MovingWorldCore (movingworld-1.12-6.342-full.jar)
  177.  
  178. Pulsar/tconstruct loaded Pulses:
  179. - TinkerCommons (Enabled/Forced)
  180. - TinkerWorld (Enabled/Not Forced)
  181. - TinkerTools (Enabled/Not Forced)
  182. - TinkerHarvestTools (Enabled/Forced)
  183. - TinkerMeleeWeapons (Enabled/Forced)
  184. - TinkerRangedWeapons (Enabled/Forced)
  185. - TinkerModifiers (Enabled/Forced)
  186. - TinkerSmeltery (Enabled/Not Forced)
  187. - TinkerGadgets (Enabled/Not Forced)
  188. - TinkerOredict (Enabled/Forced)
  189. - TinkerIntegration (Enabled/Forced)
  190. - TinkerFluids (Enabled/Forced)
  191. - TinkerMaterials (Enabled/Forced)
  192. - TinkerModelRegister (Enabled/Forced)
  193.  
  194. Pulsar/tmechworks loaded Pulses:
  195.  
  196. Profiler Position: N/A (disabled)
  197. Player Count: 1 / 40; [EntityPlayerMP['paukowski'/199, l='world', x=-1931.19, y=70.00, z=-845.00]]
  198. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  199. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement