Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4823 Discussions

Cannot start analysis because Image File Execution Options (IFEO) ...

DPart1
Beginner
875 Views

When I try to analyse my code using Inspector I get a messag that it can't start because IFEO is enabled, and that I should use GFlags to disable it.

HOW do I do that please?  I loaded GFlags and typed in the path name to the exceutable I want to analyse and here's what I see:

Gflags.jpg
 

What do I do next!??

Thanks, David

0 Kudos
2 Replies
DPart1
Beginner
875 Views

I looked in the registry and found that the following was set:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\deepskystacker.exe]
"GlobalFlag"="0x02000000"
"PageHeapFlags"="0x3"

Should I just delete these - do they relate to any Visual Studio settings?

David

Eriksson__Martin
Beginner
875 Views

I had this problem, the issue was that I had enabled Microsoft Application Verifier on the executable (and forgot about it). Removing the executable from app verifier fixed the issue.

Reply