Jump to content

DCS loads up the WRONG Saved Games folder after an update.


Xupicor

Recommended Posts

TLDR: How can I force DCS to load up the proper "Saved Games/DCS" folder?

 

The Long Story Short(er) (...not by much)

So an update hit and I lost my bindings, login data, settings, etc. Which isn't THAT of a big deal, considering it's a beta. Things may happen from time to time.

However, the reason that happened is because DCS now ignores my "Saved Games/DCS" (it's a Steam version) folder completely. In fact, I used Process Monitor to see what it opens, and it turns out it uses a completely different drive than where I store my settings.

Now, a little more background, probably not that useful, but I'll leave it here for posterity.

Once upon a time I moved the user profile in Windows, I forget the procedure now, but obviously it wasn't a simple copy and paste, and it wasn't a symlink either [I probably should have used a symlink though, in retrospect]. That worked fine, for the most part. DCS used the new "I:\admin\Saved Games\DCS" just fine.

After about half a year and a couple DCS and Windows 11 updates later it stopped working. I used Process Monitor to see what DCS does and it turned out it started using "C:\Users\admin\Documents\my games\DCS". At the same time I discovered that there's "C:\Users\admin" which shouldn't have ben there - so either Windows or some programs that assume it should be there (hardcoded paths, maybe) created it anyway. Seems like it might have been Windows, since %userprofile% leads to it now. (It didn't before... I think. sigh)

At this point I said "Ok, eff it" and made a symlink from "C:\Users\admin\Documents\my games\DCS" to "I:\admin\Saved Games\DCS" and DCS worked with it, no problem. Until the last "Mirage F1" update. Now it ignores this directory and loads up "E:\admin\Saved Games\DCS". The issue is that... I don't have an E drive at this point. Well... I shouldn't have. I can see an E drive that isn't accessible (can't open it with Explorer, can't enter in cmd either, Access Denied) which is 95MB in size and it's hardware tab is showing the same physical drive that has C:\ partition... I know. Time for a clean install, because Win11 Dev branch is starting to be a lil' screwy.

Anyway, again, can I force DCS to load up the proper Saved Games/DCS folder somehow? A command line option? Registry setting? Config file?

  • Windows 11 Pro, RTX4090 (24GB), 5950X @ 4.3GHz, 64GB RAM @ 3000MHz, M.2 SSD 8TB, Pimax Crystal
  • Modules and maps: All of 'em. (It's a problem...)
Link to comment
Share on other sites

Flappie, it leads to "C:\Users\admin" , but a few Windows update earlier it would lead to my new user profile folder on disk I:. Not anymore, it seems.

I'd love to attach a log file, but it's not accessible. I literally can't access it.

I stupidly deleted the old log files from the "old" Saved Games directory because I wanted a fresh take then I saw that none are created anymore, and that lead me to check what directory DCS is actually using.

  • Windows 11 Pro, RTX4090 (24GB), 5950X @ 4.3GHz, 64GB RAM @ 3000MHz, M.2 SSD 8TB, Pimax Crystal
  • Modules and maps: All of 'em. (It's a problem...)
Link to comment
Share on other sites

Let's first list all your symbolic links.

1/ Open Windows Powershell.

2 Paste this command:

Get-ChildItem -Path "C:\Windows\","c:\","$env:USERPROFILE" -Force |
    Where-Object { $_.LinkType -ne $null -or $_.Attributes -match "ReparsePoint" } |
    ft FullName,Length,Attributes,Linktype,Target

3/ Press Enter.

4/ Paste the result here.

Don't accept indie game testing requests from friends in Discord. Ever.

Link to comment
Share on other sites

PS C:\Users\admin> Get-ChildItem -Path "C:\Windows\","c:\","$env:USERPROFILE" -Force |
>>     Where-Object { $_.LinkType -ne $null -or $_.Attributes -match "ReparsePoint" } |
>>     ft FullName,Length,Attributes,Linktype,Target

FullName                           Length                                                 Attributes LinkType Target
--------                           ------                                                 ---------- -------- ------
C:\Windows\bfsvc.exe               106496                                                    Archive HardLink {C:\Windows\WinSxS\amd64_microsoft-windows-b..vironment-servicing_31bf3856ad364e35_10.0.25158.1000_none_e1318d4c1550ac21\bfsvc.exe}
C:\Windows\explorer.exe           4987672                                                    Archive HardLink {C:\Windows\WinSxS\amd64_microsoft-windows-explorer_31bf3856ad364e35_10.0.25158.1000_none_0cd1b32be978a850\explorer.exe}
C:\Windows\HelpPane.exe           1089536                                                    Archive HardLink {C:\Windows\WinSxS\amd64_microsoft-windows-help-client_31bf3856ad364e35_10.0.25158.1000_none_27359c3b9dd2ea7e\HelpPane.exe}
C:\Windows\hh.exe                   36864                                                    Archive HardLink {C:\Windows\WinSxS\amd64_microsoft-windows-htmlhelp_31bf3856ad364e35_10.0.25158.1000_none_837302cbf478b4a5\hh.exe}
C:\Windows\mib.bin                  43131                                                    Archive HardLink {C:\Windows\WinSxS\amd64_microsoft-windows-snmp-mgmt-api_31bf3856ad364e35_10.0.25158.1000_none_a6a96b8b23436b74\mib.bin}
C:\Windows\notepad.exe             360448                                                    Archive HardLink {C:\Windows\WinSxS\amd64_microsoft-windows-notepad_31bf3856ad364e35_10.0.25158.1000_none_2a379994dfbbf504\notepad.exe, C:\Windows\System32\notepad.exe}
C:\Windows\regedit.exe             552960                                                    Archive HardLink {C:\Windows\WinSxS\amd64_microsoft-windows-registry-editor_31bf3856ad364e35_10.0.25158.1000_none_af4bc17e4b94e028\regedit.exe}
C:\Windows\splwow64.exe            192512                                                    Archive HardLink {C:\Windows\WinSxS\amd64_microsoft-windows-printing-spooler-core_31bf3856ad364e35_10.0.25158.1000_none_9168af3b3144fea7\splwow64.exe}
C:\Windows\twain_32.dll             69120                                                    Archive HardLink {C:\Windows\WinSxS\wow64_microsoft-windows-w..ion-twaincomponents_31bf3856ad364e35_10.0.25158.1000_none_4ea3eab4004da15a\twain_32.dll}
C:\Windows\WindowsShell.Manifest      670                                  ReadOnly, Hidden, Archive HardLink {C:\Windows\WinSxS\amd64_microsoft-windows-shell32_31bf3856ad364e35_10.0.25158.1000_none_274636f781b82750\WindowsShell.Manifest}
C:\Windows\winhlp32.exe             12288                                                    Archive HardLink {C:\Windows\WinSxS\wow64_microsoft-windows-winhstb_31bf3856ad364e35_10.0.25158.1000_none_ee77c4c4ad83cd5d\winhlp32.exe}
C:\Windows\WMSysPr9.prx            316640                                                    Archive HardLink {C:\Windows\WinSxS\amd64_microsoft-windows-mediaplayer-wmvsdk_31bf3856ad364e35_10.0.25158.1000_none_6148537b965d52e3\WMSysPr9.prx}
C:\Windows\write.exe                28672                                                    Archive HardLink {C:\Windows\System32\write.exe, C:\Windows\WinSxS\amd64_microsoft-windows-write_31bf3856ad364e35_10.0.25158.1000_none_1a9fde494cd416e0\write.exe}
C:\Documents and Settings                 Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\Application Data           Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\Cookies                    Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\Dane aplikacji             Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\Local Settings             Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\Menu Start                 Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\Moje dokumenty             Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\My Documents               Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\NetHood                    Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\OneDrive                                   ReadOnly, Directory, Archive, ReparsePoint          {}
C:\Users\admin\PrintHood                  Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\Recent                     Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\SendTo                     Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\Start Menu                 Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\Szablony                   Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\Templates                  Hidden, System, Directory, ReparsePoint, NotContentIndexed
C:\Users\admin\Ustawienia lokalne         Hidden, System, Directory, ReparsePoint, NotContentIndexed

 

  • Windows 11 Pro, RTX4090 (24GB), 5950X @ 4.3GHz, 64GB RAM @ 3000MHz, M.2 SSD 8TB, Pimax Crystal
  • Modules and maps: All of 'em. (It's a problem...)
Link to comment
Share on other sites

Thanks. I don't see anything abnormal (I have the same things on my end).

  1. Please add attached file at the root of your DCS installation, then run DCS. Wait for main menu, then exit.
  2. Now, look for a "DCS.banana" folder in your PC.

dcs_variant.txt

variant.png

  • Like 1

Don't accept indie game testing requests from friends in Discord. Ever.

Link to comment
Share on other sites

12 hours ago, Xupicor said:

After about half a year and a couple DCS and Windows 11 updates later it stopped working. I used Process Monitor to see what DCS does and it turned out it started using "C:\Users\admin\Documents\my games\DCS". At the same time I discovered that there's "C:\Users\admin" which shouldn't have ben there - so either Windows or some programs that assume it should be there (hardcoded paths, maybe) created it anyway. Seems like it might have been Windows, since %userprofile% leads to it now. (It didn't before... I think. sigh)

so to add something to this. i am a sysadmin and have been forever. my department sometimes see this when a program is run as admin user. say the user is adm.blah. if the app is run as that user, and you need a download that was saved in the normal user downloads folder, you cannot because the downloads folder shows in the adm.blah folder. hope this makes sense. perhaps you are running DCS as admin? i am guessing your admin user is not your normal user?

AKA_SilverDevil AKA Forums My YouTube

“It is better to keep your mouth closed and let people think you are a fool than to open it and remove all doubt.” — Mark Twain

Link to comment
Share on other sites

I added variant.txt to the main DCS installation directory. It's now a variant "banana". I cannot find the folder you want, because it's in that E: "drive" and access to it is denied.

I know it's there (and surprisingly, from within DCS I can access it in a limited fashion... Like I can save and load input profiles) because Process Monitor tells me so:

image.png

  • Windows 11 Pro, RTX4090 (24GB), 5950X @ 4.3GHz, 64GB RAM @ 3000MHz, M.2 SSD 8TB, Pimax Crystal
  • Modules and maps: All of 'em. (It's a problem...)
Link to comment
Share on other sites

image.jpeg

@silverdevil You made me think... So, yes "admin" is my account. The user profile location was once moved from C drive to I drive (E was reserved for my USB memory stick that's most of the time in my pocket, not connected to PC, if you wonder why the gap is there). I do run DCS as Administrator, as I had problems with VoiceAttack/Vaicom, SRS and DCS working properly in the past unless I ran them all as Administrator... Maybe not the greatest of ways, but it worked.

So, one thing is I have no idea where this E "drive" came from. Another is - if DCS can operate on it (and it's running as Administrator) and I can't access it, then surely it's a permissions issue. Well, I just run cmd as Administrator and lo and behold, I can access E. I can't run "explorer ." from it (well, I can, but it doesn't work out) but I can run Notepad from it and with Administrator privileges it can open files on E, like... DCS.log

So, here's the log:

Spoiler
=== Log opened UTC 2022-07-23 17:43:06
2022-07-23 17:43:06.228 INFO    APP: Command line: F:\SteamLibrary\steamapps\common\DCSWorld\bin\DCS.exe --force_disable_VR
2022-07-23 17:43:06.228 INFO    APP: DCS/2.7.16.27869 (x86_64; Windows NT 10.0.25158)
2022-07-23 17:43:06.228 INFO    APP: Application revision: 207869
2022-07-23 17:43:06.228 INFO    APP: Renderer revision: 22994
2022-07-23 17:43:06.228 INFO    APP: Terrain revision: 23075
2022-07-23 17:43:06.228 INFO    APP: Build number: 142
2022-07-23 17:43:06.228 INFO    APP: CPU cores: 16, threads: 32, System RAM: 65461 MB, Pagefile: 9000 MB
2022-07-23 17:43:06.374 INFO    EDCORE: (dDispatcher)enterToState_:0
2022-07-23 17:43:06.379 INFO    Dispatcher: 2022/7/23 19:43 V1803061700
2022-07-23 17:43:06.427 INFO    NET: ProtocolVersion: 292
2022-07-23 17:43:06.432 INFO    SOUND: Using driver: wasapi
2022-07-23 17:43:06.434 INFO    SOUND: Found 4 available audio device(s):
2022-07-23 17:43:06.434 INFO    SOUND:   0: ID: "{0.0.0.00000000}.{0f09a1ce-a872-41c0-895d-241a7edecbf9}", Name: "Cyfrowe urządzenie audio (S/PDIF) (High Definition Audio Device)"
2022-07-23 17:43:06.434 INFO    SOUND:   1: ID: "{0.0.0.00000000}.{29b5716b-346e-4411-826f-4a898af9b89f}", Name: "Mi Monitor (NVIDIA High Definition Audio)"
2022-07-23 17:43:06.434 INFO    SOUND:   2: ID: "{0.0.0.00000000}.{581a3196-1b3d-4076-9022-617209f4ecdd}", Name: "Arctic5 CHAT (Arctis 5 Chat)"
2022-07-23 17:43:06.434 INFO    SOUND:   3: ID: "{0.0.0.00000000}.{751dc8b8-da8f-4dcd-a46d-ed23168df102}", Name: "Arctis5 GAME (Arctis 5 Game)"
2022-07-23 17:43:09.438 INFO    SOUND: Added sound path: Sounds
2022-07-23 17:43:09.462 INFO    SOUNDER: Loaded 219 packed sounders.
2022-07-23 17:43:09.463 INFO    Dispatcher: InitLow
2022-07-23 17:43:09.575 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/bin/CockpitBase.dll
2022-07-23 17:43:11.992 INFO    NET: Got Steam auth data.
2022-07-23 17:43:12.111 INFO    APP: Successfully got Steam authorization data.
2022-07-23 17:43:12.111 INFO    Dispatcher: Loading installed modules...
2022-07-23 17:43:12.640 INFO    SECURITYCONTROL: Loaded mods/tech/wwii units/dcs_module.pak.crypt
2022-07-23 17:43:18.617 INFO    Scripting: OBSOLETE mount_vfs_sound_path() used in ./CoreMods/aircraft/AJS37/entry.lua
2022-07-23 17:43:19.010 INFO    Scripting: OBSOLETE mount_vfs_sound_path() used in ./Mods/aircraft/AJS37/entry.lua
2022-07-23 17:43:19.029 INFO    Scripting: OBSOLETE mount_vfs_sound_path() used in ./Mods/aircraft/F14/entry.lua
2022-07-23 17:43:19.138 INFO    Scripting: PLUGINS START-------------------------------------------------
2022-07-23 17:43:19.162 INFO    SOUND: Added sound path: ./CoreMods/tech/Animals/Sounds
2022-07-23 17:43:19.166 INFO    SOUND: Added sound path: ./CoreMods/tech/Kuznecow/Sounds
2022-07-23 17:43:19.166 INFO    SOUNDER: Loaded 1 packed sounders.
2022-07-23 17:43:19.174 INFO    SOUND: Added sound path: ./CoreMods/tech/SouthAtlanticAssets/Sounds
2022-07-23 17:43:19.174 INFO    SOUNDER: Loaded 2 packed sounders.
2022-07-23 17:43:19.175 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Shapes/ is already mounted to the same mount /models/.
2022-07-23 17:43:19.176 WARNING LOG: 3 duplicate message(s) skipped.
2022-07-23 17:43:19.176 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Shapes/Weapons is already mounted to the same mount /models/.
2022-07-23 17:43:19.179 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/ is already mounted to the same mount /textures/.
2022-07-23 17:43:19.179 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/Navy/Leander/leander.zip is already mounted to the same mount /textures/.
2022-07-23 17:43:19.180 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/ is already mounted to the same mount /textures/.
2022-07-23 17:43:19.180 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/Navy/Leander/leander.zip is already mounted to the same mount /textures/.
2022-07-23 17:43:19.181 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/ is already mounted to the same mount /textures/.
2022-07-23 17:43:19.181 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/Navy/Leander/leander.zip is already mounted to the same mount /textures/.
2022-07-23 17:43:19.182 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/ is already mounted to the same mount /textures/.
2022-07-23 17:43:19.182 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/Navy/Leander/leander.zip is already mounted to the same mount /textures/.
2022-07-23 17:43:19.183 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/CastleClass_01/Dumbarton is already mounted to the same mount /textures//liveries/CastleClass_01/Dumbarton.
2022-07-23 17:43:19.183 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Black is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Black.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Blue is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Blue.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Green is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Green.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Red is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Red.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/CastleClass_01/Dumbarton is already mounted to the same mount /textures//liveries/CastleClass_01/Dumbarton.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Black is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Black.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Blue is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Blue.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Green is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Green.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Red is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Red.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/CastleClass_01/Dumbarton is already mounted to the same mount /textures//liveries/CastleClass_01/Dumbarton.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Black is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Black.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Blue is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Blue.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Green is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Green.
2022-07-23 17:43:19.184 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Red is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Red.
2022-07-23 17:43:19.185 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/CastleClass_01/Dumbarton is already mounted to the same mount /textures//liveries/CastleClass_01/Dumbarton.
2022-07-23 17:43:19.185 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Black is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Black.
2022-07-23 17:43:19.185 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Blue is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Blue.
2022-07-23 17:43:19.185 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Green is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Green.
2022-07-23 17:43:19.185 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Red is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Red.
2022-07-23 17:43:19.185 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/CastleClass_01/Dumbarton is already mounted to the same mount /textures//liveries/CastleClass_01/Dumbarton.
2022-07-23 17:43:19.185 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Black is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Black.
2022-07-23 17:43:19.185 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Blue is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Blue.
2022-07-23 17:43:19.185 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Green is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Green.
2022-07-23 17:43:19.185 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Red is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Red.
2022-07-23 17:43:19.207 INFO    SOUND: Added sound path: ./CoreMods/tech/TechWeaponPack/Sounds
2022-07-23 17:43:19.209 INFO    SOUNDER: Loaded 70 packed sounders.
2022-07-23 17:43:19.268 INFO    SOUND: Added sound path: ./CoreMods/tech/USS_Nimitz/Sounds
2022-07-23 17:43:19.268 INFO    SOUNDER: Loaded 6 packed sounders.
2022-07-23 17:43:19.440 INFO    SOUND: Added sound path: ./CoreMods/aircraft/AJS37/Sounds
2022-07-23 17:43:19.451 INFO    SOUND: Added sound path: ./CoreMods/aircraft/AV8BNA/Sounds
2022-07-23 17:43:19.454 INFO    SOUNDER: Loaded 1 sounders.
2022-07-23 17:43:19.455 WARNING EDCORE: Source ./CoreMods/aircraft/AV8BNA/Shapes is already mounted to the same mount /models/.
2022-07-23 17:43:19.476 INFO    SOUND: Added sound path: ./CoreMods/aircraft/C-101/Sounds
2022-07-23 17:43:19.490 INFO    SOUND: Added sound path: ./CoreMods/aircraft/ChinaAssetPack/Sounds
2022-07-23 17:43:19.497 INFO    SOUNDER: Loaded 14 sounders.
2022-07-23 17:43:19.501 WARNING EDCORE: Source ./CoreMods/aircraft/ChinaAssetPack/Textures/Vehicles/hq7 is already mounted to the same mount /textures/.
2022-07-23 17:43:19.518 INFO    SOUND: Added sound path: ./CoreMods/aircraft/Christen Eagle II/Sounds
2022-07-23 17:43:19.551 INFO    SOUND: Added sound path: ./CoreMods/aircraft/F14/Sounds
2022-07-23 17:43:19.558 INFO    SOUNDER: Loaded 1 sounders.
2022-07-23 17:43:19.579 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Australian 75th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Australian 75th Squadron.
2022-07-23 17:43:19.580 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Australian 77th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Australian 77th Squadron.
2022-07-23 17:43:19.580 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Blue Angels Jet Team.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Blue Angels Jet Team.
2022-07-23 17:43:19.580 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Canada 150 Demo Jet.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Canada 150 Demo Jet.
2022-07-23 17:43:19.580 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Canada 409th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Canada 409th Squadron.
2022-07-23 17:43:19.581 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Canada 425th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Canada 425th Squadron.
2022-07-23 17:43:19.581 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Canada NORAD 60 Demo Jet.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Canada NORAD 60 Demo Jet.
2022-07-23 17:43:19.581 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/default livery.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/default livery.
2022-07-23 17:43:19.582 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Fictional Israel Air Force.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Fictional Israel Air Force.
2022-07-23 17:43:19.582 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Fictional Russia Air Force.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Fictional Russia Air Force.
2022-07-23 17:43:19.582 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Fictional Turkey 162nd Sq.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Fictional Turkey 162nd Sq.
2022-07-23 17:43:19.583 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Fictional UK Air Force.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Fictional UK Air Force.
2022-07-23 17:43:19.583 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Fictional Ukraine Air Force.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Fictional Ukraine Air Force.
2022-07-23 17:43:19.583 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Finland 21.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Finland 21.
2022-07-23 17:43:19.583 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Finland 31.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Finland 31.
2022-07-23 17:43:19.584 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Kuwait 25th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Kuwait 25th Squadron.
2022-07-23 17:43:19.584 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Kuwait 9th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Kuwait 9th Squadron.
2022-07-23 17:43:19.584 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NAWDC black.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NAWDC black.
2022-07-23 17:43:19.585 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NAWDC blue.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NAWDC blue.
2022-07-23 17:43:19.585 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NAWDC brown.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NAWDC brown.
2022-07-23 17:43:19.585 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NSAWC blue.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NSAWC blue.
2022-07-23 17:43:19.586 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NSAWC brown splinter.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NSAWC brown splinter.
2022-07-23 17:43:19.586 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NSAWC gray.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NSAWC gray.
2022-07-23 17:43:19.586 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 111th Escuadron C.15-73.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 111th Escuadron C.15-73.
2022-07-23 17:43:19.586 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 111th Escuadron C.15-88.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 111th Escuadron C.15-88.
2022-07-23 17:43:19.587 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 121th Escuadron C.15-34 50th Anniversary.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 121th Escuadron C.15-34 50th Anniversary.
2022-07-23 17:43:19.587 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 121th Escuadron C.15-45.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 121th Escuadron C.15-45.
2022-07-23 17:43:19.587 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 121th Escuadron C.15-50.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 121th Escuadron C.15-50.
2022-07-23 17:43:19.587 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 121th Escuadron C.15-60.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 121th Escuadron C.15-60.
2022-07-23 17:43:19.588 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 151th Escuadron C.15-14 Tiger Meet.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 151th Escuadron C.15-14 Tiger Meet.
2022-07-23 17:43:19.588 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 151th Escuadron C.15-14.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 151th Escuadron C.15-14.
2022-07-23 17:43:19.588 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 151th Escuadron C.15-18.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 151th Escuadron C.15-18.
2022-07-23 17:43:19.588 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 151th Escuadron C.15-23.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 151th Escuadron C.15-23.
2022-07-23 17:43:19.589 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 151th Escuadron C.15-24.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 151th Escuadron C.15-24.
2022-07-23 17:43:19.589 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 211th Escuadron C.15-76.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 211th Escuadron C.15-76.
2022-07-23 17:43:19.589 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 211th Escuadron C.15-77.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 211th Escuadron C.15-77.
2022-07-23 17:43:19.589 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 462th Escuadron C.15-79.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 462th Escuadron C.15-79.
2022-07-23 17:43:19.590 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 462th Escuadron C.15-90.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 462th Escuadron C.15-90.
2022-07-23 17:43:19.590 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Switzerland.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Switzerland.
2022-07-23 17:43:19.590 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-106 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-106 high visibility.
2022-07-23 17:43:19.590 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-106.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-106.
2022-07-23 17:43:19.591 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-113.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-113.
2022-07-23 17:43:19.591 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-122.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-122.
2022-07-23 17:43:19.591 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-131.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-131.
2022-07-23 17:43:19.591 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-192.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-192.
2022-07-23 17:43:19.592 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-34.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-34.
2022-07-23 17:43:19.592 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-37.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-37.
2022-07-23 17:43:19.592 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-83.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-83.
2022-07-23 17:43:19.592 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-87.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-87.
2022-07-23 17:43:19.593 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-97.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-97.
2022-07-23 17:43:19.593 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFC-12.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFC-12.
2022-07-23 17:43:19.594 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-122 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-122 high visibility.
2022-07-23 17:43:19.594 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-122.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-122.
2022-07-23 17:43:19.594 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-232 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-232 high visibility.
2022-07-23 17:43:19.594 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-232.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-232.
2022-07-23 17:43:19.595 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-251 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-251 high visibility.
2022-07-23 17:43:19.595 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-251.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-251.
2022-07-23 17:43:19.595 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-312 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-312 high visibility.
2022-07-23 17:43:19.595 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-312.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-312.
2022-07-23 17:43:19.596 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-314.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-314.
2022-07-23 17:43:19.596 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-323 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-323 high visibility.
2022-07-23 17:43:19.596 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-323.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-323.
2022-07-23 17:43:19.596 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-531.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-531.
2022-07-23 17:43:19.597 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFAT-101 high visibility 2005.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFAT-101 high visibility 2005.
2022-07-23 17:43:19.597 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFAT-101 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFAT-101 high visibility.
2022-07-23 17:43:19.597 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFAT-101.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFAT-101.
2022-07-23 17:43:19.597 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VX-23.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VX-23.
2022-07-23 17:43:19.598 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VX-31 CoNA.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VX-31 CoNA.
2022-07-23 17:43:19.598 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VX-9.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VX-9.
2022-07-23 17:43:19.600 ERROR   EDCORE: Drivers errors while mounting coremods/aircraft/hawk/sounds:
2022-07-23 17:43:19.600 ERROR   EDCORE: 	EDCDriver: can't open header file coremods/aircraft/hawk/sounds.edc//header.edch
2022-07-23 17:43:19.606 INFO    SOUND: Added sound path: ./CoreMods/aircraft/I-16/Sounds
2022-07-23 17:43:19.621 INFO    SOUND: Added sound path: ./CoreMods/aircraft/M-2000C/Sounds
2022-07-23 17:43:19.644 INFO    SOUND: Added sound path: ./CoreMods/aircraft/MiG-21bis/Sounds
2022-07-23 17:43:19.652 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Bare Metal.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Bare Metal.
2022-07-23 17:43:19.652 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Bulgaria - 1-3 IAE (2).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Bulgaria - 1-3 IAE (2).
2022-07-23 17:43:19.653 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Bulgaria - 1-3 IAE (3).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Bulgaria - 1-3 IAE (3).
2022-07-23 17:43:19.653 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Bulgaria - 1-3 IAE.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Bulgaria - 1-3 IAE.
2022-07-23 17:43:19.653 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Croatia - 1st FS 1992.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Croatia - 1st FS 1992.
2022-07-23 17:43:19.654 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Cuba - UM 5010 IS.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Cuba - UM 5010 IS.
2022-07-23 17:43:19.654 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/DPRK - 2016 - 42.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/DPRK - 2016 - 42.
2022-07-23 17:43:19.654 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Draken International.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Draken International.
2022-07-23 17:43:19.655 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Egypt - Grey 1982.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Egypt - Grey 1982.
2022-07-23 17:43:19.655 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Egypt - Tan 1982.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Egypt - Tan 1982.
2022-07-23 17:43:19.655 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Finland - HävLLv 31.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Finland - HävLLv 31.
2022-07-23 17:43:19.656 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Germany East - JG-8.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Germany East - JG-8.
2022-07-23 17:43:19.658 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/India - 15th Sqn.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/India - 15th Sqn.
2022-07-23 17:43:19.658 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Iran - 51st Sqn.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Iran - 51st Sqn.
2022-07-23 17:43:19.658 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Iran - Standard.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Iran - Standard.
2022-07-23 17:43:19.658 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Iraq - 17th Sqn (1).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Iraq - 17th Sqn (1).
2022-07-23 17:43:19.659 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Iraq - 17th Sqn (2).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Iraq - 17th Sqn (2).
2022-07-23 17:43:19.660 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Northeria - 32nd FS.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Northeria - 32nd FS.
2022-07-23 17:43:19.660 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Poland - 1 DLMW.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Poland - 1 DLMW.
2022-07-23 17:43:19.661 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Poland - Metal.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Poland - Metal.
2022-07-23 17:43:19.662 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Serbia - 101st LAE.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Serbia - 101st LAE.
2022-07-23 17:43:19.662 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Slovakia - 1998.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Slovakia - 1998.
2022-07-23 17:43:19.662 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Southeria.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Southeria.
2022-07-23 17:43:19.663 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Syria (1).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Syria (1).
2022-07-23 17:43:19.663 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Syria (2).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Syria (2).
2022-07-23 17:43:19.666 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/VVS - 185th GvIAP.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/VVS - 185th GvIAP.
2022-07-23 17:43:19.666 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/VVS - AMT-11 Grey.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/VVS - AMT-11 Grey.
2022-07-23 17:43:19.667 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/VVS - Demonstrator.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/VVS - Demonstrator.
2022-07-23 17:43:19.667 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/VVS - Metal.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/VVS - Metal.
2022-07-23 17:43:19.676 INFO    SOUND: Added sound path: ./CoreMods/aircraft/Mirage-F1/Sounds
2022-07-23 17:43:19.695 INFO    SOUND: Added sound path: ./CoreMods/aircraft/SA342/Sounds
2022-07-23 17:43:19.708 ERROR   Scripting: declare loadout fail, duplicate not allowed: "{LAU_SNEB68G}" from "./CoreMods/aircraft/SA342/SA342_Weapons.lua", original located here "./CoreMods/aircraft/AircraftWeaponPack/rockets.lua"
2022-07-23 17:43:19.708 ERROR   Scripting: declare loadout fail, duplicate not allowed: "{LAU_SNEB68_WP}" from "./CoreMods/aircraft/SA342/SA342_Weapons.lua", original located here "./CoreMods/aircraft/AircraftWeaponPack/rockets.lua"
2022-07-23 17:43:19.749 INFO    SOUND: Added sound path: ./Mods/tech/CombinedArms/Sounds
2022-07-23 17:43:19.773 INFO    SOUND: Added sound path: ./Mods/tech/WWII Units/Sounds
2022-07-23 17:43:19.774 INFO    SOUNDER: Loaded 79 packed sounders.
2022-07-23 17:43:19.827 INFO    SOUND: Added sound path: ./Mods/aircraft/A-10C/Sounds
2022-07-23 17:43:19.842 INFO    SOUND: Added sound path: ./Mods/aircraft/A-10C_2/Sounds
2022-07-23 17:43:19.935 INFO    SOUND: Added sound path: ./Mods/aircraft/AH-64D/Sounds
2022-07-23 17:43:19.942 INFO    SOUND: Added sound path: ./Mods/aircraft/AJS37/Sounds
2022-07-23 17:43:19.963 INFO    SOUND: Added sound path: ./Mods/aircraft/AV8BNA/Sounds
2022-07-23 17:43:19.997 INFO    SOUND: Added sound path: ./Mods/aircraft/Bf-109K-4/Sounds
2022-07-23 17:43:20.001 INFO    SOUND: Added sound path: ./Mods/aircraft/C-101/Sounds
2022-07-23 17:43:20.021 INFO    SOUND: Added sound path: ./Mods/aircraft/Christen Eagle II/Sounds
2022-07-23 17:43:20.052 INFO    SOUND: Added sound path: ./Mods/aircraft/F-16C/Sounds
2022-07-23 17:43:20.077 INFO    SOUND: Added sound path: ./Mods/aircraft/F-5E/Sounds
2022-07-23 17:43:20.095 INFO    SOUND: Added sound path: ./Mods/aircraft/F-86/Sounds
2022-07-23 17:43:20.183 INFO    SOUND: Added sound path: ./Mods/aircraft/F14/Sounds
2022-07-23 17:43:21.148 INFO    SOUND: Added sound path: ./Mods/aircraft/FA-18C/Sounds
2022-07-23 17:43:21.176 INFO    SOUND: Added sound path: ./Mods/aircraft/FW-190A8/Sounds
2022-07-23 17:43:21.199 INFO    SOUND: Added sound path: ./Mods/aircraft/FW-190D9/Sounds
2022-07-23 17:43:21.202 ERROR   EDCORE: Drivers errors while mounting mods/aircraft/flaming cliffs/sounds:
2022-07-23 17:43:21.202 ERROR   EDCORE: 	EDCDriver: can't open header file mods/aircraft/flaming cliffs/sounds.edc//header.edch
2022-07-23 17:43:21.207 INFO    SOUND: Added sound path: ./Mods/aircraft/I-16/Sounds
2022-07-23 17:43:21.222 INFO    SOUND: Added sound path: ./Mods/aircraft/JF-17/Sounds
2022-07-23 17:43:21.258 INFO    SOUND: Added sound path: ./Mods/aircraft/Ka-50/Sounds
2022-07-23 17:43:21.290 INFO    SOUND: Added sound path: ./Mods/aircraft/L-39C/Sounds
2022-07-23 17:43:21.296 INFO    SOUND: Added sound path: ./Mods/aircraft/M-2000C/Sounds
2022-07-23 17:43:21.324 INFO    SOUND: Added sound path: ./Mods/aircraft/MIG-21bis/Sounds
2022-07-23 17:43:21.460 INFO    SOUND: Added sound path: ./Mods/aircraft/Mi-24P/Sounds
2022-07-23 17:43:21.544 INFO    SOUND: Added sound path: ./Mods/aircraft/Mi-8MTV2/Sounds
2022-07-23 17:43:21.568 INFO    SOUND: Added sound path: ./Mods/aircraft/MiG-15bis/Sounds
2022-07-23 17:43:21.572 INFO    SOUND: Added sound path: ./Mods/aircraft/MiG-19P/Sounds
2022-07-23 17:43:21.628 INFO    SOUND: Added sound path: ./Mods/aircraft/Mirage-F1/Sounds
2022-07-23 17:43:21.670 INFO    SOUND: Added sound path: ./Mods/aircraft/MosquitoFBMkVI/Sounds
2022-07-23 17:43:21.678 INFO    SOUND: Added sound path: ./Mods/aircraft/NS430/Sounds
2022-07-23 17:43:21.712 INFO    SOUND: Added sound path: ./Mods/aircraft/P-47D-30/Sounds
2022-07-23 17:43:21.717 INFO    SOUND: Added sound path: ./Mods/aircraft/SA342/Sounds
2022-07-23 17:43:21.736 INFO    SOUNDER: Loaded 1 sounders.
2022-07-23 17:43:21.768 INFO    SOUND: Added sound path: ./Mods/aircraft/SpitfireLFMkIX/Sounds
2022-07-23 17:43:21.772 INFO    Scripting: plugin: SKIPPED 'Su-33 Flanker by Eagle Dynamics': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 17:43:21.774 ERROR   EDCORE: Drivers errors while mounting mods/aircraft/tf-51d/sounds:
2022-07-23 17:43:21.774 ERROR   EDCORE: 	EDCDriver: can't open header file mods/aircraft/tf-51d/sounds.edc//header.edch
2022-07-23 17:43:21.782 INFO    SOUND: Added sound path: ./Mods/aircraft/Uh-1H/Sounds
2022-07-23 17:43:21.813 INFO    SOUND: Added sound path: ./Mods/aircraft/Yak-52/Sounds
2022-07-23 17:43:21.826 INFO    SOUND: Added sound path: ./Mods/terrains/MarianaIslands/Sounds
2022-07-23 17:43:21.833 INFO    SOUND: Added sound path: ./Mods/terrains/Nevada/Sounds
2022-07-23 17:43:21.837 INFO    SOUND: Added sound path: ./Mods/terrains/Normandy/Sounds
2022-07-23 17:43:21.840 INFO    SOUND: Added sound path: ./Mods/terrains/PersianGulf/Sounds
2022-07-23 17:43:21.845 INFO    SOUND: Added sound path: ./Mods/terrains/TheChannel/Sounds
2022-07-23 17:43:21.873 INFO    Scripting: plugin: SKIPPED 'A-10A by Eagle Dynamics': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 17:43:21.874 INFO    Scripting: plugin: SKIPPED 'F-15C': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 17:43:21.875 INFO    Scripting: plugin: SKIPPED 'MiG-29 Fulcrum by Eagle Dynamics': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 17:43:21.875 INFO    Scripting: plugin: SKIPPED 'Su-25A by Eagle Dynamics': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 17:43:21.876 INFO    Scripting: plugin: SKIPPED 'Su-27 Flanker by Eagle Dynamics': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 17:43:21.887 INFO    Scripting: PLUGINS DONE--------------------------------------------------
2022-07-23 17:43:24.694 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/tech/SouthAtlanticAssets/bin/SouthAtlantic.dll
2022-07-23 17:43:24.699 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/AV8BNA/bin/AV8B_AI.dll
2022-07-23 17:43:24.703 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/C-101/bin/C101Core.dll
2022-07-23 17:43:24.707 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/ChinaAssetPack/bin/CAP_AI.dll
2022-07-23 17:43:24.711 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/ChinaAssetPack/bin/JF-17_AI.dll
2022-07-23 17:43:24.714 INFO    CE2_AI: Loading CE AI
2022-07-23 17:43:24.715 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/Christen Eagle II/bin/CE2_AI.dll
2022-07-23 17:43:24.719 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/F14/bin/F14-AI.dll
2022-07-23 17:43:24.724 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/M-2000C/bin/M2KC_AI.dll
2022-07-23 17:43:24.727 INFO    MiG21_AI: Loading Mig21 AI
2022-07-23 17:43:24.728 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/MiG-21bis/bin/MiG21_AI.dll
2022-07-23 17:43:24.732 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/Mirage-F1/bin/MirageF1Core.dll
2022-07-23 17:43:24.738 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/services/CaptoGlove/bin/edCaptoGlove.dll
2022-07-23 17:43:24.744 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/services/LeapMotion/bin/edLeapMotion.dll
2022-07-23 17:43:24.755 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/services/SensoryxVRFree/bin/edSensoryxVRFree.dll
2022-07-23 17:43:24.764 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/services/VoiceChat/bin/VoiceChat.dll
2022-07-23 17:43:24.821 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/services/jsAvionics/bin/jsAvionics.dll
2022-07-23 17:43:25.302 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/Mods/tech/CombinedArms/bin/GroundCockpitBase.dll
2022-07-23 17:43:25.622 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/Mods/tech/CombinedArms/bin/CombinedArms.dll
2022-07-23 17:43:26.064 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/Mods/tech/Supercarrier/bin/edSupercarrier.dll
2022-07-23 17:43:26.538 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/Mods/aircraft/NS430/bin/NS430.dll
2022-07-23 17:43:26.624 INFO    APP: options.graphics =
{
	['messagesFontScale'] = 1.25;
	['forestDetailsFactor'] = 0.63;
	['rainDroplets'] = true;
	['LensEffects'] = 3;
	['box_mouse_cursor'] = true;
	['anisotropy'] = 4;
	['water'] = 1;
	['motionBlur'] = 0;
	['outputGamma'] = 2;
	['aspect'] = 2.3888888888889;
	['lights'] = 2;
	['shadows'] = 3;
	['MSAA'] = 0;
	['SSAA'] = 0;
	['civTraffic'] = '';
	['clutterMaxDistance'] = 0;
	['cockpitGI'] = 1;
	['terrainTextures'] = 'max';
	['multiMonitorSetup'] = '1camera';
	['shadowTree'] = false;
	['chimneySmokeDensity'] = 0;
	['fullScreen'] = false;
	['forestDistanceFactor'] = 0.73;
	['useDeferredShading'] = 1;
	['DOF'] = 0;
	['clouds'] = 2;
	['sceneryDetailsFactor'] = 1;
	['width'] = 3440;
	['flatTerrainShadows'] = 1;
	['visibRange'] = 'High';
	['textures'] = 2;
	['SSLR'] = 0;
	['effects'] = 3;
	['SSAO'] = 0;
	['secondaryShadows'] = 0;
	['sync'] = false;
	['scaleGui'] = 1.25;
	['preloadRadius'] = 100000;
	['height'] = 1440;
	['heatBlr'] = 0;
	['terrainMapMFD'] = 
	{
		['distance'] = 
		{
			['mapLodDistance3'] = 200000;
			['mapLodDistance2'] = 100000;
			['mapLodDistance0'] = 25000;
			['mapLodDistance1'] = 50000;
		};
	};
};
2022-07-23 17:43:26.627 INFO    GRAPHICSVISTA: renderer: 'dx11backend.dll'
2022-07-23 17:43:26.661 INFO    DX11BACKEND: DX11Renderer initialization (w:3440 h:1440 fullscrn:0 vsync:0 adapter:0 monitor:0 shaderErrors:1)
2022-07-23 17:43:26.890 INFO    DX11BACKEND: Driver Concurrent Creates - 1
2022-07-23 17:43:26.890 INFO    DX11BACKEND: Driver Command Lists - 1
2022-07-23 17:43:26.911 INFO    DX11BACKEND: NVIDIA API init OK
2022-07-23 17:43:26.911 INFO    DX11BACKEND: NVIDIA Display Driver Version 51659.r515_00
2022-07-23 17:43:26.912 INFO    DX11BACKEND: GPU count:1
2022-07-23 17:43:27.129 INFO    DX11BACKEND: commonPool: 68-128, cbPool: 4-14
2022-07-23 17:43:27.129 INFO    DX11BACKEND: samplerPool: 5-16
2022-07-23 17:43:27.139 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache Bazar/shaders/fxo/fxo.zip
2022-07-23 17:43:28.991 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache done. Loaded 1766/1766.
2022-07-23 17:43:29.006 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache E:\admin\Saved Games\DCS\fxo
2022-07-23 17:43:29.453 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache done. Loaded 72/72.
2022-07-23 17:43:29.465 INFO    VISUALIZER: SceneManager initialization
2022-07-23 17:43:30.482 INFO    VISUALIZER: cascade shadows init (preset:'default' quality:3 layers:4 size:2048)
2022-07-23 17:43:30.857 INFO    INPUT: Device [Keyboard] created.
2022-07-23 17:43:30.895 INFO    INPUT: Device [Joystick - HOTAS Warthog {41BF3620-45CB-11eb-8003-444553540000}] created.
2022-07-23 17:43:30.895 INFO    INPUT: Joystick created[Joystick - HOTAS Warthog {41BF3620-45CB-11eb-8003-444553540000}], ForceFeedBack: no
2022-07-23 17:43:30.896 INFO    INPUT: Device [T-Pendular-Rudder {01D9BFA0-1E4F-11ec-8002-444553540000}] created.
2022-07-23 17:43:30.896 INFO    INPUT: Joystick created[T-Pendular-Rudder {01D9BFA0-1E4F-11ec-8002-444553540000}], ForceFeedBack: no
2022-07-23 17:43:30.898 INFO    INPUT: Device [LConsole {D22D72F0-45AF-11ec-8001-444553540000}] created.
2022-07-23 17:43:30.898 INFO    INPUT: Joystick created[LConsole {D22D72F0-45AF-11ec-8001-444553540000}], ForceFeedBack: no
2022-07-23 17:43:31.122 INFO    INPUT: Device [Controller (XBOX 360 For Windows) {041361B0-4563-11eb-8001-444553540000}] created.
2022-07-23 17:43:31.122 INFO    INPUT: Joystick created[Controller (XBOX 360 For Windows) {041361B0-4563-11eb-8001-444553540000}], ForceFeedBack: no
2022-07-23 17:43:31.127 INFO    INPUT: Device [F16 MFD 1 {21340300-EFE8-11eb-8001-444553540000}] created.
2022-07-23 17:43:31.127 INFO    INPUT: Joystick created[F16 MFD 1 {21340300-EFE8-11eb-8001-444553540000}], ForceFeedBack: no
2022-07-23 17:43:31.130 INFO    INPUT: Device [Throttle - HOTAS Warthog {32371380-45CB-11eb-8002-444553540000}] created.
2022-07-23 17:43:31.130 INFO    INPUT: Joystick created[Throttle - HOTAS Warthog {32371380-45CB-11eb-8002-444553540000}], ForceFeedBack: no
2022-07-23 17:43:31.173 INFO    INPUT: Device [F16 MFD 2 {22FE62C0-EFE8-11eb-8002-444553540000}] created.
2022-07-23 17:43:31.173 INFO    INPUT: Joystick created[F16 MFD 2 {22FE62C0-EFE8-11eb-8002-444553540000}], ForceFeedBack: no
2022-07-23 17:43:31.175 INFO    INPUT: Device [F16 MFD 3 {670E36F0-094D-11ed-8001-444553540000}] created.
2022-07-23 17:43:31.175 INFO    INPUT: Joystick created[F16 MFD 3 {670E36F0-094D-11ed-8001-444553540000}], ForceFeedBack: no
2022-07-23 17:43:31.175 INFO    INPUT: Device [Mouse] created.
2022-07-23 17:43:31.176 INFO    INPUT: Device [TrackIR] created.
2022-07-23 17:43:31.185 INFO    SOUND: Opening audio device "{0.0.0.00000000}.{751dc8b8-da8f-4dcd-a46d-ed23168df102}"
2022-07-23 17:43:31.185 INFO    SOUND: Speaker layout: suround_7_1 (7.1 Surround)
2022-07-23 17:43:31.190 INFO    SOUND: Driver reports 2 channels with mask 0x3
2022-07-23 17:43:31.190 INFO    SOUND: Using 8 channels at 48000 Hz
2022-07-23 17:43:31.190 INFO    SOUND: Channel layout:  FrontLeft FrontRight FrontCenter LowFrequency BackLeft BackRight SideLeft SideRight
2022-07-23 17:43:31.199 INFO    SOUND: Opening audio device "{0.0.0.00000000}.{581a3196-1b3d-4076-9022-617209f4ecdd}"
2022-07-23 17:43:31.199 INFO    SOUND: Speaker layout: forced_stereo
2022-07-23 17:43:31.204 INFO    SOUND: Driver reports 2 channels with mask 0x3
2022-07-23 17:43:31.204 INFO    SOUND: Using 2 channels at 48000 Hz
2022-07-23 17:43:31.204 INFO    SOUND: Channel layout: Headphones/Stereo
2022-07-23 17:43:31.240 INFO    APP: gDescription: "NVIDIA GeForce RTX 3080" gVendorId: 4318 gDeviceId: 8710 gMemory: 10078 MB
2022-07-23 17:43:31.253 ERROR   EDOBJECTS: Destruction shape not found AVIASHTAB_CRASH
2022-07-23 17:43:31.253 ERROR   EDOBJECTS: Destruction shape not found GAZ-66_P_1
2022-07-23 17:43:31.253 ERROR   EDOBJECTS: Destruction shape not found KAMAZ-FIRE_P_1
2022-07-23 17:43:31.256 ERROR   EDOBJECTS: Object AV8BNA_AERO1D_EMPTY with id=299 already declared in table ContainerTable
2022-07-23 17:43:31.256 ERROR   EDOBJECTS: Object M2KC_02_RPL541_EMPTY with id=603 already declared in table ContainerTable
2022-07-23 17:43:31.256 ERROR   EDOBJECTS: Object M2KC_08_RPL541_EMPTY with id=604 already declared in table ContainerTable
2022-07-23 17:43:31.256 ERROR   EDOBJECTS: Object M2KC_RPL_522_EMPTY with id=605 already declared in table ContainerTable
2022-07-23 17:43:31.256 ERROR   EDOBJECTS: Object HB_F14_EXT_PHX_ALU with id=320 already declared in table MissileTable
2022-07-23 17:43:31.423 ERROR   WEAPONSBASE: invalid cx data <weapons.missiles.MBDA_Mistral><./CoreMods/aircraft/SA342/SA342_Weapons.lua>
2022-07-23 17:43:33.163 WARNING LOG: 1 duplicate message(s) skipped.
2022-07-23 17:43:33.163 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache ./Mods/aircraft/F14/fxo
2022-07-23 17:43:33.165 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache done. Loaded 0/0.
2022-07-23 17:43:33.245 INFO    EDCORE: (dDispatcher)enterToState_:1
2022-07-23 17:43:38.727 INFO    UIBASERENDERER: Cannot load font [F:\SteamLibrary\steamapps\common\DCSWorld\dxgui\skins\fonts\]!
2022-07-23 17:43:38.727 INFO    UIBASERENDERER: Cannot create font [F:\SteamLibrary\steamapps\common\DCSWorld\dxgui\skins\fonts\] size 0!
2022-07-23 17:43:40.707 INFO    Dispatcher: //=== END OF INIT ======================================//
2022-07-23 17:43:40.707 INFO    EDCORE: (dDispatcher)enterToState_:2
2022-07-23 17:43:40.736 INFO    EDCORE: (dDispatcher)enterToState_:3
2022-07-23 17:43:40.736 INFO    LUA: Lua CPU usage: metric: average game loading: 57.3468 %
2022-07-23 17:43:40.746 INFO    APP: Screen: MainMenu
2022-07-23 17:43:44.168 INFO    NET: Login success.
2022-07-23 17:46:28.998 INFO    SOUND: Using SSSE3 for peak calc.
2022-07-23 17:46:29.001 INFO    EDCORE: (dDispatcher)enterToState_:5
2022-07-23 17:46:29.007 INFO    APP: application shutdown
2022-07-23 17:46:29.073 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 0
2022-07-23 17:46:29.074 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 1
2022-07-23 17:46:29.075 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 2
2022-07-23 17:46:29.138 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 3
2022-07-23 17:46:29.191 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 4
2022-07-23 17:46:29.197 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 5
2022-07-23 17:46:29.198 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 6
2022-07-23 17:46:29.199 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 7
2022-07-23 17:46:29.199 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 8
2022-07-23 17:46:29.200 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 9
2022-07-23 17:46:29.200 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 10
2022-07-23 17:46:29.200 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 11
2022-07-23 17:46:29.200 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 12
2022-07-23 17:46:29.651 INFO    VISUALIZER: SceneManager_Implement::~SceneManager_Implement()
2022-07-23 17:46:29.651 INFO    VISUALIZER: TerrainRenderer::release
2022-07-23 17:46:29.658 WARNING LOG: 1 duplicate message(s) skipped.
2022-07-23 17:46:29.658 INFO    TERRAIN: lSystem::exit()
2022-07-23 17:46:29.658 INFO    TERRAIN: lSystem::CleanScenes()
2022-07-23 17:46:29.673 INFO    DX11BACKEND: DX11Renderer::shutdown()
2022-07-23 17:46:29.789 INFO    DX11BACKEND: NVIDIA API exit OK
2022-07-23 17:46:29.789 INFO    DX11BACKEND: textures_count: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: textures_size: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: buffers_count: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: buffers_size: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: CB_count: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: CB_size: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: SB_count: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: SB_size: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: IB_count: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: IB_size: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: VB_count: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: VB_size: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: total_buffers_size: 0
2022-07-23 17:46:29.789 INFO    DX11BACKEND: total_size: 0
=== Log closed.

 

And this is banana version log: 

Spoiler
=== Log opened UTC 2022-07-23 19:27:02
2022-07-23 19:27:02.438 INFO    APP: Command line: F:\SteamLibrary\steamapps\common\DCSWorld\bin\DCS.exe --force_disable_VR
2022-07-23 19:27:02.438 INFO    APP: DCS/2.7.16.27869 (x86_64; Windows NT 10.0.25158)
2022-07-23 19:27:02.438 INFO    APP: Application revision: 207869
2022-07-23 19:27:02.438 INFO    APP: Renderer revision: 22994
2022-07-23 19:27:02.438 INFO    APP: Terrain revision: 23075
2022-07-23 19:27:02.438 INFO    APP: Build number: 142
2022-07-23 19:27:02.438 INFO    APP: CPU cores: 16, threads: 32, System RAM: 65461 MB, Pagefile: 9000 MB
2022-07-23 19:27:02.578 INFO    EDCORE: (dDispatcher)enterToState_:0
2022-07-23 19:27:02.586 INFO    Dispatcher: 2022/7/23 21:27 V1803061700
2022-07-23 19:27:02.657 INFO    NET: ProtocolVersion: 292
2022-07-23 19:27:02.670 INFO    SOUND: Using driver: wasapi
2022-07-23 19:27:02.677 INFO    SOUND: Found 4 available audio device(s):
2022-07-23 19:27:02.677 INFO    SOUND:   0: ID: "{0.0.0.00000000}.{0f09a1ce-a872-41c0-895d-241a7edecbf9}", Name: "Cyfrowe urządzenie audio (S/PDIF) (High Definition Audio Device)"
2022-07-23 19:27:02.677 INFO    SOUND:   1: ID: "{0.0.0.00000000}.{29b5716b-346e-4411-826f-4a898af9b89f}", Name: "Mi Monitor (NVIDIA High Definition Audio)"
2022-07-23 19:27:02.677 INFO    SOUND:   2: ID: "{0.0.0.00000000}.{581a3196-1b3d-4076-9022-617209f4ecdd}", Name: "Arctic5 CHAT (Arctis 5 Chat)"
2022-07-23 19:27:02.677 INFO    SOUND:   3: ID: "{0.0.0.00000000}.{751dc8b8-da8f-4dcd-a46d-ed23168df102}", Name: "Arctis5 GAME (Arctis 5 Game)"
2022-07-23 19:27:05.672 INFO    SOUND: Added sound path: Sounds
2022-07-23 19:27:05.694 INFO    SOUNDER: Loaded 219 packed sounders.
2022-07-23 19:27:05.694 INFO    Dispatcher: InitLow
2022-07-23 19:27:05.807 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/bin/CockpitBase.dll
2022-07-23 19:27:08.147 INFO    NET: Got Steam auth data.
2022-07-23 19:27:08.373 INFO    APP: Successfully got Steam authorization data.
2022-07-23 19:27:08.373 INFO    Dispatcher: Loading installed modules...
2022-07-23 19:27:08.996 INFO    SECURITYCONTROL: Loaded mods/tech/wwii units/dcs_module.pak.crypt
2022-07-23 19:27:15.537 INFO    Scripting: OBSOLETE mount_vfs_sound_path() used in ./CoreMods/aircraft/AJS37/entry.lua
2022-07-23 19:27:15.959 INFO    Scripting: OBSOLETE mount_vfs_sound_path() used in ./Mods/aircraft/AJS37/entry.lua
2022-07-23 19:27:15.981 INFO    Scripting: OBSOLETE mount_vfs_sound_path() used in ./Mods/aircraft/F14/entry.lua
2022-07-23 19:27:16.108 INFO    Scripting: PLUGINS START-------------------------------------------------
2022-07-23 19:27:16.152 INFO    SOUND: Added sound path: ./CoreMods/tech/Animals/Sounds
2022-07-23 19:27:16.158 INFO    SOUND: Added sound path: ./CoreMods/tech/Kuznecow/Sounds
2022-07-23 19:27:16.159 INFO    SOUNDER: Loaded 1 packed sounders.
2022-07-23 19:27:16.169 INFO    SOUND: Added sound path: ./CoreMods/tech/SouthAtlanticAssets/Sounds
2022-07-23 19:27:16.169 INFO    SOUNDER: Loaded 2 packed sounders.
2022-07-23 19:27:16.172 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Shapes/ is already mounted to the same mount /models/.
2022-07-23 19:27:16.175 WARNING LOG: 3 duplicate message(s) skipped.
2022-07-23 19:27:16.175 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Shapes/Weapons is already mounted to the same mount /models/.
2022-07-23 19:27:16.185 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/ is already mounted to the same mount /textures/.
2022-07-23 19:27:16.186 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/Navy/Leander/leander.zip is already mounted to the same mount /textures/.
2022-07-23 19:27:16.190 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/ is already mounted to the same mount /textures/.
2022-07-23 19:27:16.190 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/Navy/Leander/leander.zip is already mounted to the same mount /textures/.
2022-07-23 19:27:16.193 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/ is already mounted to the same mount /textures/.
2022-07-23 19:27:16.194 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/Navy/Leander/leander.zip is already mounted to the same mount /textures/.
2022-07-23 19:27:16.197 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/ is already mounted to the same mount /textures/.
2022-07-23 19:27:16.197 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Textures/Navy/Leander/leander.zip is already mounted to the same mount /textures/.
2022-07-23 19:27:16.204 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/CastleClass_01/Dumbarton is already mounted to the same mount /textures//liveries/CastleClass_01/Dumbarton.
2022-07-23 19:27:16.204 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Black is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Black.
2022-07-23 19:27:16.204 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Blue is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Blue.
2022-07-23 19:27:16.205 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Green is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Green.
2022-07-23 19:27:16.205 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Red is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Red.
2022-07-23 19:27:16.206 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/CastleClass_01/Dumbarton is already mounted to the same mount /textures//liveries/CastleClass_01/Dumbarton.
2022-07-23 19:27:16.206 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Black is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Black.
2022-07-23 19:27:16.207 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Blue is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Blue.
2022-07-23 19:27:16.207 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Green is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Green.
2022-07-23 19:27:16.207 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Red is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Red.
2022-07-23 19:27:16.208 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/CastleClass_01/Dumbarton is already mounted to the same mount /textures//liveries/CastleClass_01/Dumbarton.
2022-07-23 19:27:16.208 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Black is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Black.
2022-07-23 19:27:16.208 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Blue is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Blue.
2022-07-23 19:27:16.209 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Green is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Green.
2022-07-23 19:27:16.209 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Red is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Red.
2022-07-23 19:27:16.210 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/CastleClass_01/Dumbarton is already mounted to the same mount /textures//liveries/CastleClass_01/Dumbarton.
2022-07-23 19:27:16.210 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Black is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Black.
2022-07-23 19:27:16.210 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Blue is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Blue.
2022-07-23 19:27:16.211 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Green is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Green.
2022-07-23 19:27:16.211 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Red is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Red.
2022-07-23 19:27:16.211 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/CastleClass_01/Dumbarton is already mounted to the same mount /textures//liveries/CastleClass_01/Dumbarton.
2022-07-23 19:27:16.212 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Black is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Black.
2022-07-23 19:27:16.212 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Blue is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Blue.
2022-07-23 19:27:16.212 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Green is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Green.
2022-07-23 19:27:16.213 WARNING EDCORE: Source ./CoreMods/tech/SouthAtlanticAssets/Liveries/HarborTug/Harbor Tug Red is already mounted to the same mount /textures//liveries/HarborTug/Harbor Tug Red.
2022-07-23 19:27:16.236 INFO    SOUND: Added sound path: ./CoreMods/tech/TechWeaponPack/Sounds
2022-07-23 19:27:16.238 INFO    SOUNDER: Loaded 70 packed sounders.
2022-07-23 19:27:16.433 INFO    SOUND: Added sound path: ./CoreMods/tech/USS_Nimitz/Sounds
2022-07-23 19:27:16.433 INFO    SOUNDER: Loaded 6 packed sounders.
2022-07-23 19:27:16.647 INFO    SOUND: Added sound path: ./CoreMods/aircraft/AJS37/Sounds
2022-07-23 19:27:16.664 INFO    SOUND: Added sound path: ./CoreMods/aircraft/AV8BNA/Sounds
2022-07-23 19:27:16.670 INFO    SOUNDER: Loaded 1 sounders.
2022-07-23 19:27:16.673 WARNING EDCORE: Source ./CoreMods/aircraft/AV8BNA/Shapes is already mounted to the same mount /models/.
2022-07-23 19:27:16.705 INFO    SOUND: Added sound path: ./CoreMods/aircraft/C-101/Sounds
2022-07-23 19:27:16.737 INFO    SOUND: Added sound path: ./CoreMods/aircraft/ChinaAssetPack/Sounds
2022-07-23 19:27:16.748 INFO    SOUNDER: Loaded 14 sounders.
2022-07-23 19:27:16.759 WARNING EDCORE: Source ./CoreMods/aircraft/ChinaAssetPack/Textures/Vehicles/hq7 is already mounted to the same mount /textures/.
2022-07-23 19:27:16.802 INFO    SOUND: Added sound path: ./CoreMods/aircraft/Christen Eagle II/Sounds
2022-07-23 19:27:16.878 INFO    SOUND: Added sound path: ./CoreMods/aircraft/F14/Sounds
2022-07-23 19:27:16.890 INFO    SOUNDER: Loaded 1 sounders.
2022-07-23 19:27:16.931 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Australian 75th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Australian 75th Squadron.
2022-07-23 19:27:16.932 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Australian 77th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Australian 77th Squadron.
2022-07-23 19:27:16.932 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Blue Angels Jet Team.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Blue Angels Jet Team.
2022-07-23 19:27:16.933 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Canada 150 Demo Jet.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Canada 150 Demo Jet.
2022-07-23 19:27:16.934 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Canada 409th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Canada 409th Squadron.
2022-07-23 19:27:16.934 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Canada 425th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Canada 425th Squadron.
2022-07-23 19:27:16.935 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Canada NORAD 60 Demo Jet.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Canada NORAD 60 Demo Jet.
2022-07-23 19:27:16.936 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/default livery.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/default livery.
2022-07-23 19:27:16.937 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Fictional Israel Air Force.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Fictional Israel Air Force.
2022-07-23 19:27:16.937 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Fictional Russia Air Force.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Fictional Russia Air Force.
2022-07-23 19:27:16.938 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Fictional Turkey 162nd Sq.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Fictional Turkey 162nd Sq.
2022-07-23 19:27:16.939 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Fictional UK Air Force.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Fictional UK Air Force.
2022-07-23 19:27:16.940 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Fictional Ukraine Air Force.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Fictional Ukraine Air Force.
2022-07-23 19:27:16.940 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Finland 21.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Finland 21.
2022-07-23 19:27:16.941 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Finland 31.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Finland 31.
2022-07-23 19:27:16.942 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Kuwait 25th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Kuwait 25th Squadron.
2022-07-23 19:27:16.943 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Kuwait 9th Squadron.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Kuwait 9th Squadron.
2022-07-23 19:27:16.944 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NAWDC black.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NAWDC black.
2022-07-23 19:27:16.944 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NAWDC blue.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NAWDC blue.
2022-07-23 19:27:16.945 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NAWDC brown.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NAWDC brown.
2022-07-23 19:27:16.946 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NSAWC blue.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NSAWC blue.
2022-07-23 19:27:16.946 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NSAWC brown splinter.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NSAWC brown splinter.
2022-07-23 19:27:16.947 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/NSAWC gray.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/NSAWC gray.
2022-07-23 19:27:16.948 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 111th Escuadron C.15-73.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 111th Escuadron C.15-73.
2022-07-23 19:27:16.949 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 111th Escuadron C.15-88.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 111th Escuadron C.15-88.
2022-07-23 19:27:16.949 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 121th Escuadron C.15-34 50th Anniversary.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 121th Escuadron C.15-34 50th Anniversary.
2022-07-23 19:27:16.950 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 121th Escuadron C.15-45.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 121th Escuadron C.15-45.
2022-07-23 19:27:16.951 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 121th Escuadron C.15-50.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 121th Escuadron C.15-50.
2022-07-23 19:27:16.952 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 121th Escuadron C.15-60.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 121th Escuadron C.15-60.
2022-07-23 19:27:16.953 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 151th Escuadron C.15-14 Tiger Meet.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 151th Escuadron C.15-14 Tiger Meet.
2022-07-23 19:27:16.953 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 151th Escuadron C.15-14.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 151th Escuadron C.15-14.
2022-07-23 19:27:16.954 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 151th Escuadron C.15-18.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 151th Escuadron C.15-18.
2022-07-23 19:27:16.955 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 151th Escuadron C.15-23.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 151th Escuadron C.15-23.
2022-07-23 19:27:16.956 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 151th Escuadron C.15-24.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 151th Escuadron C.15-24.
2022-07-23 19:27:16.956 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 211th Escuadron C.15-76.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 211th Escuadron C.15-76.
2022-07-23 19:27:16.957 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 211th Escuadron C.15-77.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 211th Escuadron C.15-77.
2022-07-23 19:27:16.958 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 462th Escuadron C.15-79.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 462th Escuadron C.15-79.
2022-07-23 19:27:16.958 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Spain 462th Escuadron C.15-90.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Spain 462th Escuadron C.15-90.
2022-07-23 19:27:16.959 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/Switzerland.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/Switzerland.
2022-07-23 19:27:16.960 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-106 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-106 high visibility.
2022-07-23 19:27:16.960 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-106.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-106.
2022-07-23 19:27:16.961 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-113.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-113.
2022-07-23 19:27:16.962 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-122.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-122.
2022-07-23 19:27:16.963 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-131.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-131.
2022-07-23 19:27:16.963 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-192.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-192.
2022-07-23 19:27:16.964 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-34.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-34.
2022-07-23 19:27:16.965 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-37.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-37.
2022-07-23 19:27:16.965 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-83.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-83.
2022-07-23 19:27:16.966 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-87.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-87.
2022-07-23 19:27:16.967 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFA-97.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFA-97.
2022-07-23 19:27:16.967 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VFC-12.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VFC-12.
2022-07-23 19:27:16.969 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-122 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-122 high visibility.
2022-07-23 19:27:16.969 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-122.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-122.
2022-07-23 19:27:16.970 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-232 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-232 high visibility.
2022-07-23 19:27:16.970 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-232.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-232.
2022-07-23 19:27:16.971 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-251 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-251 high visibility.
2022-07-23 19:27:16.972 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-251.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-251.
2022-07-23 19:27:16.973 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-312 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-312 high visibility.
2022-07-23 19:27:16.973 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-312.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-312.
2022-07-23 19:27:16.974 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-314.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-314.
2022-07-23 19:27:16.975 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-323 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-323 high visibility.
2022-07-23 19:27:16.975 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-323.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-323.
2022-07-23 19:27:16.976 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFA-531.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFA-531.
2022-07-23 19:27:16.978 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFAT-101 high visibility 2005.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFAT-101 high visibility 2005.
2022-07-23 19:27:16.978 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFAT-101 high visibility.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFAT-101 high visibility.
2022-07-23 19:27:16.978 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VMFAT-101.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VMFAT-101.
2022-07-23 19:27:16.979 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VX-23.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VX-23.
2022-07-23 19:27:16.979 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VX-31 CoNA.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VX-31 CoNA.
2022-07-23 19:27:16.980 WARNING EDCORE: Source ./CoreMods/aircraft/FA-18C/Liveries/FA-18C_hornet/VX-9.zip is already mounted to the same mount /textures//liveries/FA-18C_hornet/VX-9.
2022-07-23 19:27:16.983 ERROR   EDCORE: Drivers errors while mounting coremods/aircraft/hawk/sounds:
2022-07-23 19:27:16.983 ERROR   EDCORE: 	EDCDriver: can't open header file coremods/aircraft/hawk/sounds.edc//header.edch
2022-07-23 19:27:17.000 INFO    SOUND: Added sound path: ./CoreMods/aircraft/I-16/Sounds
2022-07-23 19:27:17.028 INFO    SOUND: Added sound path: ./CoreMods/aircraft/M-2000C/Sounds
2022-07-23 19:27:17.069 INFO    SOUND: Added sound path: ./CoreMods/aircraft/MiG-21bis/Sounds
2022-07-23 19:27:17.081 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Bare Metal.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Bare Metal.
2022-07-23 19:27:17.083 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Bulgaria - 1-3 IAE (2).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Bulgaria - 1-3 IAE (2).
2022-07-23 19:27:17.083 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Bulgaria - 1-3 IAE (3).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Bulgaria - 1-3 IAE (3).
2022-07-23 19:27:17.084 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Bulgaria - 1-3 IAE.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Bulgaria - 1-3 IAE.
2022-07-23 19:27:17.084 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Croatia - 1st FS 1992.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Croatia - 1st FS 1992.
2022-07-23 19:27:17.086 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Cuba - UM 5010 IS.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Cuba - UM 5010 IS.
2022-07-23 19:27:17.087 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/DPRK - 2016 - 42.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/DPRK - 2016 - 42.
2022-07-23 19:27:17.088 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Draken International.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Draken International.
2022-07-23 19:27:17.088 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Egypt - Grey 1982.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Egypt - Grey 1982.
2022-07-23 19:27:17.089 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Egypt - Tan 1982.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Egypt - Tan 1982.
2022-07-23 19:27:17.090 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Finland - HävLLv 31.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Finland - HävLLv 31.
2022-07-23 19:27:17.091 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Germany East - JG-8.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Germany East - JG-8.
2022-07-23 19:27:17.095 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/India - 15th Sqn.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/India - 15th Sqn.
2022-07-23 19:27:17.096 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Iran - 51st Sqn.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Iran - 51st Sqn.
2022-07-23 19:27:17.096 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Iran - Standard.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Iran - Standard.
2022-07-23 19:27:17.097 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Iraq - 17th Sqn (1).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Iraq - 17th Sqn (1).
2022-07-23 19:27:17.098 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Iraq - 17th Sqn (2).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Iraq - 17th Sqn (2).
2022-07-23 19:27:17.100 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Northeria - 32nd FS.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Northeria - 32nd FS.
2022-07-23 19:27:17.101 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Poland - 1 DLMW.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Poland - 1 DLMW.
2022-07-23 19:27:17.103 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Poland - Metal.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Poland - Metal.
2022-07-23 19:27:17.105 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Serbia - 101st LAE.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Serbia - 101st LAE.
2022-07-23 19:27:17.106 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Slovakia - 1998.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Slovakia - 1998.
2022-07-23 19:27:17.106 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Southeria.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Southeria.
2022-07-23 19:27:17.108 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Syria (1).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Syria (1).
2022-07-23 19:27:17.109 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/Syria (2).zip is already mounted to the same mount /textures//liveries/MiG-21Bis/Syria (2).
2022-07-23 19:27:17.113 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/VVS - 185th GvIAP.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/VVS - 185th GvIAP.
2022-07-23 19:27:17.114 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/VVS - AMT-11 Grey.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/VVS - AMT-11 Grey.
2022-07-23 19:27:17.115 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/VVS - Demonstrator.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/VVS - Demonstrator.
2022-07-23 19:27:17.116 WARNING EDCORE: Source ./CoreMods/aircraft/MiG-21bis/Liveries/MiG-21Bis/VVS - Metal.zip is already mounted to the same mount /textures//liveries/MiG-21Bis/VVS - Metal.
2022-07-23 19:27:17.126 INFO    SOUND: Added sound path: ./CoreMods/aircraft/Mirage-F1/Sounds
2022-07-23 19:27:17.172 INFO    SOUND: Added sound path: ./CoreMods/aircraft/SA342/Sounds
2022-07-23 19:27:17.202 ERROR   Scripting: declare loadout fail, duplicate not allowed: "{LAU_SNEB68G}" from "./CoreMods/aircraft/SA342/SA342_Weapons.lua", original located here "./CoreMods/aircraft/AircraftWeaponPack/rockets.lua"
2022-07-23 19:27:17.202 ERROR   Scripting: declare loadout fail, duplicate not allowed: "{LAU_SNEB68_WP}" from "./CoreMods/aircraft/SA342/SA342_Weapons.lua", original located here "./CoreMods/aircraft/AircraftWeaponPack/rockets.lua"
2022-07-23 19:27:17.248 INFO    SOUND: Added sound path: ./Mods/tech/CombinedArms/Sounds
2022-07-23 19:27:17.275 INFO    SOUND: Added sound path: ./Mods/tech/WWII Units/Sounds
2022-07-23 19:27:17.276 INFO    SOUNDER: Loaded 79 packed sounders.
2022-07-23 19:27:17.380 INFO    SOUND: Added sound path: ./Mods/aircraft/A-10C/Sounds
2022-07-23 19:27:17.396 INFO    SOUND: Added sound path: ./Mods/aircraft/A-10C_2/Sounds
2022-07-23 19:27:17.492 INFO    SOUND: Added sound path: ./Mods/aircraft/AH-64D/Sounds
2022-07-23 19:27:17.502 INFO    SOUND: Added sound path: ./Mods/aircraft/AJS37/Sounds
2022-07-23 19:27:17.534 INFO    SOUND: Added sound path: ./Mods/aircraft/AV8BNA/Sounds
2022-07-23 19:27:17.578 INFO    SOUND: Added sound path: ./Mods/aircraft/Bf-109K-4/Sounds
2022-07-23 19:27:17.586 INFO    SOUND: Added sound path: ./Mods/aircraft/C-101/Sounds
2022-07-23 19:27:17.619 INFO    SOUND: Added sound path: ./Mods/aircraft/Christen Eagle II/Sounds
2022-07-23 19:27:17.653 INFO    SOUND: Added sound path: ./Mods/aircraft/F-16C/Sounds
2022-07-23 19:27:17.680 INFO    SOUND: Added sound path: ./Mods/aircraft/F-5E/Sounds
2022-07-23 19:27:17.700 INFO    SOUND: Added sound path: ./Mods/aircraft/F-86/Sounds
2022-07-23 19:27:17.801 INFO    SOUND: Added sound path: ./Mods/aircraft/F14/Sounds
2022-07-23 19:27:19.572 INFO    SOUND: Added sound path: ./Mods/aircraft/FA-18C/Sounds
2022-07-23 19:27:19.602 INFO    SOUND: Added sound path: ./Mods/aircraft/FW-190A8/Sounds
2022-07-23 19:27:19.625 INFO    SOUND: Added sound path: ./Mods/aircraft/FW-190D9/Sounds
2022-07-23 19:27:19.629 ERROR   EDCORE: Drivers errors while mounting mods/aircraft/flaming cliffs/sounds:
2022-07-23 19:27:19.629 ERROR   EDCORE: 	EDCDriver: can't open header file mods/aircraft/flaming cliffs/sounds.edc//header.edch
2022-07-23 19:27:19.640 INFO    SOUND: Added sound path: ./Mods/aircraft/I-16/Sounds
2022-07-23 19:27:19.664 INFO    SOUND: Added sound path: ./Mods/aircraft/JF-17/Sounds
2022-07-23 19:27:19.718 INFO    SOUND: Added sound path: ./Mods/aircraft/Ka-50/Sounds
2022-07-23 19:27:19.750 INFO    SOUND: Added sound path: ./Mods/aircraft/L-39C/Sounds
2022-07-23 19:27:19.760 INFO    SOUND: Added sound path: ./Mods/aircraft/M-2000C/Sounds
2022-07-23 19:27:19.805 INFO    SOUND: Added sound path: ./Mods/aircraft/MIG-21bis/Sounds
2022-07-23 19:27:19.949 INFO    SOUND: Added sound path: ./Mods/aircraft/Mi-24P/Sounds
2022-07-23 19:27:20.034 INFO    SOUND: Added sound path: ./Mods/aircraft/Mi-8MTV2/Sounds
2022-07-23 19:27:20.060 INFO    SOUND: Added sound path: ./Mods/aircraft/MiG-15bis/Sounds
2022-07-23 19:27:20.066 INFO    SOUND: Added sound path: ./Mods/aircraft/MiG-19P/Sounds
2022-07-23 19:27:20.127 INFO    SOUND: Added sound path: ./Mods/aircraft/Mirage-F1/Sounds
2022-07-23 19:27:20.174 INFO    SOUND: Added sound path: ./Mods/aircraft/MosquitoFBMkVI/Sounds
2022-07-23 19:27:20.183 INFO    SOUND: Added sound path: ./Mods/aircraft/NS430/Sounds
2022-07-23 19:27:20.217 INFO    SOUND: Added sound path: ./Mods/aircraft/P-47D-30/Sounds
2022-07-23 19:27:20.225 INFO    SOUND: Added sound path: ./Mods/aircraft/SA342/Sounds
2022-07-23 19:27:20.251 INFO    SOUNDER: Loaded 1 sounders.
2022-07-23 19:27:20.284 INFO    SOUND: Added sound path: ./Mods/aircraft/SpitfireLFMkIX/Sounds
2022-07-23 19:27:20.291 INFO    Scripting: plugin: SKIPPED 'Su-33 Flanker by Eagle Dynamics': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 19:27:20.292 ERROR   EDCORE: Drivers errors while mounting mods/aircraft/tf-51d/sounds:
2022-07-23 19:27:20.292 ERROR   EDCORE: 	EDCDriver: can't open header file mods/aircraft/tf-51d/sounds.edc//header.edch
2022-07-23 19:27:20.301 INFO    SOUND: Added sound path: ./Mods/aircraft/Uh-1H/Sounds
2022-07-23 19:27:20.334 INFO    SOUND: Added sound path: ./Mods/aircraft/Yak-52/Sounds
2022-07-23 19:27:20.342 INFO    SOUND: Added sound path: ./Mods/terrains/MarianaIslands/Sounds
2022-07-23 19:27:20.350 INFO    SOUND: Added sound path: ./Mods/terrains/Nevada/Sounds
2022-07-23 19:27:20.354 INFO    SOUND: Added sound path: ./Mods/terrains/Normandy/Sounds
2022-07-23 19:27:20.357 INFO    SOUND: Added sound path: ./Mods/terrains/PersianGulf/Sounds
2022-07-23 19:27:20.362 INFO    SOUND: Added sound path: ./Mods/terrains/TheChannel/Sounds
2022-07-23 19:27:20.419 INFO    Scripting: plugin: SKIPPED 'A-10A by Eagle Dynamics': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 19:27:20.420 INFO    Scripting: plugin: SKIPPED 'F-15C': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 19:27:20.421 INFO    Scripting: plugin: SKIPPED 'MiG-29 Fulcrum by Eagle Dynamics': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 19:27:20.422 INFO    Scripting: plugin: SKIPPED 'Su-25A by Eagle Dynamics': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 19:27:20.423 INFO    Scripting: plugin: SKIPPED 'Su-27 Flanker by Eagle Dynamics': disabled by 'Flaming Cliffs by Eagle Dynamics'
2022-07-23 19:27:20.435 INFO    Scripting: PLUGINS DONE--------------------------------------------------
2022-07-23 19:27:23.354 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/tech/SouthAtlanticAssets/bin/SouthAtlantic.dll
2022-07-23 19:27:23.361 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/AV8BNA/bin/AV8B_AI.dll
2022-07-23 19:27:23.367 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/C-101/bin/C101Core.dll
2022-07-23 19:27:23.373 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/ChinaAssetPack/bin/CAP_AI.dll
2022-07-23 19:27:23.379 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/ChinaAssetPack/bin/JF-17_AI.dll
2022-07-23 19:27:23.383 INFO    CE2_AI: Loading CE AI
2022-07-23 19:27:23.385 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/Christen Eagle II/bin/CE2_AI.dll
2022-07-23 19:27:23.391 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/F14/bin/F14-AI.dll
2022-07-23 19:27:23.397 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/M-2000C/bin/M2KC_AI.dll
2022-07-23 19:27:23.402 INFO    MiG21_AI: Loading Mig21 AI
2022-07-23 19:27:23.404 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/MiG-21bis/bin/MiG21_AI.dll
2022-07-23 19:27:23.410 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/aircraft/Mirage-F1/bin/MirageF1Core.dll
2022-07-23 19:27:23.420 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/services/CaptoGlove/bin/edCaptoGlove.dll
2022-07-23 19:27:23.428 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/services/LeapMotion/bin/edLeapMotion.dll
2022-07-23 19:27:23.453 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/services/SensoryxVRFree/bin/edSensoryxVRFree.dll
2022-07-23 19:27:23.469 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/services/VoiceChat/bin/VoiceChat.dll
2022-07-23 19:27:23.615 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/CoreMods/services/jsAvionics/bin/jsAvionics.dll
2022-07-23 19:27:24.114 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/Mods/tech/CombinedArms/bin/GroundCockpitBase.dll
2022-07-23 19:27:24.441 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/Mods/tech/CombinedArms/bin/CombinedArms.dll
2022-07-23 19:27:24.903 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/Mods/tech/Supercarrier/bin/edSupercarrier.dll
2022-07-23 19:27:25.389 INFO    EDCORE: Loaded F:/SteamLibrary/steamapps/common/DCSWorld/Mods/aircraft/NS430/bin/NS430.dll
2022-07-23 19:27:25.615 INFO    APP: options.graphics =
{
	['messagesFontScale'] = 1;
	['forestDetailsFactor'] = 1;
	['rainDroplets'] = false;
	['LensEffects'] = 3;
	['box_mouse_cursor'] = false;
	['anisotropy'] = 4;
	['water'] = 2;
	['motionBlur'] = 0;
	['outputGamma'] = 2.2;
	['aspect'] = 2.3888888888889;
	['lights'] = 2;
	['shadows'] = 2;
	['MSAA'] = 2;
	['SSAA'] = 0;
	['civTraffic'] = '';
	['clutterMaxDistance'] = 0;
	['cockpitGI'] = 1;
	['terrainTextures'] = 'min';
	['multiMonitorSetup'] = '1camera';
	['shadowTree'] = false;
	['chimneySmokeDensity'] = 4;
	['fullScreen'] = false;
	['forestDistanceFactor'] = 0.5;
	['useDeferredShading'] = 1;
	['DOF'] = 0;
	['clouds'] = 1;
	['sceneryDetailsFactor'] = 1;
	['width'] = 3440;
	['flatTerrainShadows'] = 0;
	['visibRange'] = 'High';
	['textures'] = 0;
	['SSLR'] = 0;
	['effects'] = 3;
	['SSAO'] = 0;
	['secondaryShadows'] = 0;
	['sync'] = false;
	['scaleGui'] = 1;
	['preloadRadius'] = 150000;
	['height'] = 1440;
	['heatBlr'] = 0;
	['terrainMapMFD'] = 
	{
		['distance'] = 
		{
			['mapLodDistance3'] = 200000;
			['mapLodDistance2'] = 100000;
			['mapLodDistance0'] = 25000;
			['mapLodDistance1'] = 50000;
		};
	};
};
2022-07-23 19:27:25.618 INFO    GRAPHICSVISTA: renderer: 'dx11backend.dll'
2022-07-23 19:27:25.681 INFO    DX11BACKEND: DX11Renderer initialization (w:3440 h:1440 fullscrn:0 vsync:0 adapter:0 monitor:0 shaderErrors:1)
2022-07-23 19:27:26.067 INFO    DX11BACKEND: Driver Concurrent Creates - 1
2022-07-23 19:27:26.068 INFO    DX11BACKEND: Driver Command Lists - 1
2022-07-23 19:27:26.108 INFO    DX11BACKEND: NVIDIA API init OK
2022-07-23 19:27:26.115 INFO    DX11BACKEND: NVIDIA Display Driver Version 51659.r515_00
2022-07-23 19:27:26.116 INFO    DX11BACKEND: GPU count:1
2022-07-23 19:27:26.366 INFO    DX11BACKEND: commonPool: 68-128, cbPool: 4-14
2022-07-23 19:27:26.366 INFO    DX11BACKEND: samplerPool: 5-16
2022-07-23 19:27:26.375 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache Bazar/shaders/fxo/fxo.zip
2022-07-23 19:27:28.429 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache done. Loaded 1766/1766.
2022-07-23 19:27:28.444 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache E:\admin\Saved Games\DCS.banana\fxo
2022-07-23 19:27:28.451 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache done. Loaded 25/25.
2022-07-23 19:27:28.470 INFO    VISUALIZER: SceneManager initialization
2022-07-23 19:27:29.497 INFO    VISUALIZER: cascade shadows init (preset:'default' quality:2 layers:4 size:1024)
2022-07-23 19:27:30.063 INFO    INPUT: Device [Keyboard] created.
2022-07-23 19:27:30.155 INFO    INPUT: Device [Joystick - HOTAS Warthog {41BF3620-45CB-11eb-8003-444553540000}] created.
2022-07-23 19:27:30.155 INFO    INPUT: Joystick created[Joystick - HOTAS Warthog {41BF3620-45CB-11eb-8003-444553540000}], ForceFeedBack: no
2022-07-23 19:27:30.159 INFO    INPUT: Device [T-Pendular-Rudder {01D9BFA0-1E4F-11ec-8002-444553540000}] created.
2022-07-23 19:27:30.159 INFO    INPUT: Joystick created[T-Pendular-Rudder {01D9BFA0-1E4F-11ec-8002-444553540000}], ForceFeedBack: no
2022-07-23 19:27:30.164 INFO    INPUT: Device [LConsole {D22D72F0-45AF-11ec-8001-444553540000}] created.
2022-07-23 19:27:30.164 INFO    INPUT: Joystick created[LConsole {D22D72F0-45AF-11ec-8001-444553540000}], ForceFeedBack: no
2022-07-23 19:27:30.897 INFO    INPUT: Device [Controller (XBOX 360 For Windows) {041361B0-4563-11eb-8001-444553540000}] created.
2022-07-23 19:27:30.897 INFO    INPUT: Joystick created[Controller (XBOX 360 For Windows) {041361B0-4563-11eb-8001-444553540000}], ForceFeedBack: no
2022-07-23 19:27:30.908 INFO    INPUT: Device [F16 MFD 1 {21340300-EFE8-11eb-8001-444553540000}] created.
2022-07-23 19:27:30.908 INFO    INPUT: Joystick created[F16 MFD 1 {21340300-EFE8-11eb-8001-444553540000}], ForceFeedBack: no
2022-07-23 19:27:30.916 INFO    INPUT: Device [Throttle - HOTAS Warthog {32371380-45CB-11eb-8002-444553540000}] created.
2022-07-23 19:27:30.916 INFO    INPUT: Joystick created[Throttle - HOTAS Warthog {32371380-45CB-11eb-8002-444553540000}], ForceFeedBack: no
2022-07-23 19:27:31.042 INFO    INPUT: Device [F16 MFD 2 {22FE62C0-EFE8-11eb-8002-444553540000}] created.
2022-07-23 19:27:31.042 INFO    INPUT: Joystick created[F16 MFD 2 {22FE62C0-EFE8-11eb-8002-444553540000}], ForceFeedBack: no
2022-07-23 19:27:31.048 INFO    INPUT: Device [F16 MFD 3 {670E36F0-094D-11ed-8001-444553540000}] created.
2022-07-23 19:27:31.048 INFO    INPUT: Joystick created[F16 MFD 3 {670E36F0-094D-11ed-8001-444553540000}], ForceFeedBack: no
2022-07-23 19:27:31.048 INFO    INPUT: Device [Mouse] created.
2022-07-23 19:27:31.050 INFO    INPUT: Device [TrackIR] created.
2022-07-23 19:27:31.063 INFO    SOUND: Opening default audio device.
2022-07-23 19:27:31.066 INFO    SOUND: Speaker layout: auto
2022-07-23 19:27:31.077 INFO    SOUND: Driver reports 2 channels with mask 0x3
2022-07-23 19:27:31.077 INFO    SOUND: Using 2 channels at 48000 Hz
2022-07-23 19:27:31.077 INFO    SOUND: Channel layout: Headphones/Stereo
2022-07-23 19:27:31.091 INFO    SOUND: Opening default audio device.
2022-07-23 19:27:31.094 INFO    SOUND: Speaker layout: forced_stereo
2022-07-23 19:27:31.095 INFO    SOUND: Driver reports 2 channels with mask 0x3
2022-07-23 19:27:31.095 INFO    SOUND: Using 2 channels at 48000 Hz
2022-07-23 19:27:31.095 INFO    SOUND: Channel layout: Headphones/Stereo
2022-07-23 19:27:31.124 INFO    APP: gDescription: "NVIDIA GeForce RTX 3080" gVendorId: 4318 gDeviceId: 8710 gMemory: 10078 MB
2022-07-23 19:27:31.139 ERROR   EDOBJECTS: Destruction shape not found AVIASHTAB_CRASH
2022-07-23 19:27:31.139 ERROR   EDOBJECTS: Destruction shape not found GAZ-66_P_1
2022-07-23 19:27:31.139 ERROR   EDOBJECTS: Destruction shape not found KAMAZ-FIRE_P_1
2022-07-23 19:27:31.143 ERROR   EDOBJECTS: Object AV8BNA_AERO1D_EMPTY with id=299 already declared in table ContainerTable
2022-07-23 19:27:31.143 ERROR   EDOBJECTS: Object M2KC_02_RPL541_EMPTY with id=603 already declared in table ContainerTable
2022-07-23 19:27:31.143 ERROR   EDOBJECTS: Object M2KC_08_RPL541_EMPTY with id=604 already declared in table ContainerTable
2022-07-23 19:27:31.143 ERROR   EDOBJECTS: Object M2KC_RPL_522_EMPTY with id=605 already declared in table ContainerTable
2022-07-23 19:27:31.143 ERROR   EDOBJECTS: Object HB_F14_EXT_PHX_ALU with id=320 already declared in table MissileTable
2022-07-23 19:27:31.337 ERROR   WEAPONSBASE: invalid cx data <weapons.missiles.MBDA_Mistral><./CoreMods/aircraft/SA342/SA342_Weapons.lua>
2022-07-23 19:27:33.268 WARNING LOG: 1 duplicate message(s) skipped.
2022-07-23 19:27:33.268 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache ./Mods/aircraft/F14/fxo
2022-07-23 19:27:33.271 INFO    DX11BACKEND: DX11ShaderBinaries::loadCache done. Loaded 0/0.
2022-07-23 19:27:33.358 INFO    EDCORE: (dDispatcher)enterToState_:1
2022-07-23 19:27:40.058 INFO    UIBASERENDERER: Cannot load font [F:\SteamLibrary\steamapps\common\DCSWorld\dxgui\skins\fonts\]!
2022-07-23 19:27:40.058 INFO    UIBASERENDERER: Cannot create font [F:\SteamLibrary\steamapps\common\DCSWorld\dxgui\skins\fonts\] size 0!
2022-07-23 19:27:42.101 INFO    Dispatcher: //=== END OF INIT ======================================//
2022-07-23 19:27:42.102 INFO    EDCORE: (dDispatcher)enterToState_:2
2022-07-23 19:27:42.147 INFO    EDCORE: (dDispatcher)enterToState_:3
2022-07-23 19:27:42.147 INFO    LUA: Lua CPU usage: metric: average game loading: 58.8548 %
2022-07-23 19:27:42.184 INFO    APP: Screen: MainMenu
2022-07-23 19:27:53.808 ERROR   NET: Login failed because of an invalid username or password.
2022-07-23 19:28:30.476 WARNING LOG: 4 duplicate message(s) skipped.
2022-07-23 19:28:30.476 INFO    SOUND: Using SSSE3 for peak calc.
2022-07-23 19:28:30.479 INFO    EDCORE: (dDispatcher)enterToState_:5
2022-07-23 19:28:30.485 INFO    APP: application shutdown
2022-07-23 19:28:30.570 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 0
2022-07-23 19:28:30.571 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 1
2022-07-23 19:28:30.572 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 2
2022-07-23 19:28:30.642 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 3
2022-07-23 19:28:30.701 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 4
2022-07-23 19:28:30.708 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 5
2022-07-23 19:28:30.709 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 6
2022-07-23 19:28:30.711 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 7
2022-07-23 19:28:30.711 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 8
2022-07-23 19:28:30.711 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 9
2022-07-23 19:28:30.711 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 10
2022-07-23 19:28:30.712 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 11
2022-07-23 19:28:30.712 INFO    EDOBJECTS: lTypeObjectManagerImpl::clear 12
2022-07-23 19:28:31.153 INFO    VISUALIZER: SceneManager_Implement::~SceneManager_Implement()
2022-07-23 19:28:31.153 INFO    VISUALIZER: TerrainRenderer::release
2022-07-23 19:28:31.162 WARNING LOG: 1 duplicate message(s) skipped.
2022-07-23 19:28:31.162 INFO    TERRAIN: lSystem::exit()
2022-07-23 19:28:31.162 INFO    TERRAIN: lSystem::CleanScenes()
2022-07-23 19:28:31.185 INFO    DX11BACKEND: DX11Renderer::shutdown()
2022-07-23 19:28:31.293 INFO    DX11BACKEND: NVIDIA API exit OK
2022-07-23 19:28:31.293 INFO    DX11BACKEND: textures_count: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: textures_size: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: buffers_count: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: buffers_size: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: CB_count: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: CB_size: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: SB_count: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: SB_size: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: IB_count: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: IB_size: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: VB_count: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: VB_size: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: total_buffers_size: 0
2022-07-23 19:28:31.293 INFO    DX11BACKEND: total_size: 0
=== Log closed.

 

I'm considering reinstalling Win 11 stable (this is a Dev branch). It would be an inconvenience, but, as smooth as Win11 was even in the Dev branch, I did have a few bumps along the way and, well, maybe it's time to start with a clean slate.

Additionally, E seems to be this automatically created system partition... How and why DCS got it to pop up and get a drive letter when it doesn't even have one in Disk Management? Curious. 😉 

 DCS_problem_3.jpg

Furthermore, when I run DCS with "Run as administrator" unchecked, I can see a log pop up in the right directory. But my settings don't load correctly anyway.

The log: 

Spoiler
=== Log opened UTC 2022-07-23 21:04:30
2022-07-23 21:04:27.796 ERROR   VFS: Can't get 'Saved Games'
2022-07-23 21:04:27.796 ERROR   VFS: Failed to open 'USERPROFILE\Saved Games', trying to use 'MyDocuments\My Games'
2022-07-23 21:04:27.796 INFO    VFS: Successfully opened 'MyDocuments\My Games'
2022-07-23 21:04:29.839 ALERT   SECURITYCONTROL: Can't run Steam!
2022-07-23 21:04:29.840 INFO    APP: Command line: "F:\SteamLibrary\steamapps\common\DCSWorld\bin\DCS.exe" --force_disable_VR
2022-07-23 21:04:29.841 INFO    APP: DCS/2.7.16.27869 (x86_64; Windows NT 10.0.25158)
2022-07-23 21:04:29.841 INFO    APP: Application revision: 207869
2022-07-23 21:04:29.841 INFO    APP: Renderer revision: 22994
2022-07-23 21:04:29.841 INFO    APP: Terrain revision: 23075
2022-07-23 21:04:29.841 INFO    APP: Build number: 142
2022-07-23 21:04:29.841 INFO    APP: CPU cores: 16, threads: 32, System RAM: 65461 MB, Pagefile: 9000 MB
=== Log closed.

 

 


Edited by Xupicor
  • Windows 11 Pro, RTX4090 (24GB), 5950X @ 4.3GHz, 64GB RAM @ 3000MHz, M.2 SSD 8TB, Pimax Crystal
  • Modules and maps: All of 'em. (It's a problem...)
Link to comment
Share on other sites

Quote

I'm considering reinstalling Win 11 stable (this is a Dev branch). It would be an inconvenience, but, as smooth as Win11 was even in the Dev branch, I did have a few bumps along the way and, well, maybe it's time to start with a clean slate.

Probably the best thing to do at this stage, especially if you're sure your custom bindings are already lost.

Don't accept indie game testing requests from friends in Discord. Ever.

Link to comment
Share on other sites

They're not lost, they sit in the old directory. Just checked. 😉 I bet I can load them right back after the debacle with Windows installation is done. I'll report back.

 

In any case, seems like the answer to the OP question is that there is no way to force DCS to use an arbitrary directory without using symlinks and the like. I mean, you guys would know if there was one, right? That's a pity, but oh well.

For the moment, thank you for your time and attention.


Edited by Xupicor
  • Windows 11 Pro, RTX4090 (24GB), 5950X @ 4.3GHz, 64GB RAM @ 3000MHz, M.2 SSD 8TB, Pimax Crystal
  • Modules and maps: All of 'em. (It's a problem...)
Link to comment
Share on other sites

7 hours ago, Xupicor said:

In any case, seems like the answer to the OP question is that there is no way to force DCS to use an arbitrary directory without using symlinks and the like. I mean, you guys would know if there was one, right? That's a pity, but oh well.

I looked in the Windows registry but could not find anything. Maybe it's in a DCS Lua file, somewhere.

Don't accept indie game testing requests from friends in Discord. Ever.

Link to comment
Share on other sites

I was thinking about looking through all the registry entries that DCS is (directly and indirectly) using, but there's just way too many of that stuff as presented by Process Monitor. I didn't find anything by searching on some keywords in the registry either.

Anyway, I installed a fresh Win 11 stable (refreshingly hassle free, but that's become more or less a given nowadays) and I'm on my way to setting everything up. I'll update when I run DCS.

  • Windows 11 Pro, RTX4090 (24GB), 5950X @ 4.3GHz, 64GB RAM @ 3000MHz, M.2 SSD 8TB, Pimax Crystal
  • Modules and maps: All of 'em. (It's a problem...)
Link to comment
Share on other sites

It wasn't an USB drive, it was system created partition on my system M.2 disk. Note the image I included in my post. This small partition still exists (but isn't accessible from or visible in Windows Explorer).

