StandingCow Posted July 9, 2016 Posted July 9, 2016 So, the Integrity check shield is green on the multiplayer list until I try and join a sever, now I am getting: scripts/aircrafts/_common/cockpit/kneeboard/declare_kneeboard_device.lua Earlier I had to reinstall some modules that were failing for some unknown reason. 5900X - 32 GB 3600 RAM - 1080TI My Twitch Channel ~Moo
StandingCow Posted July 9, 2016 Author Posted July 9, 2016 (edited) Ok, deleted those two kneeboard files and did not run a repair, now it seems fine... will try a repair again later to see if it replaces those files and starts to fail again. Edit: it is not fine, still having the issue. Edited July 9, 2016 by StandingCow 5900X - 32 GB 3600 RAM - 1080TI My Twitch Channel ~Moo
HornedGod Posted July 9, 2016 Posted July 9, 2016 I was getting the same. I just ran a straight repair and (fingers crossed) okay so far.
StandingCow Posted July 9, 2016 Author Posted July 9, 2016 (edited) So, I just did a total reinstall from scratch, boom, integrity check failure on: scripts/aircrafts/_common/cockpit/kneeboard/declare_kneeboard_device.lua Deleted the file, and now all my cockpit textures are screwed up (missing). Did a repair (which replaced the declare_kneeboard_device.lua) and that fixed the cockpit but now integrity checks fail online again as soon as I hop into any aircraft. Here is my default kneeboard file which is replaced by repair: local kneeboard_id = 100 if devices then kneeboard_id = devices.KNEEBOARD or 100 end if not creators then creators = {} end if not indicators then indicators = {} end creators [kneeboard_id] = {"avKneeboard",LockOn_Options.common_script_path.."KNEEBOARD/device/init.lua"} local init_script = LockOn_Options.common_script_path.."KNEEBOARD/indicator/init.lua" if is_left then init_script = LockOn_Options.common_script_path.."KNEEBOARD/indicator/init_left.lua" end local kneeboard_render_target_id = 4 if disable_kneeboard_render_target then kneeboard_render_target_id = nil end indicators [#indicators + 1] = {kneeboard_implementation or "ccKneeboard",init_script,kneeboard_id, {{},{sx_l = -0.65,sz_l = 0.15,sy_l = -0.5,ry_l = 10, rz_l = 85 ,sw = 0.142 * 0.5 - 0.1,sh = 0.214 * 0.5 - 0.1},kneeboard_render_target_id} } Edited July 9, 2016 by StandingCow 5900X - 32 GB 3600 RAM - 1080TI My Twitch Channel ~Moo
StandingCow Posted July 9, 2016 Author Posted July 9, 2016 (edited) Ahhh hah! It's due to simshaker. http://forums.eagle.ru/showthread.php?t=144060&page=91 ED, please work with Andre and the simshaker team to get this resolved... Edited July 9, 2016 by StandingCow 5900X - 32 GB 3600 RAM - 1080TI My Twitch Channel ~Moo
Recommended Posts