Skip to content
New issue

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

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

Already on GitHub? # to your account

Upgrade D3D12 Agility SDK to 1.615.0 #2055

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

MarijnS95
Copy link
Contributor

@MarijnS95
Copy link
Contributor Author

MarijnS95 commented Jan 31, 2025

On an "unrelated" sidenote, I had to change C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Launch-VsDevShell.ps1 on my system to call & 'C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat' instead of Enter-VsDevShell @params, because the latter kept complaining about:

Enter-VsDevShell: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Launch-VsDevShell.ps1:169:9
Line |
 169 |          Enter-VsDevShell @params
     |          ~~~~~~~~~~~~~~~~~~~~~~~~
     | Cannot process argument because the value of argument "name" is null. Change the value of argument "name" to a non-null value.

(With -Verbose or even just reading the code, it doesn't appear that @params ever receives a name argument so this must be some deeper internal error.)

I seem to be the first to hit this, online search results don't show any resolution. Since this command is loaded from a (probably closed?) .dll I have no idea how to further debug and fix this.

mikebattista
mikebattista previously approved these changes Feb 4, 2025
@mikebattista mikebattista merged commit 5a52717 into microsoft:main Feb 4, 2025
1 check passed
@mikebattista
Copy link
Collaborator

Thanks!

@MarijnS95 MarijnS95 deleted the d3d12-agility-1.615.0 branch February 4, 2025 21:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update win32metadata for AgilitySDK 1.615 release
2 participants