Question

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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top