Fenix Captain Instrument view missing?

My Fenix A320 has the Captain Instrument camera view missing i.e. “Main Panel (Left)”. But it does have a CoPilot view.
Shift + 0-9 do not display the Captain PFD,ND …….arguably the most important instruments!

Is this a bug in the Fenix camera menu?

Ah, in the Fenix packages:

C:\Users\zzzz\AppData\Local\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\Packages\Community\fnx-aircraft-320\SimObjects\Airplanes\FNX_32X\common\config

there is cameras.cfg containing:

[CAMERADEFINITION.11]
Title =“Main Panel (Left)”
Guid =“{5F4069ED-7E97-4DFC-8107-EAD82EBA6606}”
Description =“”
Origin =“Virtual Cockpit”

Being the 11th camera but only ten Shift+num combinations available, I’d guess the 11th camera is skipped.

Seems like a configuration bug to me, in Fenix A32X v2.4.0.2913, the latest version.

I have found the bug. There are duplicate uses of the ID “5F4069ED-7E97-4DFC-8107-EAD82EBA6606” in cameras.cfg

Both “Main Panel (Left)” and “Main Panel (Center)” use the same Guid. This is fundamentally VERY wrong, every correctly generated Guid is unique in the whole world, for almost 5,000 years without duplication. Two different objects must never share the same Guid.

So “Left” (#11) is overwritten by “Center” (#12) ….and Main Panel (Left) is lost.

This is an accidental error in cameras.cfg, probably merging has gone wrong. These things happen from time to time, but I know the (excellent) Fenix developers will be hot on it when I submit a ticket.

EDIT: A fix is in the pipeline. Mods can close this.