-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
raytracing sample hlsl compile fail #657
Comments
finally, i got this fixed; |
I have the same problem. |
Me too. Visual studio 2019 + Win 10. Microsoft Visual Studio Professional 2019 Installed Version: Professional Visual C++ 2019 00435-60000-00000-AA133 ASP.NET and Web Tools 2019 16.7.532.28833 Azure App Service Tools v3.0.0 16.7.532.28833 C# Tools 3.7.0-6.20459.4+7ee7c540e3bf19765695b1331c946ddf986d1516 Common Azure Tools 1.10 Cookiecutter 16.7.20248.6 IntelliCode Extension 1.0 Microsoft Azure Tools 2.9 Microsoft JVM Debugger 1.0 Microsoft MI-Based Debugger 1.0 Microsoft Visual C++ Wizards 1.0 Microsoft Visual Studio VC Package 1.0 NuGet Package Manager 5.7.0 ProjectServicesPackage Extension 1.0 Python 16.7.20248.6 Python - Conda support 16.7.20248.6 Python - Django support 16.7.20248.6 Python - IronPython support 16.7.20248.6 Python - Profiling support 16.7.20248.6 Test Adapter for Boost.Test 1.0 Test Adapter for Google Test 1.0 TypeScript Tools 16.0.20702.2001 Visual Basic Tools 3.7.0-6.20459.4+7ee7c540e3bf19765695b1331c946ddf986d1516 Visual Studio Code Debug Adapter Host Package 1.0 Visual Studio Tools for CMake 1.0 |
@toughbro You save my life! Thanks bro! |
This was fixed in VS 2019 (16.8) |
1> Environment Variables passed to tool: 1> TRACKER_CONSOLEPAGE=65001 1> C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x86\dxc.exe /nologo /T lib_6_3 /Fh "obj\x64\Debug\\CompiledShaders\Raytracing.hlsl.h" /Fo "bin\x64\Debug\Raytracing.cso" /Vn "g_pRaytracing" /Od /Zi Raytracing.hlsl 1> Tracking command: 1> C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Tracker.exe /d "C:\Program Files (x86)\MSBuild\15.0\FileTracker\FileTracker32.dll" /i D:\dev\github\DirectX-Graphics-Samples\Samples\Desktop\D3D12Raytracing\src\D3D12RaytracingHelloWorld\obj\x64\Debug\D3D12Ray.5018F6A3.tlog /r D:\DEV\GITHUB\DIRECTX-GRAPHICS-SAMPLES\SAMPLES\DESKTOP\D3D12RAYTRACING\SRC\D3D12RAYTRACINGHELLOWORLD\RAYTRACING.HLSL /b MSBuildConsole_CancelEvent4eeb68d187cd46a1b81015d545bb1371 /c "C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x86\dxc.exe" /nologo /T lib_6_3 /Fh "obj\x64\Debug\\CompiledShaders\Raytracing.hlsl.h" /Fo "bin\x64\Debug\Raytracing.cso" /Vn "g_pRaytracing" /Od /Zi Raytracing.hlsl 1> C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(1532,5): error MSB6006: "dxc.exe" exited with code -1073741819.
can't get what does the error code means.
anyone can help?
thx
The text was updated successfully, but these errors were encountered: