Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\opengl32.dll'. Symbols loaded.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\glu32.dll'. Symbols loaded.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ddraw.dll'. Symbols loaded.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dciman32.dll'. Symbols loaded.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dwmapi.dll'. Symbols loaded.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\glew32.dll'. Module was built without symbols.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\imm32.dll'. Symbols loaded.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msctf.dll'. Symbols loaded.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nvinit.dll'. Cannot find or open the PDB file.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\_etoured.dll'. Cannot find or open the PDB file.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\Nvd3d9wrap.dll'. Cannot find or open the PDB file.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll'. Cannot find or open the PDB file.
Debug Assertion Failed!

Program: ...orporation\CUDA Samples\v6.0\bin\win32\Debug\cudaDecodeGL.exe
File: f:\dd\vctools\crt_bld\self_x86\crt\src\fopen.c
Line: 54

Expression: (file != NULL)


For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.

(Press Retry to debug the application)
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Symbols loaded.
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Symbols loaded.
'cudaDecodeGL.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\ole32.dll'
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Symbols loaded.
'cudaDecodeGL.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\ole32.dll'
'cudaDecodeGL.exe' (Win32): Loaded 'C:\Windows\SysWOW64\clbcatq.dll'. Symbols loaded.
The program '[3776] cudaDecodeGL.exe' has exited with code -1073740777 (0xc0000417).
Posted
Comments
Richard MacCutchan 23-Nov-14 11:41am    
Please show the line of code that caused the error.
Chethan Sharma1 23-Nov-14 22:44pm    
_VALIDATE_RETURN((file != NULL), EINVAL, NULL);


This is the line at which the error is occurring
Richard MacCutchan 24-Nov-14 4:13am    
And what is it supposed to be testing? Also what values should there be in that expression, and what values are the actual values at the time of the error?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900