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
......
comes from CadixDev#48, havn't seed the fork then :P
the archloom version I used was 1.7-SNAPSHOT, and 3.4-SNAPSHOT for base plugin
The text was updated successfully, but these errors were encountered:
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:
comes from CadixDev#48, havn't seed the fork then :P
the archloom version I used was
1.7-SNAPSHOT
, and3.4-SNAPSHOT
for base pluginThe text was updated successfully, but these errors were encountered: