Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv cannot install cuda?

Hi, I am using opencv4.0 and cuda toolkit 10.0. debug version, x64 in visual studio; I installed the cuda to opencv using CMake and checking the WITH_CUDA, WITH_CUBLAS, BUILD_World, etc. that I learn from the tutorial(But not TBB); I installed it with no bug in CMake. However during the install in visual studio, there is a bug.

ERROR:class "cv::Formatter" has no member "FormatType"  opencv_world    C:\openCV_real\opencv\build_GPU\opencv2\core\operations.hpp 412

But when I use cuda::getCudaEnabledDeviceCount(),it still return 0;

how can I know if I installed opencv with cuda correctly? Can anyone send me the prebuilt opencv(withcuda) to me for figuring out the problems.

Here's mine properties in my project

Include:

C:\openCV_real\opencv\build_GPU\install\include;

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\include;

%(AdditionalIncludeDirectories)

Linker lib:

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\lib\x64;

C:\openCV_real\opencv\build_GPU\install\x64\vc15\lib;

%(AdditionalLibraryDirectories)

Linker input:

cudart.lib;opencv_world400d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)

and there are the output:


Gputest2.exe' (Win32): 'C:\Users\user\source\repos\gputest2\x64\Debug\gputest2.exe' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ntdll.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\kernel32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\KernelBase.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin\cudart64_100.dll' has been loaded. The built module has no symbols. Gputest2.exe' (Win32): 'C:\opencv\build\x64\vc14\bin\opencv_world400d.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\gdi32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\gdi32full.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvcp_win.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ucrtbase.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\user32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\win32u.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ole32.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\combase.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\rpcrt4.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\bcryptprimitives.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\sechost.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\oleaut32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\comdlg32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvcrt.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\SHCore.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\shlwapi.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\shell32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\cfgmgr32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\windows.storage.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\advapi32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\kernel.appcore.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\profapi.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\powrprof.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\fltLib.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvfw32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\avifil32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\avicap32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.17134.407_none_f94e16e330999300\comctl32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvcp140d.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\concrt140d.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\mfplat.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\mf.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\mfreadwrite.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\d3d11.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\vcruntime140d.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ucrtbased.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\winmm.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msacm32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\dxgi.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\winmmbase.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\mfcore.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\crypt32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msasn1.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ksuser.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\bcrypt.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\cryptbase.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\imm32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\RTWorkQ.dll' has been loaded. The symbol has been loaded. The 0x38ac thread ends with a return code of 0 (0x0). 0x2720 The thread ends with the return code -1073741510 (0xc000013a). 0x3c40 The thread ends with the return code -1073741510 (0xc000013a). 0x2310 The thread ends with the return code -1073741510 (0xc000013a). The 0xfec thread ends with the return code -1073741510 (0xc000013a). The '[10680] gputest2.exe' program ends with the return code -1073741510 (0xc000013a).

Please help...

opencv cannot install cuda?

Hi, I am using opencv4.0 and cuda toolkit 10.0. debug version, x64 in visual studio; studio 15 2017 community; I installed the cuda to opencv using CMake and checking the WITH_CUDA, WITH_CUBLAS, BUILD_World, etc. that I learn from the tutorial(But not TBB); I installed it with no bug in CMake. However during the install in visual studio, there is a bug.

ERROR:class "cv::Formatter" has no member "FormatType"  opencv_world    C:\openCV_real\opencv\build_GPU\opencv2\core\operations.hpp 412

But when I use cuda::getCudaEnabledDeviceCount(),it still return 0;

how can I know if I installed opencv with cuda correctly? Can anyone send me the prebuilt opencv(withcuda) to me for figuring out the problems.

Here's mine properties in my project

Include:

C:\openCV_real\opencv\build_GPU\install\include;

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\include;

%(AdditionalIncludeDirectories)

Linker lib:

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\lib\x64;

C:\openCV_real\opencv\build_GPU\install\x64\vc15\lib;

%(AdditionalLibraryDirectories)

Linker input:

cudart.lib;opencv_world400d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)

and there are the output:


