retiNO

retiNO

2.2k Downloads

Retino conflicts with canvas' renderer engine.

Kichura opened this issue ยท 3 comments

commented

When combining the canvas-renderer mod with retino, Both mods end up conflicting from one or another class id and thous will cause the game to not work with it along.

https://pastebin.com/raw/aenqjmBL - The crash-report data,

https://pastebin.com/raw/P6aVi0KW - The latest.log data.

commented

Hmm, this might be due to me using @Redirect rather than @Inject, though the latter has since gained support for this situation. Can you try this build and see if that fixes it?

commented

Tried this build with canvas combined and it has fixed this issue (Although canvas has since added a fix for macs to deal with resolution).

image

commented

canvas has since added a fix for macs to deal with resolution

Ah, that would also explain why there was a conflict lol, since we're probably both doing the same thing.