KDAB / GammaRay

GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
https://www.kdab.com/gammaray
Other
1.63k stars 283 forks source link

Cannot launch GammaRay on Windows 10 #943

Closed Austin1511 closed 7 months ago

Austin1511 commented 10 months ago

I built the GammaRay successfully on Windows10, but when I launch the application I got the error showed in the image.

Snipaste_2024-02-01_16-43-58
mattkdab commented 9 months ago

@Austin1511 it's failing to load Qt dll's which probably means one of these two things:

  1. it's possible that the dll's and the exe were built with different toolchains (eg mingw and msvc) that result in different name mangling
  2. it's also possible that you have the wrong or multiple dll versions in your PATH
Waqar144 commented 7 months ago

seems duplicate of #959