-
Notifications
You must be signed in to change notification settings - Fork 48
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 does not start when installed from robotology-full-installer-2020.02-win64 #354
yarpview does not start when installed from robotology-full-installer-2020.02-win64 #354
Comments
On my system, My suggestion is to rely on Free Windows VM and make use of VS2019 community release in case it is needed. |
Another possibility is to use Windows Sandbox. |
Using the sandbox approach I can confirm the problem exists. |
Does yarpscope start? |
I did not tried yarpscope, but I successfully used:
|
Since the iCubGui has the same issue, I'd say it's an opengl problem... |
Note that the iCub_SIM instead is working correctly. |
As Qt 5.14 is now relocatable (see https://www.qt.io/blog/qt-is-relocatable) it could perhaps make sense to wait for vcpkg to include Qt 5.14 (see microsoft/vcpkg#10009) and then test again. |
I tried with a vcpkg build from vcpkg tag 2020.01, but the problem is present also there. Probably our best hope is the new Qt 5.14 . |
The behaviour is the same even with the latest qt 5.14 installed from vcpkg. The only two GUIs in YARP affected by this are (as per @drdanz intuition) |
I debugged a bit this issue, and it was a bit complex due to the fact that To check, I substituted the Fix for existing installationsFor existing installation, installing the missing port of
solves the problem. Fix for the futureAdd |
@traversaro Sorry if I didn't mention this before, but for the next time the |
Actually I enabled them (both in my enviroment and uncommenting https://github.com/robotology/yarp/blob/8bc852eb80d463df96dff71a4be9dc2f7e01bae3/src/yarpview/src/main.cpp#L89), but for some reason they were not working, probably I was doing something wrong myself or the vcpkg build of Qt has some problems with those options. |
This could be something related to some old vcpkg dependency, or something else.
To investigate this it could be useful to:
The text was updated successfully, but these errors were encountered: