solar icon indicating copy to clipboard operation
solar copied to clipboard

Blank screen starting on Fedora 35 using rpm 0.27.2

Open adhisimon opened this issue 2 years ago • 8 comments

Instalation package: rpm from latest release 0.27.2 System: Up-to-date Fedora 35 Beta

Behavior: Only show blue windows without any content

Command line dump:

$ io.solarwallet.app 
(electron) 'BrowserWindow.getDevToolsExtensions' is deprecated and will be removed. Please use 'session.getAllExtensions' instead.
No update available

adhisimon avatar Oct 19 '21 11:10 adhisimon

Hey there. Have you tried running Solar with the .AppImage, .snap or .deb package? I don't think that the error message about the dev tools is the reason for the blank screen.

ebma avatar Nov 02 '21 08:11 ebma

Same blank window on running it with AppImage.

$ ./Solar-Wallet-0.28.0.AppImage 
(electron) 'BrowserWindow.getDevToolsExtensions' is deprecated and will be removed. Please use 'session.getAllExtensions' instead.
No update available

adhisimon avatar Nov 03 '21 07:11 adhisimon

Confirming the same on Fedora 35 with 0.28 using AppImage

lig avatar Nov 16 '21 08:11 lig

Maybe updating the electron dependencies can fix this issue but this requires thorough testing so this might take some time.

ebma avatar Nov 18 '21 08:11 ebma

Same thing using Solar-Wallet-0.28.1.AppImage on Arch.

andrejcremoznik avatar Apr 03 '22 07:04 andrejcremoznik

Yes, I have the Blank blue screen too. Screenshot_20220511_022447 1

chopstar001 avatar May 10 '22 16:05 chopstar001

This is a sandbox-related bug in recent versions of Chromium (and thus inherited by Electron and other libs). Or rather in its usage by various applications (e.g. Teams on Linux and RStudio have the same issue).

To circumvent this issue, run the application like this (same works for other apps with this issue): solarwallet --no-sandbox

Of course, it would be nice if the solarwallet devs themselves fixed it, but in the meantime...

TheSHEEEP avatar May 30 '22 11:05 TheSHEEEP

I bumped the electron version and published some new build artifacts under the current release (0.28.1). Can you download and try e.g. the .AppImage again and tell me if you still have issues?

ebma avatar Jun 03 '22 16:06 ebma