RandomPatches (Forge)

RandomPatches (Forge)

56M Downloads

re:mixin,pl:accesstransformer Mod Loading has failed

Macleykun opened this issue ยท 9 comments

commented

I'm getting this error. It seems to be related to randompatches, but when i only run the conflicting mods (that errors gives) with randompatches. Everything weirdly enough still work
crash-2021-10-30_10.38.55-fml.txt
s.
What you think?

commented

I am getting this too. Heres my logs aswell.
2021-11-02-1.log
crash-2021-11-02_18.19.39-fml.txt
debug-1.log

commented

getting this too

commented

getting this too

give the crash log, that'll help atleast more

commented

after looking deeper into it, this may not be the same exact crash: https://pastebin.com/WLEGx3Xb

commented

after looking deeper into it, this may not be the same exact crash: https://pastebin.com/WLEGx3Xb

try disabeling some mods, until the error doesn't happen, renable some back on until the error comes, repeat until you are left with the mod that gives issues.

commented

RandomPatches is making a huge amount of mods fail to load. I don't have the time to test every single one, but thus far Create, Ender Storage, and Chicken Chunks have caused a mod loading error with RandomPatches installed

commented

RandomPatches is making a huge amount of mods fail to load. I don't have the time to test every single one, but thus far Create, Ender Storage, and Chicken Chunks have caused a mod loading error with RandomPatches installed

I'm having this exact same error, with the exact same mods

commented

RandomPatches is making a huge amount of mods fail to load. I don't have the time to test every single one, but thus far Create, Ender Storage, and Chicken Chunks have caused a mod loading error with RandomPatches installed

I'm having this exact same error, with the exact same mods

I just fixed the error putting this in the mixin blacklist.
mixin_blacklist = ["ServerPlayNetHandlerKeepAlive"]

commented