Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.14 KB

TROUBLESHOOTING.md

File metadata and controls

31 lines (18 loc) · 1.14 KB

Troubleshooting

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.

FlightCore won't launch

If you are on Windows and FlightCore won't start but instead shows an error message like this

webview2 error message windows

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

webview2 download screenshot

(make sure to select Evergreen Bootstrapper -> Download).

Linux

FlightCore launches, but the main window is blank

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