Jump to content

Integrity check failure device_init.lua


Recommended Posts

Posted

Hello,

For the last 2 days i've having an integrity check failure, with following indications:

mods/aircraft/fa-18c/cockpit/scripts/device_init.lua
mods/aircraft/ah-64d/cockpit/scripts/device_init.lua

However if a delete those files, i will not see the cockpit of the F18 and AH64 next time i enter a mission.

Any solution?

Posted

Is a DCS bug when using Vaicom Pro

 

[sIGPIC][/sIGPIC]

Intel(R) Core(TM) i9-10900KF CPU @ 3.70GHz   3.70 GHz ROG STRIX Z490-E GAMING
RAM 128 M.2*2 2T total SSD*3 2.5T total
GeForce RTX 3090   Orion2 HOTAS F-16EX  Saitek Pro Rudder

  • 1 month later...
Posted

Yes, it doesn't fail integrity until after you start your first flight.  

Just restart DCS if you want to hop servers.

Former USN F/A-18E/F Avionics Tech @ VFA-103 & VFA-106
Former T-34C & T-44A/C Plane Captain

  • 3 weeks later...
Posted

--------------------------------------

local file_exists = function(filename)
   local f=io.open(filename,"r")
   if f~=nil then
    io.close(f)
    return true
   else
    return false
   end
end

local file = LockOn_Options.common_script_path.."VAICOMPRO/declare_VAICOMPRO_device.lua"

if file_exists(file) then
    dofile(file)
end


That is the reason why there is integrity fail. Only after repair i can join. VAICOM write this in device_init.lua on the end of the file

Rocket brigade who retired F-117

  • Recently Browsing   0 members

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