BlueMap CLI stops on missing version.json in 1.13.2.
glorboblorb opened this issue ยท 0 comments
What i did / Steps to reproduce
Run java -jar BlueMap-5.3-cli.jar -r --mc-version 1.13.2
Expected result
Bluemap to start rendering a 1.13.2 world with 1.13.2 assets.
Actual result
BlueMap CLI errors out.
[12:05:05 INFO] Downloading 'https://piston-data.mojang.com/v1/objects/30bfe37a8db404db11c7edf02cb5165817afb4d9/client.jar' to 'data/minecraft-client-1.13.2.jar'...
[12:05:14 INFO] Downloading 'https://piston-data.mojang.com/v1/objects/958928a560c9167687bea0cefeb7375da1e552a8/client.jar' to 'data/minecraft-client-1.19.4.jar'...
[12:05:35 WARNING]
################################
There is a problem with your BlueMap setup!
BlueMap was not able to download some important resources!
Make sure BlueMap is able to connect to mojang-servers (https://piston-meta.mojang.com/).
################################
[12:05:35 ERROR] Detailed error:
de.bluecolored.bluemap.common.config.ConfigurationException: java.io.IOException: 'data/minecraft-client-1.13.2.jar' does not contain a 'version.json'
at de.bluecolored.bluemap.common.BlueMapService.getOrLoadMinecraftVersion(BlueMapService.java:456)
at de.bluecolored.bluemap.common.BlueMapService.getOrLoadResourcePack(BlueMapService.java:322)
at de.bluecolored.bluemap.cli.BlueMapCLI.renderMaps(BlueMapCLI.java:84)
at de.bluecolored.bluemap.cli.BlueMapCLI.main(BlueMapCLI.java:369)
Caused by: java.io.IOException: 'data/minecraft-client-1.13.2.jar' does not contain a 'version.json'
at de.bluecolored.bluemap.core.resources.MinecraftVersion.loadVersionInfo(MinecraftVersion.java:203)
at de.bluecolored.bluemap.core.resources.MinecraftVersion.load(MinecraftVersion.java:124)
at de.bluecolored.bluemap.common.BlueMapService.getOrLoadMinecraftVersion(BlueMapService.java:444)
... 3 more
Context
BlueMap Version:
5.3-cli
Linux 6.6.40
openjdk version "16.0.2" 2021-07-20
OpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7)
OpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing)