GithubHelp home page GithubHelp logo

beakedthecultist-sts's People

Contributors

fiiiiilth avatar jchilibe-ib avatar reinashsl avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

munderw reinashsl

beakedthecultist-sts's Issues

Crash on Elite

Tried to enter an elite fight, and I got a crash related to the Beaked mod. Not sure if it's actually your guys' fault, but here's the crash log.

04:14:46.683 INFO helpers.AsyncSaver> Enqueue: qsize=0 file=saves\THE_CURSED.autosave
04:14:46.686 INFO dungeons.AbstractDungeon> ELITE: beaked:SuperParasite
04:14:46.690 INFO helpers.MonsterHelper> Unspecified key: beaked:SuperParasite in MonsterHelper.
04:14:46.693 INFO helpers.File> Successfully saved file=F:\SteamLibrary\steamapps\common\SlayTheSpire\preferences\THE_CURSED
04:14:46.693 INFO helpers.FileSaver> Dequeue: qsize=0 file=saves\THE_CURSED.autosave
04:14:46.694 INFO helpers.File> Attempting to save file=F:\SteamLibrary\steamapps\common\SlayTheSpire\saves\THE_CURSED.autosave

Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.ExceptionInInitializerError04:14:46.726 INFO helpers.File> Successfully saved file=F:\SteamLibrary\steamapps\common\SlayTheSpire\saves\THE_CURSED.autosave

at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:133)

Caused by: java.lang.ExceptionInInitializerError
at beaked.Beaked.lambda$receivePostInitialize$13(Beaked.java:312)
at basemod.BaseMod.lambda$addMonster$1(BaseMod.java:1324)
at basemod.BaseMod.getMonster(BaseMod.java:1345)
at basemod.patches.com.megacrit.cardcrawl.helpers.MonsterHelper.GetEncounter.Postfix(GetEncounter.java:17)
at com.megacrit.cardcrawl.helpers.MonsterHelper.getEncounter(MonsterHelper.java:571)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.getEliteMonsterForRoomCreation(AbstractDungeon.java:2391)
at com.megacrit.cardcrawl.rooms.MonsterRoomElite.onPlayerEntry(MonsterRoomElite.java:83)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.nextRoomTransition(AbstractDungeon.java:2320)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.nextRoomTransition(AbstractDungeon.java:2182)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.updateFading(AbstractDungeon.java:2849)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2537)
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:878)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:429)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
Caused by: java.lang.NullPointerException
at beaked.monsters.SuperParasite.(SuperParasite.java:189)
... 15 more

Crash when getting the cube relic

Hello, i just got crashed to desktop when i took the weird cube relic (the one that allow you to select one of any cards any color)

here the log :
21:44:08.056 INFO basemod.BaseMod> publish on relic get
Exception: java.lang.NullPointerException
21:44:09.132 ERROR core.CardCrawlGame> Exception caught
java.lang.NullPointerException: null
at basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.CreateCardImageSwitch$CreateCardImage.Prefix(CreateCardImageSwitch.java:26) ~[BaseMod.jar:?]
at com.megacrit.cardcrawl.cards.AbstractCard.createCardImage(AbstractCard.java) ~[?:?]
at com.megacrit.cardcrawl.cards.AbstractCard.(AbstractCard.java:362) ~[?:?]
at com.megacrit.cardcrawl.cards.AbstractCard.(AbstractCard.java:297) ~[?:?]
at basemod.abstracts.CustomCard.(CustomCard.java:74) ~[?:?]
at beaked.cards.fakeCards.CharacterSelectCard.(CharacterSelectCard.java:21) ~[BeakedTheCultist.jar:?]
at beaked.relics.SacredDeck.openCharSelectMenu(SacredDeck.java:48) ~[BeakedTheCultist.jar:?]
at beaked.relics.SacredDeck.onEquip(SacredDeck.java:40) ~[BeakedTheCultist.jar:?]
at com.megacrit.cardcrawl.relics.AbstractRelic.update(AbstractRelic.java:381) ~[?:?]
at beaked.relics.SacredDeck.update(SacredDeck.java:76) ~[BeakedTheCultist.jar:?]
at com.megacrit.cardcrawl.core.OverlayMenu.update(OverlayMenu.java:71) ~[?:?]
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2662) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:878) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:429) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [desktop-1.0.jar:?]
Controllers: removed manager for application, 0 managers active
Game closed.Setting breakpad minidump AppID = 646570
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198013148545 [API loaded no]

