Advertisement
Chevels

Invalid bounding box data, inverted bounds

Sep 1st, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.70 KB | None | 0 0
  1. > [17:26:13] [Server thread/INFO]: [PhatLoots] Enabling PhatLoots v5.4.2
  2. > [17:26:13] [Server thread/INFO]: [PhatLoots] Listening for Dispensers
  3. > [17:28:31] [Server thread/ERROR]: Invalid bounding box data, inverted bounds for: StructureBoundingBox{minX=2147483647, minY=2147483647, minZ=2147483647, maxX=-2147483648, maxY=-2147483648, maxZ=-2147483648}
  4. > [17:28:31] [Server thread/ERROR]: Exception loading structure piece with id minecraft:jigsaw
  5. java.lang.IllegalStateException: Invalid call to EmtyPoolElement.getBoundingBox, filter me!
  6. at net.minecraft.world.level.levelgen.feature.structures.WorldGenFeatureDefinedStructurePoolEmpty.a(SourceFile:39) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  7. at net.minecraft.world.level.levelgen.structure.WorldGenFeaturePillagerOutpostPoolPiece.<init>(SourceFile:57) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  8. at net.minecraft.world.level.levelgen.feature.StructureGenerator.a(SourceFile:151) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  9. at net.minecraft.world.level.chunk.storage.ChunkRegionLoader.a(ChunkRegionLoader.java:505) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  10. at net.minecraft.world.level.chunk.storage.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:216) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  11. at net.minecraft.server.level.PlayerChunkMap.lambda$20(PlayerChunkMap.java:562) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  12. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764) ~[?:?]
  13. at net.minecraft.util.thread.IAsyncTaskHandler.executeTask(SourceFile:151) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  14. at net.minecraft.server.level.ChunkProviderServer$a.executeTask(ChunkProviderServer.java:606) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  15. at net.minecraft.util.thread.IAsyncTaskHandler.executeNext(SourceFile:125) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  16. at net.minecraft.server.level.ChunkProviderServer$a.executeNext(ChunkProviderServer.java:617) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  17. at net.minecraft.util.thread.IAsyncTaskHandler.awaitTasks(SourceFile:134) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  18. at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:160) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  19. at net.minecraft.world.level.World.getChunkAt(World.java:278) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  20. at net.minecraft.world.level.IWorldReader.getChunkAt(SourceFile:140) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  21. at net.minecraft.world.level.World.getChunkAt(World.java:272) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  22. at net.minecraft.world.level.World.getType(World.java:593) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  23. at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:219) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  24. at com.codisimus.plugins.phatloots.util.PhatLootsUtil.getLeftSide(PhatLootsUtil.java:141) ~[?:?]
  25. at com.codisimus.plugins.phatloots.PhatLootChest.getChest(PhatLootChest.java:115) ~[?:?]
  26. at com.codisimus.plugins.phatloots.PhatLootChest.getChest(PhatLootChest.java:145) ~[?:?]
  27. at com.codisimus.plugins.phatloots.PhatLootChest.getChest(PhatLootChest.java:157) ~[?:?]
  28. at com.codisimus.plugins.phatloots.PhatLoot.loadChests(PhatLoot.java:1129) ~[?:?]
  29. at com.codisimus.plugins.phatloots.PhatLoot.<init>(PhatLoot.java:1263) ~[?:?]
  30. at jdk.internal.reflect.GeneratedConstructorAccessor146.newInstance(Unknown Source) ~[?:?]
  31. at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
  32. at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
  33. at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
  34. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaCtor(ConfigurationSerialization.java:105) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  35. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:143) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  36. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  37. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  38. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  39. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:220) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  40. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:480) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  41. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  42. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:461) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  43. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  44. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  45. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  46. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:220) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  47. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:174) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  48. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:158) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  49. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  50. at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  51. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  52. at com.codisimus.plugins.phatloots.PhatLoots.loadConfig(PhatLoots.java:699) ~[?:?]
  53. at com.codisimus.plugins.phatloots.PhatLoots.load(PhatLoots.java:408) ~[?:?]
  54. at com.codisimus.plugins.phatloots.PhatLoots.onEnable(PhatLoots.java:218) ~[?:?]
  55. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  56. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  57. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  58. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:511) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  59. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:425) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  60. at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:619) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  61. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:266) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  62. at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1010) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  63. at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:305) ~[server.jar:3232-Spigot-3c1fc60-cbd747a]
  64. at java.lang.Thread.run(Thread.java:831) [?:?]
  65. > [17:28:31] [Server thread/ERROR]: Invalid bounding box data, inverted bounds for: StructureBoundingBox{minX=2147483647, minY=2147483647, minZ=2147483647, maxX=-2147483648, maxY=-2147483648, maxZ=-2147483648}
  66. > [17:28:31] [Server thread/ERROR]: Exception loading structure piece with id minecraft:jigsaw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement