basjak
basjak

Reputation: 93

CacheOverflowException at memory location 0x0039F318

every time I call to transform render target in direct 2D I get this message:

pRenderTarget->SetTransform(any_matrix_other_than_identity);

First-chance exception at 0x7612C42D in class window.exe: Microsoft C++ exception: CacheOverflowException at memory location 0x0039F318.

Upvotes: 0

Views: 1606

Answers (1)

Rick Brewster
Rick Brewster

Reputation: 3494

This is just an internal exception that's used for control flow. Add the exception to your ignore list.

Upvotes: 1

Related Questions