GroovyModLoader (GML)

GroovyModLoader (GML)

7M Downloads

Crash on launch in production due to `PackMCMetaVersionsGetter` failing

PaintNinja opened this issue ยท 4 comments

commented

How do you propose we fix this? @CompileDynamic might work but would be slower, or we could simply hardcode the values and manually change them each MC release as needed. Or is this a bug with the mod sourceset unexpectedly not being remapped?

commented

Neither options are going to fix it, the property syntax uses dynamic calls, and the metaclass remapping is not yet set up that early. The fix is to make that class use Java.

commented

98c127c has fixed it in production, but now crashes in dev.