I haven't posted any issues yet, but there is a first for everything!
I am running Illustrated.Entities 1.2.a with about 30 other mods on Steamdeck. Yesterday I started experiencing crashes fairly often. After saving, leaving a station, closing menus, transverse jumping, etc.. The error would seem to indicate it is related to Illustrated.Entities.
Using Illustrated.Entities 1.2.a, on Steamdeck using Proton to run the windows executable. I tried to attach the .log file but it appears to not let me attach the full file. Please see the bottom few lines of that log file. I hope this excerpt can help, let me know if I can or should provide other code context.
If anyone has any idea what the issue is I would love to understand what might be going on. Somewhat related, if there is any guide to assessing and diagnosing mod issues, I would love that type of reference material.
Thanks!
From .log file:
182418 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain - java.lang.NoSuchMethodError: illustratedEntities.helper.ImageHandler.setImage(Lcom/fs/starfarer/api/campaign/SectorEntityToken;LillustratedEntities/memory/ImageDataEntry;)V
java.lang.NoSuchMethodError: illustratedEntities.helper.ImageHandler.setImage(Lcom/fs/starfarer/api/campaign/SectorEntityToken;LillustratedEntities/memory/ImageDataEntry;)V
at data.campaign.econ.boggledTools.swapStationSprite(boggledTools.java:1009)
at data.campaign.econ.conditions.Sprite_Controller.advance(Sprite_Controller.java:101)
at com.fs.starfarer.campaign.econ.Market.advance(Unknown Source)
at com.fs.starfarer.campaign.econ.Economy.advance(Unknown Source)
at com.fs.starfarer.campaign.CampaignEngine.advance(Unknown Source)
at com.fs.starfarer.campaign.CampaignState.advance(Unknown Source)
at com.fs.starfarer.BaseGameState.traverse(Unknown Source)
at com.fs.state.AppDriver.begin(Unknown Source)
at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
at com.fs.starfarer.StarfarerLauncher.o00000(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)