Error #3 : "memory ccp", line 513

Hi there,
I am using an application for monitoring windturbines which is running on the labview runtime engine 6.0.2 with Windows XP.
When transferring and merging data (FTP) the following window appears:  error #3 : "memory.ccp", line 513. Labview version 6.0.2. For assistance...........etc.
I have installed labview runtime engine 8.0 but the application does not start because it requires labview 6.0.2.
Unfortunately the company who designed the application is no longer active so I don't know what to do.

tups wrote:
Hi there,
I am using an application for monitoring windturbines which is running on the labview runtime engine 6.0.2 with Windows XP.
When transferring and merging data (FTP) the following window appears:  error #3 : "memory.ccp", line 513. Labview version 6.0.2. For assistance...........etc.
I have installed labview runtime engine 8.0 but the application does not start because it requires labview 6.0.2.
Unfortunately the company who designed the application is no longer active so I don't know what to do.
Do you have the LabVIEW source code for this application? If you have upgrading it to a newer version might already help but at least give you more possiblities to debug in the development environment. You could do that yourself or hire a LabVIEW specialist to do that.
If you don't have the source I'm afraid there is little anybody could do to fix this other than writing a new application. By the way where are you from?
Rolf Kalbermatter
Message Edited by rolfk on 01-18-2007 12:12 PM
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • How to resolve Error #3: memory.cpp, line 563

    I moved my application to a new computer with Windows XP and installed Labview 6.1 from the installation disc.  When I run Labview 6.1, it allows me to open a project but, as soon as the project loads it shows the following error message (Error #3: memory.cpp, line 563).  I deleted dir.mnu as suggested but the problem persists.  The application runs fine on the old computer.  I even uninstalled and re-installed Labview 6.1 on the new computer with the same result.  What do I do now?

    I'm sorry, I'm the one that was confused... You are having a FieldPoint problem, yes?
    First make sure that the FP VIs are not stored as part of your appliction code. If it is, delete it. Next, if you don't already have them, install the latest version of the FP drivers.  If you have only the latest version of teh drivers installed and you are still getting crashes, this sounds like an NI problem.
    The sort of problem you are running into is but one of many reasons for not saving code from the vi.lib as part of your application code.
    Mike... 
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Error #3, "memory.cpp", line 865(V6.0) 876(V6.0.2)

    I used a VI one day with no problems, and the next I got this message - "Error #3, "memory.cpp", line 865" I did not even close the VI or modify it an anyway.
    I was first running Labview V6.0 and tried upgrading to V6.0.2 but the error continued (now on line 876). I also tried recompiling and backup copies of the VI and SubVIs, which did not work either. A suggested fix is to delete "dir.mnu", which likewise did nothing.
    To me it looks like the problem rests in the Labview "Copy" command, which I use to copy a file to another directory, because when I delete it it works fine again.
    Any suggestions would be greatly appreciated!

    Hello,
    It seems that while copying your file, memory is filling up too quickly for LabVIEW to clean it up and it's crashing LabVIEW. View the memory usage in the Task Manager to confirm this.
    LabVIEW Internal Errors (Failure in XXX.c / XXX.cpp at line YYY)
    If the Copy function is not the cause of the error, about 95% of the time, the next step is to look for DLL nodes or CIN nodes. The likely culprit is that a string or array is being handed to the C code, which either overwrites memory, or leaves the array/string data structure to an inconsistent state leading LV to overwrite memory. Anyway, this is a very common cause.
    If you eliminate that possib
    ility, the remainder are usually some sort of corruption saved in the VI, but normally those will not even load.
    To simplify it before submitting it to support, please try executing individual subVIs and see if the problem is limited to a particular VI or a smaller set of VIs.
    Zvezdana S.

  • Error #3: "memory.cpp", line 639; VI used to work, now it stopped

    Hello,
    I am running LabVIEW 6.0.2. I have a rather complicated VI that used to work just fine. I have run it a bunch of times without any problems. I have not changed anything at all, and now it gives me Error #3: "memory.cpp", line 639 every time I run it. Does anybody know what could have happened?
    Thanks,
    Corey

    Corey,
    Not without seeing the code.
    Perhaps there is some memory leakage going on, or open references that cannot be resolved.
    Also, check your memory to make sure it is still working (view your RAM amount).
    Other possibilities include possible conflicts with software running in the background, or software you recently installed.
    Check your task bar, and make sure your virus protection and anything else unecessary is off. These can eat memory and processor time.
    Other than that, navigate to the site where the bug tells you to (don't remember off the top of my head) and report it to NI.
    Good luck

  • Internal Software Error: .\FileSpec.ccp, Line 190

    Hi,
    I just wanted to open on an existing project file, as this message popped up at the encore dvd 2.0 (german version) startup.
    The project was working fine before, all the assets and menus were transcoded, i even built an working image, saved the project and now wanted to work on.
    I am working on a HP xw4300 workstation with a pentium 4 3,4ghz, 2gb ram, lots of free disc space and windows xp sp2.
    If any of you guys knew a solution, a lot of my time and motivation would be saved.
    Greets,
    lakai

    For the Runtime Error, this Adobe KB Article might give you some fixes, or at least clues.
    I agree that these are system errors. If the KB article does not help, I'd try a Repair Install of Encore. This should fix, add, or replace missing, corrupted or broken .dlls and any other problem files.
    Good luck,
    Hunt

  • Internal error: "memory.cpp", line 593 with PXI 8175

    Hi,
    I have created a program with Labview RT 7.0 which makes acquisition, storage and display of data with PXI controllers 8175.
    I used Datasocket for the data display on a deported computer.
    Because of the number of the Datasocket tags used, instead of sending values all the time, I'm sending value for the deported computer only if the user needs to see it.
    For example : if the user needs to see data, so only Datasocket tags for data display will be active, and if the user needs to see parameters values, so only parameters datasockets tags will be active. And, if the display program is in "standby" mode, almost all datasocket aren't active.
    So when the user needs to see data values, he opens the data values window of the display program, and then, the datasockets tags for data value are now active, but : sometimes at this moment, the PXI stops with an "internal error "memory.cpp" line 593"!
    The only solution is to manually reboot the PXI, the programmatically reboot doesn't work in this case of error. But it is far away from the displaying computer.
    The error happens regularly after a 2 weeks period of standby. So I though about a memory overflow, I checked all the arrays, and none of them is growing to the infinity.
    If someone knows about this problem, I will be very happy to learn about how to get rid of it!!!
    Best Regards,
    G Liagre
    Best regards,
    G Liagre

    Hi Rob, Hi Matthieu,
    Thank you for your reply.
    I found in the database many reply about this error, but none of them were helpfull for me.
    I tryed your link to the knowledge data base, but the error described there is for dll association in LabView and interface nodes.
    I didn't used any interface node in my code.
    The problem is that I cannot test my program on the PXI because I don't have access to it rightnow (only by remote desktop, and with a 56k modem..)
    Let me give you a part of this huge code.
    I suspect this part of the code to be the one which create the problem, but it's not sure.
    If you find something obviously wrong, tell me!
    Best regards,
    G Liagre
    Best regards,
    G Liagre
    Attachments:
    Communication.zip ‏931 KB

  • "Fatal internal error:"memory.cpp",line 593"

    I need some help.
    Can some please explain what i am doing wrong here. i have created a Dll from a LV 7.0 vi. The header file looks something like this:
    typedef struct {
    long dimSize;
    double elt[1];
    } TD2;
    typedef TD2 **TD2Hdl;
    typedef struct {
    double f0;
    double df;
    TD2Hdl magnitude;
    } TD1;
    void __cdecl Spectrum(double freq, double amp, TD1 *Spec);
    And i have the following code where i allocate memory and attempt to call 'Spectrum':-
    TD1 *Power;
    double frequency=10, amplitude=1;
    Power = (TD1 *) malloc(sizeof(TD1));
    (*Power).magnitude = (TD2**)malloc(sizeof(TD2));
    *(*Power).magnitude = (TD2*)malloc(5000*sizeof(TD2));
    (*Power->magnitude)->dimSize = 5000;
    for (i=0; i<500;
    i++) {
    (*Power->magnitude)->elt[i] = 0;
    Spectrum(frequency, amplitude, Power);
    I keep getting Fatal internal error: "memory.cpp", line 593" when it tries to call Spectrum. I believe i have allocated memory correctly although i may be wrong. (I was getting 'exception' errors before). The VI i used to create the Dll contains a basic 'Function Generator' (sine wave) and a 'Power Spectrum'.
    I have looked at the Knowledge base and dll examples that come with LV 7.0 and have tried setCINArray and NumericArrayResize but have not had any luck. It seems like the documentation is for LV 6.0 and 6.1.
    Has anybody seen this or have any idea why i am getting this?
    Thanks

    > Can some please explain what i am doing wrong here. i have created a
    > Dll from a LV 7.0 vi. The header file looks something like this:
    >
    > double frequency=10, amplitude=1;
    > Power = (TD1 *) malloc(sizeof(TD1));
    > (*Power).magnitude = (TD2**)malloc(sizeof(TD2));
    > *(*Power).magnitude = (TD2*)malloc(5000*sizeof(TD2));
    >
    > (*Power->magnitude)->dimSize = 5000;
    >
    > for (i=0; i<500; i++) {
    > (*Power->magnitude)->elt[i] = 0;
    > }
    >
    > Spectrum(frequency, amplitude, Power);
    >
    > I keep getting Fatal internal error: "memory.cpp", line 593" when it
    > tries to call Spectrum. I believe i have allocated memory correctly
    > although i may be wrong. (I was getting 'exception' errors before).
    > The VI i used to create the Dll contains a basic
    'Function Generator'
    > (sine wave) and a 'Power Spectrum'.
    > I have looked at the Knowledge base and dll examples that come with LV
    > 7.0 and have tried setCINArray and NumericArrayResize but have not had
    > any luck. It seems like the documentation is for LV 6.0 and 6.1.
    >
    It looks to me like you are constructing arrays to pass to LV using
    malloc, instead of the labview.lib functions for creating or resizing LV
    array handles.
    You should refer to the manual on Calling External code for details on
    the construction of an array.
    Greg McKaskle

  • I am getting a constant error message on my desktop."Out of memory at line 50?

    For the last two weeks, when i use my Windows 7 computer, i keep getting an error message which states, webpage error, out of memory at line 50". The error message also states the same problem at other line numbers? I have run error checking and attempted a defragmentation on Drive c. unable to correct this problem. Can anyone help?

    Run a clean installation of Firefox 10 and check
    * getfirefox.com

  • Internal software error:..\avParser.ccp, line 736

    I am trying to open an Encore file but when is loading, it shows this message:
    internal software error:..\avParser.ccp, line  736
    AND....
    another.ncr file shows this one
    R 6025  
    pure virtual function call
    Somebody can help me?
    Thank you!
    Danny

    For the Runtime Error, this Adobe KB Article might give you some fixes, or at least clues.
    I agree that these are system errors. If the KB article does not help, I'd try a Repair Install of Encore. This should fix, add, or replace missing, corrupted or broken .dlls and any other problem files.
    Good luck,
    Hunt

  • Error:  Out of memory at line:  693

    One of my users is receiving this when trying to run a report through Infoview.  We are using Crystal Reports Server 2008.  Is this a server error or more like an error because of the user's own computer configuration?
    The prompt says "Message From WebPage:  Out of memory at line: 693"
    Thanks in advance for any advice.

    Does this happen with all the reports or any specific report?
    If this user logs on to other computer and gets the same message then there is issue with user profile.
    If user gets this issue only on his machine and other users gets the same issue on his pc then check browser setting and updates on his machine.
    Bashir Awan

  • Error Message with multiple line

    Hi
    How to display a error message with multiple line?
    Example
         Goods movement not possible for material 101
         Goods movement not possible for material 102
         Goods movement not possible for material 103
    is it possible is ABAP? If so please advice me.
    Best Regards
    Asheek

    Hi Anoop,
    You can use same thing like this
    I suggest write ur message through this.
    First set the obecj.
    CALL FUNCTION 'APPL_LOG_SET_OBJECT'
    for local memory
    FUNCTION 'APPL_LOG_WRITE_MESSAGES'
             EXPORTING
                  OBJECT              = OBJECT
                  SUBOBJECT           = SUBOBJECT
                  UPDATE_OR_INSERT    = UPDATE_INSERT_FLAG
             TABLES
                  MESSAGES            = MESSAGE_TABLE
             EXCEPTIONS
                  OBJECT_NOT_FOUND    = 1
                  SUBOBJECT_NOT_FOUND = 2
                  OTHERS              = 3.
    the call for physical memory
    CALL FUNCTION 'APPL_LOG_WRITE_DB'
    In this process you only need to provide the Itab with error messages.
    Reg,
    Arpit

  • Error 38 "thread.cpp line 1938" failure during an application execution

    I made a Labview6.1 based application that handle serial communication with six RS-232 ports. The program is intended to run 24 hours a day. After around 2 days of execution an error occurs. Here the reference:
    Error 38
    thread.cpp line 1938
    What can be the root cause of this failure?
    I'm pretty sure it's not lack of memory/CPU.

    Hi Mao,
    Be sure that all the threads you oppened are all closed.
    For example if you put an "open VI reference" don't forget to put the "close reference" at the end of the task.
    Hope it helps!
    Best regards,
    G Liagre
    Best regards,
    G Liagre

  • Adobe premiere pro 6    exporting Error Message:  winFile.ccp-814]

    adobe premiere pro 6    exporting Error Message:  winFile.ccp-814]

    I'm getting the same error when I try to export a video.
    Below I've tried to follow the above provided list of info required for the forum.
    I'm using the most current version of Premiere Pro from CC.
    I installed all the updates last night before trying to export.
    I'm running an updated version of Win8.
    The source footage is mostly shot from my 550D/T2i(.mov), and then there are small overlays of an mp4 video I ripped from Youtube. I'm trying to export the video as MPEG2, at 1080i settings. Is this enough info?
    [..\..\Src\Win\WinFile.cpp-814] that is the error message I'm getting
    When the problem occurs Ijust hit"Okay", which takes me back to the export screen. I hit "export" again, and then it appears to be exporting, but the progress bar stays on 0%.no it hasn't worked before.
    Other software? As in simultaneously? Just Chrome browser. Or in conjunction with Premiere Pro; then nothing. It's a standard export from PP without any plugins or standalones contributing to the export.
    As stated above, no I have no third party stuff running.
    Hardware
    Processor: AMD II X6 1055T 2.8GHz
    Memory: 16GB
    GPU: ATI 5700 1GB
    No, I'm not using Mercury Playback engine.
    Only with final ouput. My previews are fine.
    Hope that's enough info.
    Cheers

  • How to fix Syntax Error: Expected end of line, etc. but found end of script. in applescript?

    I am making an applescript for my modding tool for Minecraft. It used to use multiple apps and I am now trying to make one app for all the tasks.
    Here is the code:
    say "You are running iCraft version one point one for minecraft version 1.2.5"
    display dialog "Which tool do you want to use?" buttons {"Mod Installer", "Backup", "Restore"} default button 3
    set the button_pressed to the button returned of the result
    if the button_pressed is "Mod Installer" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Insert all mod files into the Mods folder."
    display dialog "Have you inserted all Mod files into the Mods folder?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Finished"
    else
    display dialog "Insert mod files into the Mods folder and restart iCraft.app."
    end if
    if the button_pressed is "Backup" then
    display dialog "Are you sure you want to backup your Minecraft.jar in it's current state?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Finished, find it in your Backups directory in the iCraft folder"
    else
    display dialog "Backup aborted"
    end if
    if the button_pressed is "Restore" then
    display dialog "Are you sure you want to restore your Minecraft.jar with your backup?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/resources/s…
    else
    display dialog "Restore aborted"
    end if
    end
    When I try to compile/run it gives me Syntax Error: Expected end of line, etc. but found end of script.

    Your script got mangled when pasting it into your message, but the main problem looks like you are missing a bunch of end if statements.  Unless your if statements are contained on one line, you need to terminate them with a matching end if statement - for example, the following are equivalent:
    if someString is "whatever" then display dialog "foo"
    if someString is "whatever" then
      display dialog "foo"
    end if

  • XML Parsing Error: no element found Line Number 1, Column 1:

    Hi All,
    I have deployed EAR on my standalone server using JDEV 11.1.1.6.0. I am able to get the WSRP portlet producer page on
    http://<server>:7001/contextRoot. But when i try to click on any of the WSDL URL it gives me "XML Parsing Error: no element found Line Number 1, Column 1:"
    and from IE it gives me: XML document must have a top level element. Error processing resource
    there can be a issue with the WSRPContainer.jar file. So i have remove it from my deployment profile, EAR and lib/classpath files.
    Can you please suggest a workaround.
    Regards,
    ND
    Edited by: ND on Dec 4, 2012 9:57 PM

    Hi All,
    this error normally comes when the WLS domain is not not properly created. if you get some exception for ./provesecurity.sh file while creating the domain, then the XML error comes.
    I did not went into the depth but figured out a workaround: restart the VM/hosted box and then create the domain, remember to use diff port name while creating it from the domain creation script.
    Regards,
    ND

Maybe you are looking for

  • I can play video on euronews site

    Hello all. i install the new apple Maverics, and after that i'm unable to play video on euronews site, the video page on the site appear blanc. Can any one tell me the solution for this case? Thanks in advance. Regards. Emilio Silva

  • Timed array issue

    Hi all, I am trying to incorporate a timed array into my website. I want it to pull the timedCount function every 10 seconds. Any help would be greatly appreciated! Here's what i have so far.... Thanks! Kal function timedCount() var whichQuote=get_ra

  • Flip Video and FCP

    I got a Flip Video Mino for Christmas and found that there was a Mino HD. specs Mino: Format is Mpeg4 AVI and resolution is 640 X 480 Mino HD format is 1280 X 720 and the format is H.264 Is it that much of a big difference? Much obliged. JT

  • Export slideshow video - does it work?

    Just installed LR3.  My first and second attempts at exporting a slideshow video failed - the result includes a proper audio track, but the transitions between photos are jerky and pixellated and jump back and forth between photos and the background

  • Continual problem with the Adjustment brush in both Lightroom 3 and Lightroom 4

    The Adjustment brush in both Lightroom 3 and Lightroom 4 continually stops functioning correctly - that is any adjustment made using the sliders in the Adjustment Brush panel does not make an adjustment on the image.      Normally I would go to Libra