LLibrary

LLibrary

67M Downloads

Crash on game launch

CTLDragon19 opened this issue ยท 8 comments

commented

I have the latest update and i tried with all the mods out and just launched it normally and still crashed
latest.log

commented

i have the same problem, please fix it!

commented

To add onto this...

Forge Versions 14.23.5.2779 and up is what causes the crash upon startup with 'llibrary-1.7.15-1.12.2', older Forge Versions below that do not seem to cause this issue to happen.

commented

To specify, it is most probably done by a change in this PR

commented

hey it appears that it crashes without my library. Basically the method of net/minecraftforge/client/ForgeHooksClient.invalidateLog4jThreadCache()V was either removed changed or modified and your asm isn't compatible. if you are replacing a class do not use method replacements.

To fix this don't remove or replace method throwables or returns. If the method doesn't exist add it or have some sort of version check

commented

Ohh... if it is related to invalidateLog4jThreadCache, that was added on this PR, that shipped on 14.23.5.2779 too... so that makes sense.

commented

Download this version it will fix everithing
llibrary-1.7.9-1.12.2

commented

the goal here is to fix it for the latest version. I have pointed out exactly what method and class of asm is the issue here so they should be able to fix it pretty easily

commented

Resolved in 1.7.16. :)