Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

White Screen #435

Closed
Curve opened this issue Nov 10, 2021 · 18 comments
Closed

White Screen #435

Curve opened this issue Nov 10, 2021 · 18 comments
Labels
awaiting upstream Awaiting changes from maintainers of another project backend Something that needs to be changed in the backend bug Something isn't working known Something that we already know of linux Something that's specific to linux

Comments

@Curve
Copy link
Member

Curve commented Nov 10, 2021

Discussed in https://github.com/Soundux/Soundux/discussions/434

Originally posted by Janhu-Silvio November 10, 2021
Hallo
I'using Soundux version 0.2.7 on Ubuntu 20.04.3 LTS.
From terminal I've these messages:

janhu@janhu-pc:~$ **soundux**
[05:56:59] [success] Config read
[05:56:59] [success] LibWnck found - Icon support is enabled
[05:56:59] [message] PulseAudio is ready!
[05:56:59] [warning] Switch on connect found: 5
[05:57:00] [message] Using DISPLAY :0
**Received invalid message: 'NetworkProcess_ContinueWillSendRequest'**

And I see only a white screen :-(

what can i do?
Thank you all

@Curve Curve added bug Something isn't working backend Something that needs to be changed in the backend linux Something that's specific to linux known Something that we already know of labels Nov 10, 2021
@Curve
Copy link
Member Author

Curve commented Nov 10, 2021

This seems to be an issue with specific webkit2gtk versions, please try to use the flatpak instead.

I'm leaving this issue open so that we can find out what exactly causes this.

@Curve Curve changed the title white screen after start White Screen Nov 10, 2021
@Curve
Copy link
Member Author

Curve commented Nov 10, 2021

This will likely not be a problem in future versions as we are considering to switch to QtWebEngine instead of Webkit2Gtk, which seems to more stable.

@Curve Curve added the awaiting upstream Awaiting changes from maintainers of another project label Nov 10, 2021
@North-West-Wind
Copy link

North-West-Wind commented Apr 11, 2022

switch to QtWebEngine instead of Webkit2Gtk

Oh no!
Sincerely, a Gentoo user

That aside, I am also greeted with a white screen after compiling. Running with kernel 5.17.1-r1, GNOME 42, X11 and testing packages.

@Curve
Copy link
Member Author

Curve commented Apr 17, 2022

switch to QtWebEngine instead of Webkit2Gtk

Oh no!
Sincerely, a Gentoo user

That aside, I am also greeted with a white screen after compiling. Running with kernel 5.17.1-r1, GNOME 42, X11 and testing packages.

Try deleting ~/.local/share/mime/mime.cache or alternatively the whole mime folder

@davidawesome02
Copy link

I was able to fix my problem (came when I swapped graphics cards) by running update-mime-database ~/.local/share/mime which fixed it, I found it while looking into curve's answer.

@Curve
Copy link
Member Author

Curve commented May 15, 2022

I'll close this issue as it is more or less resolved and will not occur again with the QWebEngine as far as I'm aware.
However I'll pin this ^^

@Curve Curve closed this as completed May 15, 2022
@Curve Curve pinned this issue May 15, 2022
@sheeepdev
Copy link

Hello all, I tried all solutions in here but none of them work :(

@Curve
Copy link
Member Author

Curve commented May 22, 2022

Hello all, I tried all solutions in here but none of them work :(

What distro are you on and what installation method did you use?

@sheeepdev
Copy link

Hello all, I tried all solutions in here but none of them work :(

What distro are you on and what installation method did you use?

I am running Arch Linux and using the soundux aur package

@Curve
Copy link
Member Author

Curve commented May 24, 2022

Hello all, I tried all solutions in here but none of them work :(

What distro are you on and what installation method did you use?

I am running Arch Linux and using the soundux aur package

Me too, and deleting the mime cache did not help? That's strange, another thing you could do is to try the flatpak (just to see if that works)

@sheeepdev
Copy link

Hello all, I tried all solutions in here but none of them work :(

What distro are you on and what installation method did you use?

I am running Arch Linux and using the soundux aur package

Me too, and deleting the mime cache did not help? That's strange, another thing you could do is to try the flatpak (just to see if that works)

I tried like 3 times, but deleting mime cache didn't work. I'll try one more time, then I'm gonna go install flatpak.

@sheeepdev
Copy link

Update: Clearing mime cache didn't help, flatpak works and UI launches.

@Dieal
Copy link

Dieal commented May 30, 2022

Update: Clearing mime cache didn't help, flatpak works and UI launches.

I tried to install Soundux from AUR and Flatpak. With AUR I get an error trying to install with yay, with Flatpak I get a white screen instead :/

@sheeepdev
Copy link

sheeepdev commented May 30, 2022

Update: Just saw the comment from @Dieal and tried reinstalling from AUR, did not launch as expected (still white screen) at first but then I followed the notice:

==> WARNING: Currently there's a bug with the webkit2gtk version in Arch. If the window stays white try deleting ~/.local/share/mime/mime.cache, which did not work before

This time deleting the mime cache worked and I can see the UI. I don't know why it didnt work before.

As for @Dieal's issue I did not get any errors while reinstalling...

@Dieal
Copy link

Dieal commented Jun 4, 2022

I managed to fix it. When installing with yay I've always selected the first package, but you have to compile the soundux-git package.

@sheeepdev
Copy link

I managed to fix it. When installing with yay I've always selected the first package, but you have to compile the soundux-git package.

I used the normal soundux package and it worked as normal 🤷

@aidalgol
Copy link

aidalgol commented Aug 9, 2022

Setting the environment variable WEBKIT_DISABLE_COMPOSITING_MODE=1 resolves the blank window for me, running from a local build of master on NixOS. (Thanks to this comment on a Lutris issue.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting upstream Awaiting changes from maintainers of another project backend Something that needs to be changed in the backend bug Something isn't working known Something that we already know of linux Something that's specific to linux
Projects
None yet
Development

No branches or pull requests

7 participants
@aidalgol @Curve @North-West-Wind @Dieal @sheeepdev @davidawesome02 and others