Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5248 討論

Vtune 2025.1 cannot start executable

SNena1
新貢獻者 I
1,262 檢視

Hello,

Vtune 2025.1.3 fails to launch an executable, showing message box with 0xc0000142 error .

I can launch executable from command line no problem. Please help. This started happening after upgrading from 2025.0 to latest version of oneapi base toolkit .

 

Thanks.

Sergey.

0 積分
1 解決方案
SNena1
新貢獻者 I
1,170 檢視

I narrowed down the problem to the use of mi-malloc allocator. Updating to latest version of mimalloc fixes the issue.

在原始文章中檢視解決方案

4 回應
yuzhang3_intel
1,205 檢視

Windows or Linux?

Could you provide more information when the error happened?

SNena1
新貢獻者 I
1,202 檢視

Windows.

SNena1
新貢獻者 I
1,195 檢視

Error 0xc0000142 means " {DLL Initialization Failed} Initialization of the dynamic link library %hs failed. The process is terminating abnormally."  It looks like VTune messes up one of the dependency dlls which fails to load when I launch profiling.

SNena1
新貢獻者 I
1,171 檢視

I narrowed down the problem to the use of mi-malloc allocator. Updating to latest version of mimalloc fixes the issue.

回覆