Linux
Linux copied to clipboard
Ubuntu 22.04 Support
Is your feature request related to a problem? Please describe. For some reason PreMid doesn't work properly on Ubuntu 22.04, requiring that I open the app multiple times to get it working.
Describe the solution you'd like Add a official support for it. Please.
ive got the same issue, using appimage on ubuntu 20.04 it does sound gpu related, might be important that im using an nvidia gpu
Portable version detected, skipping autoLaunch Opened socket Checking for update Update for version 2.3.2 is not available (latest version: 2.3.2, downgrade is disallowed). Socket connection [60172:0515/210211.101129:FATAL:gpu_data_manager_impl_private.cc(442)] GPU process isn't usable. Goodbye. Trace/breakpoint trap (core dumped)
Update: after some googling, this problem seems to be upstream with electron, for now running with --no-sandbox
seems to be a temporary fix
Update 2: seems that this project is built on an old version of electron, its possible if this were updated, it could just have been an upstream fix, building locally seems to fix this #141 seems like theres auto prs to fix this
Update: after some googling, this problem seems to be upstream with electron, for now running with
--no-sandbox
seems to be a temporary fix
saved my life