Anyway, I installed a fresh Windows 11 Pro. A mistake, I quickly learned, because WMR wouldn't install correctly on it if it wasn't inplace-upgraded from Windows 10.

I waved Windows 11 goodbye and installed Windows 10 Pro. I've moved my old Saved Games/DCS directory to the usual place and DCS loads it up just fine.

 

Of course there's a plethora of other issues with trying to get WMR to work -and OpenComposite doesn't want to run now, which it did on 11... Stuff like that. But profile loading problem is resolved.

  • Windows 11 Pro, RTX4090 (24GB), 5950X @ 4.3GHz, 64GB RAM @ 3000MHz, M.2 SSD 8TB, Pimax Crystal
  • Modules and maps: All of 'em. (It's a problem...)
Link to comment
Share on other sites

8 hours ago, Xupicor said:

It wasn't an USB drive, it was system created partition on my system M.2 disk. Note the image I included in my post. This small partition still exists (but isn't accessible from or visible in Windows Explorer).

ah yeah. system partitions should not have a drive letter either.

null

image.png

AKA_SilverDevil AKA Forums My YouTube

“It is better to keep your mouth closed and let people think you are a fool than to open it and remove all doubt.” — Mark Twain

Link to comment
Share on other sites

  • 1 month later...

I have a brand New PC build and what a difference running a i9-12900K is with 5200 speed 64G of Ram and water cooled CPU and EVGA RTX 2080Ti compared
to my old setup i7-4790K is !    So much to learn now as the bios now has so much more info then last 5 year old build.

I am not able to update to Win 11 Pro as it says I have a security problem.   My new rig was build for Win11 Pro and I need it to install.

When I go into DCS, I have to redo all settings on every plane or jet each time I fly and shut down the PC.  
All Curves and settings are lost each new startup.  I cannot get the GUI Updater to find saved game area as well now. 
Never had problems like this, This is My 6th PC build and I never had problems before this new PC.
  Thanks for any help and sorry if I posted this here instead of a new message as the people here know what they are doing and I am lost.

The new Bronco is what I have tried so hard to place into saved games to get it to work and it just does not for Me.

  Clear Skies
      Mike

Link to comment
Share on other sites

This looks like a User Profile problem with windows and Microsoft Accounts,

Best thing to do is backup and "reset" the pc (re-install windows to factory state) and create a new windows profile.

The E: looks like a temporary drive assigned to encrypt the user profile.

Also you can run explorer as Admin

https://www.groovypost.com/howto/run-windows-11-file-explorer-as-administrator/#:~:text=Open File Explorer as you,as Administrator from the menu.
 


Edited by SkateZilla
  • Like 1

Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2),

ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9)

3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs

Link to comment
Share on other sites

  • Recently Browsing   0 members

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