cj43g3r Posted March 26 Posted March 26 For DCS 2.9.14.8222, the following JAS39C loadouts has conflicts with the A-4e-c, F/A-18C, T-45 not spawning carriers. It's resolved by commenting out those loadouts with only those mods: --dofile(current_mod_path .. '/Weapons/Loadouts/jas39_a-darter.lua') --dofile(current_mod_path .. '/Weapons/Loadouts/jas39_mar-1.lua') --dofile(current_mod_path .. '/Weapons/Loadouts/jas39_dws39_arm.lua') --dofile(current_mod_path .. '/Weapons/Loadouts/jas39_dws39_tv.lua') But I also see other mods now causing the same symptom A-4e-c, F/A-18C, T-45, UH-60L not spawning carriers: MiG-31K and MiG-31BM RAFALE PACK EVOLUTION II 2.8.7 2023 VSN mods The A-4e-c, T-45 and UH-60L all have exceptions in scripts function copyFile where iniFile = nil, caused by scandir not finding any mission file. It does not seem to be the cause of the carrier spawning issue since these exceptions also occur in the case of successful carrier spawning. The carrier spawning issue seems to be related to M61_20_HE_gr and M2_12_7_T. Perhaps a missing core resource ? 2025-03-25 23:27:23.287 INFO APP (Main): MissionSpawn:spawnShips 2 2025-03-25 23:27:23.295 ERROR woShip (Main): Failed to create ship: Descriptor not found weapons.shells.M61_20_HE_gr 2025-03-25 23:27:23.303 ERROR woShip (Main): Failed to create ship: Descriptor not found weapons.shells.M2_12_7_T 2025-03-25 23:27:23.358 WARNING LOG (10036): 1 duplicate message(s) skipped. Seems this can be easily reproduced with only the VSN F-4 mod installed using it's case1 mission: VSN_F4 v2.8.2.102 standalon case1 succeeds spawning aircraft carriers. VSN_F4 standalone V2.9.5.206 case1 fails to spawn aircraft carriers. 2025-03-26 02:14:05.992 INFO APP (Main): MissionSpawn:spawnShips 2 2025-03-26 02:14:05.996 ERROR woShip (Main): Failed to create ship: Descriptor not found weapons.shells.M61_20_HE_gr 2025-03-26 02:14:06.200 INFO APP (Main): MissionSpawn:initScript 1
cj43g3r Posted March 26 Author Posted March 26 RAFALE PACK EVOLUTION II 2.8.7 2023. you will need to create a case1 mission in the mission editor: 2025-03-26 03:07:09.118 INFO APP (Main): MissionSpawn:spawnShips 2 2025-03-26 03:07:09.119 ERROR woShip (Main): Failed to create ship: Descriptor not found weapons.shells.M61_20_HE_gr 2025-03-26 03:07:09.160 INFO APP (Main): MissionSpawn:initScript 1
Recommended Posts