Ladysnake / Impersonate

Impersonate: to assume or act the character of
https://ladysnake.github.io/wiki/impersonate.html
GNU Lesser General Public License v3.0
9 stars 8 forks source link

mixin error causing fabric 1.18.2 client to crash on launch. #23

Open TheRanker opened 2 years ago

TheRanker commented 2 years ago

https://pastebin.ubuntu.com/p/ZzhhpDfqpx/

is the latest.log showing the error of the preLaunch . not sure what would of prompted this to start now.

without the actual mod impersonate.. i found it was loaded impersonate 2.4.1 via bewitchment so im guessing its on their side.

https://pastebin.ubuntu.com/p/pnPfhkKFf9/ is the log when bewitchment loads impersonate

Pyrofab commented 2 years ago

This looks like a similar case to #20. Still not sure whether I can do anything about it, it may help to identify what other mod causes the crash.

TheRanker commented 2 years ago

i may be able to help pinpoint the issue if its a mod conflict later . got the changelog from last working state.

TheRanker commented 2 years ago

https://www.curseforge.com/minecraft/mc-mods/a-cute-little-crock-pot

disabled that mod and all of a sudden it worked. lol

Nosrick commented 2 years ago

Hi guys, I'm the creator of A Cute Little Crock Pot. I hope you're all doing well. Just letting you know I'm gonna take a look into this today. I use two mixins (thought it was one, oops), so it should be a fairly easy fix.

Nosrick commented 2 years ago

Unsure if you've tested this yet, but Impersonate and Bewitchment do not crash with Crock Pot. Reading the log a bit more carefully, it looks like there's some kind of failure with ARRP, which Crock Pot does not use. Still have no idea why removing my mod causes the crash to disappear, though.

Pyrofab commented 2 years ago

Probably a loading order funny - the bug seems to only be happening when Impersonate loads after ARRP, and adding or removing mods randomizes the load order. Did you open an issue on ARRP ?