Skip to content
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

QXcbConnection errors #120

Open
stonier opened this issue Jun 6, 2018 · 3 comments
Open

QXcbConnection errors #120

stonier opened this issue Jun 6, 2018 · 3 comments
Milestone

Comments

@stonier
Copy link
Collaborator

stonier commented Jun 6, 2018

When moving the mouse across any of the widgets in delphyne-gui I'm getting errors of the ilk:

[visualizer] [GUI] [Wrn] [Iface.cc:158] [QT] QXcbConnection: XCB error: 8 (BadMatch), sequence: 10770, resource id: 130023470, major code: 130 (Unknown), minor code: 3

Is anybody else seeing these?

TODO: check if I'm getting these on my work laptop / pc.

@stonier stonier added this to the Milestone 3 milestone Jun 6, 2018
@basicNew
Copy link

basicNew commented Jun 6, 2018

No, I'm not seeing that one. This is a typical output (tried hovering with the mouse on different widgets):

[andres@engel:~/OSRF/DrakeFrontEnd/delphyne_ws] delphyne-gazoo 
Running simulation for 80 seconds.
[visualizer] [GUI] [Wrn] [Iface.cc:158] [QT] QWidget::setMinimumSize: (RenderWidget/ignition::gui::Dock) Negative sizes (0,-1) are not possible
[visualizer] [GUI] [Wrn] [ColladaLoader.cc:2070] Triangle input semantic: 'COLOR' is currently not supported
[visualizer] [GUI] [Wrn] [Iface.cc:158] [QT] QWidget::setMinimumSize: (RenderWidget/ignition::gui::Dock) Negative sizes (0,-1) are not possible
[visualizer] [Msg] Visualizer 0.1.0
[visualizer] [GUI] [Msg] Applying stylesheet [:/style.qss]
[visualizer] [GUI] [Msg] Loading config [/home/andres/OSRF/DrakeFrontEnd/delphyne_ws/install/share/delphyne/layoutWithTeleop.config]
[visualizer] [GUI] [Msg] Loading plugin [RenderWidget]
[visualizer] [GUI] [Msg] Loading plugin [ignition-rendering0-ogre]
[visualizer] [GUI] [Msg] Loading plugin [TimePanel]
[visualizer] [GUI] [Msg] Loading plugin [TopicInterface]
[visualizer] [GUI] [Msg] Loading plugin [TopicsStats]
[visualizer] [GUI] [Msg] Loading plugin [TopicViewer]
[visualizer] [GUI] [Msg] Loading plugin [TeleopWidget]
[visualizer] [GUI] [Msg] Added plugin [RenderWidget] to main window
[visualizer] [GUI] [Msg] Added plugin [Time control] to main window
[visualizer] [GUI] [Msg] Added plugin [Scene tree] to main window
[visualizer] [GUI] [Msg] Added plugin [Topics stats] to main window
[visualizer] [GUI] [Msg] Added plugin [Topic viewer] to main window
[visualizer] [GUI] [Msg] Added plugin [TeleopWidget] to main window
[visualizer] [GUI] [Msg] Start Driving
[launcher.pyc] visualizer exited 0
Simulation ended
= Simulation stats ==========================
  Simulation runs: 1
  Simulation steps: 824
  Elapsed simulation time: 12.36s
  Elapsed real time: 12.347502005s
=============================================

@caguero
Copy link
Contributor

caguero commented Jun 6, 2018

I can reproduce it in a laptop with KUbuntu. It has a NVidia GPU with an Intel driver. It seems an X11 error captured and forwarded by Qt, and then, captured and forwarded by Ign Gui. It doesn’t happen if we don’t load the rendering window. Only happens when transitioning from one widget to another. @iche033 and I spent some time looking at it but we didn't find the source of the problem.

@hidmic
Copy link
Contributor

hidmic commented Jun 12, 2018

@caguero I'm able to reproduce it on a Docker container running Ubuntu Xenial 16.04 and using NVidia drivers (kernel 4.4.0-127, nvidia 384.130). Funny thing is that it happens only the first time I execute the visualizer. It also goes away as soon as I resize the window.

@stonier stonier modified the milestones: Milestone 3, ToDo Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants