#Help with figuring out what's causing Axiom to not read Sinytra's modules

1 messages · Page 1 of 1 (latest)

glacial stagBOT
#

@summer compass (UnusedCactus) uploaded a log, Minecraft 1.21.1, Neoforge 21.1.172
Sinytra 2.0.0-beta.8+1.21.1-full, Forgified Fabric API 0.115.6+2.1.0+1.21.1, Connector Extras 1.12.1+1.21.1
Axiom 4.8.0
all other mods can be gotten from the logs.

Game crashes early in loading reporting "java.lang.IllegalAccessError: class com.moulberry.mixinconstraints.FabricAbstractionsImpl (in module mixinconstraints) cannot access class net.fabricmc.loader.api.FabricLoader (in module org.sinytra.connector) because module mixinconstraints does not read module org.sinytra.connector", also fails to load inter-medium.ttf despite its existence. (probably just a side effect)
I haven't been able to replicate it on my own (axiom just loads fine in my testing, though i haven't checked everything) so it would probably be a mod incompatibility rather than a neoforge incompatibility.
latest.log and debug.log included since a crash report isn't created.

p.s. it isn't a bug with ModernUI, I tested it and it worked perfectly fine then.

  • NeoForge 21.1.172 on 1.21.1 using 245 mods
summer compass
#

weirdly enough, i've gotten the game to boot, it seems to not like modernui's modern tooltips. turning that off fixes the crash when hovering over a button with a tooltip

unborn gale
#

Ensure you're using the latest version of sinytra

#

There were some module bugs that were fixed a few weeks ago

summer compass
#

i do have the latest version. as i said, it seems to be that one of the other mods i installed caused this issue rather than sinytra causing it.

unborn gale
#

accessorify uses mixinconstraints, which would be the only one that makes sense

summer compass
#

that seems to be it. guess i should avoid it

unborn gale
#

its probably a mistake i made with mixinconstraints itself, or some weird interaction because of sinytra

#

i guess accessorify's mixinconstraints isnt allowed to access fabric?

summer compass
#

it probably shouldn't have been able to access fabric, it wasn't the fabric version of the mod, but i guess i have experienced weirder bugs

unborn gale
#

Well the problem is that Axiom tries to access fabric, but using accessorify's version