s-d-a / DCS-ExportScripts

DCS World Export Scripts
GNU Lesser General Public License v3.0
114 stars 52 forks source link

DCS F-16C CTD when useing HARM and selecting WPN on MFD #26

Open Manhorne opened 1 year ago

Manhorne commented 1 year ago

I have an issue where when I am using the HARM and I select the WPN on the right MFD DCS crashes to desktop. I have narrowed it down to the Export.lua causing the issue but am not sure what in the script is the problem.

the only thing in the Export.lua is this script:

local wwtlfs=require('lfs') dofile(wwtlfs.writedir()..'Scripts/wwt/wwtExport.lua')

-- load the DCS ExportScript for DAC and Ikarus dofile(lfs.writedir()..[[Scripts\DCS-ExportScript\ExportScript.lua]])

local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]])