Thank you for letting me know! I found and have corrected the problem... I'm releasing in a week hopefully, so for the moment, I don't think I'll release a patch? I will if people want.
The fix is pretty easy...
- Go to the mod folder for GRM-ANM, then open the Game folder.
- Open 1-GRM ShipDefs.xml
- Scroll down and find the entry called "GRM_VerygarBalancedDestroyer"
- There is a typo in the name and the ship file referenced has been renamed... so delete the entry entry for GRM_VerygarBalancedDestroyer from where you see "<Ship> to </Ship>
- Now copy and past this entry into the file.
<Ship>
<InternalName>GRM_VeygarBalancedDestroyer</InternalName>
<DisplayName>Veygar Balanced Destroyer</DisplayName>
<ThumbnailOverride>0-VGR Medium Balanced 03_2F790FB5CD6448E5A682BF96E1FE2BEB.png</ThumbnailOverride>
<ObjectGfxConfig>0-VGR Medium Balanced 03_2F790FB5CD6448E5A682BF96E1FE2BEB.objgfxcfg</ObjectGfxConfig>
<StrategicIcon>Fortress</StrategicIcon>
<ShipHull>Medium</ShipHull>
<CanBeBuilt>false</CanBeBuilt>
<Faction>FACTION_PIRATES</Faction>
<Style>Iridium</Style>
<ShipComponents>Railgun</ShipComponents>
<ShipComponents>Stinger</ShipComponents>
<ShipComponents>Lasers</ShipComponents>
<ShipComponents>Deflectors</ShipComponents>
<ShipComponents>HullPlating</ShipComponents>
<ShipComponents>Chaff</ShipComponents>
</Ship>
I don't know if this will fix an existing game or not... probably won't. My apologies for the error... the typo is what creates the crash : (
Thank you kindly for pointing out the error.