LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Exe crashes when using the 3d graph

Hello!

 

When I'm using the 3d surface plot and build the application, the compiled Exe crashes...

 

The crash log:

 

####
#Date: Fr, 31. Mai 2013 14:45:53
#OSName: Windows 7 Professional Service Pack 1
#OSVers: 6.1
#OSBuild: 7601
#AppName: Application
#Version: 12.0.1 32-bit
#AppKind: AppLib
#AppModDate: 05/31/2013 12:45 GMT
#LabVIEW Base Address: 0x30000000
<DEBUG_OUTPUT>
31.05.2013 14:45:55.013
Crash 0x0: Crash caught by NIER
File Unknown(0) : Crash 0x0: Crash caught by NIER
minidump id: c30b799f-3c04-4dea-af79-d9c208a1dbff
ExceptionCode: 0xC06D007EN

</DEBUG_OUTPUT>
0x30728554 - lvrt <unknown> + 0
0x307288D8 - lvrt <unknown> + 0
0x7C37FDB4 - MSVCR71 <unknown> + 0
0x774C74DF - ntdll <unknown> + 0
0x77489EC5 - ntdll <unknown> + 0
0x00000000 - <unknown> <unknown> + 0
*** Dumping Bread Crumb Stack ***
*** LabVIEW Base Address: 0x30000000 ***
Loading VI Heap, HeapClass "FPHP", C:\Users\xx\Desktop\builds\Child\Child\Application.exe\1abvi3w\vi.lib\Math Plots\3D Math Plots\3D Surface\3D Surface XCtrl\Facade.vi
#** Loading: "C:\Users\xx\Desktop\builds\Child\Child\Application.exe\1abvi3w\vi.lib\Math Plots\3D Math Plots\3D Surface\3D Surface XCtrl\Facade.vi"
#** Loading: "C:\Users\xx\Desktop\builds\Child\Child\Application.exe\Child.vi"
*** End Dump ***

 

Example VI is attached.

 

How can I fix it? I don't even understand, why the run time is crashing. In development mode the VI runs without any problems...

0 Kudos
Message 1 of 4
(3,007 Views)

Hi twols,

 

From the crash log, you are using LV2012SP1 without any patch, right? Do you have other toolkit or model installed?

 

My machine cannot reproduce the crash. I download your zip file and I can build/run the application in your project with LV2012SP1 on Win7x64.

 

To help narrow down the problem, could you please try

1) Build the application on a different machine.

2) remove the while loop and leave the surface control alone. Build and run the application, see if it crashes.

3) build "LV2012\examples\picture\3D Picture Control\solarsystem.vi" as an application, see if it crashes when running.

 

Thanks,

0 Kudos
Message 2 of 4
(2,983 Views)

We have similar issue.  EXE crashes at initialisation and below dump file points to 3D graphs.

 

Interestingly it's on Windows 7 again.  We have experienced this on multiple Windows 7 machines, however, it's been somewhat intermittent in that one machine now doesn't exhibit the issue.

 

These Windows 7 machines also have several apps (installers) written in different version of LV(RTE).

 

Could someone please advise asap.

 

####
#Date: Wed, 14 May 2014 1:39:32 PM
#OSName: Windows 7 Professional Service Pack 1
#OSVers: 6.1
#OSBuild: 7601
#AppName: XX
#Version: 13.0f2 32-bit
#AppKind: AppLib
#AppModDate: 02/03/2014 07:42 GMT
#LabVIEW Base Address: 0x30000000


starting LabVIEW Execution System x00000002 Thread 0 , capacity: 24 at [3482883575.39945980, (13:39:35.399459839 2014:05:14)]
starting LabVIEW Execution System x00000002 Thread 1 , capacity: 24 at [3482883575.39945980, (13:39:35.399459839 2014:05:14)]
starting LabVIEW Execution System x00000002 Thread 2 , capacity: 24 at [3482883575.39945980, (13:39:35.399459839 2014:05:14)]
starting LabVIEW Execution System x00000002 Thread 3 , capacity: 24 at [3482883575.39945980, (13:39:35.399459839 2014:05:14)]

<DEBUG_OUTPUT>
14/05/2014 1:39:41.014 PM
Crash 0x00000000: Crash caught by NIER
File Unknown(0) : Crash 0x00000000: Crash caught by NIER
minidump id: 34ce26f3-0b62-4295-ad68-27d9d3434580
ExceptionCode: 0xC0000005

</DEBUG_OUTPUT>
0x307606D6 - lvrt <unknown> + 0
0x30760A5C - lvrt <unknown> + 0
0x711F50E3 - mscoreei <unknown> + 0
0x76EB0303 - kernel32 <unknown> + 0
0x777874FF - ntdll <unknown> + 0
0x77749F45 - ntdll <unknown> + 0
0x00000000 - <unknown> <unknown> + 0
*** Dumping Bread Crumb Stack ***
*** LabVIEW Base Address: 0x30000000 ***
GoDoit: VI "3D Scatter.xctl:Facade.vi" (C:\Program Files (x86)\XX\XX.exe\Facade.vi), HeapClass "FPHP", Act 55,
GoDoit: VI "3D Scatter.xctl:Facade.vi" (C:\Program Files (x86)\XX\XX.exe\Facade.vi), HeapClass "FPHP", Act 55,
#** Loading: "C:\Program Files (x86)\XX\XX.exe\Facade.vi"
#** Loading: "C:\Program Files (x86)\XX\XX.exe\Report_RESULTS.vi"
#** Loading: "C:\Program Files (x86)\XX\XX.exe\Final Report.vi"
#** Loading: "C:\Program Files (x86)\XX\XX.exe\Output_Main.vi"
#** Loading: "C:\Program Files (x86)\XX\XX.exe\Main.vi"
#** Loading: "C:\Program Files (x86)\XX\XX.exe\Startup.vi"
*** End Dump ***

0 Kudos
Message 3 of 4
(2,870 Views)

I know this is an old thread, but is there any update to this problem? I can see the same and is quite annoying due to the apparently random behavior between machines.

0 Kudos
Message 4 of 4
(2,642 Views)