Cold Sweat

Cold Sweat

1M Downloads

Crash on 1.19.2, Client and Server

Talan67 opened this issue ยท 6 comments

commented

Cold Sweat Version: 2.2-b04e
Forge Version: 43.2.11

When exiting the Cold Sweat config menu accessed via options, the game crashes with this exit code:

The game crashed whilst mouseclicked event handler
Error: java.lang.NullPointerException: Cannot invoke "java.util.Map.entrySet()" because "saver" is null

On my server the game crashes upon launching, heres the crash report: https://pastebin.com/zrKtj8dd

commented

here's the crash report for the client: https://pastebin.com/XNBxBXHY

commented

This is a fascinating crash. I also can't seem to recreate it. Would you mind sending me your world-settings.toml file?

commented

Does this happen reliably? I still can't get the crash to trigger in a production or test environment. There's a very slim chance that it's due to a mod you have installed, but I doubt it.

commented

The server crash will be fixed momentarily, but please provide the crash report for the other issue. The little excerpt you gave me isn't very enlightening

commented

I finally figured it out. The configs aren't loaded into memory until the integrated server has started (AKA the player loads a world). This means that if you try to edit config settings from the main menu before doing anything else it will cause the game to crash. I think I've fixed this issue now.