Slay the Spire

Slay the Spire

Steam Multiplayer - Together in Spire
Mr_D3w 24 Mar, 2024 @ 6:37pm
Crash with recent skulmod update
Heya; so I've been enjoying this mod with a friend, and we've grown quite fond of doing 2-skul runs together. As such, when the skulmod updated to add a few new skulls, we were quite excited to try them out. Unfortunately, testing has proven that switching to ANY of the new skulls will instantly crash your companion's game.
I'm sharing the log here, although I have also shared it with the Skulmod dev just in case they need to touch it up.
Game crashed.
Version Info:
- Java version (1.8.0_144)
- Slay the Spire (12-18-2022)
- ModTheSpire (3.30.3)
Mod list:
- basemod (5.54.1)
- versiontwocompatible (2.2.6)
- stslib (2.11.0)
- spireTogether (6.4.11)
- tisCardPack (1.0.4)
- skulmod (2.0.14)

Mods in stacktrace:
- spireTogether (6.4.11)
Cause:
com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: skindexResources/images/skins/player/littlebone/elmuerte/GraveDigger.png
at com.badlogic.gdx.graphics.Pixmap.<init>(Pixmap.java:148)
at com.badlogic.gdx.graphics.TextureData$Factory.loadFromFile(TextureData.java:98)
at com.badlogic.gdx.graphics.Texture.<init>(Texture.java:100)
at com.badlogic.gdx.graphics.g2d.TextureAtlas.load(TextureAtlas.java:244)
at com.badlogic.gdx.graphics.g2d.TextureAtlas.<init>(TextureAtlas.java:236)
at com.badlogic.gdx.graphics.g2d.TextureAtlas.<init>(TextureAtlas.java:231)
at com.badlogic.gdx.graphics.g2d.TextureAtlas.<init>(TextureAtlas.java:226)
at dLib.util.AssetLoader.loadTextureAtlas(AssetLoader.java:26)
at spireTogether.monsters.playerChars.NetworkCharPreset.loadAnimation(NetworkCharPreset.java:147)
at skindex.modcompat.skulHeroSlayer.skins.player.LittleBoneAtlasSkin.loadOnEntity(LittleBoneAtlasSkin.java:44)
at spireTogether.modcompat.skulheroslayer.characters.NetworkLittleBone.onExtraDataChanged(NetworkLittleBone.java:111)
at spireTogether.network.P2P.P2PMessageAnalyzer.AnalyzeMessage(P2PMessageAnalyzer.java:722)
at spireTogether.network.steam.SteamIntegration.update(SteamIntegration.java:33)
at spireTogether.network.P2P.P2PManager$ClientUpdater.Postfix(P2PManager.java:315)
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:906)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:423)
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: com.badlogic.gdx.utils.GdxRuntimeException: File not found: skindexResources\images\skins\player\littlebone\elmuerte\GraveDigger.png (Internal)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:136)
at com.badlogic.gdx.files.FileHandle.readBytes(FileHandle.java:222)
at com.badlogic.gdx.graphics.Pixmap.<init>(Pixmap.java:145)
... 17 more