oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.
1285 Discussions

Installation of component has failed. Error: Sequence execution failed

runov
Employee
1,420 Views

Hello,

I am trying to install oneAPI Base Toolkit 2023 on Windows 10 with MS VS 2022 where one API 2022 version was installed before.

Update from launcher (accessible from Windows add/remove programs) didnt work. Then 2022 version was uninstalled. After that tried to install 2023 version from online/offline installers, it always fails with error:

Component id: intel.oneapi.win.dpcpp_ct.vs2022, name: Intel® DPC++ Compatibility Tool, version: 2023.0.0-25547.
Error: Sequence execution failed.

Is it known issue? How it could be resolved?

 

Update: I re-installed MS VS 2022 and then tried oneAPI Base Toolkit 2023: the same problem.

As for HW/SW build - I use our corporate built laptop.

 

Update 2:  After selected "custom install" and disabled compatibility tool and GDB distribution (which disabled dpc++ compiler) - all packages installed properly.

 

So the question is: how to install GDB distribution component with dpc++ compiler? Updated log attached.

 

Update 3: https://community.intel.com/t5/oneAPI-Registration-Download/Re-oneAPI-installation-problem-2022-2-3/td-p/1370387 recipe looks help - it doesnt add Intel C++ compiler as default into MS VS 2022 IDE, but dpcpp examples which I needed to explore works.

0 Kudos
1 Solution
runov
Employee
1,341 Views

Hi Soumya,

 

After "Update 3" fix Intel C++ compiler was not registered in MS VS 2022, so all oneAPI sycl examples I interested to run had a compfail.

 

To fix it I did:
1) Uninstall oneAPI Base toolkit 2023 (which had VS integration issue)

2) Uninstall both MS VS 2022 and VS Installer

3) Installed MS VS 2022 with C++ support

4) When installing oneAPI Base toolkit 2023 I selected custom installation and disabled "Compatibility Tool", "Distribution for GDB" and "DPC++/C++ Compiler" - they had a conflict with  Microsoft.VisualStudio.Setup.Configuration.Native.dll.  All other components of oneAPI was installed properly w/o issues, MS VS 2022 properly shows them

5) To install missed components I unregistered Microsoft.VisualStudio.Setup.Configuration.Native.dll as it was advised and installed them via oneAPI installer' Modify - Add/Remove components. They was installed from oneAPI installer POV but didnt appear in MS VS 2022 IDE

6) register  Microsoft.VisualStudio.Setup.Configuration.Native.dll back

7) In oneAPI installer chose Modify / Repair

 

Only after that Intel C++ compiler toolset appeared in MS VS 2022 IDE and oneAPI examples work from VS.

No issues observed so far.

 

Here is "Copy Info" from MS VS:

 

Microsoft Visual Studio Professional 2022
Version 17.5.1
VisualStudio.17.Release/17.5.1+33424.131
Microsoft .NET Framework
Version 4.8.04084

Installed Version: Professional

Visual C++ 2022 00483-10050-36241-AA297
Microsoft Visual C++ 2022

ASP.NET and Web Tools 17.5.317.37931
ASP.NET and Web Tools

Azure App Service Tools v3.0.0 17.5.317.37931
Azure App Service Tools v3.0.0

C# Tools 4.5.0-6.23123.11+271ccd71554f7d28d2f90551aafd0bdeb5d327aa
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Intel Libraries for oneAPI Package ID: w_oneAPI_2023.0.0.25839
Intel Libraries for oneAPI – toolkit version: 2023.0.0, extension version 23.0.0.17, Package ID: w_oneAPI_2023.0.0.25839, Copyright © 2019-2022 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® C++ Compiler Package ID: w_oneAPI_2023.0.0.25839
Intel® C++ Compiler – toolkit version: 2023.0.0, extension version 23.0.17, Package ID: w_oneAPI_2023.0.0.25839, Copyright © 2002-2022 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® oneAPI DPC++ Compiler Package ID: w_oneAPI_2023.0.0.25839
Intel® oneAPI DPC++ Compiler – toolkit version: 2023.0.0, extension version 23.0.0.17, Package ID: w_oneAPI_2023.0.0.25839, Copyright © 2019-2022 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® oneAPI Menu & Samples 10.10.392.9731
Intel® oneAPI Visual Studio Menu & Samples Extension

Intel® VTune™ Profiler 2023 1.3.3
Intel® VTune™ Profiler 2023, (build 1.3.3), Copyright © 2009-2022 Intel Corporation. All rights reserved.

Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

NuGet Package Manager 6.5.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/

Test Adapter for Boost.Test 1.0
Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.

Test Adapter for Google Test 1.0
Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.

TypeScript Tools 17.0.20105.2003
TypeScript Tools for Microsoft Visual Studio

Visual Basic Tools 4.5.0-6.23123.11+271ccd71554f7d28d2f90551aafd0bdeb5d327aa
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual Studio IntelliCode 2.2
AI-assisted development for Visual Studio.

