LabView crashes when writting file

Hello,
I have a big problem with LabView. In my Vi I capture 6 waveforms from a
DAQ Card with a SCC Module. When combining the 6 signals to an array and
write them to an file there is no problem but there is also no time
information. When merging the 6 signals and trying to write this to a
file, Lab View crashes without any error code or something. Perhaps
anybody knows a solution for this problem.
Thanks
Achim Kanert

Hello,
LabView crashes without any ErrorCode. A Popupwindows appears that says
LabView.exe occured an error. And then the LabView process is killed
automatically.
Because of other problems with the same machine I decided to reinstall
the hole system new (OS and LabView). So i hope it will be function
after this.
Otherwise I will try to send you a part of the vi, which causes the
error. I only know that it dependce on the integrated Vi to write
LabView Measerument Files, because when I take it out the System runs.
Thank you for your answer and I will tell you if the reinstall of the
system has solved the problems.
Achim Kanert

Similar Messages

  • Labview crashes when creating large image files

    I have a problem with Labview 6.0.2( I've tested evaluation version 7.0 too).
    I'm constructing a very large image, for example: 4500x4500 pixels. Labview crashes when converting the pixture to a pixmap. The image is fully constructed on my screen (in a picture control), but when converting it to a pixmap (for saving the image in a known format (bmp, jpg, tiff)), Labview crashes.
    I did some testing and when the number of pixels exceeded the limit of 2^24(16777216), the file 'image.cpp' crashes on line 1570. The vi to convert it to a pixmap is: P'icture to pixmap.vi'
    Does someone know a workaround for this problem? Or is there a fix for it?
    Thank you!

    I've tested the 6i version of my VI in Labview 7.0 evalutation version. It raised an error but not the same error:
    d:\lvworm\src\lvsource\compatexport.cpp(37) : DAbort: Called a routine not in the compatibility LVRT table
    $Id: //labview/branches/Wormhole/dev/lvsource/compatexport.cpp#11 $
    0x004BD4CB - LabVIEW_Eval + 0
    0x0EB710D9 - lvs248 + 0
    0x094C87A0 - + 0
    So i replaced the picture VI's with the 7.0 evalutation version VI's, and it worked. It is now possible for me to construct very large image files!
    I see no attached VI to test. But i guess it is also solved in Labview 7.0
    I used this file to convert the picture to image data:
    C:\Program Files\National Instruments\LabVIEW 7.0 Evaluation\vi.lib
    \picture\pictutil.llb\Picture to Pixmap.vi
    And this file to convert image data to bmp:
    C:\Program Files\National Instruments\LabVIEW 7.0 Evaluation\vi.lib\picture\bmp.llb\Write BMP File.vi
    I guess i have to write a workaround for this problem:
    divide the picture in blocks of 4096 x 4096 and then merge the image data arrays of the bloks together.

  • LabVIEW crashes when I save changes to a particular VI.

    LabVIEW crashes when it tries to compile a particular VI. I have managed to get it to work a couple of times by changing a few things and making some subVIs, but the problem keeps returning.
    Is there some way to fix this or clean the VI of whatever corruption keeps occurring?
    Thank you,
    David R. Asher

    I can think of address/hardware conflicts or something that LabVIEW cannot provide an error message. I would go with hardware/address conflicts.
    Try renaming the file and executing it stand-alone. also try making it as a subvi and run the toplevel code.
    Kudos always welcome for helpful posts

  • Why does LabView crash when unloading my DLL (reentrant calls)?

    I have written a DLL in Borland Delphi using multiple threads that exports several functions (stdcall). I am using LabVIEW 6i on a WinXP machine.  All functions in the DLL work as expected and return correct values. Everything works fine if I set all Call Library Function Nodes to 'UI-Thread', but as soon as I set one Function Node to 'Reentrant', LabView crashes when I close the VI after it has been executed. I assume the error is caused by the DLL unloading mechanism of LabView. Other C++/Delphi programs using the DLL reentrantly work fine, this only occurs in LabView. In which thread does LabView call FreeLibrary/DLL_PROCESS_DETACH? Has anyone experienced similar problems?

    I have never run into this situation myself, but I do know that calling a multi-threaded DLL or CIN from LabVIEW does depend upon the following criteria:
    If your CIN/DLL doesn't have any global data storage (global variables, files on disk, etc.), AND it doesn't access any hardware (register-level programming) AND it doesn't call any functions/DLLs/Drivers that are thread-unsafe.
    OR
    Your CIN/DLL protects (with semaphores or mutex's) access to those global resources.
    OR
    Your DLL is only called from one, non-reentrant VI
    OR
    Your CIN is only called from one, non-reentrant VI AND you don't access any global resources from CINInit, CINAbort, CINDispose, etc. procedures.
    Hopefully this information can help you out in some way.
    J.R. Allen

  • Adobe Bridge CC crashes when opening file with Photoshop CC or Camera RAW!

    Adobe Bridge CC crashes when opening file with Photoshop CC or Camera RAW!
    - Tried to Reset the preference with CTRL + Click.
    - It's just new clean install didn't do anything with it yet.
    - Windows 8.
    Any help?

    Just that one project, or any project?  Can you create new projects?

  • My firefox crashed when upload file on our web based application. This happen on two PC, even during firefox safe mode the problem still exist. But the problem

    Dear All,
    My firefox (version 23 on win 7) crashed when upload file on our internal web based application. This happen on two PC, even in firefox safe mode the problem still exist. So, my first conclusion the problem nothing to do with extension. here the crash ID https://crash-stats.mozilla.com/report/index/81220865-36c0-4e10-a484-6d27e2131023 and https://crash-stats.mozilla.com/report/index/86d2b779-9730-4d2c-b276-a86d42131023. I wonder if this happen because jquery modul in our web based application. But when I tried on my laptop, the problem dissapear. I tried to replicate same situation on different server, I mean I put the exact same application source to other server, never meet the same problem. Thus, I suspect may be it related to antivirus that installed in our network which is kaspersky. I am googling, never meet the clue.
    If you meet the same problem, please help me.
    I am so sorry for my poor english.
    Him Him

    The crashes are a problem with the winhadnt.dll file (OCular Agent from TEC Solutions Limited) as you can see in the crash reports.
    *http://www.freefixer.com/library/file/winhadnt.dll-52397/

  • 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

  • Dreamweaver CS5 crashes when putting file to server.

    Recently I've had occational crashes when putting file to server, but it worked when I rebooted
    system. Now, even I reboot the system, whenever I try to put a file into the web server, it crashes.
    Message shows:
    Adobe Dreamweaver CS5 has stopped working
    A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
    Has anyone found a solution to this?
    FYI, I'm using windows 7 64bit on intel i7 machine with 12GB RAM.
    Your help is appreciated.

    Try restoring your preferences
    http://kb2.adobe.com/cps/839/cpsid_83912.html#main_Restore7V

  • Finder is crashing when previewing files

    My finder keeps crashing when previewing files from an external hard drive. It's mov-files and stills(cr2).
    I have files recorded on two separate days. When previewing files day 2 there's no problem but when previewing files from day 1 finder is crashing every time. I have back up of all the files on another drive. On the back up drive there's no problem to preview files.

    That is why I want you to erase it.. so you can get access.. but I cannot trial it for you... I do not have one.. you have to trial it yourself.
    Setup the TC to use Accounts.. not use disk password or device password.. after an erase.
    See if that fixes it.
    See this post for different but maybe related issue.
    https://discussions.apple.com/thread/5146963?tstart=0

  • 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 Opening Project

    Hey Guys,
    I'm running into an interesting issue where LabVIEW crashes when opening a project. This is the second time I've run into this issue, on the same project. To get around it the first time I simply deleted and re-made my project, but since it's happened again, I need to figure out how to debug it. The symptom is that LabVIEW will crash when opening the project (sometimes I can see the "vi loading" screen) without any indication that crash has occured. It doesn't even launch the error reporter, the process just dies. Anyone know how I can go about debugging this?
    Solved!
    Go to Solution.

    xkenneth86,
    What version of LabVIEW? Have you ever had previous versions of LabVIEW on your computer? Can you attach a screenshot of the crash?
    David H.
    National Instruments

  • Premiere Pro crashes when sending files to media encoder

    Premiere Pro CC keeps crashing when sending files to Media Encoder. This is a new problem. I cleaned the cache, typed purge into terminal, checked the sharing in the preferences library and verified/repaired disk permissions. What else can I try? Help, I have urgent deadlines this week!

    I am using the most updated version of PPro CC with OS 10.8.5. It seems to have issues with certain sequences and not others.  It also may be the files themselves.  They play fine in the program viewer and I have sent them to Media Encoder before, but if I create a new sequence with the same settings and copy the files into it, the same thing happens. I have a lot of 29.97 720x480 (1.21 pixels) and 1440x1080 (PAR 1.333) footage to edit together and create dvds out of (not my idea - it's a job) and I am in the middle of trying various ways of encoding to make it as clear as possible.
    Currently I am using 1440x1080i HD anamorphic sequence settings encoding into 1440x1080 p HD anamorphic with frame blending, maximum render quality, Target bit rate of 30 VBR 2 pass. Then combining those files with other sequences into a longer 1440x1080 p HD anamorphic sequence and encoding MPEG 2-DVD NTSC widescreen progressive 100% quality, VBR 2 pass and the output is much better. This has been working, and today suddenly it stopped and started crashing. Any ideas?

  • Why does system suite pro 12 crash when running file cleaner is running while firefox is installed? If I uninstall firefox then system suite pro 12 won't crash.

    When I downloaded the newest version of firefox system suite pro 12 crashes when running file cleaner after I uninstall firefox system suite pro 12 doesn't crash. I have window 7 premium home edition 64 bit.

    You should know a few things before before getting started:
    1. Registry "cleaners" and "system optimizers" like SystemSuite are very unreliable, cause more problems then they propose to fix, have little to no benefit, and are somewhat of a scam. Running them on a system is almost guaranteeing a crash or hiccups somewhere along the process. running them is never a good idea. all you need is a good, simple, free anti-virus (like Microsoft Security Essentials), and use the built in Windows Utilities to clean and sped up your computer if needed.
    2. This is a Firefox forum, so if you are having a problem with SystemSuite, we might not be able to help you.
    I'll give you a few things you can do to see if this is just a Windows problem:
    Run all Windows Updates, install all needed service packs, etc.
    Update your graphics driver (Firefox uses your graphics card for some rendering, and an out of date graphics card driver can cause problems. [https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers].
    Update all your plugins (Flash, Java, etc.): [http://www.mozilla.org/plugincheck/ http://www.mozilla.org/plugincheck/].
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]. This helps check that there are no viruses on your computer causing issues. You can uninstall this program after you clean off any infections.
    Plus, I'd strongly recommend removing systemsuite and any other "optimizers" you might have.

  • My browsers on Mac keep crashing when attaching files

    My browsers on MBP keep crashing when attaching files to my emails. I had the same problem with Safari, Firefox browsers and also with Gmail, Yahoo accounts. I emptied the cache, reset safari. It says its due to flash player..Uninstalled flash player, re-downloaded it, made safari work at 32 bit, made gmail attachments work at basic settings.. I repaired permissions using utilities ..also I have no internet plugins, no yahoo browser plus but nothing seems to work.. Any help? Many thanks

    This forum is for the MacBook Pro hardware.  You might get a better answer in the Safari forum, but you will have to provide more information there. 
    https://discussions.apple.com/community/mac_os/safari

  • [Solved] arch crashing when browsing files

    Seem to be having a strange problem of crashing when browsing files via the built in file manger of mate desktop. I say strange because it works ok if browsing via an app like pluma
    Some times it freezes before hand. It takes some seconds to happen but if I mount my extra drive it crashes all most right away.
    Just to say I got one other system up and running fine with the only difference being ram and drive sizes.
    Do anyone know what it could be?
    Last edited by taylord1984 (2013-05-27 15:36:26)

    Sorry about late reply. Forgot all about posting this.
    It would seem it was a mobo fault. There was one other difference between the systems and that was the one that kept crashing had an ati card. I removed that card to boot from the igpu system wouldn't boot at all. Thought it got to be cpu or ram so did some swapping about to find it was in fact a fault mobo. I still think it's an odd one but I'm no expert lol
    Thanks opt1mus for your time in responding.

Maybe you are looking for