LabVIEW 2012 crashes on different File Open/Save dialogs, if last working directory no longer exists

On several Windows 7, 64 bit machines, if I open LV2012 SP1 f1 64 bits, create a VI and save it on a directory, exit LabVIEW, delete the directory where I saved the VI, restart LabVIEW and do a File/Open, LabView goes puff and disappears.
Sometimes it happens on File/Save As.  To fix this I have to double click on an existing VI on Explorer, save it, and then after exiting and restarting LabVIEW I can do File Open again.
I do have Classic Shell installed on all the systems, but even after uninstalling it and rebooting the machine, the behavior is the same.
I tried removing the file from the list of last opened files in LabVIEW.ini but that doesn't do the trick.

Not sure if this is related or something else, however I now have a VI on my desktop that if I double click on it brings up LV 12.0.1f3/64, which opens and shows me the file.  If I then do File/Save As/Rename and hit Continue, LV crashes.
Error is: Exception: Access violation (0xC0000005) at EIP=0x000007FEFC2DE3C4.  I have an about 200 KB dump file if anyone wants it, as the Send button on my error report is disabled and help just tells me to contact my administrator, which is me (and I configured the VLM to allow users to do that, stop and restarted the VLM but still no go).
Lvlog.txt is
#Date: Wed, Aug 21, 2013 3:27:32 PM
#OSName: Windows 7 Enterprise Service Pack 1
#OSVers: 6.1
#OSBuild: 7601
#AppName: LabVIEW
#Version: 12.0.1f3 64-bit
#AppKind: FDS
#AppModDate: 05/29/2013 21:55 GMT
#LabVIEW Base Address: 0x0000000140000000
<DEBUG_OUTPUT>
8/21/2013 3:27:41.720 PM
Crash 0x0: Crash caught by NIER
File Unknown(0) : Crash 0x0: Crash caught by NIER
minidump id: 71bcb82e-95ba-41ca-884d-efe3b7fc1779
ExceptionCode: 0xC0000005�r
</DEBUG_OUTPUT>
0x0000000141DBE41B - LabVIEW <unknown> + 0
0x0000000141DBEA62 - LabVIEW <unknown> + 0
0x0000000019C47D1B - <unknown> <unknown> + 0
0x000000000293A7E0 - <unknown> <unknown> + 0
0x0000000000424FB0 - <unknown> <unknown> + 0
0x0000000001000000 - <unknown> <unknown> + 0
0x000000000000000F - <unknown> <unknown> + 0

