-
Notifications
You must be signed in to change notification settings - Fork 195
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
yarpview / yarpscope crash on WSL using Xming #2071
Comments
What are you using as X server? I encountered a similar problem(or maybe the same not sure) using Xming. The curious thing is that only the QML guis crashes. |
Yes - sorry I forgot to write: yarpmanager GUI works fine Yes I'm using xming (xming has been working for 2 years so far). I'll try a different xserver and see if it has the same behaviour |
@Nicogene thanks! I tried vsxsrv instead of xming and it doesn't have the same problem. yarpview is working. the latest version of vsxsrv seems to be doing everything that xming was doing so I can switch to it without any problems it seems. Thanks for pointing me in the right direction. If you want to close the issue go ahead. |
I'm glad that helped you 😄 I would like to know if Microsoft(maybe with WSL2) has decided a "canonical" X server provider. Otherwise it will be a mess to support WSL usage. |
I can confirm that I've found in my experience |
okay good to know, but |
Yep not free, right @arrenglover |
Update to this:
It seems possible to fix with a re-install of the graphics drivers, but I'm not sure exactly how that works WSL or for an X11 server. My guess is that some run-time library loaded by QLM related to the graphics is not the correct version. Any ideas? |
|
Some updates on this question. I have no problems running yarpview, etc on WSL. Even Gazebo runs super fast.
Please note that before updating the Nvidia Driver (it was <445.0) I had your same problem on WSL2. |
thanks @randaz81. I have recently tried with WSL again (1 & 2) and I am not having any problems either. It seems the problem has been fixed somewhere. 👍 I have basically the same set-up as you. |
Describe the bug
On start-up of yarpview or yarpscope there is a segmentation fault. The GUI attempts to open, it flashes on the screen.
To Reproduce
Expected behavior
yarpview/yarpscope should run and not crash.
Screenshots
Configuration (please complete the following information):
Windows subsystem for linux
Windows 10 Pro
Additional context
It seems like it is a problem with my system rather than YARP itself. The problem only started happening on Wednesday (I might have done some system updates, I'm not sure). If I roll back yarp to master (release before Wednesday) the problem still occurs. Has anyone had similar problems recently or in the past? Google didn't help me fix it ...
The text was updated successfully, but these errors were encountered: