LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview 8.5 executable won't run on Runtime Machines

Created an .exe from my Labview Project TS_playback.lvproj.  I am running Labview 8.5.  Target computers have Runtime Engine 8.5.  Windows XP mostly (and 2000).  When I run the .exe I either get a quick flash of the loading vi box , or nothing at all.  If I have task manager open, I do see the exe open briefly before disappearing. 

When creating the exe, I use my main vi as the startup vi.  

I don't use any other files in 'Always included' 

All subvi's and dependencies are 'Included if referenced' 

Custom vi properties of startup vi are basically default, except - turn off run when open,  turn off allow debugging.   

Note - the vi has locked subvi's associated with LockinPLL and LockinDemodulator.  

The code itself is a torn down version of a much more complicated real-time version. This version is simply to post-process data, mainly for a client to fiddle with, so it is meant to function and not be pretty.  Sadly, now it only functions on our office machine.  

Any help would be great.  

 

Thanks

 

 

0 Kudos
Message 1 of 8
(3,620 Views)

Lokis wrote:

Target computers have Runtime Engine 8.5. 


There are two flavors of the runtime engine and you need the 97MB one. Could it be that you installed only the 24MB web browser version

 

See this page for details.

0 Kudos
Message 2 of 8
(3,611 Views)

Thanks.

 

I will try the 97 MB full runtime engine.  Currently using the 24MB one.  

0 Kudos
Message 3 of 8
(3,603 Views)

Using the full 97MB version doesn't seem to make a difference.  Still just flashes the loading grey box just briefly. 

 

Lokis 

0 Kudos
Message 4 of 8
(3,597 Views)

Hy Lokis,

 

Can you try installing the 97MB version of the Run-time engine on a different computer than the one you are using now and see if you get different results. Also, are you intalling the run-time engine and trying to run the executable from an administrator account? Or are you trying to run the executable from a user account?

Eli S.
National Instruments
Applications Engineer
0 Kudos
Message 5 of 8
(3,569 Views)

Tried to run .exe on multiple machines (win xp, and 2000).  Doesn't work on any with 97MB runtime.  All machines are Admin.

 

Lokis.   

0 Kudos
Message 6 of 8
(3,561 Views)
According to the project file, you did not create an installer. That is almost always a huge mistake. Unless you created it manually, your app is missing the data folder with the lvanlys.dll. Since some your VIs are password protected, I can't tell if you are using any NI hardware but if you are, you need to include those drivers in the installer.
0 Kudos
Message 7 of 8
(3,556 Views)

Installer has seemed to fix it.  Exe currently working on at least 1 other machine.  Will test on another machine before I start jumping for Joy.

 

Thanks a bunch though.

 

Lokis.  

0 Kudos
Message 8 of 8
(3,546 Views)