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
Specs
Device: Rpi4
Build System: Yocto Dunfell Note: I don't directly build the flutter-engine with Yocto myself, currently I build the flutter-elinux tools as native and use them to build my application within Yocto.
Runtime Mode: Wayland client with Cage as the compositor.
Problem
Since upgrading to version 2.8.0 and later. My application fails to start on device. Cage boots up successfully but then the flutter application itself seems to be immediately exiting. As far as I can tell it does not reach the main() function of the dart code. Reverting to 2.5.3 solves the issue.
Unfortunately, as of yet I haven't been able to extract an error message, it may be that cage is eating the error messages emitted from the app.
I am going to rebuild with Weston as the compositor and see if the same issue occurs.