daviscook477 / BaseMod

Slay the Spire mod which provides a modding API and a dev console
MIT License
409 stars 113 forks source link

litteraly just started getting mods and this is the error i get #357

Open dparted opened 2 years ago

dparted commented 2 years ago

i have tried multiple versions of basemod and tried with and without other mods, ive looked and seen other people with identicle error messages but they all had different solutions with none of them working for me

ModVersion Info:

Begin patching... Finding core patches... Finding patches... java.lang.NoSuchMethodException: Patch basemod.patches.com.megacrit.cardcrawl.screens.DeathScreen.ForceUnlock: No method named [calculateUnlockProgress] found on class [com.megacrit.cardcrawl.screens.DeathScreen] at com.evacipated.cardcrawl.modthespire.Patcher.injectPatches(Patcher.java:264) at com.evacipated.cardcrawl.modthespire.Patcher.injectPatches(Patcher.java:185) at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:199) at com.evacipated.cardcrawl.modthespire.ui.ModSelectWindow.lambda$null$1(ModSelectWindow.java:266) at java.lang.Thread.run(Unknown Source)

Bagels1 commented 6 months ago

I get the exact same, yet nobody replied 2 years ago, is this a dead end?