Skip to content

Can't run flutter-pi app after shutting down flutter-pi app #139

Closed
@Hixie

Description

@Hixie

Killing flutter-pi prevents the app from working again, due to "permission denied" errors.

Steps to reproduce:

  1. I reboot my Pi (a 3B+).
  2. I ssh into it and run flutter-pi --release . in the relevant directory.
  3. App runs fine.
  4. I run killall flutter-pi.
  5. I run the app again.
  6. The app fails with
[modesetting] Could not commit atomic request. drmModeAtomicCommit: Permission denied
[compositor] Could not present frame. drmModeAtomicCommit: Permission denied

Admittedly this doesn't seem like a great way to stop the app, but I'm not sure what the right way to stop it so I can restart it is. :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions