minecraft-world-downloader icon indicating copy to clipboard operation
minecraft-world-downloader copied to clipboard

Unable to save chunks to MCA file when walking to a place with large X or Z axis

Open yanshiqwq opened this issue 3 years ago • 0 comments
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

  1. Walk to a place with large X or Z axis
  2. Start downloader
  3. Connect to proxy server
  4. 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)

yanshiqwq avatar Jun 20 '22 02:06 yanshiqwq