You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have build the gammaray with Qt6.2.4 and tried to debug my project, But the remote view is not showing in the Quick scene. It is showing no remote view available. I have tried with multiple examples, but result was same.
Is there anything am I missing to configure?
Note: with Qt5.15 it is working fine.
Logs:
11:26:18: Starting D:\Project\MandM\Sample\build-GammaRay-Qt_6_2_4_mingw_64_temporary-Debug\bin\gammaray-launcher.exe...
Startup: gammaray-launcher
Qt Assistant not found in QT_INSTALL_BINS. Looking in standard Path next.
gammaray.qhc not found in "D:/Project/MandM/Sample/build-GammaRay-Qt_6_2_4_mingw_64_temporary-Debug/bin\\..//share/doc/GammaRay" - help not available
Detaching: D:/Project/MandM/Sample/build-GammaRay-Qt_6_2_4_mingw_64_temporary-Debug/bin/gammaray.exe --no-inprocess --probe qt6_2-GNU-x86_64d --listen tcp://127.0.0.1 D:/Project/MandM/Sample/build-ViewTransitionExample-Desktop_Qt_6_2_4_MinGW_64_bit-Debug/debug/ViewTransitionExample.exe
Working Directory: D:/Project/MandM/Sample/ViewTransitionExample
Detected ABI qt6_2-GNU-x86_64d, using ABI qt6_2-GNU-x86_64d.
11:26:49: D:\Project\MandM\Sample\build-GammaRay-Qt_6_2_4_mingw_64_temporary-Debug\bin\gammaray-launcher.exe exited with code 0
The text was updated successfully, but these errors were encountered:
Do you have the latest master? Can you show a screenshot of what the remove view shows? Can you try using the software / opengl backend for qt quick and see if it works(see QT_QUICK_BACKEND)?
After changing QT_QUICK_BACKEND to opengl there were no differences. But changing it to software the remote view is shown but all the visualize options are disabled. See the screenshot below.
Hello,
I have build the gammaray with Qt6.2.4 and tried to debug my project, But the remote view is not showing in the Quick scene. It is showing no remote view available. I have tried with multiple examples, but result was same.
Is there anything am I missing to configure?
Note: with Qt5.15 it is working fine.
Logs:
The text was updated successfully, but these errors were encountered: