I’ve got a brand new Ubuntu 22.04 VM I just built on ESXi 7. I’ve gone through the steps to install flatpak. Next I followed the steps for installing plexamp shown here: Flathub—An app store and build service for Linux
Everything goes fine until the final command, when I get a core dump. Any ideas?
root@plexamp:/home/plexamp# flatpak run com.plexamp.Plexamp
Passing the following arguments to Electron: --enable-gpu-rasterization --enable-zero-copy --enable-gpu-compositing --enable-native-gpu-memory-buffers --enable-oop-rasterization --enable-features=UseSkiaRenderer
[3 zypak-helper] Failed to connect to session bus: [org.freedesktop.DBus.Error.NotSupported] Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
[3 zypak-helper] src/helper/main.cc:40(DetermineZygoteStrategy): Assertion failed: bus
Similar problems here. Trying (and failing) to get Plexamp to run on Ubuntu:
doug@raquel:~$ flatpak run com.plexamp.Plexamp
WAYLAND enabled, using the Wayland Electron backend
Passing the following arguments to Electron: --enable-gpu-rasterization --enable-zero-copy --enable-gpu-compositing --enable-native-gpu-memory-buffers --enable-oop-rasterization -ozone-platform=wayland --enable-features=UseSkiaRenderer,UseOzonePlatform,WaylandWindowDecorations
LaunchProcess: failed to execvp:
xdg-settings
[3:0602/140100.844616:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[3:0602/140100.844844:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Main: restoring window state from [object Object]/window-state-plexamp-main.json
Started Media Service: false
[50:0602/140101.039836:ERROR:gpu_init.cc(481)] Passthrough is not supported, GL is egl, ANGLE is
Linux: Registering MPRIS service.
[50:0602/140101.124779:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)
[50:0602/140101.125179:ERROR:gbm_pixmap_wayland.cc(76)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[50:0602/140101.125310:ERROR:gpu_memory_buffer_factory_native_pixmap.cc(198)] Failed to create pixmap 768x1024, RGBA_8888, usage SCANOUT
[50:0602/140101.125481:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)
[50:0602/140101.125634:ERROR:gbm_pixmap_wayland.cc(76)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ
[50:0602/140101.125763:ERROR:gpu_memory_buffer_factory_native_pixmap.cc(198)] Failed to create pixmap 768x1024, RGBA_8888, usage GPU_READ
[50:0602/140101.125888:ERROR:shared_image_backing_factory_gl_image.cc(359)] CreateSharedImage: Failed to create bindable image
[50:0602/140101.126010:ERROR:shared_image_factory.cc(697)] CreateSharedImage: could not create backing.
[50:0602/140101.126345:ERROR:shared_context_state.cc(538)] Failed to make current since context is marked as lost
[50:0602/140101.126427:ERROR:skia_output_surface_impl_on_gpu.cc(1744)] Failed to make current.
[50:0602/140101.126763:ERROR:raster_decoder.cc(1252)] RasterDecoderImpl: Context lost during MakeCurrent.
[50:0602/140101.133014:ERROR:shared_context_state.cc(538)] Failed to make current since context is marked as lost
[50:0602/140101.133355:ERROR:skia_output_surface_impl_on_gpu.cc(1744)] Failed to make current.
[50:0602/140101.139283:ERROR:raster_decoder.cc(1252)] RasterDecoderImpl: Context lost during MakeCurrent.
[50:0602/140101.140349:ERROR:raster_decoder.cc(1252)] RasterDecoderImpl: Context lost during MakeCurrent.
[50:0602/140101.140700:ERROR:raster_decoder.cc(1252)] RasterDecoderImpl: Context lost during MakeCurrent.
[50:0602/140101.141029:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)
[50:0602/140101.141139:ERROR:gbm_pixmap_wayland.cc(76)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[50:0602/140101.141226:ERROR:gpu_memory_buffer_factory_native_pixmap.cc(198)] Failed to create pixmap 768x1024, RGBA_8888, usage SCANOUT
[50:0602/140101.141324:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)
[50:0602/140101.141400:ERROR:gbm_pixmap_wayland.cc(76)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ
[50:0602/140101.141482:ERROR:gpu_memory_buffer_factory_native_pixmap.cc(198)] Failed to create pixmap 768x1024, RGBA_8888, usage GPU_READ
[50:0602/140101.141564:ERROR:shared_image_backing_factory_gl_image.cc(359)] CreateSharedImage: Failed to create bindable image
[50:0602/140101.141662:ERROR:shared_image_factory.cc(697)] CreateSharedImage: could not create backing.
[61:0602/140101.420875:ERROR:command_buffer_proxy_impl.cc(329)] GPU state invalid after WaitForGetOffsetInRange.
[61:0602/140101.422151:ERROR:command_buffer_proxy_impl.cc(126)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[3:0602/140101.423379:ERROR:gpu_process_host.cc(974)] GPU process exited unexpectedly: exit_code=133
Error: GPU process (undefined) crashed (133) :(
Quitting...