mymonero / mymonero-app-js

The JS codebase for the MyMonero desktop apps
BSD 3-Clause "New" or "Revised" License
530 stars 156 forks source link

mymonero doesn't start at least at devuan 3 #448

Open Feuerkl1nge opened 2 years ago

Feuerkl1nge commented 2 years ago

v1.2.3 appimage doesn't start on devuan 3 beowulf anymore. v1.2.1 and older does work correctly on exactly the same system without changes on it. The only thing I can describe for now is that I watch at the task manager and the entry disappears after few seconds. Please look at it. I'm curious that nobody else have reported that yet.

Feuerkl1nge commented 2 years ago

Still present in v1.2.4 Issue may also apply at debian 10/11 since devuan very similar.

devinpearson commented 2 years ago

Ive tested it on debian 11 via snapcraft and its opening correctly. there is an error message in the console that's likely causing an issue on devuan.

We will look at clearing that up this month

Feuerkl1nge commented 2 years ago

mymonero didn't yet fix it in 1.2.5 just the information in case you assume the opposite

JohanPy commented 2 years ago

Still crash in 1.2.7 The message said : The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_MyMoneWM6KhR/chrome-sandbox is owned by root and has mode 4755.

This workaround works for me : MyMonero-1.2.7.AppImage --no-sandbox

Another workaround : sudo sysctl kernel.unprivileged_userns_clone=1

I found that information here : https://github.com/electron/electron/issues/17972