Adorn (Forge)

Adorn (Forge)

6M Downloads

Invocation Target Exception with latest version of Forge

Gamemassa opened this issue ยท 4 comments

commented

Versions of Minecraft, Forge and Adorn

  • Adorn: 3.6.1
  • Minecraft: 1.19.2
  • Forge: 43.0.1

Description

I got the following error message when launching with the latest version of Forge:

Exception message: java.lang.IncompatibleClassChangeError: Method 'net.minecraftforge.eventbus.api.BusBuilder net.minecraftforge.eventbus.api.BusBuilder.builder()' must be InterfaceMethodref constant

Crash Report

https://gist.github.com/Gamemassa/6c86d301b8310d7e611c6fc71905d47a

commented

Thanks for the report, I'll investigate this.

Note that this error might be a bug in Kotlin for Forge instead (the error is coming from its code). If that's the case then I can't fix it in Adorn itself.

commented

Oh, if that's the case, I'll copy this thread and repost it in their GitHub as well. Please keep me posted though, and thanks for the quick response!

commented

It seems that the issue was fixed in KFF 3.7.1 (thedarkcolour/KotlinForForge#46, thedarkcolour/KotlinForForge@b14c348). Could you try and see if updating to that version works?

commented

Good morning! I've just tested and I can confirm, the latest version of Kotlin does fix the issue. Thanks again!