02-18-2016 08:53 AM
I had to convert the Details text to plain text. With all the tables and invisible stuff, it was greater than 10,000 characters.
System
Provider
[ Name]
Application Error
EventID
1000
[ Qualifiers]
0
Level
2
Task
100
Keywords
0x80000000000000
TimeCreated
SystemTime]
2016-02-18T14:37:39.000000000Z
EventRecordID
44265
Channel
Application
Computer
LCA6PCE0012086J.marsys.northgrum.com
Security
EventData
cvi.exe
15.0.0.408
5583c33f
CVI.dll
15.0.0.408
5583c332
c0000409
00a6e310
32ac
01d16a59e390aacd
C:\Program Files (x86)\National Instruments\CVI2015\cvi.exe
C:\Program Files (x86)\National Instruments\CVI2015\CVI.dll
2838885d-d64d-11e5-8224-a02bb832175e
02-18-2016 09:27 AM - edited 02-18-2016 09:27 AM
The exception code you've listed [c0000409] corresponds to a Stack Buffer Overflow.
I managed to reproduce the behavior but I do not guarantee that your problem will be solved following the instructions listed below. Still, it's worth a try 🙂
1. Open Registry Editor
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths
3. You should have there multiple keys [url1, url2, ...]
4. Most probably one of those keys has more than 259 characters [MAX_PATH - 1]. If this is the case, replace the value of that key [e.g. C:\A_Path_Of_Your_Choice]
Tell me if this helps.
02-18-2016 09:44 AM
YES! Hurrah!! You are the guru. I bow before you, MTrandafir_NIR.
That may not have been obscure to you, but it sure is to me.
Found one URL definately greater than 260 characters, one that might have been. Changed them both to (value not set). They were very long search file search terms. Didn't even reboot -- launched CVI and I can save and open.
Many thanks. This was driving me nuts....