Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.14.3 Dev build] The acidisland flags fails after bentobox versions #1269. #53

Closed
myavuzokumus opened this issue Jul 14, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@myavuzokumus
Copy link

[11:47:42] [Server thread/ERROR]: [BentoBox] Skipping AcidIsland due to an unhandled exception...
[11:47:42] [Server thread/ERROR]: [BentoBox] java.lang.NullPointerException
at world.bentobox.bentobox.api.flags.Flag.setDefaultSetting(Flag.java:163)
at world.bentobox.acidisland.AcidIsland.createWorlds(AcidIsland.java:106)
at world.bentobox.bentobox.managers.AddonsManager.enableAddon(AddonsManager.java:162)
at java.util.ArrayList.forEach(Unknown Source)
at world.bentobox.bentobox.managers.AddonsManager.enableAddons(AddonsManager.java:147)
at world.bentobox.bentobox.BentoBox.lambda$onEnable$1(BentoBox.java:171)
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84)
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452)
at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1132)
at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:420)
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1064)
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:908)
at java.lang.Thread.run(Unknown Source)

Server

  • OS: Windows
  • Java version: 8

Plugins

image

BentoBox and Addons
Bentobox version  #1269 and uppers
Configuration
  • Database: YAML
@tastybento tastybento self-assigned this Jul 18, 2019
@tastybento
Copy link
Member

This is actually an AcidIsland bug. I'll move it there.

@tastybento tastybento transferred this issue from BentoBoxWorld/BentoBox Jul 19, 2019
@tastybento tastybento added the bug Something isn't working label Jul 19, 2019
tastybento added a commit that referenced this issue Jul 19, 2019
#53

AcidIsland was creating a new config object every time which caused
async race conditions when saving. The same config object should be used
continuously.

Also fixed test issue with DelayedCommand.
tastybento added a commit to BentoBoxWorld/BentoBox that referenced this issue Jul 19, 2019
@tastybento
Copy link
Member

Should be fixed with latest AcidIsland build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants