09-07-2022 07:39 AM
If I start with a completely blank project, create a Library, then right-click on the library and select "Create Variables...", LabVIEW crashes to desktop. It also does this with "Create Bound Variables...". It does not crash if I use right-click -> New -> Variable. Any idea what might be causing this?
I'm on LabVIEW 21.0.1f2 (64-bit) on Windows 10 Pro (10.0.19042)
09-15-2022 07:52 AM
Hi LambdaKnight,
Can you attach some screenshots of crashed window for a clearer understanding?
09-15-2022 08:52 AM
Sure. Not sure how much help it'll be. Click on the highlighted option and the entire application crashes. Nothing else except for the Windows crash dialog. The Event Viewer has this:
Log Name: Application
Source: Application Error
Date: 9/15/2022 7:37:33 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: lap2
Description:
Faulting application name: LabVIEW.exe, version: 21.0.1.4002, time stamp: 0x62a97821
Faulting module name: MVEProvider.mxx, version: 21.0.1.49152, time stamp: 0x61dd703b
Exception code: 0x80000003
Fault offset: 0x00000000000291e7
Faulting process id: 0x17c4
Faulting application start time: 0x01d8c85569f456e0
Faulting application path: C:\Program Files\National Instruments\LabVIEW 2021\LabVIEW.exe
Faulting module path: C:\Program Files\National Instruments\LabVIEW 2021\resource\Framework\Providers\MVEProvider.mxx
Report Id: 6e23003f-84a7-4a8f-9d88-4209e8864998
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>100</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2022-09-15T13:37:33.9903328Z" />
<EventRecordID>183794</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>lap2</Computer>
<Security />
</System>
<EventData>
<Data>LabVIEW.exe</Data>
<Data>21.0.1.4002</Data>
<Data>62a97821</Data>
<Data>MVEProvider.mxx</Data>
<Data>21.0.1.49152</Data>
<Data>61dd703b</Data>
<Data>80000003</Data>
<Data>00000000000291e7</Data>
<Data>17c4</Data>
<Data>01d8c85569f456e0</Data>
<Data>C:\Program Files\National Instruments\LabVIEW 2021\LabVIEW.exe</Data>
<Data>C:\Program Files\National Instruments\LabVIEW 2021\resource\Framework\Providers\MVEProvider.mxx</Data>
<Data>6e23003f-84a7-4a8f-9d88-4209e8864998</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
09-15-2022 12:16 PM
Because you "hid your code" (you didn't attach the Project, so we can't open the Project file to see what you covered up with the Dropdown), I'm not certain I reproduced what you tried to do. I created a blank Project, dropped a blank Library, right-clicked and said "Create Variables", and got a Batch Variable Creation screen. No crash.
I was running LabVIEW 2021 SP1 (32-bit), not (64-bit).
Is this a recent installation of LabVIEW 2021? Is there a possibility of a mis-install?
Bob Schor
09-16-2022 10:01 AM
Nothing was covered up by the drop-down. You did exactly what I did. That you're not getting a crash does seem to indicate it is something wrong with my environment. I shall look in to it more.
09-16-2022 10:33 AM
I removed MVEProvider.mxx from the installation and then ran a repair on LabVIEW to see if maybe that would fix it. It did not. Still crashes. LabVIEW 2022 Q3 doesn't crash when I do the same thing.
11-22-2022 07:02 AM
Then I think either you should use LabVIEW 2022 Q3 for avoiding any crashes, or uninstall and reinstall your drivers if you want to stay in 2021 version.
Regards)