I’m experiencing an issue with Navigraph applications not opening properly.
When I try to launch Navigraph Hub, the icon briefly appears on the right side of the taskbar, as if it’s starting, but then it closes and disappears. Navigraph Charts also doesn’t open at all.
However, the in-game Charts feature works correctly, navigraph FMS Data Manager and Navigraph Simlink is running without any issues.
I’ve already tried reinstalling the applications, but the problem persists. I’m also experiencing a similar issue with the FlyByWire installer, which loads but never actually opens.
Could you please help me identify what might be causing this?
The issue was caused by a Windows security feature interfering with the applications at startup. These apps are built using Electron (which relies on Chromium), and when they launched, Windows was blocking their renderer process through a security mechanism called Renderer Code Integrity. Because of that, the apps would start briefly and then close immediately without showing any error.
The solution was to launch the applications with specific parameters that disable this security check and the Chromium sandbox. By doing this, the apps are no longer blocked during startup and can open normally.