FIRST Robotics Competition Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

FRC Driver Station errors

Solved!
Go to solution

I am building a custom FRC Driver Station compiuter. It is running Windows 2000 (don't ask; it works fine) and has all of the required FRC software. Problem is, I keep getting "Resource not found" errors every time the FRC Driver Station loads.

LabVIEW: Resource not found.

An error occurred loading VI IMAQ Clear Overlay

LabVIEW error code 3: Could not load front panel.

An error occurred loading VI WPI_CameraDecodeJPEGString.vi

LabVIEW error code 3: Could not load front panel.

I just installed the IMAQ driver (since I'm not using the full LabVIEW compiler/using Wind River C++ instead on another computer).

Am I missing anything?

Everything else seems to be working fine.

Thanks

R

0 Kudos
Message 1 of 2
(5,518 Views)
Solution
Accepted by topic author ricardo12458

You are missing the image processing support libraries and dll's.

It's protesting when it tries to start the Dashboard program with the video display from the camera.

You can either track down the missing dll's (located in c:\WINDOWS and I remember some the files from c:\Program Files\National Instruments are also required) to copy them from your development machine or just install the image processing components from the LV installation disk.

0 Kudos
Message 2 of 2
(3,176 Views)