incompatibility issue
IchigoGames opened this issue ยท 6 comments
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.
Can I have a link to the TickProfiler mod? And a log if it crashes? What happens? How do i make it happen?
https://jenkins.nallar.me/job/TickProfiler/ edit nvm about the 1.10 1.11.2 works
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
Ok, I think the issue is that we are both using the same library to handle asm and he is on an older version.