Labview version 6.1 failure:"linker.cpp", line 2302

I have the labview version 6.1 failure:"linker.cpp", line 2302 fault.
Does any one can help me please ?
Solved!
Go to Solution.

Actually HeapPeak existed as far back as LabVIEW 4 or maybe even 3. However it is not usually helpful for linker errors as that is something in the LabVIEW compiler itself. HeapPeak can be sort of useful for Insane errors to locate the element that the compiler considers insane (and consequently delete and/or rewire it).
If this is a recent error on a VI that used to work before, it is most likely related to a corruption to the VI and the best course of action is to replace the VI from a backup (source code revision control would be a great advantage here). If it is something where no previous (working) state is known about, then it is going to be a tough cookie. This version is 14 years old and eventhough I still have some installation of that version somewhere it is several years ago that I started that up for more than some accidential reasons. I'm pretty sure NI would need to do some archeological work nowadays to come up with a system they could use to replicate such an error and the OP would need to be a pretty high profile customer that they would go through that sort of effort.
Maybe it is related to this error. It is the closest available in the publically accessible list of errors. A complete recompile of the entire source code tree is definitely one of the first actions to try. It may fix the problem or run into even more errors that could maybe point into a more specific location. Upgrading to a more recent LabVIEW version is another possibility although hampererd by the fact that the currently shipping version isn't officially supporting XP anymore and that the Vision software is one piece of software that underwent serious changes in the course of time and an update from 6.1 to the most recent version is most likely not a seamless operation.
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • Failure "linker.cpp", line 2302

    How to solve this problem?

    Hi Sasha 1,
    Yes, you will first have to uninstall NI-DAQ that was shipped with LabVIEW. Make sure you have no reference to NI-DAQ on your system. You will then want to install NI-DAQ 6.1 on your system (which is the last driver to support your board).
    What probably happened was that you installed NI-DAQ 6.1 over NI-DAQ 6.9.2 and the problem is that the LabVIEW VIs for DAQ still referenced the old driver. Therefore when LabVIEW tried to call them at run-time, you got the linker error since the driver no longer existed on the system.
    You might have to go through a couple steps to clear things correctly. You might have to uninstall NI-DAQ 6.1, reinstall NI-DAQ 6.9.2 and then uninstall NI-DAQ 6.9.2 (remove reference from LabVIEW) and th
    en reinstall 6.1.
    It might simply be easier to remove all NI software on your system by uninstalling it from Add/Remove Programs and then reinstalling LabVIEW without the DAQ driver and then install the NI-DAQ 6.1 driver.
    Anyway, hope that helps. Have a good day.
    Ron
    Applications Engineering
    National Instruments

  • Failure: "might.cpp" line 815 on LabVIEW executable

    Hi,
    I have a program written in LabVIEW 6.1 on a Windows XP platform. The program includes an ActiveX container that shows an Internet Explorer content window (just like the "Using the Microsoft Web Browser ActiveX Control" example found on http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B123AE0CB9BF111EE034080020E74861&p_node=DZ52051&p_submitted=N&p_rank=&p_answer=&p_source=External
    , but without the activex queue in that example).
    After I built the executable, I was able to run the exectuable on the development machine without problem. However when my client runs it on his PC with LabVIEW runtime engine 6.1 installed, he gets the message:
    Failure: "might.cpp" line 815
    For assistance in reso
    lving this problem, please record the procedeing information and navigate to www.ni.com/failure or contact national insturments.
    I cannot find any information on might.cpp on the NI support site. Any idea of what can be done to fix this problem?
    Thanks!
    Dan

    Hi dan,
    you must contact NI support sending them the problem. "might.cpp" is a source module of LV and they can investigate the error.
    Another thing you have to take into account is that LV stores the class ID and not the application. Has the client PC the same MS IE version installed? If not, the error could also result from different versions of the Active-X control.
    As with the reporting Toolkit for MS Office you have to build a different version of your app for each different version of the control.
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Receive "Fatal Internal Error: Linker.cpp, line 1926 when run executable.

    Hi, I use invoke node to call multiple subvi.vit, it work fine under .vi but when run under an executable I receive this error:
    Fatal Internal Error: 'linker.cpp", line 1926
    LabVIEW Version 7.0 You will lose any unsaved work. For more assistance in resolving this problem, please relaunch LabVIEW, or contact National Instruments.
    Any suggestion will be very appreciated

    Hi David,
    What you are seeing is a known issue when calling LabVIEW 7.0 VITs from
    an executable or DLL if the VITs include any Express VIs. It can happen if you
    try to load
    multiple instances of that template VI using VI Server.
    There are a couple of workarounds for this issue:
    Take
    all the express VIs that are inside the template VI and turn them into
    static subVIs. You can do this by right-clicking on the express VI and
    selecting "Open Front Panel"; then save the express VI as a normal
    subVI.
    Build the entire application into a single executable, which will force all of the express VIs to get compiled as static subVIs.
    Don't use the runtime engine at all and always run your application in development mode.
    Let me know if the workarounds fix your issue, thanks.
    Good luck!
    - Philip Courtois, Thinkbot Solutions

  • Failure: scalesup.cpp line 767

    Hi,
    My vi is crashing and giving me the error message:
    Failure: scalesup.cpp line 767
    I have isolated the problem, and it occurs at a waveform graph property node. I have the property node set for Xscale.Markervals[ ] . I'm trying to create a set of custom markers by sending a 1D dbl array to the property node. This custom marker array is the same length as the data array (600 points).
    Thanks for your help in advance.

    Are you using a logrithmic scale? If so, then make sure that the value of one of the markers is not zero.
    If not, then what version of LabVIEW are you running? Can you take your data and create a simple VI that das that data aas the default in an array and then plots it to a graph and then does the property node? This should be pretty easy to set up so that we can reproduce this issue.
    Also, bug reports such as this one are normally handled better in an e-mail or phone support request.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • Crash at linker.cpp, line 6323

    Hello,
    LabVIEW version: 8.0 
    I am experiencing a reproducible crash when trying to open a certain vi. The crash results in labview shutting down completely, without any error message. This vi worked before, but I was doing some small modifications, and I was changing the folder structure where my subVI are saved.
    When restarting labview,  I get the following message: "The last time you ran LabVIEW, an internal error or crash occured at linker.cpp, line 6323" . Does anybody know what this error means, and how I can recover the vi that crashes on opening?
    Thanks in advance for help,
    Johannes

    Hi Johannes,
    such error lines can be avoided when disabling parts of codes and find so why and where the error comes.
    When you can´t open the vi anymore then attache it here and i will try to repair it.
    Sometimes it gives crazy objects in code whose cause strange behaviours in vi. For that best is to delete it or use new blockdiagram and copy old code in new diagram.
    Therefore its also important to save a backup (every day, hour - depend on amount of changes) from program when modify it.
    Best Regards
    Johann

  • Failure : "resource.cpp", line 2477

    When building an application on LABVIEW 6.1 on Window 98, I get the error message:"Failure : "resource.cpp", line 2477". Attached is my Labview failure log file
    Attachments:
    LabVIEW_Failure_Log.txt ‏1 KB

    Hi Kluu,
    This error appears when checking the "Do not compress target file" option when building an application. The workaround is to not check that option in Application Builder.
    While in the application builder, in the "Target" tab, in "Build Options", do NOT check the "Do not Compress Target File" option.
    We are currently looking into this and will soon be fixing it up.
    Hope this helps.
    Regards,
    Pravin Borade
    Applications Engineer, National Instruments

  • Failure : "load.cpp"​, line 4081

    My main front panel VI will no longer open and I just get the error, Failure : "load.cpp", line 4081.
    I am running an Eval version of 6.0.1 and was deciding whether to buy this product for a new project.
    Given that I see from this forum that this error has been known for 9 months plus and I've lost a weeks
    work I am not so sure.
    It occured after I added some tab controls to the front panel, so beware.

    Hi RCT,
    This error occurs in LV 6.0.1. It seems that it is fixed in LV 6.0.2 and LV 6.1.
    One thing you can do is ask NI to delete the insane objects for you. You have to redo your work you have done since the time the VI was correct until it got corrupt.
    The other thing you can do is use a copy from a backup and redo the rest of the work.
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Linker.cpp line 2071 error

    Gentlemen,
    does anyone know what the message "linker.cpp line 2071 error" stands for (under labview 7.1.1 & XP)?
    we are building an medium-size application, and experiencing that annoyance without any real hint about what causes crash.
    Message Edited by olivierproditec on 02-06-2007 09:05 AM

    Hi,
    Do any of the VI's or subVI's have names similar to existing VI's in the palettes?
    After how many tests does the crash happen? (Is there any way to predict when the crash will happen?)
    Does it always crash at the same point in your application?

  • Failure window.cpp line 2039

    Developed LV 5.1.1-Applications on Win NT4.0. Now i need to run them on WIN 2000 Systems but receive only errors while starting :
    window.c line 2019 (by starting my Application.exe)
    window.cpp line 2039 (by starting the LV Development system on the WIN 2000 PC)
    Until now I`ve tried two WIN 2000 PC`s, different graphic drivers and graphic settings,
    w/wo additional PCI-GPIB cards -> no result
    Even the LV 6.0 student edition shows this error after installing on Win 2000
    Any idea will be welcome
    Best Regards
    Markus

    MarkusM wrote:
    >
    > Developed LV 5.1.1-Applications on Win NT4.0. Now i need to run them
    > on WIN 2000 Systems but receive only errors while starting :
    > window.c line 2019 (by starting my Application.exe)
    > window.cpp line 2039 (by starting the LV Development system on the WIN
    > 2000 PC)
    > Until now I`ve tried two WIN 2000 PC`s, different graphic drivers and
    > graphic settings,
    > w/wo additional PCI-GPIB cards -> no result
    > Even the LV 6.0 student edition shows this error after installing on
    > Win 2000
    > Any idea will be welcome
    > Best Regards
    > Markus
    Does www.ni.com/failure help?
    Mark

  • LabVIEW 8.5 Bug Report: VIExecState.cpp, Line 530

    This bug seems to restricted to the attached code. Any change to the VI block diagram which in turn marks the VI changed
    in the title bar with an asterisk. If I try to run the VI in its
    unsaved state it crashes with the VIExecState.cpp Line 530 error.
    This is how I induce the fault using the attached code.
    1. Before starting LabVIEW add "DWarnDialog = TRUE" to the LabVIEW.ini file without the quotes.
    2. Open "BurnIn Shelf 2 - Shell Only.vi"
    3. Click the "Run" toolbar icon code then click "Abort Execution".
    4. Edit the block diagram e.g. add a free label.
    5. Click the "Run" toolbar icon again.
    6. This should induce the VIExecState.cpp, Line 530 error.
    As this is a "warning" I have set "DWarnDialog = TRUE" in the LabVIEW.ini before starting labview. This means any warnings not critical to execution are displayed immediately. They are normally kept hidden until you start labview. Unfortunately, things like occurence notification stop working so its critical to some of my code implementations. Remove this entry from your labview.ini if you have finished debugging.
    I have not found the source of the issue in my code yet. The error has been reported to NI UK. CAR reference for this error is #45703. I will keep the forum informed of any developments.
    David
    Message Edited by David Crawford on 04-07-2008 04:19 PM
    Attachments:
    BurnIn Shelf 2 - Shell Only Folder.zip ‏893 KB
    lvlog04-07-08-15-53-15.txt ‏4 KB

    Hi David,
    Thanks for posting this on the forums so that the community can be aware of the issue, I believe you spoke to a collegue of mine yesterday and in turn he has filed the Corrective Action Request for R&D to look into.
    All the best,
    Applications Engineer

  • Failure load.cpp line 4835 VI runs ok in 6i will not load in 6.1

    I have created a rather complex instrument interface in 6i and it works fine. I have recently upgraded to 6.1 professional; the VI will not load and an internal failure occurs in load.cpp on line 4835. Is this a bug, or did I do something incorrect? I tried to do a mass compile, but this fails also. The load seems to have problems with a specific VI, so I removed this VI and was able to load by cancelling attempts to locate. I have tried to re-link the problem VI, rebuild the problem VI in 6.1, modify the diagram so that the problem VI is not used/referenced; none of these worked. Labview generally would crash when I save after making the aforementioned modifications. Note: the problem VIs consist of a globa
    l variable, and a case VI that uses the same global variable.
    I hope that this information is complete enough to point to a solution. Thank You,
    Howard Havlicsek, Acutronic

    This is typically a result of having more than 555 controls/indicators on
    a front panel. A workaround is to place controls/indicators into clusters
    since each cluster only counts as a single UI object. Do this until you
    get below the 555 limit. A better ideal in most cases is that you don't
    need that many indicators on the front panel where a user has to try and
    figure out what he should be looking at. If they are not used often move
    them into subVIs and display the subVI front panels as needed.
    If this doesn't appear to be the cause of your load.cpp error I would
    contact NI tech support at ni.com/ask.
    Marcus Monroe

  • Failure "save.cpp", line 1427

    i have this failure when i build an application
    any ideas to solve it?? and to explain it

    Hello sanaa,
    I use LV6.1 with windows XP.
    The different devices are SMT02, audio analyzer UPA, Power Supply NGSM32/10 from Rohde &Schwarz.
    I tried to build it with another PC but it is the same configuration. It is difficult to change the OS beacause I would have to make a lot of modificatio on my application (Excel..)
    Thank you very much
    hors

  • Failure: "Datatype.cpp", line 614

    How to overcome this error?

    I have the same Error. See Attachement Log File.
    If anyone could help me.
    many thanks,
    Attachments:
    lvlog08-05-04-17-13-46.txt ‏1 KB

  • Failure: "linker.cp​p", line 3386

    When I open the VI, a pop up error linker.cpp @ line 3386 and d the Labview will crash and go out. I created a password for the VI.
    Windows 98
    LV 6.0.2

    Sajen -
    Is there any way you could post the VI so that I could see the error first-hand? My first thought is that your VI somehow got corrupted, and if that's the case, there will unforunately be little chance to recover it. I assume it was opening okay before; do you recall what changes you made to it between that time and the time it stopped opening?
    Eric S.
    Applications Engineer
    National Instruments
    E. Sulzer
    Applications Engineer
    National Instruments

