Connector icon indicating copy to clipboard operation
Connector copied to clipboard

OptiGUI crashes on client startup (NeoForge 1.21.1)

Open Tapacywka opened this issue 1 year ago • 4 comments

Mod Name

OptiGUI

Mod Homepage

https://modrinth.com/mod/optigui

Minecraft version

1.21.1

Describe the bug

OptiGUI crashes on client startup (NeoForge 1.21.1)

Steps to reproduce

  1. Install NFFAPI, Connector, Connector Extras, Fabric Language Kotlin, Kotlin for Forge, OptiGUI and Animatica (for animated GUIs).
  2. Start the client.

Logs

https://mclo.gs/OjNsZ2S

Additional context

No response

Tapacywka avatar Sep 10 '24 14:09 Tapacywka

Small addition: OptiGUI works great on the 1.20.1 version of the game via Connector.

Tapacywka avatar Sep 10 '24 14:09 Tapacywka

I patched OptiGUI in 2.3.0-beta.5. Turns out, there is a Fabric API, which does exactly what the conflicting mixin did.

opekope2 avatar Sep 22 '24 18:09 opekope2

I have this issue for Forge 1.20.1. Any solution?

MagixDK avatar Oct 15 '24 22:10 MagixDK

I got around this with the following on 1.21.1

Fabric Language Kotlin [1.13.1+kotlin.2.1.10] Forgified Fabric API [0.107.0+2.0.23+1.21.1] OptiGUI [2.3.0-beta.6+1.21] Sinytra Connector [k3UrqfQk]

OptiGUI wont use kotlin for forge by default, you might be able to force it to run anyways with overrides but i haven't tested it

SylisMC avatar Feb 11 '25 18:02 SylisMC