element-hq / element-desktop

A glossy Matrix collaboration client for desktop.
https://element.io
GNU Affero General Public License v3.0
1.16k stars 266 forks source link

Nightly GPU process crashes with nvidia driver version 560 #1865

Open fenris opened 2 months ago

fenris commented 2 months ago

Steps to reproduce

~> element-desktop-nightly /home/fenris/.config/Element-Nightly exists: yes /home/fenris/.config/Riot-Nightly exists: no Enabling Sentry with dsn=https://029a0eb289f942508ae0fb17935bd8c5@sentry.matrix.org/6 environment=nightly Starting auto update with base URL: https://packages.element.io/nightly/update/ Auto update not supported on this platform Fetching translation json for locale: en_EN Changing application language to en Fetching translation json for locale: en Resetting the UI components after locale change Resetting the UI components after locale change [8742:0906/123842.960188:ERROR:gpu_process_host.cc(1007)] GPU process exited unexpectedly: exit_code=139 [8742:0906/123843.315462:ERROR:gpu_process_host.cc(1007)] GPU process exited unexpectedly: exit_code=139 [8742:0906/123843.666801:ERROR:gpu_process_host.cc(1007)] GPU process exited unexpectedly: exit_code=139 [8742:0906/123844.036734:ERROR:gpu_process_host.cc(1007)] GPU process exited unexpectedly: exit_code=139 [8742:0906/123844.495683:ERROR:gpu_process_host.cc(1007)] GPU process exited unexpectedly: exit_code=139 [8742:0906/123845.018924:ERROR:gpu_process_host.cc(1007)] GPU process exited unexpectedly: exit_code=139

Outcome

What did you expect?

Open and view the app

What happened instead?

open the app but its blank

Operating system

Ubuntu

Application version

2024090501

How did you install the app?

nightly repository

Homeserver

ubuntu.com

Will you send logs?

Yes

dbkr commented 1 month ago

Well, I guess the GPU process is crashing... I'm not sure why that would be though. It doesn't sound like this is common: I guess a bug in Electron triggered by something about your system? Is it still happening?

fenris commented 1 month ago

thanks for your reply.

After a few trial and error, I discovered it might related to nvidia 560 issue with electron apps, once I reverted to nvidia 555.x , the nightly 2024092401 works fine.