Runtime menu crash

Hi,
In one application I have a runtime menu which is dynamically changed. When a option is not available, the menu point is dimmed. Now I found out, that LabVIEW crashes every time when the runtime menu is opened while the change occurs in the program.
Is there a way to avoid this? Otherwise the whole option to change the runtime menu dynamically would be worthless..
Best regards
Dermot

Hi
just now by looking at it a second time, I found the solution.
In a early version of the program I added and deleted the runtime menu tags dynamically. When the runtime menu was opened during a delete action, LabVIEW 7.1 crashed completly.
Now I just dim the tags that are not available, that means I only change the properties of the tags and the program works just fine.
Thanks and best regards
Dermot
Attachments:
screenshot1.jpg ‏51 KB

Similar Messages

  • How can I change the state of a runtime menu item programati​cally?

    Using LabView 6.1, I would like to change the state of the runtime menu item "Operate/Print at completion".
    The goal here is to print the VI front panel according to the operator choice (OK ->print, Cancel ->don't print)
    In a first release, I put a Stop function at the dialog output (activated by the cancel button) but this function stop the complete application and my idea where to stop only the VI in which the dialog is running.
    In a second release, I've tried to use the "Application
    control/Menu" but I receive every time an error:
    Error 88 occured at Cannot modify application menu item in the printtest.vi.
    Possible reasons: LabView, Runtime menu error...
    Any suggestion is appreciated.
    Re
    gards,
    phidu

    Instead of using the print at completion option, print the VI programatically if the user selects to print...open a reference to the VI you want to print and use an invoke node to print vi to printer.
    Alternatively create another VI with a layout optimized for printout, set it to print at completion and run and load the data into that VI if and only if the user OKs the print...
    Mads
    MTO

  • Changing runtime menu item names dynamically in executable

    I want to change the language of my application dynamically. In the run-time menu i do this by changing de item names (leaving de item tags the same) In Labview (6.1) this works but in a application builder build executable this don't work.
    Attachments:
    demo_vi.jpg ‏55 KB
    demo_exe.jpg ‏55 KB

    How are you changing the runtime menu dynamically? Are you reading the menu settings from a file? If so you might be losing the path to the file in the executable.
    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

  • Programatically set runtime menu to default

    I am trying to set the Runtime menu from a custom menu back to the default menu.  I write a string using the RunTimeMenuPath property node when the VI is idle.  All the basic combinations failed: empty string, "default", "default.rm".  When I open the VI and verify the menu change, the string I specified cannot be found and the menu is then reset to default.
    Is there another way to set the RunTime menu back to default other than the RunTimeMenuPath property?
    I have LV2010 Professional.
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector
    Solved!
    Go to Solution.

    Found the solution to this problem.   The reference that I was using was generic Virtual Instrument and gave me at RunTime Menu Path as a string.  There was no way to clear the menu.  When I obtained a VI Refnum instead, setting the path to <Not a Path> changed the Run Time menu to the default.
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector

  • Labview 2012 Runtime Application Crash: Access Violation Error

    hi All,
    my rather large app that I been develping over teh last few years has recently been crashing.
    I do not know if it is since I began compiling it in LV2012 SP1 that the problem occurred or I have some programming error
    that I cannot track down.
    It use to run with uptimes over months, even with some memory leaks.
    If I monitor using Task Manager there is no decernable increase in memory usage.
    It crashes on two different systems - both running Windows XP.
    The developer version running in LabVIEW 2012 f5 ( Windows XP ) does not crash. Only the runtime version crashes.
    It also crashes either if the program sits idle for a few days - 5 or so ( memeory footprint stable ), or if it is used extensively to actively gather and control several instruements ( memory increase matches data size increase )
    It does call several external API via ActiveX to spawn off processes, however from the lvlog.txt it seems the crashing is a simple open file that uses the NI supplied String to Config.vi.
    I have double/triple check my code and I close any refernces open by the calling vi.
    I am sure how to read teh mini-dump files so if someone can look at these it would be apreciated
    thanks
    Michael
    Here are two crash logs:
    Attachments:
    fde86f7f-a024-417d-ac1c-d38b2e9a41e3.zip ‏61 KB
    4f75c413-793d-46db-b66c-889a2f2daf69.zip ‏59 KB
    00660fb7-749d-4af5-bcb1-ac5cad73a5cb.zip ‏56 KB

    Hi Michael,
    It's tough to tell what's going on, especially since it seems like you've really covered your bases!  I'm curious about the fact that you don't see the crashes in LabVIEW (LV), just in the Run-Time Engine (RTE).  Have you ever tried running it in LV for an extended period of time?
    Also, do you have any loops in your program?  Perhaps shrinking any waits that might be present and allowing your program to run faster would decrease the amount of time to see these errors from days to shorter.  
    In the future, when you get a dump file, submit it to our R&D department.  It then pops up on a website that allows me to read them.  I can also use win debug but that will take me a bit, so I'll have to get back to you on that.  
    Also, if you could take a picture of the error, that would help as well.
    Julian R.
    Applications Engineer
    National Instruments

  • Best Method To Use a RunTime Menu

    Hi
    I´m using a menu in my LabView Apllication, and I saw today that it takes considerable ressources. I enclose a vi in order to explain better what I mean. with my menu activated, my program loop runs about 5 times per sec, and about 170 without. Do you have better methods to use a RunTime Menu ?
    Thanks in advance for your help
    Nicolas Minary

    Sorry, I forgot the vi...
    Attachments:
    menu.zip ‏11 KB

  • Handle runtime menu in subvi event

    I am passing the runtime menu reference to a subvi event structure for processing the top-level runtime menu in the event case. I already have a registered case to handle any change in the top level vi control values. Since, I'm passing a runtime menu reference to the subvi, I initially thought I can handle the runtime menu in the subvi event. When I add an event, runtime menu is not a choice when setting the event up. The event setup does show "shortcut menu" as a selection but this must be for a context menu or the like.
    Thx ahead of time,
    richjoh

    Hi Richjoh,
    what you should do is pass the VI-refnum into the sub-vi, and register there for menu events! A menu reference, does not cover a FP-object so LV has no events for it.
    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!

  • Runtime error crash in IE

    I get a runtime error crash every time I try to open a pdf in IE. I am using Reader X. Anybody have solutions?

    What version of Reader X are you using? What OS? If you upgrade your Reader to X.1.3 you might find the problem dissappears (however, upgrading does not work for everyone).

  • Runtime Menu of Radio Buttons

    Dear All,
    How to add event case to the runtime menu associated with Radio Buttons?
    There's a property in Event Case for Radio Buttons but that includes the whole Rectangular Box consisting of Radio Buttons, and not individual Radio Button.
    I want to add an event case for for menu selection for individual Radio Button as I am having 4 Radio Buttons, and menu associated with each radio button is different.
    Thanks,
    Ritesh
    Solved!
    Go to Solution.

    The event structure returns a reference to sub-item. If you right-click on the boolean, caption or boolean text of one of the buttons you get a valid reference and you can figure out (with caption see example) which element is clicked, if the right click is on the border or background of the radio button a null-reference is returned.
    Ton
    Message Edited by TonP on 10-04-2008 02:25 PM
    Message Edited by TonP on 10-04-2008 02:25 PM
    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!
    Attachments:
    Example_VI_BD.png ‏4 KB

  • Changing runtime menu of multiple controls

    I have ~90 indicators that I need to change the runtime menu of. Is there an easy way to do this all at once?  I can't think of one, but figured I'd ask.
    Thanks,
    -M
    Edit: To clarify, they are all being changed to the exact same menu.

    I actually expected this to be quite easy with LabVIEW Scripting, but I couldn't find the functions needed.  Here is a post a while ago that basically said you can't.
    http://forums.ni.com/t5/LabVIEW/scripting-control-run-time-menu-file/td-p/1257590
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Menu crashing

    Hi there.
    Today I purchased a 3g iPhone and something really strange is happening. When I go to the settings menu and choose the "mail, contacts and calendars" setting if I scroll down to the calendars section the settings "app" will crash. That certainly didn't happen on my older iPhone.
    Rebooting made no difference. Anyone has this problem?

    UPDATE: Not only the ssettings menu crashes but I've just found out that the clock application crashes as well.
    Restoring the iphone had no result....
    Now I think that there's a hardware problem???

  • Selecting a custom runtime menu makes it so that the VI cannot be saved

    Whenever i try to save a VI with a custom runtime menu i get the attached 2 errors, oneter the other. This is using Labview 2014. any help would be much appreciated. Ther is of course not any invalid characters in the file name i am using.
    Richard
    Solved!
    Go to Solution.

    That's pretty much the same what i did, except i used a blank VI. Can you verify if the issue is connected to EVERY VI on your machine or connected to specific ones?
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Windows Explorer folder context menu crash

    Hello, On a PC running Windows 7x64 Ultimate,  Windows Explorer closes with a
    "Windows Explorer has stopped working" message, and needs to be restarted.
    It quits when I right click on a folder, while right clicking on a file doesn't cause it
    to quit. So far I've tried:
    Uninstalling and reinstalling graphics drivers, SVC scan, malware scans, virus scan,
    hijack this, safe mode, clean boot, shexview,  shmnview, reliability monitor, and event
    viewer. I could use some help with what shell extensions to modify, if that is
    even the problem.  Thanks
       Event Viewer Windows applications log has entries for event ID 1000 error,
    with these details:  
       Explorer.EXE
       6.1.7601.17567
       4d672ee4
       SHELL32.dll
       6.1.7601.18517
       53aa2e07
       c0000005
       0000000000050506
       13d4
       01cfff64b8cef67f
       C:\Windows\Explorer.EXE
       C:\Windows\system32\SHELL32.dll
       0639a5f1-6b59-11e4-9316-5404a64c920b
    Non-Windows context menu entries  from shexview-x64 ==================================================
    Extension Name    :
    Disabled          : No
    Type              : Context Menu
    Description       : 7-Zip Shell Extension
    Version           : 9.20
    Product Name      : 7-Zip
    Company           : Igor Pavlov
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files\7-Zip\7-zip.dll
    CLSID             : {23170F69-40C1-278A-1000-000100020000}
    File Created Time : 11/18/2010 9:08:50 PM
    CLSID Modified Time: 1/28/2014 4:45:12 PM
    Microsoft         : No
    File Extensions   : *, Directory
    File Attributes   : A
    File Size         : 86,016
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    :
    Disabled          : No
    Type              : Context Menu
    Description       : Backup Shell
    Version           : 8.2.0.21
    Product Name      : Backup
    Company           : Symantec Corporation
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Norton 360\Engine64\21.6.0.32\buShell.dll
    CLSID             : {F7CAA2A1-67A2-44BB-B20F-202FD8EB1DAB}
    File Created Time : 10/3/2014 9:10:50 AM
    CLSID Modified Time: 4/5/2014 7:47:01 PM
    Microsoft         : No
    File Extensions   : *, Folder, opensearchfilefolderresult
    File Attributes   : AR
    File Size         : 2,657,632
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : AccExt Class
    Disabled          : No
    Type              : Context Menu
    Description       : Core Sync
    Version           : 1.3.1.405
    Product Name      : CoreSync
    Company           :
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CoreSyncExtension\CoreSync_x64.dll
    CLSID             : {2A118EB5-5797-4F5E-8B3D-F4ECBA3C98E4}
    File Created Time : 9/26/2014 2:41:22 PM
    CLSID Modified Time: 11/3/2014 11:56:29 AM
    Microsoft         : No
    File Extensions   : *, Folder, opensearchfilefolderresult
    File Attributes   : A
    File Size         : 1,021,088
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : Acrobat Elements Context Menu
    Disabled          : No
    Type              : Context Menu
    Description       : Adobe Acrobat Context Menu
    Version           : 11.0.0
    Product Name      : Adobe Acrobat Elements
    Company           : Adobe Systems Inc.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat Elements\ContextMenuShim64.dll
    CLSID             : {A6595CD1-BF77-430A-A452-18696685F7C7}
    File Created Time : 9/23/2012 7:43:36 PM
    CLSID Modified Time: 8/23/2013 8:36:01 PM
    Microsoft         : No
    File Extensions   : *, Folder, opensearchfilefolderresult
    File Attributes   : A
    File Size         : 2,288,288
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : ContextMenuHandler Class
    Disabled          : No
    Type              : Context Menu
    Description       : Apple Photostreams UI Shell Extension
    Version           : 7.15.7.1
    Product Name      : iCloud Control Panel
    Company           : Apple Inc.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files\Common Files\Apple\Internet Services\ShellStreams64.dll
    CLSID             : {89D984B3-813B-406A-8298-118AFA3A22AE}
    File Created Time : 8/11/2014 10:53:42 AM
    CLSID Modified Time: 10/31/2014 10:56:07 PM
    Microsoft         : No
    File Extensions   : *
    File Attributes   : A
    File Size         : 1,130,280
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : DropboxExt
    Disabled          : No
    Type              : Context Menu
    Description       : Dropbox Shell Extension
    Version           : 1.0.0.24
    Product Name      : Dropbox
    Company           : Dropbox, Inc.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Users\Paul\AppData\Roaming\Dropbox\bin\DropboxExt64.24.dll
    CLSID             : {FB314ED9-A251-47B7-93E1-CDD82E34AF8B}
    File Created Time : 6/24/2014 5:04:54 PM
    CLSID Modified Time: 7/23/2014 7:36:21 AM
    Microsoft         : No
    File Extensions   : Directory\Background, *, .lnk, Directory, lnkfile
    File Attributes   : A
    File Size         : 164,760
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : GDContextMenu Class
    Disabled          : No
    Type              : Context Menu
    Description       : Google Drive shell extension
    Version           : 1.18.7821.2489
    Product Name      : Google Drive
    Company           : Google
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Google\Drive\contextmenu64.dll
    CLSID             : {BB02B294-8425-42E5-983F-41A1FA970CD6}
    File Created Time : 10/21/2014 5:52:26 PM
    CLSID Modified Time: 11/9/2014 9:18:01 PM
    Microsoft         : No
    File Extensions   : *, .lnk, Directory, lnkfile
    File Attributes   : A
    File Size         : 141,640
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : IEContextMenu Class
    Disabled          : No
    Type              : Context Menu
    Description       : Norton Internet Security Shell Extension Module
    Version           : 21.6.0.32
    Product Name      : Norton Internet Security
    Company           : Symantec Corporation
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Norton 360\Engine64\21.6.0.32\NavShExt.dll
    CLSID             : {FAD61B3D-699D-49B2-BE16-7F82CB4C59CA}
    File Created Time : 10/3/2014 9:10:50 AM
    CLSID Modified Time: 4/5/2014 7:47:02 PM
    Microsoft         : No
    File Extensions   : *, Drive, file, Folder, opensearchfilefolderresult
    File Attributes   : AR
    File Size         : 267,080
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : Incinerator Context Menu Handler
    Disabled          : No
    Type              : Context Menu
    Description       : iolo Incinerator ®
    Version           : 12.5.0.86
    Product Name      : Incinerator
    Company           : iolo technologies, LLC
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Windows\system32\Incinerator64.dll
    CLSID             : {E8215BEA-3290-4C73-964B-75502B9B41B2}
    File Created Time : 6/28/2013 5:46:02 AM
    CLSID Modified Time: 2/12/2014 9:54:22 AM
    Microsoft         : No
    File Extensions   : *, .lnk, Directory, lnkfile
    File Attributes   : A
    File Size         : 2,155,152
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : Incinerator Junction Point Context Menu Handler
    Disabled          : No
    Type              : Context Menu
    Description       : iolo Incinerator ®
    Version           : 12.5.0.86
    Product Name      : Incinerator
    Company           : iolo technologies, LLC
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Windows\system32\Incinerator64.dll
    CLSID             : {9081C77F-9FAF-4551-A878-10A4249CD1FA}
    File Created Time : 6/28/2013 5:46:02 AM
    CLSID Modified Time: 2/12/2014 9:54:22 AM
    Microsoft         : No
    File Extensions   : .SendToIncinerator
    File Attributes   : A
    File Size         : 2,155,152
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : MShellExtMenu Class
    Disabled          : No
    Type              : Context Menu
    Description       : MagicISO Shell Extension Module
    Version           : 5, 3, 0, 198
    Product Name      : MagicISO Shell Extension Module
    Company           : MagicISO, Inc.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\MagicISO\misosh64.dll
    CLSID             : {DB85C504-C730-49DD-BEC1-7B39C6103B7A}
    File Created Time : 10/4/2014 6:41:04 PM
    CLSID Modified Time: 10/4/2014 6:41:05 PM
    Microsoft         : No
    File Extensions   : *, Directory, Folder, opensearchfilefolderresult
    File Attributes   : A
    File Size         : 43,520
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : NVIDIA CPL Context Menu Extension
    Disabled          : No
    Type              : Context Menu
    Description       : NVIDIA Display Shell Extension
    Version           : 344.65
    Product Name      : NVIDIA Shell Extensions
    Company           : NVIDIA Corporation
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Windows\system32\nvshext.dll
    CLSID             : {3D1975AF-48C6-4f8e-A182-BE0E08FA86A9}
    File Created Time : 11/13/2014 11:57:26 AM
    CLSID Modified Time: 11/13/2014 12:03:23 PM
    Microsoft         : No
    File Extensions   : Directory\Background
    File Attributes   : A
    File Size         : 61,640
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : RUShellExt Class
    Disabled          : No
    Type              : Context Menu
    Description       : Revo Uninstaller Pro Extension
    Version           : 1.0.0.3
    Product Name      : Revo Uninstaller Pro Extenison
    Company           : VS Revo Group
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files\VS Revo Group\Revo Uninstaller Pro\RUExt.dll
    CLSID             : {2C5515DC-2A7E-4BFD-B813-CACC2B685EB7}
    File Created Time : 6/28/2013 8:26:20 PM
    CLSID Modified Time: 6/28/2013 8:26:21 PM
    Microsoft         : No
    File Extensions   : .exe, .msi, exefile, Folder, opensearchfilefolderresult
    File Attributes   : A
    File Size         : 123,120
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : Spybot-S&D Explorer Integration
    Disabled          : No
    Type              : Context Menu
    Description       : Windows Explorer context menu integration
    Version           : 2.3.39.113
    Product Name      : Spybot - Search & Destroy
    Company           : Safer-Networking Ltd.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Spybot - Search & Destroy 2\SDECon64.dll
    CLSID             : {44176360-2BBF-4EC1-93CE-384B8681A0BC}
    File Created Time : 11/2/2014 6:40:12 PM
    CLSID Modified Time: 11/2/2014 6:40:13 PM
    Microsoft         : No
    File Extensions   : *, Folder, opensearchfilefolderresult
    File Attributes   : A
    File Size         : 484,304
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : STKContextMenu Class
    Disabled          : No
    Type              : Context Menu
    Description       : Send to Kindle Context Menu dll
    Version           : 1,0,1,240
    Product Name      : Send to Kindle
    Company           : Amazon.com, Inc.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Amazon\SendToKindle\stkContextMenu_240.dll
    CLSID             : {90DD7445-E924-4c6e-92AC-01F8C3A7E0C7}
    File Created Time : 11/4/2014 1:40:41 PM
    CLSID Modified Time: 11/4/2014 1:40:41 PM
    Microsoft         : No
    File Extensions   : AllFilesystemObjects
    File Attributes   : A
    File Size         : 255,808
    .NET Extension    : No
    Digital Signature :
    ==================================================

    Hi,
    In addition to above suggestions, please help to collect crash dump file for explorer.exe, let's see what exacted file cause your issue:
    First enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\explorer.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open explorer to repro the issue. If crash issue appeared, please find the crashdump file under c:\.
    To further help you, please upload this file into Onedrive and shared the link here.
    Kate Li
    TechNet Community Support

  • Runtime v6i Crashing

    I also have a problem with runtime crashing while generating output to file.
    I running runtime 6.0.8.25.0...
    Any Suggestions?
    Mike

    OS : Windows 7
    You don't say if this is 32 or 64 bit?
    - Compile as either 32 or 64 bit. Do not use "Any CPU" for now. See if that helps.
    Internet Explorer 9.0
    - I am not sure if this is a web or a win app, but CRVS2010 does not support IE9 at this time.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Windows 7 start menu crashes InDesign CS5

    If I check the Windows 7 option to "Store and display recently opened items in the Start menu and on the taskbar" InDesign crashes the next time it opens. Has anyone else experienced this problem?

    Thanks Bob. I am trying to figure out why this crashes my system. One thing I discovered is InDesign doesn't like to open on my second monitor. I have moved it to my primary monitor and that has fixed some of the issues but not all of them. I have even had problems with InDesign crashing when I try to open a file from Bridge.

Maybe you are looking for

  • Mail automatically open in MobileMe inbox

    Every time I open the Mail app, it automatically opens in the MobileMe inbox. I've set my Gmail account to the default email account but this hasn't changed the Mail app's behaviour. Any fixes available?

  • Why does Frame 10 print 3 copies of the same chapter when I print a book to pdf?

    I am printing a multi-chapter book. The table of contents generates perfectly but when I go to print the pdf of the book, Frame prints 3 duplicate copies of each chapter and TOC. Why is it doing this and how can I turn off this 'feature'? It is a pai

  • Issue in upgrading JDeveloper or installing extension  in it

    Hi, Im currently havin Jdeveloper11g (11.1.1.3.0) .Could I know how to upgrade my JDeveloper 11g from version 11.1.1.3.0 to 11.1.1.3.37.56.60? I need to add extension "spring & Weblogic SCA 11.1.1.3.37.56.60 " ,On help>check for updates> ,by selectin

  • Syncing with Outlook 2007, Vista OS

    Hi. A brief intro before my question. Recently I've tried Outlook for XP on my computer which uses Vista and I wasn't able to sync the Outlook calendar with my curve. I've looked at Outlook 2007 and it is certified for use on Vista so I anticipate my

  • Error message in text/font area

    I'm new at this so bear with me. I was trying to add some fonts to my fonts list, and when I closed out the "update fonts" box and then tried to go to choose my new font, I get an error message: "While executing canAcceptCommand in Text_FontFamilies.