Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full transformer cache crashes with UniMixins #23

Open
Goodbird-git opened this issue Nov 4, 2023 · 4 comments
Open

Full transformer cache crashes with UniMixins #23

Goodbird-git opened this issue Nov 4, 2023 · 4 comments

Comments

@Goodbird-git
Copy link

I have installed
+unimixins-all-1.7.10-0.1.13.jar (latest version from the official mod github)
and
CoreTweaks-1.7.10-0.3.1.1+nomixin.jar
And minecraft crashes with this crash-report
crash-2023-11-04_14.31.02-client.txt
Here is also a log
latest.log
Could you please fix this issue or tell me, what am I doing wrong?

@Goodbird-git
Copy link
Author

I found out that it is because of
S:transformerCacheMode=FULL
However I wonder, why it is incompatible with UniMixins?

@makamys makamys changed the title Crash with CoreTweaks and UniMixins Full transformer cache crashes with UniMixins Nov 4, 2023
@makamys
Copy link
Owner

makamys commented Nov 4, 2023

The full transformer cache replaces the transformer chain with a single transformer, which causes UniMixins to fail to find the Mixin transformer in there. It's not the default option for this reason, it has some compatibility issues (I think it breaks DragonAPI too).

Not sure how much I can do about this from CoreTweaks's side, and I wouldn't want to clutter up UniMixins with compat code for CoreTweaks's weirdness either. But I'll leave this issue open in case I think of something.

@Goodbird-git
Copy link
Author

Alright, thanks!

@Zilacon
Copy link

Zilacon commented Nov 7, 2023

Damn, was getting this exact issue. Was hoping to use the full transformer to speed up my massive modpack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants