You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
With recent builds, some people are seeing persistent "Failed to setup Skia Gr context" logging + crash on startup.
Unlike the previous instance (#135), this does not affect all Linux configurations, only some, which suggests this may be driver related, or capability-related. For instance, in at least one instance I'm aware of the crash happens when using a machine normally, but not when using Chrome Remote Desktop to access the same machine.
Things that could be useful from people experiencing this:
Information about your machine configuration
Testing with older versions of Flutter to try to find a regression range (since this seems to have started recently for people, I expect this was triggered by a change in the Flutter engine).
Building a local Flutter engine and debugging the failure
(3) would be the most useful, but is obviously the most involved. I believe @franciscojma86 will be trying this route.