Hi, I am encountering a problem in my program, the program can be built sucessfully, but if I try to run it, it pops up a window says "Unhandled exception at 0x77ad15de in akatsuki.exe: 0x0000087D: 0x87d."
And the related output message is:
[source lang="cpp"]D3D11: CORRUPTION: ID3D11DeviceContext::ClearRenderTargetView: First parameter is corrupt or NULL. [ MISCELLANEOUS CORRUPTION #13: CORRUPTED_PARAMETER1 ]First-chance exception at 0x7689b9bc in akatsuki.exe: 0x0000087D: 0x87d.Unhandled exception at 0x77ad15de in akatsuki.exe: 0x0000087D: 0x87d.[/source]
The related code to the "CelarRenderTargetView" is:
[source lang="cpp"] g_pImmediateContext->ClearRenderTargetView( g_pRenderTargetView, ClearColor );[/source]
I cannot see any problem here.
And the Visual Studio 2010 automatically opens a new tab with the title "xnamathmatrix.inl(Please see attach files)
Please help, thanks!
D3D11: CORRUPTION: ID3D11DeviceContext::ClearRenderTargetView: First parameter is corrupt or NULL.
Started by keiokrysha, Sep 13 2012 08:36 AM
2 replies to this topic
Ad:
#2 Members - Reputation: 345
Posted 14 September 2012 - 09:52 AM
Insert a breakpoint at the ClearRenderTargetView function line and run it. Does g_pRenderTargetView point to NULL?
If so, the render target wasn't created properly. Also make sure you're setting the render target beforehand.
If so, the render target wasn't created properly. Also make sure you're setting the render target beforehand.
Edited by Waaayoff, 14 September 2012 - 09:57 AM.
"Spending your life waiting for the messiah to come save the world is like waiting around for the straight piece to come in Tetris...even if it comes, by that time you've accumulated a mountain of shit so high that you're fucked no matter what you do. "






