문제

I keep getting this error in xbWatson after Unity-Xbox crashes:

Assertion failed: pDestination, file c:\program files (x86)\microsoft xbox 360 sdk\include\xbox\xnamathconvert.inl, line 7124 

Assuming I know almost nothing about c++, what does this error typically mean?

도움이 되었습니까?

해결책

The meaning of the error is that the programmer put in a check (called assertion) to see if everything was according to their expectations and that check failed. If you can figure out where pDestination is coming from (most likely have to guess based on its value), you might be able to do something about it -- cannot tell from the error itself

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top