Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. Exception: [source error] Postfix(com.megacrit.cardcrawl.monsters.MonsterGroup,com.megacrit.cardcrawl.dungeons.AbstractDungeon) not found in AnomalyMod.patches.ImprobabilityDriveFutureInvadersPatch
  2. at com.evacipated.cardcrawl.modthespire.patcher.PostfixPatchInfo.doPatch(PostfixPatchInfo.java:71)
  3. at com.evacipated.cardcrawl.modthespire.Patcher.finalizePatches(Patcher.java:150)
  4. at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:278)
  5. at com.evacipated.cardcrawl.modthespire.ui.ModSelectWindow.lambda$null$1(ModSelectWindow.java:265)
  6. at java.lang.Thread.run(Thread.java:748)
  7. Caused by: javassist.CannotCompileException: [source error] Postfix(com.megacrit.cardcrawl.monsters.MonsterGroup,com.megacrit.cardcrawl.dungeons.AbstractDungeon) not found in AnomalyMod.patches.ImprobabilityDriveFutureInvadersPatch
  8. at javassist.CtBehavior.insertAfter(CtBehavior.java:877)
  9. at javassist.CtBehavior.insertAfter(CtBehavior.java:792)
  10. at com.evacipated.cardcrawl.modthespire.patcher.PostfixPatchInfo.doPatch(PostfixPatchInfo.java:69)
  11. ... 4 more
  12. Caused by: compile error: Postfix(com.megacrit.cardcrawl.monsters.MonsterGroup,com.megacrit.cardcrawl.dungeons.AbstractDungeon) not found in AnomalyMod.patches.ImprobabilityDriveFutureInvadersPatch
  13. at javassist.compiler.TypeChecker.atMethodCallCore(TypeChecker.java:749)
  14. at javassist.compiler.TypeChecker.atCallExpr(TypeChecker.java:695)
  15. at javassist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.java:157)
  16. at javassist.compiler.ast.CallExpr.accept(CallExpr.java:46)
  17. at javassist.compiler.JvstTypeChecker.atCastToRtype(JvstTypeChecker.java:113)
  18. at javassist.compiler.JvstTypeChecker.atCastExpr(JvstTypeChecker.java:94)
  19. at javassist.compiler.ast.CastExpr.accept(CastExpr.java:55)
  20. at javassist.compiler.CodeGen.doTypeCheck(CodeGen.java:242)
  21. at javassist.compiler.CodeGen.compileExpr(CodeGen.java:229)
  22. at javassist.compiler.CodeGen.atReturnStmnt2(CodeGen.java:615)
  23. at javassist.compiler.JvstCodeGen.atReturnStmnt(JvstCodeGen.java:424)
  24. at javassist.compiler.CodeGen.atStmnt(CodeGen.java:363)
  25. at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)
  26. at javassist.compiler.Javac.compileStmnt(Javac.java:567)
  27. at javassist.CtBehavior.insertAfterAdvice(CtBehavior.java:899)
  28. at javassist.CtBehavior.insertAfter(CtBehavior.java:851)
  29. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement