Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top