rkusa / DATIS

DCS World Automatic Terminal Information Service (ATIS) broadcasted through Simple Radio Standalone (SRS)
MIT License
90 stars 21 forks source link

DATIS Not Authorized Error #53

Closed jkegaly closed 4 years ago

jkegaly commented 4 years ago

Since upgrading to SRS 1.9.0.1 and subsequently DATIS to 2.0, DCS will no longer load DATIS.

Everything was working well on both products last versions...

Below is data from my dcs.log file

WARNING DCS: Not Authorized, no registry path: ./Mods/tech/DATIS 2020-06-29 15:04:39.474 INFO Scripting: plugin: SKIPPED 'DATIS': not authorized

neonbasschild commented 4 years ago

same thing on my machine. I am guessing SRS 1.9.0.1 killed it.

rkusa commented 4 years ago

Thanks for the report @jkegaly, and thanks for confirming it @neonbasschild. Unfortunately, I cannot reproduce it on either my local installation nor on my server. However, it might be a similar issue to why e.g. SRS and LotATC had to move their mod from DCS.openbeta\Mods\tech\ to DCS.openbeta\Mods\services\.

Could one of you try the following and see if that fixes the problem:

Please let me know if you don't feel comfortable doing such changes, I could also upload a test version that includes that change in this case.

Thanks 👍

jkegaly commented 4 years ago

Ah Ha! @rkusa That seems to have fixed it for me! Amazing such a small change could fix that error I was receiving.

2020-06-30 16:01:28.631 INFO [DATIS]: Loaded 2020-06-30 16:01:44.576 INFO [DATIS]: Started

🥇 😄 ✈️

rkusa commented 4 years ago

@jkegaly Thanks a lot for testing! I'll have to prepare a new release with that change then