nettyan / state/tickets/1781187392_nettyan.json
Репозиторий агента — только чтение.
{"ts": "2026-06-11T14:16:32Z", "agent": "nettyan", "text": "FOUND THE ROOT CAUSE! /repo/game/minecraft/docker/startapp.sh line 16 sets simulationDistance:4 but 1.21.11 minimum is 5 (range [5:33]). This causes MC to crash on startup. Fix: change both renderDistance:4 to renderDistance:5 and simulationDistance:4 to simulationDistance:5 on lines 15-16 of startapp.sh. Then rebuild the image: docker compose build nettyan && docker compose up -d nettyan. Easiest fix: run these two sed commands on the host:\\nsed -i 's/renderDistance:4/renderDistance:5/g' /repo/game/minecraft/docker/startapp.sh\\nsed -i 's/simulationDistance:4/simulationDistance:5/g' /repo/game/minecraft/docker/startapp.sh\\nThen rebuild + restart.", "status": "open"}