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

Worlds do not load #122

Open
samfces opened this issue Apr 22, 2022 · 1 comment
Open

Worlds do not load #122

samfces opened this issue Apr 22, 2022 · 1 comment
Labels
BUG Something isn't working FURTHER INPUT Extra attention is needed

Comments

@samfces
Copy link

samfces commented Apr 22, 2022

Describe the issue
When I try to load a world using the ASWM API I get the following error in console:

java.lang.NegativeArraySizeException: -472757874
	at com.grinderwolf.swm.plugin.loaders.slime.impl.v1_9SlimeWorldFormat.deserializeWorld(v1_9SlimeWorldFormat.java:66) ~[slimeworldmanager-plugin.jar:?]
	at com.grinderwolf.swm.plugin.loaders.slime.SlimeWorldReaderRegistry.readWorld(SlimeWorldReaderRegistry.java:50) ~[slimeworldmanager-plugin.jar:?]
	at com.grinderwolf.swm.plugin.SWMPlugin.loadWorld(SWMPlugin.java:271) ~[slimeworldmanager-plugin.jar:?]
	at com.digitalsynware.survival.world.processing.SurvivalWorldLoadProcess$1.run(SurvivalWorldLoadProcess.java:56) ~[minebox-survival-1.0-SNAPSHOT.jar:?]
	at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[patched_1.17.1.jar:git-Paper-409]
	at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[patched_1.17.1.jar:git-Paper-409]
	at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.17.1.jar:git-Paper-409]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]

Spigot version
Paper version git-Paper-409 (MC: 1.17.1)

Plugin version
It is one of the latest builds. The /swm version command does not show the version.
image

How to reproduce
It is simply a matter of trying to load the attached world:
c2af8f8a-a88c-3076-91b8-716aa0eadbff.zip

@Owen1212055
Copy link
Collaborator

Bitset appears to be too big, will need to update the format to fix this.

@Paul19988 Paul19988 added BUG Something isn't working FURTHER INPUT Extra attention is needed labels May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working FURTHER INPUT Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants