Flathub - new update (Dec. 14th 2024) of runtime org.freedesktop.Platform/x86_64/23.08 massive bug

the Dec. 14th 2024 update of the runtime
org.freedesktop.Platform/x86_64/23.08
on flathub has a massive bug. all my dependent apps show significant errors since the update.
firefox, thunderbird and joplin crash at start and the other one, vivaldi, has severe rendering issues.

i managed to downgrade to the version of Oct. 29th 2024 and all my issues were resolved.

where should i report that bug?

anyone else affected?

edit:

only my desktop pc is affected (radeon r9 380).
on my laptop the update is working (ryzen 6600hs with radeon 660m).

as vivaldi starts but shows severe rendering issues and @coder-channel suggests to disable wayland-access, I suspect the problem being somewhere in the graphics stack…

2 Likes

Currently experiencing the same issue. Almost all of my apps installed through flatpak either display a black screen or crash on startup. Disabling the wayland permission and using X11 instead seems to work as a temporary fix for most apps. Though it doesn’t help with the Prism launcher.

2 Likes

I am experiencing the same on Kinoite. All of a sudden after update:

  • Logseq shows black square only
  • Thunderbird fails to launch, in safe mode it starts (and logs cannot connect to wayland)
  • Flatseal ends up wit SIGSEGV in gsj
  • Firefox (from Fedora, not a Flatpak) works fine

I am using the atomic flavor of Fedora:

â—Ź fedora:fedora/41/x86_64/kinoite
Version: 41.20241205.0 (2024-12-05T01:56:14Z)
BaseCommit: f303322c9cb291bf8dc14ce710c4ba30acfdb88b2222092c545e5d423e23d412

Downgrade of the runtime did not help though.

ID: org.freedesktop.Platform
Ref: runtime/org.freedesktop.Platform/x86_64/23.08
Architektura: x86_64
Větev: 23.08
Verze: freedesktop-sdk-23.08.25
Commit: 0a3508e2e09c748e207965e0c0e25a52e6ae77716230be986cbbfb4b29295eb5

Still digging…

1 Like

Ok, I found the bug Liza created - Freedesktop runtime update on Dec 14 causes apps to crash · Issue #5938 · flathub/flathub · GitHub

And in my case I had to downgrade all of the related runtimes:

org.freedesktop.Platform/x86_64/23.08
org.freedesktop.Platform.GL.default/x86_64/23.08
org.freedesktop.Platform.GL.default/x86_64/23.08-extra
org.freedesktop.Platform.ffmpeg-full/x86_64/23.08

1 Like

Two runtime updates were released today to fix a crash issue in mesa. Not sure if they’ve been pushed to Flathub yet, but I did get an update today.

1 Like

If you can’t wait for the update, I fixed it for me by rolling back the updates:
(assuming you have 23.08 and 24.08 installed)

flatpak update --commit=0a3508e2e09c748e207965e0c0e25a52e6ae77716230be986cbbfb4b29295eb5 org.freedesktop.Platform/x86_64/23.08
flatpak update --commit=4032cef5b0b698b46df684fc68527252cb7350f39bd90b25bb0c79766911de23 org.freedesktop.Platform/x86_64/24.08
flatpak update --commit=afab9552793880cc9b2adc9019ee89031d7c7c2dca87c7e0e94923e6fe3e1339 org.freedesktop.Sdk/x86_64/23.08
flatpak update --commit=c452562271263c5cf32cec693f20a99f77c0771d9a13f607991984e927f0a602 org.freedesktop.Sdk/x86_64/24.08
flatpak update --commit=0417ef24351ecbb9208216510d7190ce94aa483f812b713b9b00e4ff5987b968 org.freedesktop.Platform.GL.default/x86_64/23.08
flatpak update --commit=0afe3466c4abe98c6d77d6740f69fa18c9940e851176d3114903777f91469455 org.freedesktop.Platform.GL.default/x86_64/24.08
flatpak update --commit=d64b09e6ab6999efdda4a655853cfca8432335ff680d0072793433d957ee3921 org.freedesktop.Platform.GL.default/x86_64/23.08-extra
flatpak update --commit=10a5153b2b4aee357d43cecf7987ee972acd2d3d282b0f2e317c9caa4fd27c8c org.freedesktop.Platform.GL.default/x86_64/24.08extra

(if you want to get the commit hashes yourself, you can use commands like flatpak remote-info --log flathub org.freedesktop.Platform/x86_64/23.0. I chose the second newest ones)

1 Like