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

[BUG] Can't use Command-line settings

Open italoseara opened this issue 1 year ago • 1 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.20.4

Console Client Version

9a147b5

Expected Behavior

Debug messages to be turned on

Actual Behavior

When i run ./MinecraftClient --debugmessages=false on linux, it shows this error message:

Minecraft Console Client v1.20.2 - for MC 1.4.6 to 1.20.2 - Github.com/MCCTeam
GitHub build 247, built on 2024-02-18 from commit 9a147b5
Unhandled exception. System.NotImplementedException: The method or operation is not implemented.
   at MinecraftClient.Settings.LoadArguments(String[] args)
   at MinecraftClient.Program.Main(String[] args)
[1]    35941 IOT instruction (core dumped)  ./MinecraftClient --debugmessages=false
➜  MinecraftCLI

Steps to Reproduce the bug

  1. run ./MinecraftClient --debugmessages=false

Attach screenshot here (If applicable)

image

Anythings that could help diagnosing the bug

I know i can just turn debug messages on in the configuration file, but my goal is to run it from anywhere in my pc without creating configuration files on everywhere i use it, maybe using `--sessioncache="memory"` but the same error occours.

Device

Desktop

Operating System

Linux

Server Address (If applicable)

No response

italoseara avatar Feb 24 '24 18:02 italoseara

I have a same issue with ubuntu in termux.

oldkingOK avatar Feb 25 '24 02:02 oldkingOK