-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR_OUT_OF_HOST_MEMORY with Qt on Linux/Wayland #504
Comments
Seems specific to Wayland. |
I've been using wayland on Ubuntu 24.04 as my daily driving for the last few weeks at least. (Only integrated graphics, no Nvidia graphics card) I tried it in on Ubuntu 23.10 and it was pretty bad and I would see errors like the one you described above. So my hunch is that likely the some version in the graphics stack is too old. |
And to speicfy, we use the following conda packages for our wgpu/pygfx stack:
|
ps. i noticed that conda-forge qt6-wayland is likely broken recently, so maybe i'm not using "qt wayland" |
We track this in pygfx/rendercanvas#36 |
Relates to #470
Trying to use wgpu with PySide6 today, I get the following error:
Things work as expected with glfw. The error seems to be related to obtaining a surface id. A process that indeed goes a little different with the qt backend, because we seem unable to get the actual surface id of a qt widget. I don't yet understand why this is suddenly a problem. It worked fine some weeks ago.
The text was updated successfully, but these errors were encountered: