Closed weverton-reis closed 1 month ago
Hi,
can you try running flatpak override --user --env=GSK_RENDERER=gl net.nokyan.Resources
in your terminal and then try to run it again?
I am getting a similar issue on Ubuntu 24.10 using Wayland. The command above did not solve it, unfortunately. When running flatpak run net.nokyan.Resources
, I get the following error message: (resources:2): Gdk-WARNING **: 09:30:58.533: vkCreateWaylandSurfaceKHR(): A host memory allocation has failed. (VK_ERROR_OUT_OF_HOST_MEMORY) (-1)
. It seems like this bug patch didn't fix it on Wayland on Ubuntu, unfortunately. Let me know if you need any additional information!
Hi @nokyan , that solved the issue, thanks! Should be an easy fix to deploy then hopefully.
Hi @nokyan , that solved the issue, thanks! Should be an easy fix to deploy then hopefully.
Great! Though this seems to be an issue with Flatpak and/or GNOME, so Resources won't ship a fix for this. :)
@nokyan Thank you very much! It worked for me.
@nokyan Just wondering. Do you have any idea where I can report this so that the issue can be resolved without having to go through this workaround? Thanks for your help!
@nokyan Just wondering. Do you have any idea where I can report this so that the issue can be resolved without having to go through this workaround? Thanks for your help!
Sorry, I don't know where to report it to. :/
@nokyan Just wondering. Do you have any idea where I can report this so that the issue can be resolved without having to go through this workaround? Thanks for your help!
Sorry, I don't know where to report it to. :/
Apparently it was fixed with the latest Nvidia drivers 565 :D #368 I'll wait until it gets out of beta then everything should work fine.
Is there an existing issue for this?
Current Behavior
The flatpak version does not run on Wayland on Ubuntu 24.10. When I switch to x11 ubuntu xorg it runs normally.
This is the result when running it from the terminal using the command "flatpak run net.nokyan.Resources":
(resources:2): Gdk-WARNING **: 20:17:16.708: vkCreateWaylandSurfaceKHR(): A host memory allocation has failed. (VK_ERROR_OUT_OF_HOST_MEMORY) (-1)
Expected Behavior
Would it run normally in the same way as in x11.
Steps To Reproduce
Install via gnome software or run "flatpak install flathub net.nokyan.Resources" in the terminal;
Leave Ubuntu 24.10 in wayland;
Open the application via graphical interface or run the following command in the terminal "flatpak run net.nokyan.Resources".
Environment
Anything else?
No response