CloudburstMC / Nukkit

Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
https://cloudburstmc.org
GNU General Public License v3.0
1.22k stars 420 forks source link

Troubles with chunks [$10] #674

Open b1zey opened 5 years ago

b1zey commented 5 years ago

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:

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

--- There is a **[$10 open bounty](https://www.bountysource.com/issues/73128761-troubles-with-chunks?utm_campaign=plugin&utm_content=tracker%2F80651332&utm_medium=issues&utm_source=github)** on this issue. Add to the bounty at [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F80651332&utm_medium=issues&utm_source=github).
Focusvity commented 5 years ago

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

imjack commented 5 years ago

Appears to be clientside?

DaMatrix commented 5 years ago

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)

JammSpread commented 4 years ago

Might be chunk caching.