LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error running a run-time application

,

 

I am building an application using Labview 8.0. Everything goes fine during the building process. However, when I start the application, I have this error:

 

Labview: resource not found

An error occurred loading VI ‘Details Display Dialog.vi’

Labview load error code 3: Could not load front panel.

 

I have the error a second time for the file ‘Three Button Dialog CORE.vi’.

 

I had the file ‘Details Display Dialog.vi’ from error.llb in my project just to test. I ensured it was included if referenced, and that the check was on at Remove Panel. Still the same error. I removed the check for this file. Same error.

 

Any idea on how to fix this?

 

Thank you

0 Kudos
Message 1 of 3
(2,805 Views)

Hi,

I made a very simple modification in my code, not related at all with my problem, and it shifted the problem somewhere else.

Now, when I start the application, it is asking for the path of: 

(Loading) <vilib>:\Utility\error.llb\Details Display Dialog.vi 

(Searching) C:\testpath\build\instr.lib.

Samething happens for Not Found Dialog.vi. I still have error 3 for Three Button Dialog CORE.vi. Things seems to get just worst...

Thanks for your help

alex

 

 

0 Kudos
Message 2 of 3
(2,799 Views)
What change did you make to your application that changed the behavior? Are you calling Details Display Dialog dynamically? If so, you will have to manually include it as a support file in your application. Did you make any changes to the subVI call using the Call Setup option?

Have you also checked the settings for Three Button Dialog and Three Button Dialog CORE.vi? The CORE vi should not have its front panel removed, as it will need to display it. LabVIEW should detect this automatically, since the subVI has dialog panel settings, but you should double check this. I was able to call this VI from an executable without difficulty, so this might somehow be related to the complexity of your build.

Jarrod S.
National Instruments
0 Kudos
Message 3 of 3
(2,785 Views)