Closed Jed28 closed 3 months ago
I can confirm that this issue also happens on Fedora 35 + Gnome (Both Xorg and Wayland). It happens regardless if you started via terminal or via desktop shortcut.
EDIT: Intel i7-10510U UHD Graphics 620
Fedora 35 KDE - same issue (5.14.17-301.fc35.x86_64)
Temporary workaround would be to edit desktop shortcut, and make the following change:
Exec=/opt/Simplenote/simplenote %U
-> Exec=/opt/Simplenote/simplenote --no-sandbox %U
On Fedora 35 + Gnome, the shortuct is located at /usr/share/applications/simplenote.desktop
The workaround works, thanks.
Thank you for the workaround. It's now working for me on F35 xfce4 spin.
Thanks @brajevicm , this workaround works for ClickUp in F35 KDE
Probably related/similar problem from 4695050-zen:
... at the moment simplenote will not run on the latest version of Fedora 35. It generates a gpu_data_manager_impl_private error. I also have seen this error report in another place that has nothing to do with your great program, so it is likely a Fedora issue. I see the same problem with both the rpm and AppImage versions, and I do not see any problems on my KDE Neon system which is based on an older Ubuntu LTS base. Also the Windows version works fine, but it pains me to have to run Windows! Apple and Android versions are also good.
Simple-linux-2.21.0-x86_64.rpm is installed and produces this output:
al@xvb:/home/al $/opt/Simplenote/simplenote [12257:0124/112406.809083:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye. Trace/breakpoint trap (core dumped) al@xvb:/home/al $
I am running Fedora 35, which while it is not completely bleeding edge stuff is one of the more advanced and progressive distributions of Linux:
Linux xvb 5.15.16-200.fc35.x86_64 #1 SMP Thu Jan 20 15:38:18 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
As previously stated, this version runs OK on an Ubuntu LTS based system (KDE Neon, older kernel and libs) and Windows. I also tried the AppImage here, and it fails exactly the same as the rpm version. I found that interesting as I thought an AppImage had all the required libs included as part of the image, thus removing various dependencies.
The same gpu error has been reported for another program on other distributions, so I do not think the error is specific to SimpleNote, but rather a Linux problem, possibly a change (update) in a lib package. See this error report:
Same issue on Ubuntu Jammy Jellyfish 22.04 Beta 5.15.0-25-generic #25-Ubuntu SMP Gnome 42 System: Intel(R) Core(TM) i9-10900 CPU @ 2.80GHz, CometLake-S GT2 [UHD Graphics 630] Workaroud with --no-sandbox works.
Same issue on Kubuntu 22.04 LTS x86_64
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) [8241:0428/011336.872765:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye. Chrome_IOThread[8271] trap int3 ip:5637a021fc68 sp:7f31a0182320 error:0 in simplenote[56379fff0000+626b000] app-simplenote-eb17703a6a8541a199c387521da71481.scope: Consumed 3.188s CPU time.
Workaround 'works' on 5.17.5-76051705-generic Pop!_OS 22.04...
-no-sandbox works on ubuntu 22.04
I had the same error with the Linux Zoom client, and launching it with --no-sandbox
allows the program to run. No idea why though, but thanks for the workaround ;-)
Similar bug but for WordPress.com Desktop app: https://github.com/Automattic/wp-calypso/issues/62088
Can confirm this issue on Debian bookworm/sid with Gnome 42.2. The workaround described by @brajevicm works for me.
Able to reproduce on the following configuration:
Intel Core i5-4590T (2.00 GHz, quad-core) 8GB RAM Intel HD graphics 4600 (HSW GT2) Ubuntu 22.04.1 LTS + Gnome DE + 5.15.0-46-generic Simplenote: 2.21.0
Also can verify the --no-sandbox workaround resolves the error
Getting the same error on Linux Mint 21.0 (which is based on Ubuntu 22.04); on 20.3 (based on Ubuntu 20.04) I was not having this problem.
+1
Operating System: Ubuntu 22.04.1 LTS
Kernel: Linux 5.15.0-46-generic
plasmashell 5.24.6
Qt: 5.15.3
KDE Frameworks: 5.95.0
@brajevicm This workaround is still needed and also works on manjaro atm im typing this. Thnx a lot for pointing this out.
Thanks for the workaround. Same problem using Kubuntu 22.04 but adding --no-sandbox %U
helps.
Still the same issue on Fedora 36 XFCE. Workaround works.
Got the problem today, thanks for the workaround. Manjaro 22.0.0 Sikaris, KDE 5.98.0 / Plasma 5.25.5
no sandbox workaround is working fine so far. I am on Simplenote 2.21, and i have added simplenote -no-sandbox as my start up application in linux mint vanessa. However, i want it to get started headless. Any paramaters that i can pass to start it headless.
It is Electron issue, when Electron-libs don't match your system
--in-process-gpu
option helps as workaround.
Also --disable-gpu-sandbox
or --no-sandbox
helps too
Disabling sandbox is never a good option because, you know, it disables the sandbox where electron apps are supposed to run. --in-process-gpu
is probably a better solution
I can confirm that running Simplenote using /opt/Simplenote/simplenote --in-process-gpu
works fine on my Debian SID box. Thanks!
Confirming, I have simplenote 2.21.0-25251 installed on Mint 21 (Ubuntu 22.04 based) using apt and it won't launch. I edited the /usr/share/applications/simplenote.desktop file and added "--in-process-gpu" to it, which I agree is better than disabling the sandbox, and simplenote launches now. --no-sandbox works also but since both options work, might-as-well go with the safer one. This is strange that years later this problem still persists.
will this ever get fixed on manjaro? I have to use simplenote --no-sandbox
icon launcher won't launch it. KDE Plasma
Same fail on Debian Trixie Workaround ok
Same on Manjaro 23.1.0, Simplenote: 2.21.0. Using workaround, waiting for solution...
The latest version (2.22.1) upgraded a ton of dependencies and should have fixed issues such as this one. Please let us know if this is still a problem after updating!
Issue
Simplenote-linux-2.21.0-x86_64.rpm
Simplenote-linux-2.21.0-x86_64.AppImage
Expected
I expected the program to start
Observed
I made a fresh VM of Fedora 35 and tested the same rpm/appimage of Simplenote. I got the same results as this bug report. I don't know why mine is different or if it related.
Reproduced
Where did you see the bug