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

Max_Hand_Size Error #12

Open
Chaosmak opened this issue Oct 17, 2018 · 1 comment
Open

Max_Hand_Size Error #12

Chaosmak opened this issue Oct 17, 2018 · 1 comment

Comments

@Chaosmak
Copy link

Error occurs when picking up Slimey Hat & when Mysterious Pyramid's cards activate their ability.
Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NoSuchFieldError: MAX_HAND_SIZE
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:133)
Caused by: java.lang.NoSuchFieldError: MAX_HAND_SIZE
at com.evacipated.cardcrawl.mod.hubris.relics.SlimyHat.onEquip(SlimyHat.java:26)

at com.megacrit.cardcrawl.relics.AbstractRelic.instantObtain(AbstractRelic.java:273)
at infinitespire.quests.SlayQuest.giveReward(SlayQuest.java:54)
at infinitespire.quests.QuestLog.receivePostUpdate(QuestLog.java:68)
at basemod.BaseMod.publishPostUpdate(BaseMod.java:2275)
at basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.UpdateHooks$PostUpdateHook.Insert(UpdateHooks.java:52)
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:913)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:465)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)

@kiooeht
Copy link
Owner

kiooeht commented Oct 17, 2018

I think that means you never updated to BaseMod v4.0+. Make sure you have the latest version https://github.com/daviscook477/BaseMod/releases

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

2 participants