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

[BUG] Unknown Exception when starting

Open m1919810 opened this issue 1 year 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.20.1

Console Client Version

Latest

Expected Behavior

I use ./MinecraftClient to start minecraftClient-linux-x64 on one of my remote linux machines console I expect it to start running

Actual Behavior

It throws out unhandled exception as follows on my console 4A203872-2D7E-47C9-AA84-4E353CE44379 I DONT KNOW WHAT‘S GOING ON

Steps to Reproduce the bug

  1. write ./MinecraftClient in start.sh
  2. run start.sh

Attach screenshot here (If applicable)

24E2EA27-5D55-4897-8B00-0E7A49AB5E19

Anythings that could help diagnosing the bug

none
actually it doesn‘t generate anything like config

Device

Other

Operating System

Linux

Server Address (If applicable)

0

m1919810 avatar May 29 '24 09:05 m1919810

Are you running in a container, eg. Docker? Because .NET does not support console in containerized environments.

milutinke avatar May 31 '24 18:05 milutinke

Are you running in a container, eg. Docker? Because .NET does not support console in containerized environments.

thanks for your help, that's the problem. so is there any way to get it working?

m1919810 avatar Jun 01 '24 06:06 m1919810

Are you running in a container, eg. Docker? Because .NET does not support console in containerized environments.

thanks for your help, that's the problem. so is there any way to get it working?

Nope, it's the problem in the .NET Environment itself, so yeah. I tried getting this to work with Docker, I had some half success (the client was able to run for some time) until it crashed on another console related thing, it's not worth the effort because it's a rabbit hole of problems.

milutinke avatar Jun 01 '24 09:06 milutinke

Seems to be fixed now- if you are still having the same issue, please make a new report or report it to the Discord.

breadbyte avatar Jul 25 '24 19:07 breadbyte