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