Bawnorton / Configurable

Compile/Runtime config library that allows decentralised settings in a mod
4 stars 0 forks source link

the library doesnt work on hosted server (neoforge 1.21.1) #8

Open VaporeonScripts opened 2 days ago

VaporeonScripts commented 2 days ago

Configurable (configurable) has failed to load correctly java.lang.ExceptionInInitializerError: null

Bawnorton commented 2 days ago

Logs?

VaporeonScripts commented 2 days ago

yes,give me a second xd

VaporeonScripts commented 2 days ago

https://mclo.gs/RfwgBR1

Bawnorton commented 2 days ago

There's some weird interaction going on with forge's patch loader and configurable. This shouldn't crash normally but forge has injected some code into one of RuntimeTrims classes causing it to crash when loaded by configurable

Bawnorton commented 1 day ago

Update RT to 1.0.5 and Configurable to 2.2.0. Should fix the issue; close if so

VaporeonScripts commented 1 day ago

I'll see tomorrow