What happened?
Upon starting the AppImage, the window popped up for half a second then crashed with the following error:
[402405:0921/234507.405877:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
What did you expect to happen?
The desktop client should launch normally
How'd it happen?
- Run AppImage with
./Pomerium-Desktop-0.18.0.AppImage
What's your environment like?
- Pomerium Desktop version: 0.18.0
- OS: Linux, Ubuntu 22.04
amd64. NVIDIA GPU on driver version 515.65.01
Additional context
Looks similar to this bug on another project.
Problem can be worked around with a flag to disable the GPU sandbox (per the issue report above), but this isn't ideal:
./Pomerium-Desktop-0.18.0.AppImage --disable-gpu-sandbox
What happened?
Upon starting the AppImage, the window popped up for half a second then crashed with the following error:
What did you expect to happen?
The desktop client should launch normally
How'd it happen?
./Pomerium-Desktop-0.18.0.AppImageWhat's your environment like?
amd64. NVIDIA GPU on driver version515.65.01Additional context
Looks similar to this bug on another project.
Problem can be worked around with a flag to disable the GPU sandbox (per the issue report above), but this isn't ideal: