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

java.lang.IllegalArgumentException: Unsupported compression type, must be between 0 and 2 (inclusive) #55

Open
uncovery opened this issue Oct 22, 2019 · 2 comments

Comments

@uncovery
Copy link

I am getting this error on one of my maps, others work fine.

Exception in thread "main" picocli.CommandLine$ExecutionException: Error while running command (de.piegames.blockmap.standalone.CommandLineMain$CommandRender@59b38691): java.lang.IllegalArgumentException: Unsupported compression type, must be between 0 and 2 (inclusive)
at picocli.CommandLine.execute(CommandLine.java:1051)
at picocli.CommandLine.access$900(CommandLine.java:142)
at picocli.CommandLine$RunLast.handle(CommandLine.java:1246)
at picocli.CommandLine$RunLast.handle(CommandLine.java:1214)
at picocli.CommandLine$AbstractParseResultHandler.handleParseResult(CommandLine.java:1122)
at picocli.CommandLine.parseWithHandlers(CommandLine.java:1405)
at picocli.CommandLine.parseWithHandler(CommandLine.java:1344)
at de.piegames.blockmap.standalone.CommandLineMain.main(CommandLineMain.java:199)
Caused by: java.lang.IllegalArgumentException: Unsupported compression type, must be between 0 and 2 (inclusive)
at com.flowpowered.nbt.stream.NBTInputStream.(NBTInputStream.java:120)
at com.flowpowered.nbt.stream.NBTInputStream.(NBTInputStream.java:92)
at com.flowpowered.nbt.regionfile.Chunk.getInputStream(Chunk.java:192)
at com.flowpowered.nbt.regionfile.Chunk.readTag(Chunk.java:199)
at de.piegames.blockmap.renderer.RegionRenderer.renderRaw(RegionRenderer.java:113)
at de.piegames.blockmap.renderer.RegionRenderer.render(RegionRenderer.java:56)
at de.piegames.blockmap.world.RegionFolder$WorldRegionFolder.render(RegionFolder.java:150)
at de.piegames.blockmap.world.RegionFolder$CachedRegionFolder.render(RegionFolder.java:395)
at de.piegames.blockmap.standalone.CommandLineMain$CommandRender.run(CommandLineMain.java:156)
at picocli.CommandLine.execute(CommandLine.java:1043)
... 7 more

@jhermsmeier
Copy link
Contributor

Looks like you posted this on the wrong repository – did you mean to file an issue with Minecraft-Technik-Wiki/BlockMap?

@uncovery
Copy link
Author

Yeah, sorry about that, thanks for the help!

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

2 participants