LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview hangs on startup

I've been using Labview (6.1) on win2000 for a long time with no problems, but a few days ago, Labview crashed, now whenever I try to start it, it Hangs at the Int Menu screen.
0 Kudos
Message 1 of 3
(2,702 Views)
This is probably a sign of a corrupt menu file somewhere. If you have setup a custom menu, there could be a problem with on of the custom menu files.

Try going into the LabVIEW .ini file and deleting the line that reads �menuSetup="menuname"�. Then try starting LabVIEW again. If it starts OK, then you have a bad menu file. The only way to find which one is bad is to copy them one at time out of the directory at the path �LabVIEW x\menus\menuname�. First, go back into the LabVIEW.ini file and change the newly created line that should now read �menuSetup="default"� and change the �default� back to the name of your custom menu. Then just move each file one at a time out, then back into this directory trying to start LabVIEW each time. Eventually you�ll find
the bad one or ones. These can only be deleted and then rebuilt in LabVIEW.

If you are running one of the standard LabVIEW menus, the easiest way to fix it is to copy the menu files from another machine to this one.

Good Luck

Ed


Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
0 Kudos
Message 2 of 3
(2,702 Views)
Thanks for the idea Ed!
Based on your idea, I figured out what the problem was!

I looked through the ini file, and noticed that there were refrances to one of my projects scatterd throughout I had a shortcut to a folder in my User.lib folder, and had deleted the folder that the shortcut was pointing to.

I deleted the shortcut, and labview started fine!

Moral of the story... Make sure the shortcuts in User.lib are up to date 🙂

Thanks again

-Pete
0 Kudos
Message 3 of 3
(2,702 Views)