Nukkit icon indicating copy to clipboard operation
Nukkit copied to clipboard

Troubles with chunks [$10]

Open b1zey opened this issue 6 years ago • 4 comments

I have a trouble with chunks, this happened by random. On picture i show a example this bug.

5QZqJ77Amkw It doesn't depend on whether there are plugins or not.

Soft: Nukkit git-f8f77af. (Java 8) OS: Debian 8 Jessie

My nukkit.yml config:

settings: language: "rus" force-language: false shutdown-message: "Server stoped" query-plugins: false deprecated-verbose: true async-workers: 8

network: batch-threshold: 256 compression-level: 3 async-compression: true

debug: level: 1 commands: false

timings: enabled: true verbose: false history-interval: 6000 history-length: 72000 bypass-max: false privacy: false ignore: []

level-settings: default-format: anvil auto-tick-rate: true auto-tick-rate-limit: 20 base-tick-rate: 1 always-tick-players: false

chunk-sending: per-tick: 12 max-chunks: 16 spawn-threshold: 16 cache-chunks: true

chunk-ticking: per-tick: 40 tick-radius: 3 light-updates: false clear-tick-list: false

chunk-generation: queue-size: 2 population-queue-size: 2

ticks-per: animal-spawns: 400 monster-spawns: 1 autosave: 6000 cache-cleanup: 900

spawn-limits: monsters: 70 animals: 15 water-animals: 5 ambient: 15

player: save-player-data: true

worlds: #Example: #world: #seed: 404 #generator: FLAT:2;7,59x1,3x3,2;1;decoration(treecount=80 grasscount=45)

Steps to reproduce:

  • Sometimes this happened on join the server.
  • Sometimes this happened to the same chunks when you walk or flying.

It has no specific steps to reproduce. There are no messages in the console about this.


There is a $10 open bounty on this issue. Add to the bounty at Bountysource.

b1zey avatar Apr 21 '19 10:04 b1zey

I can confirm that it's doing the same for me.

ncurran02 avatar Apr 21 '19 13:04 ncurran02

Appears to be clientside?

imjack avatar Apr 24 '19 12:04 imjack

I've had lots of players on my server complaining about this, I always assumed it was something to do with map corruption or just the sheer map size, but this is definitely something that's somewhat frequent (although I've never experienced it myself and as such don't really know under what circumstances it can be reproduced)

DaMatrix avatar Apr 24 '19 14:04 DaMatrix

Might be chunk caching.

JammSpread avatar Aug 17 '20 22:08 JammSpread