signum-network / phoenix

The official cross-platform wallet for the Signum Blockchain Platform
https://phoenix-wallet.rocks
GNU General Public License v3.0
97 stars 38 forks source link

AppImage won't start #974

Closed andi448 closed 4 years ago

andi448 commented 4 years ago

Describe the bug [6932:1118/104430.248080:FATAL:setuid_sandbox_host.cc(157)] 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_linux-B5Ybtg/chrome-sandbox is owned by root and has mode 4755. Trace/Breakpoint triggered

To Reproduce Steps to reproduce the behavior:

  1. download linux-phoenix-burst-wallet.1.0.0-beta.11.AppImage
  2. chmod +x it
  3. get the error, like written above

Expected behavior The app should be started.

Desktop (please complete the following information):

ohager commented 4 years ago

This is apparently not an issue with the wallet app itself (or electron), but something about privileges with Debian. Did you try to install the .deb version? The problem and potential solutions are described here https://github.com/electron/electron/issues/17972

andi448 commented 4 years ago

Strange thing is, another AppImage is working flawlessly. So it shouldn't be a general issue with electron.

No, I didn't, because I'd like to use the AppImage, but if there isn't a real solution, I will try the .deb.

ohager commented 4 years ago

The other App is an electron app, too? If yes, which one...so I could have a look at it.

ohager commented 4 years ago

you could try to run the AppImage with --no-sandbox In the meanwhile I'll checkout some possible fixes, like this

I don't have Debian running here...but will try to help you

andi448 commented 4 years ago

Yes, the other app is - as far as I know - electron, too: https://gitlab.com/NebulousLabs/Sia-UI

With the parameter --no-sandbox it's just throwing a few warnings:

(phoenix:18163): Gtk-WARNING **: 23:23:37.990: Theme parsing error: gtk.css:127:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

(phoenix:18163): Gtk-WARNING **: 23:23:37.990: Theme parsing error: gtk.css:128:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

(phoenix:18163): Gtk-WARNING **: 23:23:37.991: Theme parsing error: gtk.css:132:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version

But at least it starts and seems working.

ohager commented 4 years ago

Can I close this? @andi448