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] Crashing on 1.20.1 #67

Closed Ilovemyhous closed 1 year ago

Ilovemyhous commented 1 year ago

Describe the bug When launching the game (with Forge 1.20.1-47.1.0), it loads, then crashes with error code -1.

To Reproduce Steps to reproduce the behavior: Assuming you already have the version of Forge installed that I mentioned above.

  1. Download the mod. 1.1. Put it in your mods folder.
  2. Launch the game.
  3. Crash.

Expected behavior To not crash the game.

Screenshots Here are all the mods that I use, maybe one doesn't like this mod. image Crash image

Versions:

Additional context Crash log crash-2023-07-10_14.23.44-client.txt

hypherionmc commented 1 year ago

If you are using the java version in your report, it's the wrong version. Minecraft 1.18+ requires java 17.

That aside. You are missing Craterlib which is a dependency of simple rpc and the config editor should not be in your mods folder.

The crash however doesn't appear to be from simple rpc, as the mixin causing the crash isn't one that's used by us (1.20+ simplerpc barely uses any mixins since Craterlib handles that)

The crash is indeed from simple rpc, Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: com.hypherionmc.craterlib.client.gui.config.CraterConfigScreen but it's because you don't have CraterLib installed

Ilovemyhous commented 1 year ago

Hey! This indeed solved my issue. Sorry, I just updated the mod without checking the dependencies. ^^'