03-13-2006 08:00 PM
03-14-2006 09:07 AM
03-14-2006 12:18 PM
03-14-2006 01:35 PM
03-14-2006 02:07 PM
Mysterj,
I am not sure of all the initializations that LabVIEW goes through before the splash screen, but usually if it doesn't occur it is due to a corrupt ini file. That is the reason that I wanted you to back up a working copy, so that if it happens again you can send us copies of both of them and we can investigate where the corruption is taking place. By the way, did deleting the ini file get everything working?? We currently don't have any knowledge bases on this issue, and if that solved the issue I would like to create one for future use by customers and technical support here at NI. Thanks again for your patience.
Tyler H.
03-14-2006 02:53 PM
03-14-2006 06:39 PM
03-18-2006 12:24 PM
03-19-2006 10:26 AM
I'm glad to hear the ini file solution worked. It was my first guess as to the source of the problem. The differences are so few between the good and bad file it would be useful if you could try a few edits to narrow the source of the problem. I only suggest this because it may be difficult to reproduce at NI since the problem may be specific to your installation of various NI software. This will probably only take 10-15 minutes.
You'll see in the ini files that the differences come down to the lines that start with the list below. I am most suspicious of the section starting ProbeDefaultCache. I don't think the window position or recent files list has anything to do with the hang. I am not sure why there are parenthesis around ",CleanUpWire" in the good ini file. Everything below the empty line below is only in the bad ini file and not in the good. I think I would start by 1) making it hang again with the bad ini file, 2) deleting everything from the bad ini below the empty line below, 3) putting quotes around ",CleanUpWire" in the 4th line below, 4) deleting the recent files list, 5) updating the window position, AND FINALLY 6) changing the ProbeDefaultCache to that of the good ini file. If it turns out to be 2 that fixes the problem, I'd add it back and then delete lines one at a time.
Let me know what you find.
Kitt
ProbeDefaultCache=
ProjectExplorer.ClassicPosition=45,28,620,380
RecentFiles.pathList=
NoAdvice070=,CleanUpWire
FPGADialogControl=compileWarningIfBitfile
MenuMRUItems="Tools:Options...,1391;"
FPFont="" 120 IS
NewDlgRecentMainTemplates.pathList=""
NewDlgBounds=800;600
NewDlgLastSelected=C26E7225-44A0-4CDD-8B16-BA9836DBD5A7
NewDlgSmall=False
NewDlgCollapsed=VI
NewDlgRecentTemplates.pathList=""
DontShowProjectRemoveDialog=True
03-19-2006 10:31 PM