Advertisement
Guest User

Crash MCreator Custom Biome

a guest
Nov 18th, 2021
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. [Server thread/INFO] [minecraft/IntegratedServer]: Starting integrated minecraft server version 1.16.5
  2. 11:35.35 [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
  3. 11:35.35 [Server thread/DEBUG] [FileUtils/CORE]: Found existing serverconfig directory : .\saves\New World (1)\serverconfig
  4. 11:35.35 [Server thread/DEBUG] [ConfigTracker/CONFIG]: Loading configs type SERVER
  5. 11:35.35 [Server thread/DEBUG] [ConfigFileTypeHandler/CONFIG]: Built TOML config for .\saves\New World (1)\serverconfig\forge-server.toml
  6. 11:35.35 [Server thread/DEBUG] [ConfigFileTypeHandler/CONFIG]: Loaded TOML config file .\saves\New World (1)\serverconfig\forge-server.toml
  7. 11:35.35 [Server thread/DEBUG] [ConfigFileTypeHandler/CONFIG]: Watching TOML config file .\saves\New World (1)\serverconfig\forge-server.toml for changes
  8. 11:35.35 [Server thread/DEBUG] [ForgeConfig/FORGEMOD]: Loaded forge config file forge-server.toml
  9. 11:35.35 [Thread-1/DEBUG] [ConfigFileTypeHandler/CONFIG]: Config file forge-server.toml changed, sending notifies
  10. 11:35.35 [Thread-1/DEBUG] [ForgeConfig/FORGEMOD]: Forge config just got changed on the file system!
  11. 11:35.36 [Worker-Main-14/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 358be24c-9475-4402-85c1-2831338d0a79
  12. 11:35.36 [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
  13. net.minecraft.crash.ReportedException: Feature placement
  14. at net.minecraft.server.MinecraftServer.func_240787_a_(MinecraftServer.java:364) ~[forge:?] {re:classloading,pl:accesstransformer:B}
  15. at net.minecraft.server.MinecraftServer.func_240800_l__(MinecraftServer.java:315) ~[forge:?] {re:classloading,pl:accesstransformer:B}
  16. at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:63) ~[forge:?] {re:classloading,pl:runtimedistcleaner:A}
  17. at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:643) ~[forge:?] {re:classloading,pl:accesstransformer:B}
  18. at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:233) ~[forge:?] {re:classloading,pl:accesstransformer:B}
  19. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312] {}
  20. Caused by: java.lang.IllegalArgumentException: bound must be positive
  21. at java.util.Random.nextInt(Random.java:388) ~[?:1.8.0_312] {}
  22. at net.minecraft.world.gen.placement.LakeWater.getPositions(LakeWater.java:15) ~[forge:?] {re:classloading}
  23. at net.minecraft.world.gen.placement.LakeWater.getPositions(LakeWater.java:9) ~[forge:?] {re:classloading}
  24. at net.minecraft.world.gen.placement.ConfiguredPlacement.func_242876_a(ConfiguredPlacement.java:24) ~[forge:?] {re:classloading}
  25. at net.minecraft.world.gen.feature.DecoratedFeature.generate(DecoratedFeature.java:18) ~[forge:?] {re:classloading}
  26. at net.minecraft.world.gen.feature.DecoratedFeature.generate(DecoratedFeature.java:11) ~[forge:?] {re:classloading}
  27. at net.minecraft.world.gen.feature.ConfiguredFeature.generate(ConfiguredFeature.java:52) ~[forge:?] {re:classloading}
  28. at net.minecraft.world.biome.Biome.generateFeatures(Biome.java:257) ~[forge:?] {re:classloading,pl:accesstransformer:B}
  29. at net.minecraft.world.gen.ChunkGenerator.func_230351_a_(ChunkGenerator.java:192) ~[forge:?] {re:classloading}
  30. at net.minecraft.world.chunk.ChunkStatus.lambda$static$9(ChunkStatus.java:77) ~[forge:?] {re:classloading,pl:accesstransformer:B}
  31. at net.minecraft.world.chunk.ChunkStatus.doGenerationWork(ChunkStatus.java:198) ~[forge:?] {re:classloading,pl:accesstransformer:B}
  32. at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:541) ~[forge:?] {re:classloading}
  33. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.0.26.jar:?] {re:classloading}
  34. at net.minecraft.world.server.ChunkManager.lambda$chunkGenerate$20(ChunkManager.java:539) ~[forge:?] {re:classloading}
  35. at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_312] {}
  36. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_312] {}
  37. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_312] {}
  38. at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.lambda$null$1(ChunkTaskPriorityQueueSorter.java:44) ~[forge:?] {re:classloading}
  39. at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveOne(DelegatedTaskExecutor.java:88) ~[forge:?] {re:classloading}
  40. at net.minecraft.util.concurrent.DelegatedTaskExecutor.driveWhile(DelegatedTaskExecutor.java:132) ~[forge:?] {re:classloading}
  41. at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(DelegatedTaskExecutor.java:100) ~[forge:?] {re:classloading}
  42. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) ~[?:1.8.0_312] {}
  43. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_312] {}
  44. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_312] {}
  45. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_312] {}
  46. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) ~[?:1.8.0_312] {}
  47. AL lib: (EE) alc_cleanup: 1 device not closed
  48. > Task :runClient FAILED
  49. FAILURE: Build failed with an exception.
  50. * What went wrong:
  51. Execution failed for task ':runClient'.
  52. > Process 'command 'C:\Users\w8459\.mcreator\gradle\jdks\jdk8u312-b07\bin\java.exe'' finished with non-zero exit value -1
  53. * Try:
  54. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  55. * Get more help at https://help.gradle.org
  56. Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
  57. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
  58. See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings
  59. BUILD FAILED in 2m 50s
  60. 10 actionable tasks: 3 executed, 7 up-to-date
  61. BUILD FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement