Jump to content

f-16c ctd Every time HARM is selscted on TDC


Go to solution Solved by Flappie,

Recommended Posts

Posted
59 minutes ago, BIGNEWY said:

Please remove all unofficial mods from 

C:\Users\mike\Saved Games\DCS.openbeta\Mods

then run a slow repair of DCS 

 

I removed the MODS ran the slow repair and it still crashes when the HARM is selected on the TDC page.

Posted

So I have been playing around with and I have found that when I select the Weapon page on the left TDC it works and the game does not crash.However,  if I select the weapons page on the right TDC it always crashes on any map so far I have tried it.

  • Solution
Posted

Hi. Rename your Export.lua script (in Saved Games/DCS.../Scripts)) to "Export.lua.bak", then try to crash the game again using the right TDC. Does it keep crashing?

  • Like 1

---

Posted
35 minutes ago, Flappie said:

Hi. Rename your Export.lua script (in Saved Games/DCS.../Scripts)) to "Export.lua.bak", then try to crash the game again using the right TDC. Does it keep crashing?

That seemed to have fixed the issue so far.

THANKS!!!!!

Posted

Try reordering its content like this:

-- 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]])
    
local wwtlfs=require('lfs')
dofile(wwtlfs.writedir()..'Scripts/wwt/wwtExport.lua')

Then rename it to "Export.lua" and see if DCS crashes again.

---

Posted
2 hours ago, Flappie said:

Try reordering its content like this:

-- 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]])
    
local wwtlfs=require('lfs')
dofile(wwtlfs.writedir()..'Scripts/wwt/wwtExport.lua')

Then rename it to "Export.lua" and see if DCS crashes again.

That did not work... It crashed the same as before when I went to the WPN page for the HARM...

Posted

You can try these configurations in order to find the culprit:

-- ExportScript DISABLED
-- 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]])
    
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]])

-- Vaicom script DISABLED
-- local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]])
    
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]])
    
-- WinWing export DISABLED 
-- local wwtlfs=require('lfs')
-- dofile(wwtlfs.writedir()..'Scripts/wwt/wwtExport.lua')

 

---

Posted
50 minutes ago, Flappie said:

You can try these configurations in order to find the culprit:

-- ExportScript DISABLED
-- 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]])
    
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]])

-- Vaicom script DISABLED
-- local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]])
    
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]])
    
-- WinWing export DISABLED 
-- local wwtlfs=require('lfs')
-- dofile(wwtlfs.writedir()..'Scripts/wwt/wwtExport.lua')

 

Only the first one worked . The other two scripts still caused the same CTD after selecting WPN.

Posted
41 minutes ago, Flappie said:

OK, I guess we can say the issue comes from your DCS-ExportScript installation, then (Scripts\DCS-ExportScript\ExportScript.lua).

Maybe you can get some help here: https://github.com/s-d-a/DCS-ExportScripts/issues

Thanks for the help.

I will try there but I noticed looking someone else had the same exact issue I am having 2 years ago and no one ever answered them...

Posted (edited)
35 minutes ago, Flappie said:

I compared it with the "official" one, and they're the same file. It seems this script is no longer maintained (2020).

I had never had an issue like this until now...I guess I will have to disable it when I use the F-16. I have not tested any other modules to see if they have the same issue or similar...

Edited by Manhorne
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...