question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error trying to create an island

See original GitHub issue

Description

Hello again. we are getting an error when we try to create islands. we had it working fine with 5 skyblocks server running, we let it set overnight and restarted the server and got a Null error.

Describe the bug

When a player tries to create an island in any of the skyblock server (names are: bskyblock, Dwarf, Elf, Human, Orc) they get the message “An internal error occurred while attempting to perform this command” output to their screen and the below error in the console.

Steps to reproduce the behavior

Expected behavior

Expected behavior is that the island is created and player is teleported to island and the server not hitting 0 TPS and crashing.

Screenshots and videos (Optional)

the error from the log:

31.01 20:03:18 [Server] Server thread/ERROR null
31.01 20:03:18 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing 'orc:is create' in world.bentobox.orc.Orc$1(island)
31.01 20:03:18 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:156) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:758) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at org.bukkit.craftbukkit.v1_16_R2.entity.CraftPlayer.performCommand(CraftPlayer.java:360) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at world.bentobox.bentobox.api.user.User.performCommand(User.java:544) ~[?:?]
31.01 20:03:18 [Server] INFO at world.bentobox.bentobox.api.commands.island.DefaultPlayerCommand.execute(DefaultPlayerCommand.java:127) ~[?:?]
31.01 20:03:18 [Server] INFO at world.bentobox.bentobox.api.commands.CompositeCommand.call(CompositeCommand.java:266) ~[?:?]
31.01 20:03:18 [Server] INFO at world.bentobox.bentobox.api.commands.CompositeCommand.execute(CompositeCommand.java:239) ~[?:?]
31.01 20:03:18 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:758) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnection.handleCommand(PlayerConnection.java:1697) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnection.a(PlayerConnection.java:1540) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.TickTask.run(SourceFile:18) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeTask(SourceFile:144) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeNext(SourceFile:118) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.ba(MinecraftServer.java:941) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.executeNext(MinecraftServer.java:934) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.awaitTasks(SourceFile:127) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.sleepForTick(MinecraftServer.java:918) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:850) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
31.01 20:03:18 [Server] INFO Caused by: java.lang.NullPointerException

last timings report - https://timings.spigotmc.org/?url=boworinowo

Environment

Output of /bbox version (Mandatory)
31.01 20:17:39 [Server] Server thread/INFO BentoBox version: 1.15.5
31.01 20:17:39 [Server] Server thread/INFO Database: JSON
31.01 20:17:39 [Server] Server thread/INFO Loaded Game Worlds:
31.01 20:17:39 [Server] Server thread/INFO bskyblock_world (BSkyBlock): Overworld, Nether, The End
31.01 20:17:39 [Server] Server thread/INFO dwarf_world (Dwarf): Overworld, Nether, The End
31.01 20:17:39 [Server] Server thread/INFO elf_world (Elf): Overworld, Nether, The End
31.01 20:17:39 [Server] Server thread/INFO human_world (Human): Overworld, Nether, The End
31.01 20:17:39 [Server] Server thread/INFO orc_world (Orc): Overworld, Nether, The End
31.01 20:17:39 [Server] Server thread/INFO Loaded Addons:
31.01 20:17:39 [Server] Server thread/INFO Bank 1.1.1 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Biomes 1.13.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO BSkyBlock 1.14.3 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Challenges 0.8.3 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Chat 1.1.1 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO CheckMeOut 1.0.2 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO ControlPanel 1.7.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO DimensionalTrees 1.6.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Dwarf 1.14.3-SNAPSHOT-LOCAL (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Elf 1.14.3-SNAPSHOT-LOCAL (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO ExtraMobs 1.11.0.3 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Greenhouses 1.4.1 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Human 1.14.3-SNAPSHOT-LOCAL (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Level 2.5.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Limits 1.15.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO MagicCobblestoneGenerator 2.1.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Orc 1.14.3-SNAPSHOT-LOCAL (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO TwerkingForTrees 1.4.1 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Warps 1.10.0 (ENABLED)

Plugins (Optional)

31.01 20:18:32 [Server] Server thread/INFO Plugins (33): LuckPerms, OpenInv, PlayingWithTime, PortableCraftingInvs, PlaceholderAPI, ChatMonitor, NametagEdit, Playtimes, NoCraftPlus, ChunkHoppers, Vault, WorldEdit, Essentials, SpigotLib, OnlyProxy, ProtocolLib, AuctionHouse, BentoBox, EssentialsChat, TimeIsMoney, EssentialsSpawn, CoreProtect, EnjinMinecraftPlugin, TitleManager, HolographicDisplays, LiteBans, Multiverse-Core, SimplePortals, UltimateStacker, WorldGuard, NexEngine, SilkSpawners, GoldenCrates

Additional context (Optional)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:21 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
tastybentocommented, Feb 4, 2021
  1. Can you try Paper as an experiment? It would help clarify whether this is a sync chunk loading issue solved by Paper’s async capabilities or not.
  2. Yes, go into the Level config and set zero-new-island-levels: false
  3. Okay, so it’s not a large blueprint pasting issue.

Try 2 first, if that doesn’t help then try 1 and see if that has any effect.

0reactions
tastybentocommented, Feb 4, 2021

Okay. Well, that appears to be the issue for you guys. I’ll close this one now then.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Server Crash when user tries to create island #1057 - GitHub
The worse case now is if the world has > 20 unowned and unknown (to BentoBox) islands, the player will not get an...
Read more >
I have storage space on my drive but it gives this error when I ...
I have storage space on my drive but it gives this error when I try to make a creative island and all my...
Read more >
[Bug] Can't create an island on Skyblock server - EcoCityCraft
Description: Ran /is to create an island, did not work. Error message: "No more island resets allowed for your island!". Ran /is cp...
Read more >
Inconsistent Islands Error Handling - UVPACKMASTER 3
The Inconsistent Islands error is returned by the packer every time the user assigns different parameter values to two faces belonging to a...
Read more >
Fix joining error#67094 - Roblox Islands
when i join islands, it only makes it to the loading screan where it counts the loaded blocks on your islands. it makes...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found