[1.12][0.4.2.27] Crash with MalisisCore on Server Launch
Kris1432 opened this issue ยท 6 comments
We had this error already before, and I thought it had been fixed?
@Ordinastie Any ideas?
Is there a reason why you can't just ignore that one ?
Anyway, at this point, I wonder if you're not just better off filtering doors with class names not containing "malisis".
@Ordinastie Are you sure no other mod will encounter this, though? Better off fixing it on your side, especially as you seem to know what the problem is -> #118
It's a bit hard to adapt to other mods reflectively access your classes. You say don't have a choice, but you have to concede it's a pretty dangerous operation.
It also limits the uses of lambdas with client side classes.
I could remove my lambda again, but that just means it will break in a future version when I forget this issue (like I did already with 1.12).
That's why I suggest you filter it out yourself. It most likely safer that way.