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

compile error: no such field: i #161

Open
Yamiji opened this issue Jul 4, 2019 · 0 comments
Open

compile error: no such field: i #161

Yamiji opened this issue Jul 4, 2019 · 0 comments

Comments

@Yamiji
Copy link

Yamiji commented Jul 4, 2019

Before submitting, have you read the Troubleshooting guide?
Yes.

Crash Log

Paste the ENTIRE log here. Including the very top of the log and the full error.

ModVersion Info:

  • Java version (1.8.0_144)
  • Slay the Spire (07-01-2019)
  • ModTheSpire (3.11.0)
    Mod list:
  • basemod (5.15.0)
  • stslib (1.17.0)
  • decksortmod (2.0.0)
  • coloredmap (2.4.0)
  • TS05_Marisa (0.14.30)
  • td1madao (1.1.6)
  • ReplayTheSpireMod (1.4.6)
  • AchievementEnabler (1.0.0)
  • BlackRuseMod (0.9.3)
  • Astrologer (0.4.0)
  • Remilia_Modoki (0.0.9)
  • superfastmode (1.0.6)
  • gatherermod (0.9.1)
  • coloredpowertips (1.2.0)
  • relicEqualizer (1)
  • TheSenshi (1.0.0)

Begin patching...
Patching enums...Done.
Finding core patches...
Finding patches...
Patching Overrides...
Injecting patches...
Patch Class: [brainfubar.decksortmod.patches.CardFilterPatch$FlipFilteredCards]

  • Patching [com.megacrit.cardcrawl.screens.MasterDeckViewScreen.updatePositions()]
  • Adding Insert @ r4 (abs:230)...

com.evacipated.cardcrawl.modthespire.patcher.PatchingException: javassist.CannotCompileException: [source error] no such field: i
at com.evacipated.cardcrawl.modthespire.patcher.InsertPatchInfo.doPatch(InsertPatchInfo.java:224)
at com.evacipated.cardcrawl.modthespire.Patcher.finalizePatches(Patcher.java:217)
at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:342)
at com.evacipated.cardcrawl.modthespire.ui.ModSelectWindow.lambda$null$1(ModSelectWindow.java:265)
at java.lang.Thread.run(Thread.java:748)
Caused by: javassist.CannotCompileException: [source error] no such field: i
at javassist.CtBehavior.insertAt(CtBehavior.java:1213)
at javassist.CtBehavior.insertAt(CtBehavior.java:1140)
at com.evacipated.cardcrawl.modthespire.patcher.InsertPatchInfo.doPatch(InsertPatchInfo.java:198)
at com.evacipated.cardcrawl.modthespire.patcher.InsertPatchInfo.doPatch(InsertPatchInfo.java:222)
... 4 more
Caused by: compile error: no such field: i
at javassist.compiler.TypeChecker.fieldAccess(TypeChecker.java:845)
at javassist.compiler.TypeChecker.atFieldRead(TypeChecker.java:803)
at javassist.compiler.TypeChecker.atMember(TypeChecker.java:988)
at javassist.compiler.JvstTypeChecker.atMember(JvstTypeChecker.java:66)
at javassist.compiler.ast.Member.accept(Member.java:39)
at javassist.compiler.JvstTypeChecker.atMethodArgs(JvstTypeChecker.java:221)
at javassist.compiler.TypeChecker.atMethodCallCore(TypeChecker.java:735)
at javassist.compiler.TypeChecker.atCallExpr(TypeChecker.java:695)
at javassist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.java:157)
at javassist.compiler.ast.CallExpr.accept(CallExpr.java:46)
at javassist.compiler.CodeGen.doTypeCheck(CodeGen.java:242)
at javassist.compiler.CodeGen.atStmnt(CodeGen.java:330)
at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)
at javassist.compiler.CodeGen.atStmnt(CodeGen.java:351)
at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)
at javassist.compiler.Javac.compileStmnt(Javac.java:567)
at javassist.CtBehavior.insertAt(CtBehavior.java:1192)
... 7 more

Additional context
Steam version, all mods come from Workshop and as far as I can tell are up to date(checked GitHubs of mods that have them)

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

1 participant