hypherionmc / simple-rpc-public

Simple-RPC Issues, wiki and data github
https://www.curseforge.com/minecraft/mc-mods/simple-discord-rpc/
14 stars 1 forks source link

[BUG] Client crash on 1.16.5 #53

Closed HollishKid closed 1 year ago

HollishKid commented 1 year ago

Describe the bug When loading into a world, the client will crash.

To Reproduce Steps to reproduce the behavior: Simply load a world with the mod installed.

Versions (DO NOT USE LATEST! BE SPECIFIC!):

Additional context Full crash report here: https://pastebin.com/gUCnXvu6

hypherionmc commented 1 year ago

Hey. Thanks for the report. I'll look into this and get back to you

hypherionmc commented 1 year ago

Okay, so looking at the code, this seems to be a config issue. Can you post your config as well please?

HollishKid commented 1 year ago

Sorry, I did not think about posting it in the first place. This is the simple-rpc.toml: https://pastebin.com/PGskbLSM The server-entries.toml if default/unmodified.

hypherionmc commented 1 year ago

Ah, there is the problem.

Replace all copies of [[dimension_overrides.buttons]] with [[dimension_overrides.dimensions.buttons]] and it should work

HollishKid commented 1 year ago

That worked like a charm. Thank you very much for your help!