-
Notifications
You must be signed in to change notification settings - Fork 19
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
X Error of failed request: BadWindow (invalid Window parameter) #445
Comments
I did a little research around stackoverflow and one answer mentioned that it could happen when the window id passed is not correct, which can be found here: |
Hi there, I get the exact same error output. I'm working with virtualenv. I tried with pyqt5, pyqt6, pyside6 (using I did several tests to understand if the issue is related to pyqt/pyside or qtpy or pyvista or pyvistaqt:
Here is an example that works. But if I uncomment
I wonder if it's related to my Qt installation, or Wayland. My config:
|
Additional information: The issue only occurs on Wayland. Running the problematic example on X11 works.
|
Same problem with Ubuntu 24.04 LTS which defaults to Wayland. |
Hi
I was trying the small example of pyvistaqt, namely
while I got error:
After checking line by line I found it happends after creating the instance plotter of BackgoundPlotter()
My system is Ubuntu 22.04.2 LTS, using python 3.10
The text was updated successfully, but these errors were encountered: