-
Notifications
You must be signed in to change notification settings - Fork 21
flutter-wayland segfaults #28
Comments
These are fixed in jwinarske/flutter_wayland#2 I am now able to run
However, nothing appears on the screen. Additionally, I have not yet found a way to make the "Flutter observatory" listen on |
Note that jwinarske/flutter_wayland@ccbca33 may be unnecessary, and was caused by missing files in At least it's not segfaulting! And many threads are running. But no window.
|
I managed to get https://github.com/NilsBrause/waylandpp/blob/master/example/egl.cpp to compile and run. Furthermore, I can access the Dart VM from inside I still don't have a window with |
I can verify that the fixes in https://github.com/jwinarske/flutter_wayland/pull/2/commits work. The issue is that After switching to another Flutter program, it's working with those patches. |
Pretty sure the issue is the waylandpp call that checks for input is blocking, thereby blocking the engine task loop unless there is activity. So once it gets something (touch/mouse/keyboard) it renders. I ended up rewriting the embedder without waylandpp for Toyota last year. I'll look at fixing the blocking issue. I rolled the commit to pick up your changes. Thanks again! |
Closing since the segfault is resolved. |
Reported as issue on i.MX target
The text was updated successfully, but these errors were encountered: