Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5217 Discussions

Vtune 2025.1 cannot start executable

SNena1
New Contributor I
493 Views

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 Kudos
1 Solution
SNena1
New Contributor I
401 Views

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

View solution in original post

4 Replies
yuzhang3_intel
Moderator
436 Views

Windows or Linux?

Could you provide more information when the error happened?

0 Kudos
SNena1
New Contributor I
433 Views

Windows.

0 Kudos
SNena1
New Contributor I
426 Views

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.

0 Kudos
SNena1
New Contributor I
402 Views

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

Reply