Jump to content

OpenBeta loading errors vs. Stable Build - TacView (and SRS & plug-ins)


Recommended Posts

Posted

I am having trouble getting TacView configured for OpenBeta whilst it is working in stable build (as well as SRS). I have cloned my scripts directory in Saved games for DCS.openbeta compared to DCS and reviewed file paths. Interestingly the DCS Saved Games folder points to a mods/tech/Tacview folder that does not exist for DCS but does exist for DCS.openbeta.

 

Anyhow, here is my error log that illustrates how OpenBeta has numerous complaints loading additional plug-ins:

 

2019-12-24 14:15:38.449 ERROR SECURITYCONTROL: Failed to parse manifest: mods/tech/dcs-srs/dcs_manifest.x86_64

2019-12-24 14:15:38.449 ERROR SECURITYCONTROL: Failed to parse manifest: mods/tech/tacview/dcs_manifest.x86_64

2019-12-24 14:15:38.449 ERROR SECURITYCONTROL: Failed to parse manifest: mods/tech/us navy equipment/dcs_manifest.x86_64

2019-12-24 14:15:38.449 ERROR SECURITYCONTROL: Failed to parse manifest: mods/tech/vaicompro/dcs_manifest.x86_64

2019-12-24 14:15:38.450 ERROR SECURITYCONTROL: Failed to parse manifest: mods/tech/main/dcs_manifest.x86_64

2019-12-24 14:15:39.774 ERROR SECURITYCONTROL: Manifest size check failed for file './Scripts/Database/db_countries.lua'

2019-12-24 14:15:39.868 INFO Scripting: OBSOLETE mount_vfs_sound_path() used in ./CoreMods/aircraft/AJS37/entry.lua

2019-12-24 14:15:39.869 ERROR SECURITYCONTROL: Manifest size check failed for file './Scripts/Database/db_countries.lua'

 

(The countries error reflects my attempt to get a plug-in working for an F/A-18 mission that won't load due to NavyFighters and other plug-ins reporting errors).

 

2019-12-24 14:15:40.285 INFO Scripting: plugin: SKIPPED 'DCS-SRS': not authorized

2019-12-24 14:15:40.285 INFO Scripting: plugin: SKIPPED 'Tacview by Raia Software': not authorized

2019-12-24 14:15:40.285 INFO Scripting: plugin: SKIPPED 'USN-Deckcrew': not authorized

2019-12-24 14:15:40.285 INFO Scripting: plugin: SKIPPED 'VAICOM PRO by 315 Interactive': not authorized

2019-12-24 14:15:40.285 INFO Scripting: plugin: SKIPPED 'VPC Object by voc & virpil.com': not authorized

 

How are others getting OpenBeta configured to support all Tacview and content plug-ins?

 

Thanks!

  • 2 years later...
Posted

Is there a working solution for this problem?

Here is my Log:

2022-01-14 12:26:48.357 INFO    Scripting: plugin: SKIPPED 'Tacview by Raia Software': not authorized

and with this a cannot get my server working

System: Z390 AORUS MASTER, i9-9900KS @ 5.2Ghz AllCore, AORUS RTX 2080 Ti XTREME WATERFORCE WB, 2x2 TB 970 Pro, 64GB GSkill F4-3600C17-16GTZR, Custom WC Loop (2x420 Rads), TM HOTAS Warthog, TM Pendular Rudder Pedals, TrackIR5 (Pro), ASUS X34P & Virtual Cockpit for iPad (A10C/F18C)

modules: F/A-18C, A-10C, F-16C, FC3, CA, SuperCarrier, BlackShark2, Mi-8MTV2, UH-1H Huey

Posted
30 minutes ago, SlooFooD said:

Is there a working solution for this problem?

Here is my Log:

2022-01-14 12:26:48.357 INFO    Scripting: plugin: SKIPPED 'Tacview by Raia Software': not authorized

and with this a cannot get my server working

does it work with the tacview disabled? mods can sometimes cause issues. including tacview.

AKA_SilverDevil Join AKA Wardogs Email Address My YouTube

“The MIGS came up, the MIGS were aggressive, we tangled, they lost.”

- Robin Olds - An American fighter pilot. He was a triple ace.

The only man to ever record a confirmed kill while in glide mode.

  • ED Team
Posted

This happens usually if the mods are not installed in the correct location. 

you should be using your saved games dcs folder for mods. 

can you attach your full dcs.log please. 

thanks

smallCATPILOT.PNG.04bbece1b27ff1b2c193b174ec410fc0.PNG

Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status

Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal

Posted

Now I've got TacView to record flightdata on dedicated server.

I've inserted the following lines to "options.lua"

    ["plugins"] = {
        ["Tacview"] = {
            ["tacviewModuleEnabled"] = 1,
            ["tacviewFlightDataRecordingEnabled"] = 1,
            ["tacviewSinglePlayerFlights"] = 2,
            ["tacviewMultiplayerFlightsAsClient"] = 1,
            ["tacviewMultiplayerFlightsAsHost"] = 2,
            ["tacviewBookmarkShortcut"] = 0,
            ["tacviewAutoDiscardFlights"] = 10,
            ["tacviewDebugMode"] = 0,
            ["tacviewTerrainExport"] = 0,
            ["tacviewRealTimeTelemetryEnabled"] = 1,
            ["tacviewRealTimeTelemetryPort"] = 51437,
            ["tacviewRealTimeTelemetryPassword"] = "*****",
            ["tacviewRemoteControlEnabled"] = 1,
            ["tacviewRemoteControlPort"] = 51438,
            ["tacviewRemoteControlPassword"] = "******",
            ["tacviewExportPath"] = "C:\\Users\\******\\Saved Games\\DCS.openbeta_server\\Missions\\TacView-Files"
        }
    },

My Problem is now that i get no connection to RealtimeTelemetry. Neither on Server itself using "localhost" nor on client using server-ip (or DNS-Name). And i am sure that i have opened the defined ports (TCP and UDP).

Any Ideas?

 

 

System: Z390 AORUS MASTER, i9-9900KS @ 5.2Ghz AllCore, AORUS RTX 2080 Ti XTREME WATERFORCE WB, 2x2 TB 970 Pro, 64GB GSkill F4-3600C17-16GTZR, Custom WC Loop (2x420 Rads), TM HOTAS Warthog, TM Pendular Rudder Pedals, TrackIR5 (Pro), ASUS X34P & Virtual Cockpit for iPad (A10C/F18C)

modules: F/A-18C, A-10C, F-16C, FC3, CA, SuperCarrier, BlackShark2, Mi-8MTV2, UH-1H Huey

  • Recently Browsing   0 members

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