Hello and sorry for the trouble but i need some help. I updated everything in my mods list and this mod gives me some weird crashes.
At the start it was crashing on starsector.exe lanch stating fatal JSONObject about pitch is not a number.
I disabled several mods at a time with SMOL tool to find the issue and it was not consistent.
Next thing i loaded a few mods at a time and with it in i tried to check the version checker tab from within the main menu of the game.
As soon as i clicked to the mod version in the image, the game crashed calling [Fatal: Format specifier '%20H' Check the log for more info] ..
Same thing keeps happening every time i try to click on it.
Using starsector v 0.97a-rc10 with java 8 and ram changes. Here is the log entry as well:
Spoiler
57588 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain - java.util.MissingFormatArgumentException: Format specifier '%20H'
java.util.MissingFormatArgumentException: Format specifier '%20H'
at java.util.Formatter.format(Formatter.java:2519)
at java.util.Formatter.format(Formatter.java:2455)
at java.lang.String.format(String.java:2940)
at com.fs.starfarer.ui.impl.StandardTooltipV2Expandable.addPara(Unknown Source)
at com.fs.starfarer.ui.impl.StandardTooltipV2Expandable.addPara(Unknown Source)
at lunalib.backend.ui.versionchecker.LunaVersionUIPanel.addRightPanel(LunaVersionUIPanel.kt:633)
at lunalib.backend.ui.versionchecker.LunaVersionUIPanel$createModsList$cardPanel$1$1.invoke(LunaVersionUIPanel.kt:372)
at lunalib.backend.ui.versionchecker.LunaVersionUIPanel$createModsList$cardPanel$1$1.invoke(LunaVersionUIPanel.kt:367)
at lunalib.backend.ui.components.base.LunaUIBaseElement.processInput(LunaUIBaseElement.kt:240)
at com.fs.starfarer.ui.newui.I.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.z.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.z.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.z.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.z.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.impl.StandardTooltipV2.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.g$Oo.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.z.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.z.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.g.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.z.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.z.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.newui.I.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.z.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.z.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.newui.I.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.z.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.z.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.title.TitleScreenState.processInput(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.super(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
Edit: redownloaded the mod and fixed the issue. Again sorry and thanks for your work ^^