Minecraft-Console-Client icon indicating copy to clipboard operation
Minecraft-Console-Client copied to clipboard

[BUG]

Open Uncroww opened this issue 2 years ago • 3 comments

Prerequisites

  • [X] I made sure I am running the latest development build
  • [X] I tried to look for similar issues before opening a new one
  • [X] I have set debugmessages=true in config to diagnose my issue
  • [X] I have redacted session tokens and passwords before attaching screenshots

Minecraft Version

1.19.4

Console Client Version

MinecraftClient-20230409-213-win-x64 (Latest)

Expected Behavior

The chunk where the player and the bot are should be considered as loaded, thus allowing the bot to move with commands.

Actual Behavior

The chunk is considered as unloaded, even though the bot and the player are in it.

Steps to Reproduce the bug

  1. Open the the Console Client
  2. Try to make a command involving movement
  3. Displays a error message involving unloaded chunks
  4. Put /chunks status
  5. The chunks are not loaded

Attach screenshot here (If applicable)

image_2023-04-29_160232672 image_2023-04-29_160241727 image_2023-04-29_160250097

Anythings that could help diagnosing the bug

Config file : https://pastebin.com/A7k8m7u3
Console Log : https://pastebin.com/GevgK9z8

Device

Desktop

Operating System

Windows

Server Address (If applicable)

A server with Ngrok

Uncroww avatar Apr 29 '23 14:04 Uncroww

The bot in that chunk doesn't necessarily mean the chunk is loaded. Your server might not be sending chunk data to the client as chunk status shows the client didn't receive any chunks.

ReinforceZwei avatar Apr 29 '23 14:04 ReinforceZwei

So how can I resolve it ?

Uncroww avatar Apr 29 '23 17:04 Uncroww

So how can I resolve it ?

Try accessing your server without Ngrok, maybe it's filtering the packets for chunks for some reason.

milutinke avatar May 01 '23 10:05 milutinke