Hello, I have a repeatable crash I believe may be related to using a ship in your mod. I originally posted my issue in the forum for the combat chatter mod as I originally thought it was from there. This happens when I go into battle and include a Reinforcer (D) Class ship I picked up from salvage recently. I restarted the fight with it not in the mix and no crash. I saved, started another fight with a Remnant fleet and I get the crash. So I beleive it may be an interaction issue between that ship class and a call to Histidine's mod. Here is a copy of the crash from my log:
225085 [Thread-8] INFO sound.oo0O - Cleaning up music with id [steel_rain.ogg]
225314 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain - java.lang.IllegalArgumentException: Parameter specified as non-null is null: method org.lazywizard.lazylib.ui.LazyFont.createText, parameter text
java.lang.IllegalArgumentException: Parameter specified as non-null is null: method org.lazywizard.lazylib.ui.LazyFont.createText, parameter text
at org.lazywizard.lazylib.ui.LazyFont.createText(LazyFont.kt)
at org.lazywizard.lazylib.ui.LazyFont.createText$default(LazyFont.kt:364)
at org.lazywizard.lazylib.ui.LazyFont.createText(LazyFont.kt)
at org.histidine.chatter.combat.ChatterCombatPlugin.drawMessage(.java:902)
at org.histidine.chatter.combat.ChatterCombatPlugin.drawMessages(ChatterCombatPlugin.java:960)
at org.histidine.chatter.combat.ChatterCombatPlugin.advance(ChatterCombatPlugin.java:643)
at com.fs.starfarer.title.Object.float$Oo.o00000(Unknown Source)
at com.fs.starfarer.combat.oOOO.B.super(Unknown Source)
at com.fs.starfarer.combat.CombatEngine.advanceInner(Unknown Source)
at com.fs.starfarer.combat.CombatEngine.advance(Unknown Source)
at com.fs.starfarer.combat.CombatState.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$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
225367 [Thread-10] INFO sound.oo0O - Creating streaming player for music with id [Spacer15Seconds.ogg]
Overall I really enjoy the ships in your mod and thank you for the time you spent on it!