No Chat Reports

No Chat Reports

43M Downloads

Config corruption produces cryptic error

SoniEx2 opened this issue ยท 0 comments

commented

Modloader

Quilt

Minecraft Version

1.19.2

Modloader Version

0.17.4 / QSL 4.0.0-beta.16+0.64.0

No Chat Reports Version

1.12.0

Modpack Info

No response

The latest.log File

No response

Bug Description

A corrupted config causes an unhandled exception to be thrown, with no information about what actually happened. The user is left to guess what a JSON-related exception is about. It would be nice if it just, y'know, printed something along the lines of "Hi there, the client config is corrupted, please check. Here's the full exception: [...]", before stopping the game. (if the full exception even matters that much...)

Steps to Reproduce

  1. Replace the config JSON with a bunch of NULs.
  2. Launch the game.

Other Information

No response