LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with general error handler.vi

Hi everybody,

I'm working with LabVIEW 8 on a real time application and I've a big problem. I hope you can help me.
An error dialog appears when I open my real time project and then my vi's. It says: "LabVIEW: Resource not found. The file 'General Eror Handler.vi' is not a valid LabVIEW file."

Have you a solution without re-installing LabVIEW???

Since I've encountered this problem my LabVIEW crashes frequently but I don't know if the things are related.

Please, I need your help.

Thanks in advance.

Luca.

0 Kudos
Message 1 of 3
(2,644 Views)
Try dropping the GEH in an empty VI. You should be able to find it in the Dialog & User Interface palette. If you have a problem there the VI is probably corrupt.
 
You can try reparing your LabVIEW install by putting the CD into the PC.
 
You can also try finding the VI itself in the CD (it might be in a CAB file) and copying it to where it needs to be. You will probably need the entire LLB (it's called vi.lib\Utility\error.llb). If you this, make sure you mass compile the LLB after copying it.

___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(2,636 Views)
Thank you very much!

I've solved the problem by replacing the error.llb file and mass compiling it.
Now everything is ok and LabVIEW works perfectly.

Best Regards.

Luca.
0 Kudos
Message 3 of 3
(2,625 Views)