Gputest2.exe' (Win32): 'C:\Users\user\source\repos\gputest2\x64\Debug\gputest2.exe' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ntdll.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\kernel32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\KernelBase.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin\cudart64_100.dll' has been loaded. The built module has no symbols. Gputest2.exe' (Win32): 'C:\opencv\build\x64\vc14\bin\opencv_world400d.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\gdi32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\gdi32full.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvcp_win.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ucrtbase.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\user32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\win32u.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ole32.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\combase.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\rpcrt4.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\bcryptprimitives.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\sechost.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\oleaut32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\comdlg32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvcrt.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\SHCore.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\shlwapi.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\shell32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\cfgmgr32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\windows.storage.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\advapi32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\kernel.appcore.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\profapi.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\powrprof.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\fltLib.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvfw32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\avifil32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\avicap32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.17134.407_none_f94e16e330999300\comctl32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvcp140d.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\concrt140d.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\mfplat.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\mf.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\mfreadwrite.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\d3d11.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\vcruntime140d.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ucrtbased.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\winmm.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msacm32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\dxgi.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\winmmbase.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\mfcore.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\crypt32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msasn1.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ksuser.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\bcrypt.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\cryptbase.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\imm32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\RTWorkQ.dll' has been loaded. The symbol has been loaded. The 0x38ac thread ends with a return code of 0 (0x0). 0x2720 The thread ends with the return code -1073741510 (0xc000013a). 0x3c40 The thread ends with the return code -1073741510 (0xc000013a). 0x2310 The thread ends with the return code -1073741510 (0xc000013a). The 0xfec thread ends with the return code -1073741510 (0xc000013a). The '[10680] gputest2.exe' program ends with the return code -1073741510 (0xc000013a).

Please help... help...

opencv cannot install cuda?

Hi, I am using opencv4.0 and cuda toolkit 10.0. debug version, x64 in visual studio 15 2017 community; professional; I installed the cuda to opencv using CMake and checking the WITH_CUDA, WITH_CUBLAS, BUILD_World, etc. that I learn from the tutorial(But not TBB); I installed it with no bug in CMake. However during the install in visual studio, there is a bug.

ERROR:class "cv::Formatter" has no member "FormatType"  opencv_world    C:\openCV_real\opencv\build_GPU\opencv2\core\operations.hpp 412

But when I use cuda::getCudaEnabledDeviceCount(),it still return 0;

how can I know if I installed opencv with cuda correctly? Can anyone send me the prebuilt opencv(withcuda) to me for figuring out the problems.

Here's mine properties in my project

Include:

C:\openCV_real\opencv\build_GPU\install\include;

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\include;

%(AdditionalIncludeDirectories)

Linker lib:

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\lib\x64;

C:\openCV_real\opencv\build_GPU\install\x64\vc15\lib;

%(AdditionalLibraryDirectories)

Linker input:

cudart.lib;opencv_world400d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)

and there are the output:


Gputest2.exe' (Win32): 'C:\Users\user\source\repos\gputest2\x64\Debug\gputest2.exe' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ntdll.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\kernel32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\KernelBase.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin\cudart64_100.dll' has been loaded. The built module has no symbols. Gputest2.exe' (Win32): 'C:\opencv\build\x64\vc14\bin\opencv_world400d.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\gdi32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\gdi32full.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvcp_win.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ucrtbase.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\user32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\win32u.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ole32.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\combase.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\rpcrt4.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\bcryptprimitives.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\sechost.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\oleaut32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\comdlg32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvcrt.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\SHCore.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\shlwapi.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\shell32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\cfgmgr32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\windows.storage.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\advapi32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\kernel.appcore.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\profapi.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\powrprof.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\fltLib.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvfw32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\avifil32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\avicap32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.17134.407_none_f94e16e330999300\comctl32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msvcp140d.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\concrt140d.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\mfplat.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\mf.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\mfreadwrite.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\d3d11.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\vcruntime140d.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ucrtbased.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\winmm.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msacm32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\dxgi.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\winmmbase.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\mfcore.dll' has been loaded. The PDB file could not be found or could not be opened. Gputest2.exe' (Win32): 'C:\Windows\System32\crypt32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\msasn1.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\ksuser.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\bcrypt.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\cryptbase.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\imm32.dll' has been loaded. The symbol has been loaded. Gputest2.exe' (Win32): 'C:\Windows\System32\RTWorkQ.dll' has been loaded. The symbol has been loaded. The 0x38ac thread ends with a return code of 0 (0x0). 0x2720 The thread ends with the return code -1073741510 (0xc000013a). 0x3c40 The thread ends with the return code -1073741510 (0xc000013a). 0x2310 The thread ends with the return code -1073741510 (0xc000013a). The 0xfec thread ends with the return code -1073741510 (0xc000013a). The '[10680] gputest2.exe' program ends with the return code -1073741510 (0xc000013a).

Please help...