error? how to fix?

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.evacipated.cardcrawl.modthespire.Patcher.initializeMods(Patcher.java:34)
at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:245)
at com.evacipated.cardcrawl.modthespire.ui.ModSelectWindow.lambda$null$1(ModSelectWindow.java:272)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ExceptionInInitializerError
at sun.misc.Unsafe.ensureClassInitialized(Native Method)
at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(Unknown Source)
at sun.reflect.ReflectionFactory.newFieldAccessor(Unknown Source)
at java.lang.reflect.Field.acquireFieldAccessor(Unknown Source)
at java.lang.reflect.Field.getFieldAccessor(Unknown Source)
at java.lang.reflect.Field.get(Unknown Source)
at basemod.BaseMod.initializeEncounters(BaseMod.java:611)
at basemod.BaseMod.initialize(BaseMod.java:342)
... 8 more
Caused by: java.lang.NullPointerException
at com.megacrit.cardcrawl.helpers.MonsterHelper.(MonsterHelper.java:89)
... 16 more

Awakened Ritual -1 Cost cards?

From a steam comment on The Sage:

um I've had problems with the becked mod's awakend ritual and the relic "the guidebook guide" causing non x cards to exaust and my energy going up to 999. the "awakened ritual" can be upgraded so that 0 cost cards go to -1 cost. this causes the bug. i'm not sure why it just does. can you investigate.

Any Idea what this issue means? How does awakened ritual work? How is it not X cost cards?

Mod CTD after starting a game

Expected Behavior

Pressing 'Play' starts a new game.

Actual Behavior

The game crashes after pressing 'Play'. This is being caused by the newest version of BaseMod, v3.1.0. I do not get this crash on v3.0.2. Stack trace:

12:56:04.354 INFO unlock.UnlockTracker> Already seen: beaked:Ceremony
12:56:04.354 INFO unlock.UnlockTracker> Already seen: beaked:Ceremony
12:56:04.389 INFO dungeons.AbstractDungeon> CardRng Counter: 0
12:56:04.411 INFO dungeons.AbstractDungeon> [BOSS] Slime Boss
12:56:04.412 INFO basemod.BaseMod> Adding Custom Events...
12:56:04.432 INFO dungeons.AbstractDungeon> INIT CARD POOL
Exception: java.lang.NullPointerException
12:56:04.434 ERROR core.CardCrawlGame> Exception caught
java.lang.NullPointerException: null
	at basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.InitializeCardPoolsSwitch.Insert(InitializeCardPoolsSwitch.java:58) ~[BaseMod.jar:?]
	at com.megacrit.cardcrawl.dungeons.AbstractDungeon.initializeCardPools(AbstractDungeon.java:1571) ~[?:?]
	at com.megacrit.cardcrawl.dungeons.AbstractDungeon.<init>(AbstractDungeon.java:360) ~[?:?]
	at com.megacrit.cardcrawl.dungeons.Exordium.<init>(Exordium.java:50) ~[desktop-1.0.jar:?]
	at com.megacrit.cardcrawl.core.CardCrawlGame.getDungeon(CardCrawlGame.java:1370) ~[?:?]
	at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:883) ~[?:?]
	at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:466) [?:?]
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [desktop-1.0.jar:?]
Controllers: removed manager for application, 0 managers active
Game closed.

Mods active

  1. BaseMod 3.1.0
  2. Beaked The Cultist 0.3.0

Struggle isn't playable with only dazes in hand

Have 2 dazed and 1 struggle in hand.
Can't play struggle as it says "I have playable cards in hand".
I don't have medical kit or anyway to "play" the dazes.

Seems like I can never play struggle

Make reddit post for discussion/feedback.

Could you please make a reddit page or something so that users can provide feedback for the mod. I am really liking playing this guy so far! Thank you for your efforts, I appreciate it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.