fonnymunkey / RLCombat

A fork of Better Combat Rebirth for the modpack RLCraft
3 stars 1 forks source link

Crash #12

Closed Vaaticuz closed 2 months ago

Vaaticuz commented 2 months ago

Crashes when joining a world, with the new version. crash-2024-08-27_16.23.40-client.txt

fonnymunkey commented 2 months ago

Can you upload your latest.log file from the logs folder from this crash?

Vaaticuz commented 2 months ago

Sure. latest.log

fonnymunkey commented 2 months ago

It would appear that a mixin accessor is failing to apply or be registered, however I do not see a direct reason for why from your logs.

There are a couple other mixin errors in your log as well, perhaps try using Java 8 or a non-cleanroom loader to see if you still have the issue.

I would assume it is likely an issue related to either Cleanroom Loader or it being newer Java, or both.

I attempted to recreate your enviroment myself on Curseforge and Java 8 and was able to load and use RLCombat fine without the same issues.

Vaaticuz commented 2 months ago

ok ty

fonnymunkey commented 2 months ago

As an update, I was able to reproduce this issue, and it is an issue related specifically to Cleanroom Loader 0.2.3 and whatever changed in that update causing mixins loaded by FermiumBooter to silently fail to apply with no error as to why.

As 0.2.3 released only a week ago, its possible its an issue with the release itself, or an new incompatibility introduced that needs to be fixed, that I can look into when I get time.

0.2.2 and previous work fine with RLCombat and Fermium however, so if you desire to use both latest RLCombat and Cleanroom you can downgrade to 0.2.2 for the time being.

fonnymunkey commented 2 months ago

FermiumBooter 1.1.1 should fix this issue and provide compat with Cleanroom Loader 0.2.3, its been uploaded to all sites and is currently awaiting approval.