MCCTeam / Minecraft-Console-Client

Lightweight console for Minecraft chat and automated scripts
https://mccteam.github.io
Other
1.67k stars 402 forks source link

[BUG] Unknown Exception when starting #2735

Closed m1919810 closed 4 months ago

m1919810 commented 6 months ago

Prerequisites

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

milutinke commented 5 months ago

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

m1919810 commented 5 months ago

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?

milutinke commented 5 months ago

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.

breadbyte commented 4 months ago

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