-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Element-desktop won't launch on Ubuntu 21.10 (testing) #19169
Comments
i have a similar problem on ubuntu 21.10. i see a whit window, nothing else. element-desktop
|
This first one looks like a hard crash of the process: Our javascript can't crash the process, so there's usually something else amiss. Is your system setup to capture core dumps? If so, you can put the core dump into gdb and get a stack trace which might help us see the root cause. Some notes in https://jvns.ca/blog/2018/04/28/debugging-a-segfault-on-linux/ on how to do it. |
I suspect this is a different issue from the first as the trace looks different. |
Back-trace:
Valgrind output: https://drive.google.com/file/d/1A3y3nWaSx7uF3ZK2S-f_Q97HHe-NxAZg/view?usp=sharing P.S. the app version was updated to 1.9.0 via apt |
The relevant bit:
This is being tracked as a Ubuntu issue here: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1944468 From the issue, suggested workaround:
Closing the issue here as we can't do much about it. |
It launches with --disable-gpu-sandbox but it only shows a white window... |
🤔 Are there any/different logs from the white window mode? |
dunno how to make logs properly, this is what I see launching the app from my terminal:
|
Hrm, looks like we can update our Electron version as a fix so re-opening |
Please check if this is solved in tomorrow's nightly which will be based on Electron 13.5 which I believe contains a fix. |
I'd gladly check if I knew how to install that |
If you have setup our repo already, hopefully you can do |
yes, I can and I will |
Well, on element-nightly 2021093001 everything seems to be working. |
had an Element employee with this issue on Ubuntu 20, who managed to fix it like so:
|
Steps to reproduce
What happened?
What did you expect?
nothing much
What happened?
Operating system
Ubuntu 21.10
Application version
1.8.5
How did you install the app?
From your repositories (APT)
Homeserver
No response
Have you submitted a rageshake?
No
The text was updated successfully, but these errors were encountered: