1
Bug Reports & Support (modded) / Color Parameter CTD
« on: February 22, 2025, 11:05:52 PM »Code
396379 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain - java.lang.IllegalArgumentException: Color parameter outside of expected range: Alpha
java.lang.IllegalArgumentException: Color parameter outside of expected range: Alpha
at java.awt.Color.testColorValueRange(Color.java:310)
at java.awt.Color.<init>(Color.java:395)
at com.fs.starfarer.api.impl.combat.DroneStrikeStats$DroneMissileScript.advance(DroneStrikeStats.java:68)
at com.fs.starfarer.combat.entities.CustomCombatEntity.advance(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.super(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
Just in the last day I updated Gensoukyou Manufacture (https://fractalsoftworks.com/forum/index.php?topic=28396.0) to its latest release, which necessitated the installation of BoxUtils. I also installed Orky Sector (https://fractalsoftworks.com/forum/index.php?topic=29956.0). Those are the only recent updates to my modlist, and I'd never experienced this particular CTD before making these changes.
The crash only occurs during combat. I have yet to use, or encounter any Gensoukyou Manufacture content in-combat, so I doubt that mod's the culprit. I have been using Orky Sector ships and weapons, but I've failed to notice any connections between that mod's content and the crashes. I think it's either Orky Sector or BoxUtils, but I'm not savvy enough to extrapolate anything from the log. Some guidance would be appreciated.
These are the mods I've had enabled while experiencing the issue:
"console_additions",
"aria",
"armaa",
"zzarmaa_anime",
"AttunedDriveField",
"battletechportraitpack",
"yrutl",
"CJHM",
"clearCommands",
"chatter",
"timid_commissioned_hull_mods",
"lw_console",
"consolegalaxy",
"dmodservices",
"dex",
"EmergentThreats_Vice",
"EmergentThreats_IX_Revival",
"fleet_journal",
"furryPortraits",
"FantasyM",
"HMI_SV",
"HMI",
"IndEvo",
"Imperium",
"timid_xiv",
"knights_of_ludd",
"lost_sector",
"lw_lazylib",
"lunalib",
"exshippack",
"MagicLib",
"Mayasuran Navy",
"Mimikko",
"nexerelin",
"yrex",
"looted_sector",
"particleengine",
"planet_search",
"assortment_of_things",
"RetroLib",
"roider",
"secretsofthefrontier",
"swp",
"mayu_specialupgrades",
"supportships",
"Terraforming & Station Construction",
"timid_tmi",
"underworld",
"uaf",
"US",
"unthemedweapons",
"vulpoids",
"whichmod",
"whichtmi",
"XhanEmpire",
"yrxp",
"BoxUtil",
"shaderLib"
Thanks.