Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

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

DPart1
Beginner
3,040 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
3,040 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

0 Kudos
Eriksson__Martin
Beginner
3,040 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.

0 Kudos
Reply