Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMD ROCm Windows Installation Error 215 #2363

Closed
TheBurntWaffl3 opened this issue Aug 3, 2023 · 18 comments
Closed

AMD ROCm Windows Installation Error 215 #2363

TheBurntWaffl3 opened this issue Aug 3, 2023 · 18 comments

Comments

@TheBurntWaffl3
Copy link

Near the end of the installation process for AMD HIP SDK Installer, the installation stops with general error 215. The computer has 6800xt with 5600 CPU, windows 10 x64 22H2. Would appreciate any help with this!

@saadrahim
Copy link
Member

Can you upload a screenshot?

Can you check if you have any files in C:\Program Files\AMD\ROCm?

@TheBurntWaffl3
Copy link
Author

TheBurntWaffl3 commented Aug 3, 2023

Screenshot (193)
Screenshot (192)
it seems I dont currently have an ROCm file in the AMD folder. Is this an issue?

@briansp2020
Copy link

Did you try removing all the previous driver files using AMD Cleanup Utility (https://www.amd.com/en/support/kb/faq/gpu-601) or DDU (https://www.guru3d.com/files-details/display-driver-uninstaller-download.html)
I think it's worth a try

@saadrahim
Copy link
Member

Please try the installation again and ensure to select the installation directory. Our install team suspects that may be the cause of the error.

Can you provide logs from C:\Program Files\AMD\CIM\Log? The Visual Studio plugin has logs at %temp% directory with the naming scheme of dd_setup_.log and dd_VSIXInstaller_.log

@TheBurntWaffl3
Copy link
Author

I attempted the AMD Cleanup Utility to no avail. Here are the logs from C:\Program Files\AMD\CIM\Log:
Install AMD Radeon USB LED Application 2023_08_03_15.47.33.log
Install AMD Settings 2023_08_03_15.47.03.log
Install AMD WVR64 2023_08_03_15.47.10.log
Install CCC Slim 2023_08_03_15.47.02.log
Install HIP SDK Core 2023_08_03_15.47.11.log
Install HIP SDK Libraries Development 2023_08_03_15.47.23.log
Install HIP SDK Libraries Runtime 2023_08_03_15.47.26.log
Install HIP SDK Ray Tracing Development 2023_08_03_15.47.32.log
Install HIP SDK Ray Tracing Runtime 2023_08_03_15.47.32.log
Install HIP SDK Runtime Compiler Development 2023_08_03_15.47.32.log
Install HIP SDK Runtime Compiler Runtime 2023_08_03_15.47.11.log
Install HIP SDK Visual Studio 2017 Plugin 2023_08_03_15.47.15.log
Install.log
Install.log_2023-8-3_15_51_44.log
SetupCD.txt
Uninstall AMD User Experience Program Installer 2310.23.02.720 2023_08_03_15.46.25.log
Uninstall HIP SDK Core 5.5.0 2023_08_03_15.46.31.log
Uninstall HIP SDK Libraries Development 5.5.0 2023_08_03_15.46.27.log
Uninstall HIP SDK Libraries Runtime 5.5.0 2023_08_03_15.46.25.log
Uninstall HIP SDK Ray Tracing Development 5.5.0 2023_08_03_15.46.25.log
Uninstall HIP SDK Ray Tracing Runtime 5.5.0 2023_08_03_15.46.25.log
Uninstall HIP SDK Runtime Compiler Development 5.5.0 2023_08_03_15.46.25.log
Uninstall HIP SDK Runtime Compiler Runtime 5.5.0 2023_08_03_15.46.33.log
Here are the logs for dd_setup:
dd_setup_20230803154718.log
dd_setup_20230803154718_errors.log
And the logs for dd_VSIXInstaller:
dd_VSIXInstaller_20230803154717_30d8.log
dd_VSIXInstaller_20230803154715_405c.log

@saadrahim
Copy link
Member

Thanks for the logs, I have let our install team know they are available.

@Jan-Huber
Copy link

I encountered the same error code during my installation.
It would be very helpful document the problem under:
https://www.amd.com/en/support/kb/faq/gpu-kb215

Sadly my logs are no longer available, because I chose the nuclear option:
My seecond installation attempt went smoothly on a fresh install of Windows 11 with the latest Visual Studio 2022

@TheBurntWaffl3
Copy link
Author

After updating my visual studio code it successfully installed, no further issue!

@scarsty
Copy link

scarsty commented Sep 4, 2023

I've got the same error. Only visual studio plugin is failed. Here is the log:
Install HIP SDK Visual Studio 2022 Plugin 2023_09_04_15.45.24.log

@jazzar-dev
Copy link

Did you find the solution for this error?

@hhfff
Copy link

hhfff commented Nov 10, 2023

I encountered the same error, successful installed after choose not to install visual studio plugin

@108806
Copy link

108806 commented Nov 25, 2023

Error 215, cleanup util did not help

@yanite
Copy link

yanite commented Dec 22, 2023

Error 215 , is reinstall it , fail
Reinstalling it separately HIPExtension2022.vsix can be successful.

@wdx04
Copy link

wdx04 commented Jan 22, 2024

Same here, Error 215 when installing with Vision Studio Plugin, Success when installing without Vision Studio Plugin

@jeus1609
Copy link

I had the visual studio community version installed

@VictoireWood
Copy link

Error 215 , is reinstall it , fail Reinstalling it separately HIPExtension2022.vsix can be successful.

How can I get the HIPExtension2022.vsix file?

@wdx04
Copy link

wdx04 commented May 29, 2024

Error 215 , is reinstall it , fail Reinstalling it separately HIPExtension2022.vsix can be successful.

How can I get the HIPExtension2022.vsix file?

You need an archiver that can handle MSI files, such as 7-zip.
Open the HIP SDK installer EXE with 7-zip, and extract the MSI file from Packages\Apps\ROCmSDKPackages\VisualStudioPlugin2022,
Then open the extracted MSI file with 7-zip, you can find a 'VisualStudio2022Install' file, extract that file and add a .vsix extension to it. Then double-click VisualStudio2022Install.vsix to install.

@VictoireWood
Copy link

Error 215 , is reinstall it , fail Reinstalling it separately HIPExtension2022.vsix can be successful.

How can I get the HIPExtension2022.vsix file?

You need an archiver that can handle MSI files, such as 7-zip. Open the HIP SDK installer EXE with 7-zip, and extract the MSI file from Packages\Apps\ROCmSDKPackages\VisualStudioPlugin2022, Then open the extracted MSI file with 7-zip, you can find a 'VisualStudio2022Install' file, extract that file and add a .vsix extension to it. Then double-click VisualStudio2022Install.vsix to install.

Holy crap, it works! Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests