Charset Storage - Barrels

Charset Storage - Barrels

429k Downloads

[1.12][0.4.2.27] Crash with MalisisCore on Server Launch

Kris1432 opened this issue ยท 6 comments

commented

Forge: 2420
Version: 0.4.2.27

Cause: Server Launch

Crashlog: https://pastebin.com/Xup4in7K

commented

#118

We had this error already before, and I thought it had been fixed?

commented

It was; looks like it got re-broken.

commented

@Ordinastie Any ideas?

commented

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".

commented

@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

commented

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.