Got an issue with FlightCore? Hopefully one of the steps below will help you resolve it. If not open an issue on GitHub or ping @geckoeidechse
on the Northstar Discord.
If you are on Windows and FlightCore won't start but instead shows an error message like this
that means that WebView2 is not installed. WebView2 is an embedded browser framework used by FlightCore to display its GUI.
To install it, you can grab the latest version from the Microsoft website:
https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
(make sure to select Evergreen Bootstrapper -> Download).
This may be caused by tauri-apps/tauri#5143
Try setting this environment variable when starting FlightCore:
WEBKIT_DISABLE_COMPOSITING_MODE=1
WEBKIT_DISABLE_COMPOSITING_MODE=1 ./flight-core.AppImage