Tech Reborn

Tech Reborn

30M Downloads

Crash on 1.8.9 Server

kwpugh opened this issue ยท 11 comments

commented

See pastern crash report:

http://pastebin.com/raw/f7g6fwWm

commented

Have you got reborn core installed?

commented

Yes. As shown in my crash report:

reborncore{1.3.0.6} RebornCore

Is this the correct version of the RebornCore?

commented

I cannot seam to find out what is wrong with this one, very strange. It also happens in dev

commented

We had the same crash on addition of your mod

commented

That might be useful, but it still happens in dev. It's strange how it just broke.

commented

i had a similar issue and chicken bones pointed out that it was the class writer, ill take a look for you when i get home

commented

ok thanks

commented

After a lot of debuging I found the issue, TechReborn/RebornCore@d20885e

https://i.imgur.com/xL9ntmN.png Why the fuck does MC do this??

commented

Does reborn core still use the cofh stripper? or any other sort of asm?

commented

I don't think so, but that would explain it. I will have a look later.

commented

the reason i say this is that sometimes the default classwriter has issues with super classes ans will sometimes break in such a way that a class will become a super class for itself, if this is the case i have a class writer that fixes it.