Chunk generation failed
Code
TERRAIN/CHUNK_FAILED_TO_GENERATE
What it means
The system could not generate a chunk deterministically from the provided inputs (seed, params, coords).
When it happens
- Generating a chunk fails due to unexpected input, generation bugs, or resource issues.
Typical scenarios:
- Invalid or missing terrain parameters
- Generator bug triggered by specific seeds/coordinates
- Resource exhaustion (memory/time) under high load
How to handle
- Include
key,seed,x,z, and a compact version of parameters inmetawhen safe. - If a single seed/key consistently fails, treat as a deterministic bug and isolate a repro.
Last updated on