LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application error

What would be reason for this kind of error message:

Application error. Unknown SW exception (0xC0000008) occurred at location
0x77f89041.

I didn't find any glue in NI-Web-pages.
0 Kudos
Message 1 of 2
(2,474 Views)
Petri Moisio wrote:

> What would be reason for this kind of error message:
>
> Application error. Unknown SW exception (0xC0000008) occurred at location
> 0x77f89041.
>
> I didn't find any glue in NI-Web-pages.

It's unlikely that you will find anything about this on the NI pages.

An exception is basically saying that an error occured. some of these can
be taken care of by an exception (error) handler. This one indicates that
the error (the 0xC00 part) is unknown and the program could not continue.
The "at location 0x77......" is the location of the program in memory where
it
happened.

If it can be recreated then you have a better chance of finding it.
If it does not occur very often then it probably can be ignored.

You dont say if this is a LabVIEW program or no
t.
If it is one you have written you might try to debug it.
Kevin Kent
0 Kudos
Message 2 of 2
(2,474 Views)