Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.70 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 2/21/20 12:18 PM
  5. Description: Exception generating new chunk
  6.  
  7. java.util.NoSuchElementException: No value present
  8. at java.util.Optional.get(Optional.java:135) ~[?:1.8.0_51] {}
  9. at biomesoplenty.common.world.layer.BOPMixOceansLayer.applyPixel(BOPMixOceansLayer.java:63) ~[?:?] {re:classloading}
  10. at biomesoplenty.common.world.layer.traits.IAreaTransformer3.lambda$null$0(IAreaTransformer3.java:29) ~[?:?] {re:classloading}
  11. at biomesoplenty.common.world.layer.traits.IAreaTransformer3$$Lambda$10117/1303621050.apply(Unknown Source) ~[?:?] {}
  12. at net.minecraft.world.gen.area.LazyArea.func_202678_a(SourceFile:26) ~[?:?] {re:classloading}
  13. at net.minecraft.world.gen.layer.Layer.func_215738_a(SourceFile:46) ~[?:?] {re:classloading}
  14. at biomesoplenty.common.world.BOPBiomeProvider.func_225526_b_(BOPBiomeProvider.java:48) ~[?:?] {re:classloading}
  15. at net.minecraft.world.biome.provider.BiomeProvider.func_225531_a_(SourceFile:84) ~[?:?] {re:classloading,pl:accesstransformer:B}
  16. at net.minecraft.world.gen.feature.structure.StrongholdStructure.func_202385_a(SourceFile:189) ~[?:?] {re:classloading}
  17. at net.minecraft.world.gen.feature.structure.StrongholdStructure.func_225558_a_(SourceFile:44) ~[?:?] {re:classloading}
  18. at net.minecraft.world.gen.ChunkGenerator.func_227058_a_(ChunkGenerator.java:161) ~[?:?] {re:classloading}
  19. at net.minecraft.world.chunk.ChunkStatus.lambda$static$2(ChunkStatus.java:41) ~[?:?] {re:classloading,pl:accesstransformer:B}
  20. at net.minecraft.world.chunk.ChunkStatus$$Lambda$1629/1369874063.doWork(Unknown Source) ~[?:?] {}
  21. at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:195) ~[?:?] {re:classloading,pl:accesstransformer:B}
  22. at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:519) ~[?:?] {re:classloading,pl:accesstransformer:B}
  23. at net.minecraft.world.server.ChunkManager$$Lambda$10203/2042453895.apply(Unknown Source) ~[?:?] {}
  24. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-2.0.24.jar:?] {}
  25. at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$20(ChunkManager.java:517) ~[?:?] {re:classloading,pl:accesstransformer:B}
  26. at net.minecraft.world.server.ChunkManager$$Lambda$10188/1999073425.apply(Unknown Source) ~[?:?] {}
  27. at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:952) ~[?:1.8.0_51] {}
  28. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:926) ~[?:1.8.0_51] {}
  29. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {}
  30. at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
  31. at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$$Lambda$10201/875192967.run(Unknown Source) ~[?:?] {}
  32. at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:83) ~[?:?] {re:classloading}
  33. at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:123) ~[?:?] {re:classloading}
  34. at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:91) ~[?:?] {re:classloading}
  35. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) ~[?:1.8.0_51] {}
  36. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
  37. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
  38. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {}
  39. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}
  40.  
  41.  
  42. A detailed walkthrough of the error, its code path and all known details is as follows:
  43. ---------------------------------------------------------------------------------------
  44.  
  45. -- Head --
  46. Thread: Server thread
  47. Stacktrace:
  48. at java.util.Optional.get(Optional.java:135)
  49. at biomesoplenty.common.world.layer.BOPMixOceansLayer.applyPixel(BOPMixOceansLayer.java:63)
  50. at biomesoplenty.common.world.layer.traits.IAreaTransformer3.lambda$null$0(IAreaTransformer3.java:29)
  51. at biomesoplenty.common.world.layer.traits.IAreaTransformer3$$Lambda$10117/1303621050.apply(Unknown Source)
  52. at net.minecraft.world.gen.area.LazyArea.func_202678_a(SourceFile:26)
  53. at net.minecraft.world.gen.layer.Layer.func_215738_a(SourceFile:46)
  54. at biomesoplenty.common.world.BOPBiomeProvider.func_225526_b_(BOPBiomeProvider.java:48)
  55. at net.minecraft.world.biome.provider.BiomeProvider.func_225531_a_(SourceFile:84)
  56. at net.minecraft.world.gen.feature.structure.StrongholdStructure.func_202385_a(SourceFile:189)
  57. at net.minecraft.world.gen.feature.structure.StrongholdStructure.func_225558_a_(SourceFile:44)
  58. at net.minecraft.world.gen.ChunkGenerator.func_227058_a_(ChunkGenerator.java:161)
  59. at net.minecraft.world.chunk.ChunkStatus.lambda$static$2(ChunkStatus.java:41)
  60. at net.minecraft.world.chunk.ChunkStatus$$Lambda$1629/1369874063.doWork(Unknown Source)
  61. at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:195)
  62.  
  63. -- Chunk to be generated --
  64. Details:
  65. Location: 4,-12
  66. Position hash: -51539607548
  67. Generator: biomesoplenty.common.world.ChunkGeneratorOverworldBOP@1ecd82d9
  68. Stacktrace:
  69. at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:519)
  70. at net.minecraft.world.server.ChunkManager$$Lambda$10203/2042453895.apply(Unknown Source)
  71. at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
  72. at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$20(ChunkManager.java:517)
  73. at net.minecraft.world.server.ChunkManager$$Lambda$10188/1999073425.apply(Unknown Source)
  74. at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:952)
  75. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:926)
  76. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
  77. at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58)
  78. at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$$Lambda$10201/875192967.run(Unknown Source)
  79. at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:83)
  80. at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:123)
  81. at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:91)
  82.  
  83. -- Affected level --
  84. Details:
  85. All players: 0 total; []
  86. Chunk stats: ServerChunkCache: 529
  87. Level dimension: DimensionType{minecraft:overworld}
  88. Level name: New World
  89. Level seed: 4175314619767366428
  90. Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: true
  91. Level generator options: {}
  92. Level spawn location: World: (72,64,-184), Chunk: (at 8,4,8 in 4,-12; contains blocks 64,0,-192 to 79,255,-177), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  93. Level time: 0 game time, 0 day time
  94. Known server brands: forge
  95. Level was modded: true
  96. Level storage version: 0x04ABD - Anvil
  97. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  98. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  99. Stacktrace:
  100. at net.minecraft.server.MinecraftServer.func_213194_a(MinecraftServer.java:392)
  101. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78)
  102. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96)
  103. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:611)
  104. at java.lang.Thread.run(Thread.java:745)
  105.  
  106. -- System Details --
  107. Details:
  108. Minecraft Version: 1.15.2
  109. Minecraft Version ID: 1.15.2
  110. Operating System: Windows 10 (amd64) version 10.0
  111. Java Version: 1.8.0_51, Oracle Corporation
  112. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  113. Memory: 1298477424 bytes (1238 MB) / 4448583680 bytes (4242 MB) up to 8829009920 bytes (8420 MB)
  114. CPUs: 12
  115. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9472m -Xms256m -XX:PermSize=256m
  116. ModLauncher: 5.0.0-milestone.4+67+b1a340b
  117. ModLauncher launch target: fmlclient
  118. ModLauncher naming: srg
  119. ModLauncher services:
  120. /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
  121. /forge-1.15.2-31.1.14.jar object_holder_definalize PLUGINSERVICE
  122. /forge-1.15.2-31.1.14.jar runtime_enum_extender PLUGINSERVICE
  123. /accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE
  124. /forge-1.15.2-31.1.14.jar capability_inject_definalize PLUGINSERVICE
  125. /forge-1.15.2-31.1.14.jar runtimedistcleaner PLUGINSERVICE
  126. /forge-1.15.2-31.1.14.jar fml TRANSFORMATIONSERVICE
  127. FML: 31.1
  128. Forge: net.minecraftforge:31.1.14
  129. FML Language Providers:
  130. javafml@31.1
  131. minecraft@1
  132. kotori_scala@2.13.1-build-6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement