Ubuntu Version: 25.04
Desktop Environment (if applicable): GNOME 48
Problem Description:
I installed flatpak following this guide https://flatpak.org/setup/Ubuntu
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
I rebooted.
I installed a few apps via the Software GUI.
zach@zach-desktop:~$ flatpak list
Name Application ID Version Branch Installation
ProtonUp-Qt net.davidotek.pupgui2 2.12.0 stable system
RPCS3 net.rpcs3.RPCS3 0.0.36-1-b8d1d7cd stable system
Mesa org.freedesktop.Platform.GL.default 25.0.3 24.08 system
Mesa (Extra) org.freedesktop.Platform.GL.default 25.0.3 24.08extra system
Intel VAAPI driver org.freedesktop.Platform.VAAPI.Intel 24.08 system
FFmpeg extension with extra codecs org.freedesktop.Platform.ffmpeg-full 24.08 system
openh264 org.freedesktop.Platform.openh264 2.5.1 2.5.1 system
Yaru-dark Gtk Theme org.gtk.Gtk3theme.Yaru-dark 3.22 system
KDE Application Platform org.kde.Platform 6.8 system
KDE Application Platform org.kde.Platform 6.9 system
Whenever I try to launch them I get the following error:
Unable to allocate instance id
zach@zach-desktop:~$ flatpak run net.davidotek.pupgui2
error: Unable to allocate instance id
A more verbose output:
zach@zach-desktop:~$ flatpak run --verbose net.davidotek.pupgui2
F: No installations directory in /etc/flatpak/installations.d. Skipping
F: Opening system flatpak installation at path /var/lib/flatpak
F: Opening user flatpak installation at path /home/zach/.local/share/flatpak
F: Opening user flatpak installation at path /home/zach/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: Skipping parental controls check for app/net.davidotek.pupgui2/x86_64/stable since parental controls are disabled globally
F: Opening user flatpak installation at path /home/zach/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: /var/lib/flatpak/runtime/org.kde.Platform/x86_64/6.8/5a2cd6ab96a55760bb957364e61b018e0ffb08dea80519711c317364e5574fa7/files/lib32 does not exist
error: Unable to allocate instance id
zach@zach-desktop:~$ flatpak run --verbose net.rpcs3.RPCS3
F: No installations directory in /etc/flatpak/installations.d. Skipping
F: Opening system flatpak installation at path /var/lib/flatpak
F: Opening user flatpak installation at path /home/zach/.local/share/flatpak
F: Opening user flatpak installation at path /home/zach/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: Skipping parental controls check for app/net.rpcs3.RPCS3/x86_64/stable since parental controls are disabled globally
F: Opening user flatpak installation at path /home/zach/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: /var/lib/flatpak/runtime/org.kde.Platform/x86_64/6.9/25f4e90265bbf21753ddf9b5926061cd3f5c40e9298bffbc7121d041e2457d10/files/lib32 does not exist
error: Unable to allocate instance id
Directory Permissions:
drwx------ 4 zach zach 4096 Apr 21 12:15 /home/zach/.local/share/flatpak
drwxr-xr-x 7 root root 4096 Apr 21 13:52 /var/lib/flatpak
Relevant System Information:
System Details Report
Report details
- Date generated: 2025-04-21 13:34:26
Hardware Information:
- Hardware Model: ASRock B560M Pro4
- Memory: 64.0 GiB
- Processor: 11th Gen Intel® Core™ i9-11900K × 16
- Graphics: AMD Radeon™ Graphics (RX 9070 XT)
- Graphics 1: Intel® Graphics (RKL GT1)
- Disk Capacity: 27.0 TB
Software Information:
- Firmware Version: P2.30
- OS Name: Ubuntu 25.04
- OS Build: (null)
- OS Type: 64-bit
- GNOME Version: 48
- Windowing System: Wayland
- Kernel Version: Linux 6.14.0-061400-generic
What I’ve Tried:
I have tried completely uninstalling flatpak:
flatpak uninstall --all
sudo apt purge --autoremove flatpak
Rebooting, then reinstalling flatpak:
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
I have tried repairing the flatpaks:
zach@zach-desktop:~$ sudo flatpak repair
[sudo] password for zach:
Working on the system installation at /var/lib/flatpak
[25/25] Verifying flathub:runtime/org.kde.Platform/x86_64/6.8…
Checking remotes...
Pruning objects
I have tried rebooting many times as the only topics I could find online with the same error message seemed to have their problems fixed after a simple reboot.
I have tried disabling wayland and rebooting, but get the same result.