We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the issue When i want to import the world, i'm getting weird error.
Spigot version 1.8.8 paperspigot
Plugin version 2.2.1
How to reproduce/swm import worldName file
Crash reports (if available) none
Error: [14:08:12] [Craft Scheduler Thread - 3/INFO]: �[0;34;1m[SWM] �[0;31;1mFailed to import world speedway. Stack trace:�[m [14:08:12] [Craft Scheduler Thread - 3/WARN]: java.io.EOFException [14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.zip.GZIPInputStream.(GZIPInputStream.java:79) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.zip.GZIPInputStream.(GZIPInputStream.java:91) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.internal.com.flowpowered.nbt.stream.NBTInputStream.(NBTInputStream.java:114) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.internal.com.flowpowered.nbt.stream.NBTInputStream.(NBTInputStream.java:76) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.plugin.world.importer.WorldImporter.readLevelData(WorldImporter.java:117) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.plugin.world.importer.WorldImporter.readFromDirectory(WorldImporter.java:37) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.plugin.SWMPlugin.importWorld(SWMPlugin.java:395) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.plugin.commands.sub.ImportWorldCmd.lambda$onCommand$0(ImportWorldCmd.java:66) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at org.github.paperspigot.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:23) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
What version are you using? this might be related to 2.2.1? Please check with 2.3.0 on discord.
Sorry, something went wrong.
No branches or pull requests
Describe the issue When i want to import the world, i'm getting weird error.
Spigot version 1.8.8 paperspigot
Plugin version 2.2.1
How to reproduce/swm import worldName file
Crash reports (if available) none
Error:
[14:08:12] [Craft Scheduler Thread - 3/INFO]: �[0;34;1m[SWM] �[0;31;1mFailed to import world speedway. Stack trace:�[m
[14:08:12] [Craft Scheduler Thread - 3/WARN]: java.io.EOFException
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.zip.GZIPInputStream.(GZIPInputStream.java:79)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.zip.GZIPInputStream.(GZIPInputStream.java:91)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.internal.com.flowpowered.nbt.stream.NBTInputStream.(NBTInputStream.java:114)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.internal.com.flowpowered.nbt.stream.NBTInputStream.(NBTInputStream.java:76)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.plugin.world.importer.WorldImporter.readLevelData(WorldImporter.java:117)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.plugin.world.importer.WorldImporter.readFromDirectory(WorldImporter.java:37)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.plugin.SWMPlugin.importWorld(SWMPlugin.java:395)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at com.grinderwolf.swm.plugin.commands.sub.ImportWorldCmd.lambda$onCommand$0(ImportWorldCmd.java:66)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at org.github.paperspigot.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:23)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[14:08:12] [Craft Scheduler Thread - 3/WARN]: at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered: