-
Notifications
You must be signed in to change notification settings - Fork 46
Regressions of first flathub release compared to AppImage #6
Comments
Thank you very much for your feedback! Some of the issues are currently known and we are working to fix them.
At the moment, we do not plan to replace AppImage with Flatpak, so we can fix the issues while a more feature-complete distribution is around.
Which graphics card are you using? If your answer is NVIDIA, then the issue is tricky, you need to check if you have the NVIDIA proprietary driver portal system installed by examining the output of
As you can see, the items begin with
This is because the Flatpak version of Yuzu is built using FlatHub CI and their CI system forbids connecting to the Internet while building. Our current build system will fetch a compatibility list via the network during build time, so the compatibility list will be missing. We are currently working to fix this in a similar fashion as Citra did.
This is likely due to an interoperability issue with themes. Default themes are handled by the host system and will always match the colors and styles with the themes you are currently using on the host system.
This is likely due to the first issue you mentioned with unable to select Vulkan devices. I can't reproduce this issue on my device:
Again, the last two issues are probably the byproduct of the first one you mentioned. We need you to upload a copy of the log to verify the issue. |
Added my specs to the main post.
Found the culprit for that. mesa provides 2 ICD loaders for AMDGPU - radeon and lavapipe (lvp). Setting VK_ICD_FILENAMES to only include radeon will result in the Vulkan device selection of Yuzu being empty, and the crash. Leaving the VK_ICD_FILENAMES unset will make the device selection of Yuzu working as intended.
This issue is resolved while VK_ICD_FILENAMES is unset. Tested with mesa 21.1.1.
This issue remains and also applies to Vulkan, now that is boots and runs. Games start (Audio is playing, but the window turns fully transparent). Log still fills with
With both workarounds in place games boot and run as expected using OpenGL and Vulkan. |
Thanks for your investigation!
I am afraid this is not something I could workaround at the moment. I will however ask Flatpak folks for ideas (if they ever reply to my messages that is).
I have removed |
Sorry for the ping, are there any other issues since |
Hi @liushuyu, I've went on a testing spree yesterday with yuzu 667 and all games I own.
|
Thank you very much for your report! I also received some reports from other members of the community, I will document the findings here as well:
|
Is there a reason why Wayland is not working? Oh and please set this variable instead of removing the wayland socket: QT_QPA_PLATFORM=xcb |
Hi @iMonZ, can you please elaborate on this? From a Gnome LookingGlas point of view (ALT+F2 ->
Tested on Gnome 41.0 (wayland) and latest yuzu flatpak. This issue still shows once native Wayland (
|
Hi @liushuyu,
Thank you very much for pushing this flatpak. I've been running some tests with this first release on flathub.com.
Tested on:
Things I've noticed in direct comparison to the AppImage:
Qt: Session management error: None of the authentication protocols specified are supported
Unhandled SIGSEGV at rip 0x0055a5cfe49000
I'll continue testing to find the sources of these issues.
The text was updated successfully, but these errors were encountered: