Is possible fix this bug?
(Very long downloading terrain)
http://www.mc-server.org/support/index.p...ask_id=129
It takes very long time when I testing or trying fix some bugs.
In the log is a lot of messages like:
[9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 22]
[9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 23]
[9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 24]
[9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 25]
[9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 26]
In the source code found, which part write errors:
source/WSSCompact.cpp: LOGERROR("Error %d decompressing 1 data for chunk [%d, %d]",
source/WSSCompact.cpp: LOGERROR("Error %d decompressing 2 data for chunk [%d, %d]",
source/WSSCompact.cpp: LOGERROR("Error %d decompressing 3 data for chunk [%d, %d]",
There is same message on 3 places, third place is which write to log (I changed log message - add number a and recompile mcserver) - line 677
Thanks
(Very long downloading terrain)
http://www.mc-server.org/support/index.p...ask_id=129
It takes very long time when I testing or trying fix some bugs.
In the log is a lot of messages like:
[9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 22]
[9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 23]
[9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 24]
[9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 25]
[9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 26]
In the source code found, which part write errors:
source/WSSCompact.cpp: LOGERROR("Error %d decompressing 1 data for chunk [%d, %d]",
source/WSSCompact.cpp: LOGERROR("Error %d decompressing 2 data for chunk [%d, %d]",
source/WSSCompact.cpp: LOGERROR("Error %d decompressing 3 data for chunk [%d, %d]",
There is same message on 3 places, third place is which write to log (I changed log message - add number a and recompile mcserver) - line 677
Thanks