Evil Notch Lib Conflict
jredfox opened this issue ยท 5 comments
Location:
06:07:29 | game | | info | net/minecraftforge/client/ForgeHooksClient.invalidateLog4jThreadCache()V @65: invokeinterface
06:07:29 | game | | info | Reason:
06:07:29 | game | | info | Type 'java/lang/Object' (current frame, stack[2]) is not assignable to 'java/lang/Throwable'
What are you doing to the method are you adding a throwable in memory? I replaced the middle click method but, didn't add a throwable I can do that so we are able to run together but, I want to know why your doing it rather then just adding a try/catch block?
Well All I can say is when our asm runs together it crashes specifically on forge hooks client. I could look to see if I edit/replace anything else but, I don't assume I do.
does later versions of forge make the pick block event throwable in later versions? If not you have to be editing the method somewhere because the crash report isn't wrong.
That's very odd. LLibrary, in theory, shouldn't touch any other methods that aren't explicitly patched. While we are patching ForgeHooksClient, the method you mention specifically is not. Are there perhaps any other LLibrary-dependent mods installed that could be doing that?
I can reproduce with just llib and evil notch lib. I will look more into it later as for know I am trying to archive stuff for the mc archive.
Duplicate of #100