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
environment: win 11, qt 6.5.2, gammaray 3.1
issue: the application is built but when runned i get the following output message: class QString __cdecl GammaRay::ProbeABIDetector::qtCoreForProcess(unsigned __int64) const Error: snapshot != INVALID_HANDLE_VALUE failed: Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
from self test:
i also tried to run QTCreator with admin priveleges, added -DGAMMARAY_INSTALL_QT_LAYOUT:BOOL=ON and adding install to build command.
the following config-gammaray.h is built:
/* config-gammaray.h.cmake This file is part of GammaRay, the Qt application inspection and manipulation tool. SPDX-FileCopyrightText: 2011 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]> SPDX-License-Identifier: GPL-2.0-or-later Contact KDAB at <[email protected]> for commercial licensing options.*/
#if !defined(CONFIG_GAMMARAY_H)
#defineCONFIG_GAMMARAY_H
#defineGAMMARAY_INSTALL_QT_LAYOUT
#defineGAMMARAY_DEBUG_POSTFIX"d"// relative install dirs
#defineGAMMARAY_PLUGIN_INSTALL_DIR"plugins/gammaray"
#defineGAMMARAY_LIBEXEC_INSTALL_DIR"bin"
#defineGAMMARAY_BUNDLE_INSTALL_DIR""
#defineGAMMARAY_BIN_INSTALL_DIR"bin"
#defineGAMMARAY_PROBE_INSTALL_DIR"bin"
#defineGAMMARAY_TRANSLATION_INSTALL_DIR"translations"
#defineGAMMARAY_QCH_INSTALL_DIR"share/doc/GammaRay"
#defineGAMMARAY_TARGET_PLUGIN_INSTALL_DIR"plugins/gammaray-target"
#defineGAMMARAY_PLUGIN_VERSION"3.1"
#defineGAMMARAY_PROBE_ABI"qt6_5-MSVC-140-x86_64d"// relative inverse install dirs
#defineGAMMARAY_INVERSE_BUNDLE_DIR""
#defineGAMMARAY_INVERSE_BIN_DIR"../"
#defineGAMMARAY_INVERSE_LIB_DIR"../"
#defineGAMMARAY_INVERSE_PROBE_DIR"../"
#defineGAMMARAY_INVERSE_LIBEXEC_DIR"../"// probe name
#defineGAMMARAY_PROBE_BASENAME"gammaray_probe"// library ABI suffix, as used with >= Qt 5.14 on Android
#defineANDROID_ABI""// default network properties
#defineGAMMARAY_DEFAULT_LOCAL_ADDRESS"127.0.0.1"
#defineGAMMARAY_DEFAULT_LOCAL_TCP_URL"tcp://127.0.0.1"
#defineGAMMARAY_DEFAULT_ANY_ADDRESS"0.0.0.0"
#defineGAMMARAY_DEFAULT_ANY_TCP_URL"tcp://0.0.0.0"// build options
#defineHAVE_STDINT_H/* #undef HAVE_BACKTRACE *//* #undef HAVE_CXA_DEMANGLE */
#defineHAVE_QT_WIDGETS
#defineHAVE_QT_SCXML
#defineHAVE_QT_SVG
#defineHAVE_QT_DESIGNER/* #undef HAVE_SYNTAX_HIGHLIGHTING *//* #undef HAVE_ELF_H *//* #undef HAVE_SYS_ELF_H *//* #undef HAVE_ELF *//* #undef GAMMARAY_CORE_ONLY_LAUNCHER *//* #undef GAMMARAY_STATIC_PROBE *//* #undef GAMMARAY_DISABLE_FEEDBACK */
#defineQT_LIBINFIX""
#endif// CONFIG_GAMMARAY_H
The text was updated successfully, but these errors were encountered:
environment: win 11, qt 6.5.2, gammaray 3.1
issue: the application is built but when runned i get the following output message:
class QString __cdecl GammaRay::ProbeABIDetector::qtCoreForProcess(unsigned __int64) const Error: snapshot != INVALID_HANDLE_VALUE failed: Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
from self test:
i also tried to run QTCreator with admin priveleges, added -DGAMMARAY_INSTALL_QT_LAYOUT:BOOL=ON and adding install to build command.
the following config-gammaray.h is built:
The text was updated successfully, but these errors were encountered: