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

Plot move: Error and not properly moved #2342

Closed
4 tasks done
x1p opened this issue Apr 25, 2019 · 4 comments
Closed
4 tasks done

Plot move: Error and not properly moved #2342

x1p opened this issue Apr 25, 2019 · 4 comments

Comments

@x1p
Copy link

x1p commented Apr 25, 2019

NOTICE: Bukkit/Spigot versions 1.7.10 to 1.12.2 are considered legacy and will receive limited support. Please consider upgrading to 1.13 for future support.

Bug report template

Debug paste link:

Failed to create the debug paste: Connection timed out (Connection timed out)
Paper 1.13.2 build 624
WE 7.0 beta 5 / WE v7.0.0 4156-a992632

Description of the problem:
Plot move copies the plot but forgets to:

  • change the newly claimed plot to change the plot border to the "claimed state"
  • clear the old plot properly (buildings are left untouched)
  • change the abandoned plot to change the plot border to the "unclaimed state"
  • bonus error on console: (build 232: https://pastebin.com/dFVEFYy4 build 261: https://pastebin.com/xMi4JCiZ)

How to replicate:

  1. Plot move 2;2
  2. See results
  3. Check console

Checklist:

  • I included a /plot debugpaste link
  • I made sure there are no duplicates of this report (Use Search)
  • I made sure I am using an up-to-date version of PlotSquared
  • I Made sure the bug/error is not caused by any other plugin

Tried WE 7 beta 5, WG 7 beta 3 and WE/WG 7 latest.
Tried plotsquared 4 build 232 as wel as build 261

@MattBDev
Copy link
Contributor

Does the latest release build work or does the error still occur?

@x1p
Copy link
Author

x1p commented Apr 25, 2019

Both versions have the same behavior, otherwise, I would have upgraded to the latest version for sure

@AeSix AeSix added the 1.13.x label Jun 2, 2019
@x1p
Copy link
Author

x1p commented Jun 4, 2019

Still no fix in build 291
Initial pastbins are expired so let's drop it here:

> [11:48:50 WARN]: java.lang.NullPointerException
> [11:48:50 WARN]: at com.github.intellectualsites.plotsquared.plot.database.SQLManager.sendBatch(SQLManager.java:354)
> [11:48:50 WARN]: at com.github.intellectualsites.plotsquared.plot.database.SQLManager.lambda$new$0(SQLManager.java:142)
> [11:48:50 WARN]: at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84)
> [11:48:50 WARN]: at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
> [11:48:50 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
> [11:48:50 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> [11:48:50 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> [11:48:50 WARN]: at java.lang.Thread.run(Thread.java:748)
> [11:48:56 WARN]: [PlotSquared] Task #3501 for PlotSquared v4.291 generated an exception
java.lang.NullPointerException: null
at java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011) ~[?:1.8.0_212]
at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006) ~[?:1.8.0_212]
at com.github.intellectualsites.plotsquared.plot.util.ChunkManager.setChunkInPlotArea(ChunkManager.java:54) ~[?:?]
at com.github.intellectualsites.plotsquared.bukkit.util.BukkitChunkManager$2.lambda$run$1(BukkitChunkManager.java:347) ~[?:?]
at com.github.intellectualsites.plotsquared.plot.generator.AugmentedUtils.bypass(AugmentedUtils.java:24) ~[?:?]
at com.github.intellectualsites.plotsquared.bukkit.util.BukkitChunkManager$2.run(BukkitChunkManager.java:346) ~[?:?]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-629]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449) ~[patched_1.13.2.jar:git-Paper-629]
at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1010) ~[patched_1.13.2.jar:git-Paper-629]
at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-629]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:940) ~[patched_1.13.2.jar:git-Paper-629]
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:837) ~[patched_1.13.2.jar:git-Paper-629]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]

@AeSix
Copy link

AeSix commented Jul 30, 2019

#2375 seems like a duplicate of this, however with a bit more information.
Closing.

@AeSix AeSix closed this as completed Jul 30, 2019
@AeSix AeSix mentioned this issue Oct 27, 2019
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants