flutter-desktop-embedding: [Linux] Failed to setup Skia Gr context.
Following the instructions in the README for the example application briefly opens the application, but then yields the following error:
./example/out/flutter_embedder_example
flutter: Observatory listening on http://127.0.0.1:42549/
[ERROR:flutter/shell/gpu/gpu_surface_gl.cc(73)] Failed to setup Skia Gr context.
Segmentation fault (core dumped)
Ubuntu 18.04
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 21 (4 by maintainers)
I experience this issue when using flutter v1.0 with the latest master for flutter-desktop-embedding. I’m building the example on an up-to-date Ubuntu Bionic. Please let me know when there are any details I may provide or debugging steps to take.
Please file a new bug; the error message is pretty generic, and can be caused by a variety of issues. The initial bug was 100% reproducible for everyone on Linux because of an engine change that has been fixed. What’s happening for some people now is different, even though the final error message is the same, so I’d rather not conflate it with the earlier bug’s discussion.
Awesome, thanks!