Reborn Core

Reborn Core

91M Downloads

incompatibility issue

IchigoGames opened this issue ยท 6 comments

commented

can you fix the compatibility of RebornCore with TickProfiler atm you have to remove RebornCore and any mods that you it for TickProfiler to work on server.

commented

Can I have a link to the TickProfiler mod? And a log if it crashes? What happens? How do i make it happen?

commented

https://jenkins.nallar.me/job/TickProfiler/ edit nvm about the 1.10 1.11.2 works

commented

Its because the class loader you are using enforces signing and tickprofiler uses bytecode manipulation to add in all of its hooks into classes. To reproduce all you need to do is load a server with reborn core and tickprofiler.

Mod:
https://github.com/nallar/TickProfiler

Log:
https://gist.github.com/cjm721/86399bc502d1f9f2fdc06d2e855f4bce

commented

Uhh, ok. This is going to be a fun one to fix...

commented

Ok, I think the issue is that we are both using the same library to handle asm and he is on an older version.

commented

Should be fixed their side