Maybe you are looking for

  • Firefox crashing when closing tab -- no Norton

    I've got an old version of Firefox, as it's the only version that works in tandem with Greasemonkey for a script I need for work. I've never had any problems with it, and I've been using it for years. All of a sudden, the last few days, Firefox crash

  • After I download Adobe Flash Player, YouTube still doesn't work. How do I fix this?

    I just got my MacBook, and I want to watch YouTube videos. I installed Adobe Flash Player, but when I go to the videos, YouTube says that I still need to install Adobe Flash Player. I have done this multiple times, and nothing has happened. Thanks.

  • Material extended-date wise report.

    We are extending QM view for some of the materials after a material is created (or) extended to a plant. There is a communication gap in intimating QM person regarding material created/extended details. Hence, thro' table MARA, QM core team member fi

  • LDAP Error during provisiong a user to AD

    Hi, We are trying to provision a user to AD.But create user task is failing.The status is provisioning. We are getting the following error in the application logs.Please help us. ERROR,19 Aug 2011 11:52:43,811,[XL_INTG.ACTIVEDIRECTORY],Problem creati

  • Need specs (mDVI - VGA) and some help

    I need to conect my macbook to a projector, so I have to buy a mini DVI to VGA adapter. Usually, other portables have a VGA out exit, and when connecting a cable (from in to out), you keep having an "out" exit that you have to attach to the "VGA in"