minecraft-world-downloader
minecraft-world-downloader copied to clipboard
Unable to save chunks to MCA file when walking to a place with large X or Z axis
trafficstars
Describe the bug Unable to save chunks to MCA file when walking to a place with large X or Z axis.
Steps to reproduce
- Walk to a place with large X or Z axis
- Start downloader
- Connect to proxy server
- java.lang.ArrayIndexOutOfBoundsException in console
Log output wdl_2022-06-20_09-44-00.log
config.json
{
"microsoftAuth": {
"usedPort": 5263,
"userHash": "1597961254238******",
"microsoftAccessToken": "******",
"microsoftRefreshToken": "******",
"microsoftExpiration": "2022-06-20T10:44:12.598494800",
"xboxLiveToken": "******",
"xboxLiveExpiration": "2022-07-04T01:44:12",
"xboxSecurityToken": "******",
"xboxSecurityExpiration": "2022-06-20T17:44:13",
"minecraftAccessToken": "******",
"minecraftAccessExpiration": "2022-06-21T09:44:14.688205600"
},
"authMethod": "MICROSOFT",
"server": "game.minecraft.kim",
"portRemote": 25565,
"portLocal": 25555,
"extendedRenderDistance": 16,
"measureRenderDistance": true,
"levelSeed": 0,
"worldOutputDir": "game.minecraft.kim_wdl",
"centerX": 0,
"centerZ": 0,
"zoomLevel": 64,
"renderOtherPlayers": true,
"disableWriteChunks": false,
"disableWorldGen": false,
"disableSrvLookup": false,
"disableMarkUnsavedChunks": false,
"ignoreBlockChanges": false,
"disableInfoMessages": false
}
Screenshots

Version
- Game: Minecraft 1.18.2
- Downloader: latest (1.16.4)
- Version: Cross-platform jar (GUI & commandline)