View solution in original post

3 Replies
Soumya_M_Intel
Moderator
1,350 Views

Hi runov,


Thanks for posting your concern on the thread and sharing updates on the matter. Appreciate you sharing the log with us as well. We have checked on them. However, kindly let us know the below details as they will allow us to understand the current situation better.


  • A summary on the current issues that you are facing.
  • Referring to the last update (Update 3), does the integration issue between the Intel® C++ Compiler and Visual Studio 2022 still persists? By 'default' had you meant that you were able to manually integrate it?
  • Did you go through all the steps (in the mention order) from the below link? Were all the steps completed successfully?
  • A copy of the Info (using 'Copy Info') from 'About' of the Help section of Visual Studio.


Looking forward to your update.


Regards,

Soumya


0 Kudos
runov
Employee
1,342 Views

Hi Soumya,

 

After "Update 3" fix Intel C++ compiler was not registered in MS VS 2022, so all oneAPI sycl examples I interested to run had a compfail.

 

To fix it I did:
1) Uninstall oneAPI Base toolkit 2023 (which had VS integration issue)

2) Uninstall both MS VS 2022 and VS Installer

3) Installed MS VS 2022 with C++ support

4) When installing oneAPI Base toolkit 2023 I selected custom installation and disabled "Compatibility Tool", "Distribution for GDB" and "DPC++/C++ Compiler" - they had a conflict with  Microsoft.VisualStudio.Setup.Configuration.Native.dll.  All other components of oneAPI was installed properly w/o issues, MS VS 2022 properly shows them

5) To install missed components I unregistered Microsoft.VisualStudio.Setup.Configuration.Native.dll as it was advised and installed them via oneAPI installer' Modify - Add/Remove components. They was installed from oneAPI installer POV but didnt appear in MS VS 2022 IDE

6) register  Microsoft.VisualStudio.Setup.Configuration.Native.dll back

7) In oneAPI installer chose Modify / Repair

 

Only after that Intel C++ compiler toolset appeared in MS VS 2022 IDE and oneAPI examples work from VS.

No issues observed so far.

 

Here is "Copy Info" from MS VS:

 

Microsoft Visual Studio Professional 2022
Version 17.5.1
VisualStudio.17.Release/17.5.1+33424.131
Microsoft .NET Framework
Version 4.8.04084

Installed Version: Professional

Visual C++ 2022 00483-10050-36241-AA297
Microsoft Visual C++ 2022

ASP.NET and Web Tools 17.5.317.37931
ASP.NET and Web Tools

Azure App Service Tools v3.0.0 17.5.317.37931
Azure App Service Tools v3.0.0

C# Tools 4.5.0-6.23123.11+271ccd71554f7d28d2f90551aafd0bdeb5d327aa
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Intel Libraries for oneAPI Package ID: w_oneAPI_2023.0.0.25839
Intel Libraries for oneAPI – toolkit version: 2023.0.0, extension version 23.0.0.17, Package ID: w_oneAPI_2023.0.0.25839, Copyright © 2019-2022 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® C++ Compiler Package ID: w_oneAPI_2023.0.0.25839
Intel® C++ Compiler – toolkit version: 2023.0.0, extension version 23.0.17, Package ID: w_oneAPI_2023.0.0.25839, Copyright © 2002-2022 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® oneAPI DPC++ Compiler Package ID: w_oneAPI_2023.0.0.25839
Intel® oneAPI DPC++ Compiler – toolkit version: 2023.0.0, extension version 23.0.0.17, Package ID: w_oneAPI_2023.0.0.25839, Copyright © 2019-2022 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.

Intel® oneAPI Menu & Samples 10.10.392.9731
Intel® oneAPI Visual Studio Menu & Samples Extension

Intel® VTune™ Profiler 2023 1.3.3
Intel® VTune™ Profiler 2023, (build 1.3.3), Copyright © 2009-2022 Intel Corporation. All rights reserved.

Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

NuGet Package Manager 6.5.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/

Test Adapter for Boost.Test 1.0
Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.

Test Adapter for Google Test 1.0
Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.

TypeScript Tools 17.0.20105.2003
TypeScript Tools for Microsoft Visual Studio

Visual Basic Tools 4.5.0-6.23123.11+271ccd71554f7d28d2f90551aafd0bdeb5d327aa
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual Studio IntelliCode 2.2
AI-assisted development for Visual Studio.

Soumya_M_Intel
Moderator
1,310 Views

Hi runov,


Thanks for the update. We sincerely appreciate all the details that you have shared on the progress. Based on the steps taken, shared info and your update, the integration seems to be properly working.


Proceeding further we are closing this thread. However, if you need any additional information or have any further concerns regarding the integration then please feel free to post a new question as this thread will no longer be monitored by Intel®.


Regards,

Soumya


0 Kudos
Reply