Similar Messages

  • How to open File open/save dialog for a file saved in the Appl. Server?

    Hi Experts,
       My requirement is that, there will be a link in my BSP page "Link to BI Report" and when the user will click this link, the File open/save Dialog box will appear for a BI Report file that will be in a fixed path in the Application Server. I have checked with <a href="/usr/sap/tmp/bi_report.csv"> tag but it is not working. The BI report file will be currently in the CSV format. Any ideas about how to achieve this? Thanks in advance.

    If you want to work in tabbed view, do it like this:
    Select the move tool. Go to the tab that contains one of the image files.
    Drag the image over the tab that has the blank document (Keep holding down the mouse button). Wait till that tab opens.
    Drag & drop the image into the blank document.

  • File Open/Save dialog

    Hi,
    One of my pet peeves about Jdeveloper and by extension of SQLDeveloper is that the file open/save dialog does not have quick way to navigate to familiar places on my computer like "My Documents" or "Desktop". For eg., in Word, I can navigate to My Recent Documents, Desktop, My Documents, My Computer, My Network Places.
    I know Jdeveloper and SQLD are also meant for the Unix Platform, but having shortcuts like My Network Places, Desktop, My Computer etc atleast for the Windows based tools would make it immensly easier to find files.
    Something even better would be to allow each person to customize that list of shortcuts he can have in that list.
    Thanks
    Alex

    Yes, this is absolutely necessary for Windows users!
    In a non-java Windows application I can usually put a shortcut to my favored directory in the directory an application might default to, then double-click it and the windows environment is smart enough to move to that directory, and I can save my files.
    Java is stupid in this regard. It thinks you are trying to save the file to the name of the shortcut. I CANNOT stand an application that isn't smart enough to set preferences to default file locations!
    I should also add that I set the USER_DIR to the directory I save all my files in (on my u:drive) and SQL Developer then runs those files without the entire path (I can just put in @a for example) but it is too STUPID to save to this directory!
    Message was edited by:
    user532351

  • File Open/Save dialog Restrict the user path selection Is there any way?

    Hello,
    Is there any way by which we can restrict the user from selecting the path from the Folder Browser/ File Open/ File Save dialog boxes?
    For example, I have a list of paths & want to allow the users to select from those paths or their sub folders. Is there any way to achieve this?
    Thanks!
    -Vinay Pugalia
    If a post answers your question, please click "Mark As Answer" on that post or
    "Vote as Helpful".
    Web : Inkey Solutions
    Blog : My Blog
    Email : Vinay Pugalia

    Hello Vinay Pugalia,
    >>For example, I have a list of paths & want to allow the users to select from those paths or their sub folders. Is there any way to achieve this?
    As far as I know, starting with Windows Vista, the Open and Save As common dialog boxes have been superseded by the
    Common Item Dialog:
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms646960%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
    You could have a try to restrict the value of “look in”(shown in the opne dialog) and “Save in”(shpwn in the save dialog). If you want an example about the usage of this API, you could post a code sample request to:
    https://code.msdn.microsoft.com/site/requests
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • File Open/Save Dialog box

    Dear Friends,
    I have a unique problem, I developed a form (in Oracle Forms 6.0), utilizing the Forms "GET_FILE_NAME" built-in to activate the FILE Open Dialog box.
    It is working fine if I execute the form in WINDOWS-NT environment.
    But the same form, when I web deploy it and run it under both NETSCAPE or INTERNET browser
    the "GET_FILE_NAME" built-in fails to get activated, i.e no File Open Dialog box appears on the browser.
    Any Clues ??
    Thanks in advance for your suggestions.
    Mohammed R.Qurashi
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by rqurashi ():
    Dear Friends,
    I have a unique problem, I developed a form (in Oracle Forms 6.0), utilizing the Forms "GET_FILE_NAME" built-in to activate the FILE Open Dialog box.
    It is working fine if I execute the form in WINDOWS-NT environment.
    But the same form, when I web deploy it and run it under both NETSCAPE or INTERNET browser
    the "GET_FILE_NAME" built-in fails to get activated, i.e no File Open Dialog box appears on the browser.
    Any Clues ??
    Thanks in advance for your suggestions.
    Mohammed R.Qurashi <HR></BLOCKQUOTE>
    Mohammed,
    the file open dialog you used with winnt is based on the windows api, wich does, of course, not work in a java applet.
    If you want to use file access from within webforms, you have to extend the forms applet with your own java classes. To do this, you can use the PJC mechanism forms provides (pjc=pluggable java components). Furthermore, if you want to do things like open files on the client (wich are not allowed for java applets) you have to sign your java classes. These things seem to be very complex (and they are), but I've done this work successfully. If you need more information, look at at technet, there are lots of white papers and examples.
    null

  • Open/save dialog boxes not working correctly.

    Environment: CS6 (PS 13.0.1) Mac OS X 10.7.5. Plenty of hardware. (Generally starting with .CR2 RAW.)
    Two open/save problems
    Recently (maybe since the 13.0.1 update??), I have been having problems with the open and save as dialog boxes.
    First. The open file dialog always defaults to Enable: blank (i.e. no file types enabled). Each time I have to  go to the bottom of the dropdown list and select "All readable documents" before I can open ANY type of file. I've searched in everyway I can think of looking for some method to have OPEN default to "all readable" but can't find anyway to do this. Anyone have a suggestion? I admit this is a nuisance more than anything, but when whipping around at deadline having to stop each time and make this change is irritating. No other program has this difficulty (including Illustrator and InDesign). PS5.5 did not exhibit this behavior on the same machine.
    Second. When I save as and try to select any file format, say going from psd to tiff, the format dropdown list ALWAYS selects the format ABOVE the one I choose. Example: If I select JPEG, PS tries to save as .iff. If I pull the selection down to JPEG2000 it will then save as standard JPEG. Again just an irritant but, tiff (which I need for several other programs) is last on the list thus there is no way I can go one below it to get tiff format selected. It always comes out as png. Also note that the Format selection indicates the correct format - in the case of tiff the dialog box shows TIFF selected, but the program is apending .png. (Continuing the save as (without altering my selection) always results in the incorrect format no matter what the Format dialog says in the save as operation.) Again, no other program I work with (including several Adobe products) exhibits this behavior.
    I seriously need to be able to save as tiff. Anyone with any thoughts on this?
    Thanks much,
    Robert

    I appreciate all responses particularly from an "Official Adobe" human being!
    Unfortunately, a significant amount of effort has been expended with no joy here.
    I have done the following;
    (1) examined every plug-in folder for duplicates - None found
    (2) deleted the symlinks (aliases) Topaz created referencing their plug-ins in /Library/Application Support
    (3) reinstalled the Topaz bundle - no change
    (4) Spoke at length with Topaz support and have been assured that all of their plug-ins are CS6 compatible.
    (5) Have had the same conversation with Nik regarding their 2 plug-ins - assured that they are compatible.
    Frankly I'm stumped here. I've combed my system in everyway I can without any change in PS behavior - on Open it defaults to blank and "Save as" selects the wrong format.
    Question for the experts. Would deleting PS completely and then reinstalling make a difference or am I now in uncharted territory and on my own?
    Thanks for all assistance,
    Robert
    Still need to save as TIFF but can't seem to get there.

  • The "Recently Used" entry in the file open/save dialog

    The file selection dialog (eg: save/open/etc) on gtk applications has a "Recently Used" option:
    Over size imaged reduced to link
    This has generally not shown any options for me (for some reason, firefox suddenly showed a single entry this time).
    I find no use for it either, so rather than having it list recent entries I'd like this option gone (or at least stop being the default!), and the last-used (or maybe just my home) being shown by default.
    Any hints on how to disable this? What about the "Search" option just above it (equally non-working, and equally undesired by myself).
    Moderator edit:  Converted over sized thumbnail to text.  (Hint:  Your img embedded in a url was perfect -- except the image should be a thumbnail, not the full sized image.  Feel free to edit this post and remove my redaction if you want to use img tags with a small thumbnail)
    Last edited by ewaller (2015-04-14 04:23:22)

    hoschi wrote:Your mostly empty "recent" location is probably caused by two circumstances. Firefox is still using GTK2 (and it seperate caches?) and your not using GNOME (as it looks like).
    No, I'm not using gnome. And this was actually the first time I saw this dialog non-empty. However, it's not related to gtk2 or gtk3: I see the same behaviour on gtk3 apps.
    I all honesty though, I don't care about recently used being populated because I anticipate having the same results you've just described.
    thisoldman wrote:
    At work, I find the recently used locations useful. At home, they are not.
    Firefox Menu:
    ⁣    Edit >> Preferences >> General >> Downloads >> [radio buttons]
    Thanks, I'm aware of this, but this merely covers the firefox download option (firefox seems to actually remember the last used), not all gtk apps in general.

  • File open/save dialog causes SPOD with 10.10.3

    Just updated to 10.10.3 from 10.10.2 using the combo updater (after hearing stories of people being hosed by the normal updater and having success once the combo was applied).
    Now, however, I find that whenever any application needs to open or save a file, and the directory selected in the dialog has a LOT of files (like 10K files), I get a SPOD (spinning pinwheel of death) for minutes.  MINUTES.  This never happened on any previous iteration of any MacOS.  This is on a MBP late-2013 with 16GB of RAM and a SSD.  
    Already repaired permissions.  Checked the filesystem with Disk Utility.  It's OK.
    This is really debilitating.
    I have a saved process sample output from Safari while it was in SPOD mode with the file dialog open.  I can upload this if would be interesting to anyone.  NOTE: just attempting to save this sample trace from within Activity Monitor caused that application to SPOD while it was asking me where to save the sample output.

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Keyboard shortcut for the Document Folder in file open/save dialog

    Does anyone know if there exists a keyboard shortcut for Document Folder in the File Save/Open Dialog? <command><shift>O works in the Finder. I tried variations of that in the dialog and didn't find any. <command>D takes you to the desktop. I tried other variations surrounding that to get to the Document Folder and didn't find any.
    Anyone? Bueller?

    There isn't.
    (56302)

  • Gray Sidebar Icons, Slow Application File Open/Save in OS-X 10.7

    I hate the gray sidebar icons in Mac OS-X. I am a very visual person and every clue, including color, helps. I don't understand why Apple has found it necessary to take a giant step backward in time. Perhaps soon they will reintroduce black and white monitors.
    Anyway, I downloaded a pluging that restores colors to the finder windows, but not the application file open/save dialogs. Also, many times the application open/save dialog windows are slow to load the sidebar window; i.e. I can't do anything until they load the the folders, files, and devices available to open.
    Does anyone have a fix for this? Does anyone know if Apple plans to restore colored icons?
    Thanks - Bill

    bmagargal wrote:
    Also, many times the application open/save dialog windows are slow to load the sidebar window; i.e. I can't do anything until they load the the folders, files, and devices available to open.
    Try rebuilding Finder prefs....
    Go to your Finder "Go" menu hold the option key and choose Library. Then go to Preferences folder and trash these files:
    com.apple.finder.plist
    com.apple.sidebarlists.plist
    Then, restart, or log out and in again.
    (You will have to reset a few finder prefs the way you like them.)
    EDIT: Could it be whatever app you're using for the FInder windows that's causing that slowness?

  • Two Desktop items appear in file/open close dialog boxes.

    In all applications in the file open/save dialog box I have two "Desktop" items on the left toolbar. In Finder it is showing up the right way with only one "Desktop" item on the left tool bar. How do I get rid of this extra "Desktop" item on my open/save dialog boxes?
    Thanks.

    1. Drag all Desktop icons off your Finder sidebar.
    2. In Finder >> Preferences >> Sidebar UNcheck all options.
    3. navigate to ~(yourhome)/library/preferences and trash these two files:
    com.apple.finder.plist
    com.apple.sidebarlists.plist
    Then log out and back in again. Or restart.
    (You will have to reset a few finder prefs the way you like them.)

  • CS4 crashes when trying to open/save files

    when i try to open or save a file, cs4 crashes i cant figure out what to do!! plz help me. thanx

    Might be a long shot but perhaps worth trying -- check the display driver.  I've encountered occasional crashes only on File > Open.   Crash occurs when PS is reading and opening the selected file.  Then when next I open PS CS4 after the crash I get a message "Photoshop has encountered a problem with the display driver, and has temporarily disabled GPU enhancements."
    But this is on an older system that does not have GPU, and GPU enhancements were never enabled in preferences.  Should I try to enable GPU enhancements, the mouseover in Preferences > Performance for GPU settings properly reports that graphics hardware acceleration is unavailable.  When I go to this same Preferences > Performance panel on the first PS launch after the crash, it reports that Photoshop has disabled GPU.
    This is on XP SP3 system, version4 11.0.1.  I do not know if this would be related to the OP's reported problem.  I do have a drwtsn32.log and dump if it would be of use.

  • Codesigned Projector and BuddyAPI (or other File Open/Save Dialogue)

    I noticed that with the Buddy Xtra, if baGetFilename call is made when an application is Codesigned, it will crash.
    Actually ANY attempt to use any file open/save dialogue attempt in a Codesigned application will not work.
    Has anybody found a work around for this?

    Hi,
    Did you found the solution to this? I'm also trying to do something like you , but I got stuck up in a very primitive stage than you. I'm not getting how I can make that File Download window to appear. Can you help me please.
    Thanks.

  • Open/Save Dialog does not show new files?

    Say you are working on a logic file in a folder and you have
    a few audio and movie files in that folder, and you launch
    Logic and via the open/save dialog window you add a few
    files to your song and in that dialog window you can see
    all the files in that folder.
    Then, in the Finder you add a few more files and movies to
    that folder and again use the open/save dialog window to
    add more files BUT the new files you added since launching
    logic are NOT SHOWN in the dialog window ! ?
    What's the deal with that?
    Every other app can show files added since the launch of the
    application, why not Logic?
    PowerBook G4 1GHz   Mac OS X (10.3.9)  

    project manager
    um, yeah.
    Should not need the project manager simply to see new files added to a directory in a Open/Save dialog window since last opening the app.
    I did a scan, a extended scan, opened all the little turn down arrows of the
    full path to the directory I knew there to be the new files and yes, Logic
    shows them there in the "Project manager".
    BUT Logic still does not show the files in the Open/Save dialog windows.
    This is strange because even simple app like TextEdit can show
    new files in it's Open/Save dialog function windows without the need of
    a project manager.
    I have to quit and re-launch each time to see any new files?

  • Check if file downloaded successfully , through Open Save dialog box

    hi,
    In the jsp I have a download link through which user can download a file which is located on the server . I have achieved this by setting the response type in servlet as follows => response.setHeader("Content-Disposition", "attachment; filename=" + fileName); .When the jsp page loads the user is shown a Open Save dialog box for downloading the file. The user can download the file or cancel the operation.
    But now I need to track if the user has downloaded the file successfully on his m/c , depending on which a flag will be updated in the database . I am not able to track this event . Pls help how I can check if the file has been downloaded successfully and do further processing.

    This is fully dependent on the client side. You can never rely on that.
    In most cases you could check if any byte of the file is written to the outputstream and/or no IOException is been thrown, but some webbrowsers (such as Firefox) will download the file immediately while the client still need to choose 'save' or 'cancel'. Only when the client chooses 'cancel' the download will be aborted and the file will be deleted. But if the file is small and/or the network is fast, then the file download might be already completed at that time.
    Again, you can never rely on what happens at the client side.

Maybe you are looking for

  • ICal Events not showing in Outlook Calendar

    I'm new to iCal. My Mail and iCal are now synched up with my work's Outlook Exchange. The problem: My events entered in Outlook's Calendar ARE showing up in my iCal, but events entered in iCal ARE NOT showing up in my Outlook Calendar. Whither wrong

  • Why do I need to open an app/program on my iMac to get it to shut off?

    If i use my mac for a decent amount of time and try to shut it off, all my desktop icons go away and the top bar disappears as well, but the bottom bar stays and it will not shut down. The only way I can get it to shut down is if i open something (Li

  • Jrockit problems on linux

    JRockit is limited only 2GB heap native memory on Linux AS 2.1

  • Unable to setup server.app after upgrading 10.7.5

    hi, i had a macmini server and i upgrade from lion to mountain lion, when i try to setup server.app i get this message "se ha producido un error de ssl y no puede establecerse una conexion segura con el servidor" please help

  • Pictures are dark

    Whenever I print a photo from iphoto, the printed pictures are always much darker than the image on the screen. I used to compensate for this quite nicely by using a setting 'lightness increase' under the filters in the print dialog but that option h