Wierd Errors?
<div class="IPBDescription">What does this stuff mean?</div> Hey I was jsut trying to install something and I got 2 errors,
im running win xp
I recieved one windows error pop up box that said something like
NT on demand scanner network error or something like that
and then I got this
So what does this stuff mean?
Thanks
im running win xp
I recieved one windows error pop up box that said something like
NT on demand scanner network error or something like that
and then I got this
So what does this stuff mean?
Thanks
Comments
It's a programming thing.
Specifically what it means is that the program you were running was built in debugging mode and somehow it hit a condition that a programmer intentionally flagged as an impossibility.
If you had the sourcecode, that error tells you what "assertion" failed and where to find it.