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

I have java 8 but still ''NoSuchMethodException'' #201

Open
newbienoobplayer opened this issue Jul 5, 2023 · 4 comments
Open

I have java 8 but still ''NoSuchMethodException'' #201

newbienoobplayer opened this issue Jul 5, 2023 · 4 comments

Comments

@newbienoobplayer
Copy link

Before submitting, have you read the Troubleshooting guide?
Yes/No.
yes i have read the guide

Crash Log

ModVersion Info:
 - Java version (1.8.0_144)
 - Slay the Spire (null)
 - ModTheSpire (3.6.3)
Mod list:
 - basemod (5.5.0)

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(Thread.java:748)

Additional context
image
I have downloaded 3 java 8s but there is still ''NoSuchMethodException''
image

@Toerktumlare
Copy link

it says basemod.patches.com.megacrit megacrit are the devs of STS meaning it sort of looks like you are missing a Method that should be in the slay the spire game. Make sure you have updated the game and that the jar is placed correctly

@newbienoobplayer
Copy link
Author

I will try, thank you

@banchl
Copy link

banchl commented May 25, 2024

I had the same problem as you. The latest release version of ModTheSpire is only 3.6.3.
You need to package the latest code version 3.30.3 locally.
Or you can try the files I packed
https://github.com/banchl/ModTheSpire/releases/tag/v3.30.3

@newbienoobplayer
Copy link
Author

I had the same problem as you. The latest release version of ModTheSpire is only 3.6.3. You need to package the latest code version 3.30.3 locally. Or you can try the files I packed https://github.com/banchl/ModTheSpire/releases/tag/v3.30.3

thanks

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

3 participants