Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. Patch Class: [infinitespire.patches.AbstractMonsterEverythingPatch$Die]
  2. - Patching [com.megacrit.cardcrawl.monsters.AbstractMonster.die()]
  3. - Adding Prefix...
  4. {
  5. infinitespire.patches.AbstractMonsterEverythingPatch$Die.Prefix($0, $1);
  6. }
  7. javassist.CannotCompileException: [source error] no such field: $1
  8. at javassist.CtBehavior.insertBefore(CtBehavior.java:774)
  9. at javassist.CtBehavior.insertBefore(CtBehavior.java:734)
  10. at com.evacipated.cardcrawl.modthespire.patcher.PrefixPatchInfo.doPatch(PrefixPatchInfo.java:72)
  11. at com.evacipated.cardcrawl.modthespire.Patcher.finalizePatches(Patcher.java:146)
  12. at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:233)
  13. at com.evacipated.cardcrawl.modthespire.ui.ModSelectWindow.lambda$2(ModSelectWindow.java:210)
  14. at java.lang.Thread.run(Unknown Source)
  15. Caused by: compile error: no such field: $1
  16. at javassist.compiler.TypeChecker.fieldAccess(TypeChecker.java:845)
  17. at javassist.compiler.TypeChecker.atFieldRead(TypeChecker.java:803)
  18. at javassist.compiler.TypeChecker.atMember(TypeChecker.java:988)
  19. at javassist.compiler.JvstTypeChecker.atMember(JvstTypeChecker.java:66)
  20. at javassist.compiler.ast.Member.accept(Member.java:39)
  21. at javassist.compiler.JvstTypeChecker.atMethodArgs(JvstTypeChecker.java:221)
  22. at javassist.compiler.TypeChecker.atMethodCallCore(TypeChecker.java:735)
  23. at javassist.compiler.TypeChecker.atCallExpr(TypeChecker.java:695)
  24. at javassist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.java:157)
  25. at javassist.compiler.ast.CallExpr.accept(CallExpr.java:46)
  26. at javassist.compiler.CodeGen.doTypeCheck(CodeGen.java:242)
  27. at javassist.compiler.CodeGen.atStmnt(CodeGen.java:330)
  28. at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)
  29. at javassist.compiler.CodeGen.atStmnt(CodeGen.java:351)
  30. at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)
  31. at javassist.compiler.Javac.compileStmnt(Javac.java:567)
  32. at javassist.CtBehavior.insertBefore(CtBehavior.java:754)
  33. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement