Error #1850
-
|
Whenever I'm AFK and I come back to my computer there's this error in the console. and then it crashes. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
I'm not 100% sure of the root cause but I think the error happens here: Try setting showchatlinks=false in config file?
|
Beta Was this translation helpful? Give feedback.
-
|
var content = "http://example.com/{abc}/ok";
var toBeFormat = "Link: {0}";
var format = string.Format(content, toBeFormat);
Console.WriteLine(format);
Edit: My example code is wrong |
Beta Was this translation helpful? Give feedback.
-
|
I've noticed that calling to Minecraft-Console-Client/MinecraftClient/Logger/LoggerBase.cs Lines 26 to 29 in 76a10c0 Formatting the string will then cause the crash if the string contains What is that |
Beta Was this translation helpful? Give feedback.
-
|
This issue should be fixed in 2524802. |
Beta Was this translation helpful? Give feedback.

This issue should be fixed in 2524802.