-
Notifications
You must be signed in to change notification settings - Fork 283
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
GammaRay: Failed to load: ..\gammaray\plugins\gammaray\3.0\qt6_5-GNU-x86_64d\gammaray_probed.dll #959
Comments
As suggested in #983, I've tried procmon to see where it is failing for me (cf. #960). In my case, gammaray_probed.dll can be found. It fails to access some paths within a target directory (cf. paths.cpp pluginPaths / addPluginPath), but I'm unsure if those are required:
After that, my application is started, bot no GammaRay window is shown. Attached is the full log 960 procmon.zip |
Here is the gammaray.exe process log listened by procmon PM-Logfile.zip Run program gammaray-launcher first,and launch a test qt program on the launch page Same as your comment:
|
Building the same sources with MSVC does result in a working GammaRay. |
I am currently also trying to use GammaRay in a Windows environment. I have already tried both Mingw and llvm-mingw, but neither has been able to successfully load probeDll, which seems to be a similar issue. Has there been any new progress or solutions to this problem since the last update? Environment:
Stuck at: Unable to use dlopen in the gdb/lldb command line to load probeDll at runtime. |
Successfully compile and run the launcher on Windows 10 using Qt6.5.3,but Attach failed.
The console has the following prompt:
There is no error reported on the Self Test page:
Use default cmake optionals
cmake -G Ninja -DCMAKE_INSTALL_PREFIX="H:/Downloads/gammaray" -DCMAKE_PREFIX_PATH="D:/Qt/6.5.3/mingw_64" ../
The system environment variable PATH setting:
The text was updated successfully, but these errors were encountered: