-
Notifications
You must be signed in to change notification settings - Fork 284
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
Process is not injecting to GammaRay with MingW #760
Comments
How did you build gammaray? Can you share the cmake command used to configure? |
Below is the output of Cmake running through QTCreator: __Running C:\Qt\Tools\CMake_64\bin\cmake.exe -S C:/Mahindra/GammaRay/GammaRay -B C:/Mahindra/GammaRay/build-GammaRay-Desktop_Qt_6_2_4_MinGW_64_bit-Release in C:\Mahindra\GammaRay\build-GammaRay-Desktop_Qt_6_2_4_MinGW_64_bit-Release. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- The following OPTIONAL packages have been found:
-- The following RECOMMENDED packages have been found:
-- The following REQUIRED packages have been found:
-- The following features have been disabled:
-- The following OPTIONAL packages have not been found:
-- The following RECOMMENDED packages have not been found:
-- Configuring done |
Not sure if it will make a difference but can you try to enable Besides that, can you use a debugger to see what's happening? Perhaps GammaRay is crashing or something else. |
Same here. The GammaRay built with Qt6 MinGW crashes when trying to attach a program. However, the GammaRay built with Qt6 MSVC 2019 works. CMake command I used is (using msvc command prompt):
A workaround has to be applied to avoid the qmllint issue, which is mentioned here: #781 Comment out qml_lint(mapview.qml) in GammaRay/plugins/positioning/CMakeLists.txt (line 49) |
seems duplicate of #959 |
Setup: Qt 6.2.4
Cmake: 3.24.2
I have took the latest GammaRay code and tried building with Mingw compiler. The build was successful. But When I tried running the Gammaray Launcher getting the below error:
Startup: gammaray-launcher
Qt Assistant not found in QT_INSTALL_BINS. Looking in standard Path next.
gammaray.qhc not found in "C:/Mahindra/GammaRay/build-GammaRay-Desktop_Qt_6_2_4_MinGW_64_bit-Debug/bin\..//share/doc/GammaRay" - help not available
Detaching: C:/Mahindra/GammaRay/build-GammaRay-Desktop_Qt_6_2_4_MinGW_64_bit-Debug/bin/gammaray.exe --no-inprocess --probe qt6_2-GNU-x86_64 --listen tcp://0.0.0.0 C:/Users/ZBHA1KOR/Desktop/build-test2-Desktop_Qt_6_2_4_MinGW_64_bit-Debug/HMI_Cluster_App.exe
Working Directory: C:/Users/ZBHA1KOR/Desktop/build-test2-Desktop_Qt_6_2_4_MinGW_64_bit-Debug
Do guide if I doing anything wrong here or any other additional setup or env paths need to be set for running the Gammaray Launcher. Thanks for the support in advance.
The text was updated successfully, but these errors were encountered: