You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using architectury loom in gradle, and added "mekanism:Mekanism:1.20.1-10.4.0.14:api" from maven maven { url 'https://modmaven.dev/' }
After an eternity of remapping, it gave me pages of red text:
Cause: java.lang.StackOverflowError
at org.cadixdev.mercury.shadow.org.eclipse.jdt.internal.compiler.lookup.Binding.isValidBinding(Binding.java:176)
at org.cadixdev.mercury.shadow.org.eclipse.jdt.core.dom.DefaultBindingResolver.internalGetTypeBinding(DefaultBindingResolver.java:387)
at org.cadixdev.mercury.shadow.org.eclipse.jdt.core.dom.DefaultBindingResolver.getTypeBinding(DefaultBindingResolver.java:380)
at org.cadixdev.mercury.shadow.org.eclipse.jdt.core.dom.TypeBinding.getSuperclass(TypeBinding.java:870)
// repeat start
at org.cadixdev.mercury.analysis.MercuryInheritanceProvider$BindingClassInfo.provideParents(MercuryInheritanceProvider.java:130)
at org.cadixdev.bombe.analysis.InheritanceProvider$ClassInfo.provideParents(InheritanceProvider.java:168)
at org.cadixdev.bombe.analysis.LazyInheritanceClassInfo.provideParents(LazyInheritanceClassInfo.java:112)
at org.cadixdev.bombe.analysis.LazyInheritanceClassInfo.provideParents(LazyInheritanceClassInfo.java:119)
at org.cadixdev.mercury.analysis.MercuryInheritanceProvider$BindingClassInfo.provideParent(MercuryInheritanceProvider.java:123)
// repeat end
......
The text was updated successfully, but these errors were encountered:
YukkuriC
added a commit
to YukkuriC/HexOverpowered
that referenced
this issue
Jan 5, 2025
I was using architectury loom in gradle, and added
"mekanism:Mekanism:1.20.1-10.4.0.14:api"
from mavenmaven { url 'https://modmaven.dev/' }
After an eternity of remapping, it gave me pages of red text:
The text was updated successfully, but these errors were encountered: