facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.33k stars 953 forks source link

Cannot Run Flipper after upgrading to Ubuntu 22.04 LTS #3789

Open kokowilly opened 2 years ago

kokowilly commented 2 years ago

🐛 Bug Report

After migrating to Ubuntu 22.04 LTS from 21.10 I cannot open Flipper anymore. with message:

[29159:0606/095647.473790:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.

image

To Reproduce

  1. Use Ubuntu 22.04
  2. Install Flipper
  3. Run from the terminal by running <Install_path>/flipper

Environment

image

Nantris commented 2 years ago

Probably related to #3721.

Does Flipper@0.148.0 work any better for you?

Nantris commented 2 years ago

@willyric17 does using the flag --disable-gpu resolve this for you?

trin4ik commented 2 years ago

Probably related to #3721.

Does Flipper@0.148.0 work any better for you?

i have same problem. yes, back to 0.148 solve problem

trin4ik commented 2 years ago

@willyric17 does using the flag --disable-gpu resolve this for you?

no

Nantris commented 2 years ago

@trin4ik try this instead: --use-vulkan --enable-features=Vulkan

Hopefully that will help. If not, I'm afraid I'm out of ideas.

Jmzp commented 4 months ago

I can run 0.125.0 on ubuntu 22.04 with this --no-sandbox