LabView Crash

We installed the LabView7.0 on Windows XP pro.
After we run the application and upon exit from LabView itself we are getting the error message saying:
The instruction at "0x64480386" referenced memory
at"0x00000004" . The memory could not be "read".
It never happened before on Win 2000 or NT.
What could be wrong?

Hi Canadian,
If you search for "the instruction at" among the KnowledgeBases (www.ni.com/kb), you will find this KB that might help you solve your issue:
LabVIEW Application Error: The instruction at "[address x]" referenced memory at "[address y]". The ...
Let me know if you have any luck with nailing the issue, thanks.
- Philip Courtois, Thinkbot Solutions

Similar Messages

  • Why does LabView crash when I run it in parallel with a temp/ RH logging probe?

    I am running LabView 6.1 on windows 95. Up till now I have had no problems. However, we recently acquired a Temperature / Humidity probe which plugs into the Com1 port of the computer and logs the data using it's own software. Since then, when the two programs are used together, eventually LabView crashes with the following error message: Failure, 'image.cpp, line 5793.
    Can you tell me why this occurs and what the solution is?

    Taking a shot at this. It could be because the two programs are trying to access the same type of logging program(excel??). Only one link can be active at a time or they crash. Try running it without saving the data and see if it crashes.

  • Labview crashes every time I click on a broken arrow (vi has errors).

    I just upgraded Labview from 7 to 8.5.1 a few weeks ago.  Now, when I press the broken arrow to check the errors in a vi, Labview crashes.  This is a vi that was developed using the state diagram toolbox under Labview 7.  I now have the state chart toolbox but not the state diagram toolbox.

    Try to disconnect the state diagram from the the state diagram (right-click on the main while loop).
    If that doesn't work in 8.5, try to do this in 7.1.
    Or install the state diagram toolkit in 8.5.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • LabVIEW crashes when you run a VI that contains a mixed signal graph with a multi-plot cursor.

    Hello, LV 8.2.1 notes indicates the following bug fix:
    43SAIR2A  Fixed an issue where LabVIEW crashes when you run a VI that contains a mixed signal graph with a multi-plot cursor.
    I am running this version, and still have this behavior.  Is there anything I may be missing, and/or certain circumstances that may still be causing this?
    thanks in advance,
    Darren

    Darren:
    I looked at the CAR ID that you mentioned and the issue has been resolved in LabVIEW 8.2.1. To verify something similar, I ran the attached VI and things worked just fine. Please feel free to send me the steps to follow to reproduce the issue you are running into in 8.2.1.
    Regards,
    Rudi N.
    Attachments:
    MixedGraphs.vi ‏15 KB

  • Labview crashing - running dll. motorbee

    Hi, I'm a student doing my masters project.
    I'm trying to run a dc motor with the driver board and software called motorway from pc-control.co.uk
    The board came with some software to run it and I have the dll. and header files.
    I have managed to import the files, however whenever I try and run the "set motors" vi, labview crashes for no reason and doesn't give an error code.
    The files can be found here https://www.dropbox.com/sh/0nbrx0ncyfg58y0/rKMy9iMAKE
    Thanks a lot for any help as I don't have much time to complete my project!
    Cheers
    Henry
    Attachments:
    mt.h ‏1 KB

    Hello, can you please post your LabVIEW code so I can look at the error in order to be able to help.
    Thank you

  • Labview crashing when building application (exe)

    Hi,
    I am trying to build an application from a simple labview (2011) vi. All the vi does is sets (boolean = TRUE) a line on the digital output card (NI 9472) when I start running the vi. The program works fine after I have coded it. But when I try to build an exe file (application) of that project, then labview crashes in the build process. Is this a known issue? please help. I am attaching my vi alongwith this email
    Thanks
    Solved!
    Go to Solution.
    Attachments:
    relayProject.lvproj ‏34 KB
    relay.vi ‏21 KB

    I'm sorry to hear that gascars.  I have downloaded your project and VI and have succesfully built an executable in both LabVIEW 2011 and LabVIEW 2012.  Can you please send me a screenshot of the error you are receiving?  Also, can you make a simple VI that just adds two numbers and see if that can be made into an .exe.  
    Thanks
    Chris
    Chris
    National Instruments
    Applications Engineer

  • LabView Crashing and compile server error.

    Hi,
    I'm having some errors when I compile code for my FPGA (PXI-7831R). I am using LabView 8.2.1.
    Sometimes labView crashes completely and sometimes it comes up with a compile server error.
    My code contains 3 VI's. The first send sends digital output and reads digital input 10 times and then called another VI to save these results. The second VI repeats the first VI 10 times.
    When the first VI is compiled on its own it works (including the saving data VI which saves it to a FIFO) but when the second VI is compiled, that is when it errors.
    I have attached the compile server errors and the screen dumps of when labView crashes.
    Can anyone suggest what I am doing wrong?
    Thanks.

      ok. Let me try and make my problem a little clearer....
    I have now combined all the VI's into one.
    It is supposed to write to the digital output and read from the digital outputs 10times at a rate of 10us and store the data to the FIFO. This process is then repeated at a rate of 80ms for 8 times.
    I have attached a word document with an explanation on the error. 
    Attachments:
    lvlog07-26-07-12-04-50.txt ‏3 KB
    Problem Explaination.doc ‏61 KB
    f623_appcompat.txt ‏93 KB

  • LabVIEW Crashes while closing the VI

    Hi all,
    I am experiencing a labVIEW crash everytime I close my VI after running it. what the VI is doing is, it communicates with an opal kelly board through the okFrontPanel.dll and reads some data from it and displays it in the front panel. The vi runs fine and I get the results as well. But after stopping the vi, when i try to close the vi, labVIEW crashes. 
    Has anyone faced such an issue? I would appreciate if anyone can help me fix this issue.
    Thanks and regards,
    Nitz
    (P.S: I am not able to upload the code due to restrictions and also its a quite lengthy code to create a sample vi to replicate the scenario)
    Solved!
    Go to Solution.

    A crash is usually an indication that something inside the DLL is touching an area of memory which it shouldn't be touching. The fact that the VI runs fine is incidental. It seems that in this case the DLL touches something which is only affected when LV needs it when closing the VI. I think the only thing you can do about it on the LV side is make sure you allocate large enough buffers for variable length parameters the DLL uses. I'm assuming you don't have access to the source code of the DLL?
    Try to take over the world!

  • LabVIEW crash when saving from LV2012 to LV2011 with express VI and reopen in LV2012

    Hi all,
    Preconditions:
    Save the "Meas Angular Position-Buffered-Cont-Sync AI Sample Clk.vi" for a previous version of LabVIEW, in this case from LV2012 to LV2011
    Reopen the LV2011 VI in LV2012 according to the steps below.
    Steps to get it to crash:
    Unzip Crash.zip
    Open the "Meas Angular Position-Buffered-Cont-Sync AI Sample Clk.vi" and from there double-click (open) the "PulsedDerivative.vi" and from there double click the "Derivative dX/dt" express VI.
    LabVIEW crashes!!
    Alternatively when LabVIEW does not crash:
    Unzip Crash.zip
    Open "PulsedDerivative.vi"
    Inside the VI double click the "Derivative dX/dt" express VI.
    LabVIEW does not crash?
    Some compiler bug?
    Br,
    /Roger
    Solved!
    Go to Solution.
    Attachments:
    445b4df5-fd64-49a2-8302-f8ddf06af2d3.zip ‏62 KB
    Crash.zip ‏166 KB

    Hi Roger,
    Thank you for reporting this. I have filed CAR 390673 to our developers.
    Regards,
    Jeff Peacock 
    Product Support Engineer | LabVIEW R&D | National Instruments 

  • LabVIEW crashing when running NI-DSP VI on Windows XP

    I am in the process of upgrading a software application from LabVIEW 3.1 on Windows 3.11 to LabVIEW 7.0 on Windows XP with NI-DAQ 7.2. The hardware has been replaced, the relevant hardware change here is from the AT-DSP2200 to the NI-4551.
    The source code uses the NI-DSP libraries to control the DSP2200. I can't find any equivalent in the new LabVIEW (and have assumed that there is none, this is all covered in the MAXX now). The source code has been convereted to LabVIEW 7.
    When the source code is opened on the Windows XP machine LabVIEW crashes. I've traced to cause of this crash to the NI-DSP code. Whenever I try to open any VI that contains the DSP code it crashes LabVIEW. I think the problem is the CNI call
    inside the DSP library. When I try opening the source code on a computer that doesn't have the NI-4551 installed there are no problems.
    What is the upgrade from NI-DSP to? Is there a direct mapping of NI-DSP functions to equivalent NI-DAQ ones? How is it that having the hardware plugged in causes a crash even though it shouldn't be accesssed until I run the VI?
    Any help would be appreciated.
    Thanks.

    Hello EborLance,
    The NI-4551 can use either NI-DAQ or NI-DSA as the driver. If you only have NI-DAQ installed, any program that uses the NI-DSA functions may be crashing.
    There is no direct mapping of NI-DAQ functions to NI-DSA functions but you can download and install the NI-DSA driver from the website. Current DSA Drivers
    Once you have installed the NI-DSA driver, you should see the functionality you were previously used to and your program should run.
    Thanks,
    C. Flip
    National Instruments

  • Labview crash when saving

    Hi Forum
    When trying to save the attached file in 8.6 (the file is created in 7.1)  LabVIEW crashes with a Windows error telling me that the system has encountered a problem and needs to close.
    All the SubVIs save without problems and I don't see what should cause this specific VI to cause trouble.
    I have searched the forum and tried the different tricks mentioned in other threads about this issue, but none of them seems to help on my VI.
    I hope that somebody has a good suggestion as to what I can do.
    B.R.
    Martin
    Solved!
    Go to Solution.
    Attachments:
    Crash when save.vi ‏87 KB

    The problem appears to be with the typedefs. Specifically, it looks like it's the text ring. Disconnecting the typedefs in 7.1 and resaving it allows it to be opened in newer version. Attached is in 8.2
    Attachments:
    Crash when save 8.2.vi ‏27 KB

  • LabVIEW crash on startup

    splash screen appears briefly, then labview crashes.  I've tried a repair using the CDs but the problem persists. PXI-8110 dual-boot, I have windows and LV2011 on C:\ and Real-Time OS on D:\ I've recently been booting to RT by changing the BIOS settings, today I changed the BIOS back to boot windows, but now LabVIEW is broken.  lvlog.txt copied below.  What would you recommend I try next ?  I'm guessing my use of the RT OS has upset something.
    #Date: 23 Dec 2011 10:46:52
    #OSName: Windows Vista (TM) Business
    #OSVers: 6.0
    #OSBuild: 6000
    #AppName: LabVIEW
    #Version: 11.0 32-bit
    #AppKind: FDS
    #AppModDate: 06/22/2011 11:12 GMT
    #LabVIEW Base Address: 0x00400000
    23/12/2011 10:46:55.541
    Crash 0x0: Crash caught by NIER
    File Unknown(0) : Crash: Crash caught by NIER
    minidump id: 4d84c03d-143c-4705-8479-8fae2dedb5f9
    ExceptionCode: 0xC06D007E
    0x01AA0EC9 - LabVIEW <unknown> + 0
    0x01AA1408 - LabVIEW <unknown> + 0
    0x7C37FDB4 - MSVCR71 <unknown> + 0
    0x76E59F8E - ntdll <unknown> + 0
    0x00000000 - <unknown> <unknown> + 0
    Solved!
    Go to Solution.

    Hello,
    I am unsure as to why using the RT partition was to break LabVIEW in windows unless you ran some code which made changes to the LV dependent files on the other partition. Were you accessing the C partition from the RTOS?
    You mentioned you tried a repair, have you tried a complete re-install of LabVIEW in windows?
    I would suggest that you did a complete re-install of all NI software. I have attached instructions and a copy of 'msiBlast' so you can do a nice clean re-install.
    Let me know how you get on with this, or if you have already tried a uninstall/reinstall.
    Kind Regards,
    Nick C.
    Cardiff University

  • Labview crash related to Virtual Bench 8012

    My application consists of a Labview User Interface that calls a Teststand sequence.
    The UI is very similar to what gets installed by default with TestStand.
    In the TS sequence there are calls to VIs. Some of them are to the Virtual Bench 8012 driver.
    It works well.
    But when I exit the Operator Interface Labview crashes. I did debug a little bit and the crash
    occurs when trying to close the Teststand Engine.
    If in the Teststand sequence I skip the calls to the VB8012 driver then the Labview crash does not happen.
    I am using LV2013 but TestStand2010.
    Attachments:
    VB8012 problem.zip ‏55 KB

    I'm not having any success reproducing the issue.  Here is my adapter configuration:
    Here is my step settings when I call my VI:
    Here is my (very simple) VI:
    Zach Hindes
    NI R&D

  • LabView crash when intensity graph is in P6 of tab control

    Any available fixes for LabView crash when intensity graph is put on page 6 of tab control and right-clicked??

    Michael,
    This has been fixed in LabVIEW 6.1.
    Regards,
    Cyril Bouton
    Applications Engineer
    National Instruments
    Cyril Bouton
    Active LabVIEW Developper

  • Labview crashes when building exe

    Hi all,
    I have created a Project and have a main vi which works fine in the development environment. When I try to build exe for the same, LabVIEW crashes. I dont get it why. If anyone could help on this, you are welcome.
    LabVIEW version:2013, 64 bit
    Thanks,
    Prabhu
    Solved!
    Go to Solution.

    Hi Prabhu,
    either provide full error descriptions - or your complete project so somebody else can try to build your EXE…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Labview crashed when saving vi and now cannot open VI libray

    Hi
    I am using LabVIEW 7.1.
    I am developing a moderately large application.  I Just saved my main VI and LabVIEW crashed for some reason.
    My vi library will now not open.  When I try to open the library I get the error message: "an error occured when listing the contents of (my directory/myvi.library)".
    Has anybody ever had this problem and if so does anybody know how I can recover my vi library?
    I have just lost about 2 days work so if anybody has any ideas I would be most grateful.
    I hope it is not a fatal problem - I cannot even show the vi's in the vi libray using windows explorer.
    Many thanks
    Ashley

    It looks like you've learned the hard way why you should not use .llb's
    during development. If a single VI in the library get's corrupted, the
    entire library is bad. This is why during development, you're much
    better off keeping everything in an organized directory structure. This
    way, a crash like you had would only affect those VI's that had not yet
    ben saved.
    I've heard rumors that NI has an internal untility that might be able to recover the library. I'd try contacting support directly to see if they can help.
    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.

Maybe you are looking for

  • Photoshop elements 13 will not launch after licensing agreement

    I have successfully installed Elements 13. I try to launch program in photo editor and the password screen comes up. I successfully enter password and get the licensing agreement. I click agree and the screen closes and nothing happens.  how do I get

  • FrameMaker crashes when selecting print book file

    I have recenctly update to TCS4. FrameMaker crashes when I select Print Book but will produce a PDF is I select Save As PDF. Anyone else experiencing this and have a resolution?

  • Why we will prefer our own programs to load master data .

    Hi gurus , What are the techniques involved in using SAP supplied programs why we will  prefer to write our own programs to load master data. Thanks and Regards : B.Madhu sudhan reddy Moderator message - Please ask a specific question - post locked E

  • Help in getting Elements 10 to email photos

    I created an account and PS verified my account, but I don't see a code (in their email verification) to enter so I can email photos from Elements 10 under the "share" tab. I keep getting a pop-up screen asking for a verification code. Tried chatting

  • Deploying KB2907566

    Hi, I've got a question about KB2907566.  I've installed this update on my SCCM 2012 SP1 CU3 server.  I installed SCCM 2012 SP1 CU3 and KB2907566 one after each other on my server.  Both updates created packages (4 packages for SCCM 2012 SP1 CU3 and