LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid page fault (only on one computer)

I keep receving a whole set of invalid page fault errors when I try to open my VI.

It is strange because the VI works perfectly on another, less powerful, computer running the same OS (Win98) and same version of LV (6.1)

Does anyone have any advice?
0 Kudos
Message 1 of 4
(2,868 Views)
What all is in your code? Are you doing anything with ActiveX? Which module does the fault occuring in? This is possible a hardware issue at this point. It is possible that this could be cause by faulty memory. A page fault is generated when errors occur while moving pages in between your system memory and virtual memory. Is this a very large application? Try running other large programs (large Word or Powerpoint documents, etc.) to see if you can reproduce the page fault there. Are there any other VIs that will generate this same fault? What other software do you have on your system?

Just a few guiding questions that might help determine were this page fault is generated.
0 Kudos
Message 2 of 4
(2,868 Views)
Yep, the problem is deffinitely the 3D graph AcitiveX control. I get the same page fault errors when I attempt to merely place a 3D Surface, Parametric, or Curve graph on a completely new and empty VI. I just uninstalled and reinstalled the entire LabView Professional Development Suite to no avail... Any suggestions?
0 Kudos
Message 3 of 4
(2,868 Views)
OK, I got it figured out...
Just back off the hardware acceleration setting of the display adapter until the problem subsides.
0 Kudos
Message 4 of 4
(2,868 Views)