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

Asynchronous entity world add exception #53

Closed
skbeh opened this issue Dec 18, 2022 · 0 comments · Fixed by andrei1058/McSignsAPI#5
Closed

Asynchronous entity world add exception #53

skbeh opened this issue Dec 18, 2022 · 0 comments · Fixed by andrei1058/McSignsAPI#5

Comments

@skbeh
Copy link

skbeh commented Dec 18, 2022

I am using v1.2.4 from https://www.spigotmc.org/resources/bedwarsproxy.66642. The server version is latest PandaSpigot.

[Craft Scheduler Thread - 2751/WARN]: Exception in thread "Craft Scheduler Thread - 2751"
[Craft Scheduler Thread - 2751/WARN]: org.apache.commons.lang.UnhandledException: Plugin BedWarsProxy v${gitVer}1.2.4 generated an exception while executing task 2190681
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
at org.github.paperspigot.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:23)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.IllegalStateException: Asynchronous entity world add!
at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14)
at net.minecraft.server.v1_8_R3.World.b(World.java:2867)
at net.minecraft.server.v1_8_R3.Chunk.addEntities(Chunk.java:921)
at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:49)
at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:18)
at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:136)
at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:118)
at org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getChunkAt(CraftWorld.java:145)
at org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getBlockAt(CraftWorld.java:91)
at org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getBlockAt(CraftWorld.java:592)
at org.bukkit.Location.getBlock(Location.java:87)
at com.andrei1058.spigot.signapi.SignVersion.update(SignVersion.java:23)
at com.andrei1058.spigot.signapi.SignListener.lambda$onTP$1(SignListener.java:89)
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59)
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 4 more
@skbeh skbeh changed the title Asynchronous entity world add Exception Asynchronous entity world add exception Feb 3, 2023
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

Successfully merging a pull request may close this issue.

1 participant