Project runs Ok in debug mode but not in release mode

I have an application developed with VC++ 6.0 and measurement studio. The application controls SCXI-1161/1166 relay boards to connect the UUT. The application runs ok in debug mode, but in release mode the application can't drive the relay boards. I have tried to change optimizations mode, it didn't work. Who can tell me how to solve the problem? Thanks!

It sounds like you have an older version of our SWITCH driver which relies on our DAQ driver. I would recommend uninstalling the Traditional DAQ, DAQmx, and SWITCH drivers and then installing the newest version. At this point you have 2 options:
1) You can download Traditional DAQ 7.4, DAQmx 7.4, and NI-SWITCH 2.4 drivers bundled together here: ftp://ftp.ni.com/support/daq/pc/ni-daq/7.4/
2) You can install the latest version: NI-DAQmx 7.5 here: http://digital.ni.com/softlib.nsf/websearch/CF7ECC​EA4C4CC7DE86257038004D88AE?opendocument&node=13206​... This has support for all of our USB DAQ devices (if you're not using them then you may not want to worry about installing this now) and then install Traditional DAQ 7.4 here: http://digital.ni.com/softlib.nsf/websearch/C36A54​ADDA3DC33D86257038004E55E6?opendocument&node=13206​... and NI-SWITCH 2.4 here: http://digital.ni.com/softlib.nsf/websearch/9D6B8C​7FD41BF3D08625702E0072E294?opendocument&node=13206​...
This should solve your problem.

Similar Messages

  • G4 iBook works in Safe Mode, but not in regular mode (stuck on blue screen)

    14" iBook G4 1.2GHz with 1 gig of RAM.
    I recently had an issue with this machine in that the image on the screen would freeze but the cursor would be able to move around. This was narrowed down to an issue with the logic board. I wanted something a little more permanent than a shim, so I sent the board in to have it reballed.
    After installing the maching back into my iBook, it seemed to work fine until I applied a software update to the machine.
    It was then that I got to experience the first of many kernel panics.
    Restarting at different times always brought me to the dialog box which states that the machine needed to be restarted in multiple languages.
    Running the Apple Hardware Test off my install disks yielded this error code: 2ATI/2/4:113-xxxxx-125
    I have no idea what that means. I do know that just before I got the results of the test, the screen changed to all kinds of colors. It was only for a few seconds and then the results (with the error code) were displayed.
    Still, not sure what to do next, I tried resetting the PRAM. I also tried resetting the NVRAM.
    I also tried booting up into Safe Mode which actually worked. There were no issues with the machine and everything seemed to be working fine.
    When I tried to restart the machine in regular mode, I'm taken to the infamous blue screen and the machine just stays there. When I let the machine stay off overnight, it booted up normal, but after applying the software update, the machine was in kernel panic again.
    I've tried running fsck, but nothing changes.
    I'm still not sure why it seems to work in Safe Mode but not in regular mode.
    I'd appreciate any suggestions or ideas.

    Hi,
    A couple of the things that are disabled in safe mode are AirPort and non Apple startup items. The easiest thing for you to test is the AirPort card. Shut down and remove the AE card under the keyboard. See if it starts. If it does your AE card is bad. If not, start in safe mode and go to System Preferences>Accounts>youraccount and disable all non Apple startup (LOgin) items by clicking on them and then the minus sign. Restart normally and see if it will start.
    John

  • BDC works in A-mode but not in N-mode.  Why?

    We recently upgraded from 4.6b to ERP6.  I have a BDC that fails in ERP6 so I am trying to rework it.  Something odd is happening.  I find that some BDCs run through find in A-mode while you're stepping through them but not in N-mode when it's hands-off.
    Here's the really odd thing.  I have re-recorded a BDC against tran CO01 that creates a PP work order.  I take the recording and product a function.  I test the function with all of the default values intact accept for the new work order# and the function runs in A-mode.  It FAILs in N-mode.  It appears that ERP6 cannot run it's own BDC recordings.
    I notice in A-mode that there are sometimes green info messages on the status line.  What I'm wondering is if these are ok in A-mode because I can hit enter and move on vs. N-mode that perhaps gets stuck on them.  I say that because I have seen BDCs fail and report in the MSGTAB information messages as though this is what caused the transaction to fail.
    Is there some config setting in ERP6 that tells BDCs globally not to fail because of informational status messages?
    Thank you.
    Crew

    Hi,
    this may be an issue if you or the transaction is doing any updates on screens which may fail as call transaction by default updates in the asynchronous mode...
    so try executing the call transaction in synchronous mode and then check if its giving you the same error message.
    use
    call transaction 'TCODE' using bdcdata mode 'N' update 'S'.
    Regards,
    Siddarth

  • Event receiver works perfectly in debug mode, but fails in release mode

    Here is my item added event which works perfectly and gives read permission to CCfield user in debug mode, but doesn't give permissions to CCfield user when item added event is triggered in release mode:
    base.ItemAdded(properties);
    try
    SPListItem item = properties.ListItem;
    string idnumber = Convert.ToString(properties.ListItem["ID"]);
    string itemurl = properties.ListItem.Url;
    SPWeb web = properties.Web;
    item.BreakRoleInheritance(false, false);
    //item.Update();
    string ccfield = Convert.ToString(properties.ListItem["EmailCc"]);
    string STRFirst = "<" ;
    string STRLast = ">";
    int Pos1 = ccfield.IndexOf(STRFirst) + STRFirst.Length;
    int Pos2 = ccfield.IndexOf(STRLast);
    string ccfield1 = ccfield.Substring(Pos1, Pos2 - Pos1);
    SPUser user = item.Web.EnsureUser(ccfield1);
    SPRoleAssignment roleAssignment = new SPRoleAssignment(user);
    roleAssignment.RoleDefinitionBindings.Add(web.RoleDefinitions["Read"]);
    item.RoleAssignments.Add(roleAssignment);
    catch (Exception e)
    throw;
    Any help?
    sk.Rakhishma

    Event receivers run using the permissions of the user who triggered the event. If your user does not have rights to manage permissions then you will need to run your security code with elevated permisisons.
    SPSecurity.RunWithElevatedPrivileges(delegate()
    { your code here } )
    Note that RunWithElevatedPermissions will not work with Sandbox code.
    Mike Smith TechTrainingNotes.blogspot.com
    my SP customization book

  • OSX Mountain Lion 10.8.4: imessage works fine in safe mode, but not in "normal" mode. Any hints?

    My iMessages does not work in "normal" startup, but it works perfectly in safe mode.
    Any hints?
    I have the same problem on a MacBook Pro 17" and on a MacAir 13" mid 2011.
    On my MacMini, iMessage work's fine.
    I'm using same apple ID on all 3 devices.
    Before update to 10.8.4, i had no problems.
    FaceTime also stopped working after update to 10.8.4.
    Thanks in Advance,
    Lars O.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal 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. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -f -a TextEdit 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; sudo defaults read com.apple.loginwindow LoginHook; sudo crontab -l; } 2> /dev/null | open -f -a TextEdit 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; crontab -l 2> /dev/null; } | open -f -a TextEdit 
    Step 4
    ls -A /e*/{la,mach}* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -f -a TextEdit  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' | open -f -a TextEdit 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • BDC with call transaction VD02 works fin in A mode but not in N mode

    Hi All,
        I have BDC program developed in 4.6c using call transaction VD02 works fine with mode A but not with mode N.
    Now we upgraded to ECC 6.0.Do I need to change anything?

    No, you don't have to change anything for ECC. BTW, I wonder why VD02 is not working in the background for you?

  • Upload functin works in Edit mode but not in View mode

    I am using the Oracle AS 10g PDK to integrate struts application into Portal. I found the upload function works fine in portlet edit mode, but it doesn't work in view mode (Go to the "The page cannot be found" and URL is "http://servername/portal/page"). Does anybody know the reason.

    Hi there
    Can you post a screen capture of what your Timeline looks like?
    Odds are your Click Box is pausing in a weird place.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • CVI under Windows 7. Runs in Debug mode but not as release EXE

    I have a project the the ran fine under windows XP.  Moved it under windows 7 and things do not run as expected.  Sometimes the screens update, sometimes I get the twisting hour glass and "Not Responding" message on the UIR screens. I can pull the project under the debugger and the project appears to start to run again.  Has anyone come across this sort of mind melting item and if so how does one go about trying to track down the cause?

    what version of CVI are you trying to run on Windows 7?
    Regards,
    Daniel G.
    Applications Engineer
    National Instruments

  • I have a VI with menu barattached i want to remove the menu bar.I am able to remove the menu bar in run continuously mode.but not in normal mode how do i do it in normal mode

    I have a VI with menu bar.I am able to remove menu bar in continuous mode by setting window appearence.But i want the menu bar to be removed at normal mode also.How do i do it

    You can trun off the menu while the VI is running by going into the VI properties (right click on the VI icon and select 'Properties). Then from the Catagory selestion box, select Window Appearance, click the Customize button, then uncheck the Show Menu Bar check box and hit OK twice. That shold do it.
    Note that this will only turn off the menu while the VI is running. The standard menu will always be showing when the VI is not running.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • IP: input-ready query shows data in Load mode but not in Plan mode

    Hello experts,
    we're currently experiencing a very strange issue regarding an input-ready query which consists of a single lead column (read from the cube) and an input-ready plan column. The issue is as follows:
    When the cube is in Load mode the lead column shows its data perfectly. However, when switching to Plan mode the data is not shown.
    The cube is indexed by a BIA which may be part of the problem.
    We're on BW 7.00 SP 21. I've read that this may be related to the OLAP cache, but haven't been able to find any notes relevant for 7.00 SP 21.
    Thanks in advance for any suggestions.
    Regards, Dirk

    Hi Dirk,
    I think that the problem comes from the cache used in the plan buffer query. Delete the cache via RSRCACHE. The query name is
    IC/!!1IC if you have a query on an aggregation level on an InfoCube IC
    MPRO/!!1MPRO if you have a query on an aggregation level on a multiprovider MPRO or directly on the multiprovider MPRO
    You might search for note using 'cache' and component pattern BW-BEX-OT*, e.g. 1408959, 1528191, 1560036.
    Regards,
    Gregor

  • CSS rules show up in design mode, but not in live or in browser.

    So some rules work in the browser some appear when in design mode, but not in live mode or in the browser. 
    In one case there is no competing rules I applied background color and border color to a dynamic table and I see the colors in design view.  In another there is a competing rule, but the one that wins is #content, when the rule I want #content #footer p is (obviously) a compound and at the bottom of the rules.
    Any thoughts?
    Thanks
    Gregg

    AH In preparing my stylesheet to show you, I noticed the rule above those two was missing it's ending curly brace. Problem solved! That's what I get for checking code when I am sleepy!
    Thank you SnakeEyez02
    Gregg

  • Some programs crash but not in safe mode or for guest user

    Hoping that some talented and kind Mac wizard will help me solve a bizarre problem: Some but not all of my programs have started crashing immediately upon launch, but not in safe mode, nor when I log in as a guest user.
    The problem began on February 5th, right after I installed an update to my OS (bringing it up to version 10.7.3), which included an update to the firmware for my computer, a Mac mini from mid-2010. The programs that began crashing upon launch *may* be those that were open at that time, but I can’t be sure. They include Adobe Reader, Picasa, Word for Mac, and a sweet little utility called uCalendarX.
    Specifically what happens with, say, uCalendarX, is this:  After I launch it, nothing appears on screen for a few seconds, and then comes a message that it is trying restore its windows, with a choice of whether to attempt restoring them or not. After a few more seconds comes the news that it has quit unexpectedly. The first several dozen lines of the crash log appear at the end of this posting.
    So far my troubleshooting has revealed the following:
    (a) When I reboot in safe mode, the programs that crash now work normally.
    (b) When I boot the usual way but log on a guest user, the programs that crash now work normally.
    (c) Fully emptying the trash made no difference.
    (d) The problem was not solved by restoring my hard drive (via Time Machine) to its state the day before I downloaded that update to the OS and the firmware. (This was a drastic step, the intervention of last resort, and I was sure it would work. But no. Perhaps I did not go back far enough for the restoration.)
    (e) Deleting the plist files and plist.lockfiles made no difference.
    (f) Deleting the files for the app under Saved Application States made no difference.
    (g) Disabing the user’s font cache (as happens in safe mode) made no difference.
    (h) Uninstalling Adobe Reader, emptying the trash, downloading the latest version, and installing that made no difference – this latest version newly installed continues to crash (but not for a guest user, nor for me, the administrator, in safe mode).
    (i  ) Repairing permissions on the hard drive made no difference.
    I will be mighty grateful for a solution to this perplexing, vexing problem!
    B.t.w., I don’t know Unix but was able to do all those (fruitless) interventions listed above.
    Gordon Bear
    Ramsey NJ  U S A
    The log from one of the many crashes of uCalendarX begins as follows:
    Process:         uCalendarX [750]
    Path:            /Applications/uCalendarX 3.2.3/uCalendarX 3-2-3.app/Contents/MacOS/uCalendarX
    Identifier:      com.riuz.ucalendarx
    Version:         3.2.3 (3.2.3)
    Code Type:       X86 (Native)
    Parent Process:  launchd [289]
    Date/Time:       2012-02-20 00:38:48.931 -0500
    OS Version:      Mac OS X 10.7.3 (11D50b)
    Report Version:  9
    Interval Since Last Report:          2463 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  30 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      0CA8DA26-8927-4AC3-B35F-3B2E9FD65A8E
    Crashed Thread:  4
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000008bcc45ab
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x8bcc45ab:
         CoreServices           0000000004fd0000-00000000051ee000 [ 2168K] rw-/rwx SM=COW
    -->
         __TEXT                 000000008fe52000-000000008fe85000 [  204K] r-x/rwx SM=COW  /usr/lib/dyld
    Application Specific Information:
    objc[750]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib            0x920136e6 __open + 10
    1   libFontParser.dylib               0x9cc5b403 TFileDescriptorContext::TFileDescriptorContext(char const*) + 77
    2   libFontParser.dylib               0x9cc5b1c5 TFileDataReference::TFileDataReference(char const*) + 65
    3   libFontParser.dylib               0x9cc5b056 TFileDataSurrogate::TFileDataSurrogate(char const*, bool) + 136
    4   libFontParser.dylib               0x9cc59af3 TFont::CreateFontEntitiesForFile(char const*, bool, TSimpleArray<TFont*>&, bool, short, char const*) + 2581
    5   libFontParser.dylib               0x9cc58a7a FPFontCreateFontsWithPath + 193
    6   libCGXType.A.dylib                0x950164b0 create_private_data_with_path + 26
    7   com.apple.CoreGraphics            0x95349ecf CGFontCreateFontsWithPath + 33
    8   com.apple.CoreGraphics            0x95349b09 CGFontCreateFontsWithURL + 442
    9   com.apple.CoreText                0x90e1c1aa TCGFont::TCGFont(__CFURL const*, bool) + 90
    10  com.apple.CoreText                0x90e1bfb2 TCGFontCache::CopyFont(__CFURL const*) const + 92
    11  com.apple.CoreText                0x90e1be6c TBaseFont::CopyNativeFont() const + 50
    12  com.apple.CoreText                0x90e1bd6f TTableStore::CopyTable(unsigned int, TCFRetained<__CFData const*>&) + 81
    13  com.apple.CoreText                0x90e1bade TBaseFont::CopyTable(unsigned int) const + 72
    14  com.apple.CoreText                0x90e1ba0f TcmapTable::TcmapTable(TBaseFont const&) + 31
    15  com.apple.CoreText                0x90e1b8fd TBaseFont::GetGlyphsForCharacterRange(CFRange, unsigned short*) const + 27
    16  com.apple.CoreText                0x90e1b79b TASCIIDataCache::TASCIIDataCache(TBaseFont const*) + 83
    17  com.apple.CoreText                0x90e1b70f TBaseFont::CreateASCIIDataCache() const + 47
    18  com.apple.CoreText                0x90e1b690 TFont::InitAdvanceCache() const + 42
    19  com.apple.CoreText                0x90e1b4ad TASCIIEncoder::Encode() + 45
    20  com.apple.CoreText                0x90e4433f TGlyphEncoder::EncodeChars(CFRange, TAttributes const&, TGlyphList<TDeletedGlyphIndex>&, TGlyphEncoder::Fallbacks) + 925
    21  com.apple.CoreText                0x90e19ff6 TTypesetterAttrString::Initialize(__CFAttributedString const*) + 322
    22  com.apple.CoreText                0x90e19b9d CTLineCreateWithAttributedString + 47
    23  com.apple.HIToolbox               0x963d2b2d TCoreTextEngine::LayoutSingleLine(THIThemeTextInfo*, float) + 23
    24  com.apple.HIToolbox               0x963d2a9a TCoreTextEngine::Layout(THIThemeTextInfo*, float, float, TextLayoutType) + 64
    25  com.apple.HIToolbox               0x963ad2c9 TCoreTextEngine::VerifyLayout(THIThemeTextInfo*, float, float, LayoutIntent) + 309
    26  com.apple.HIToolbox               0x96410b0a TCoreTextEngine::GetThemeTextDimensions(float, THIThemeTextInfo*, float*, float*, float*) + 54
    27  com.apple.HIToolbox               0x9640fc51 DataEngine::GetTextDimensions(void const*, float, HIThemeTextInfo*, float*, float*, float*) + 283
    28  com.apple.HIToolbox               0x963d1fc5 HIThemeGetTextDimensions + 187
    29  com.apple.HIToolbox               0x963d1ca3 HIMenuBarView::MeasureMenuTitle(MenuData*, unsigned char, float*, int, unsigned char*) + 451
    30  com.apple.HIToolbox               0x963d1a49 HIMenuBarView::MeasureAppMenus() + 261
    31  com.apple.HIToolbox               0x963abb5d HIMenuBarView::EnsureBarLayout() + 489
    32  com.apple.HIToolbox               0x963ab152 HIMenuBarView::DrawSelf(short, __HIShape const*, CGContext*) + 520
    33  com.apple.HIToolbox               0x963aac22 HIView::DrawCacheOrSelf(short, __HIShape const*, CGContext*) + 86
    34  com.apple.HIToolbox               0x963aaa42 HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 124
    35  com.apple.HIToolbox               0x964395c7 HIView::RecursiveDrawComposited(__HIShape const*, __HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 755
    36  com.apple.HIToolbox               0x964398b9 HIView::RecursiveDrawComposited(__HIShape const*, __HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1509
    37  com.apple.HIToolbox               0x9643a86b HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned long, HIView*, CGContext*) + 1227
    38  com.apple.HIToolbox               0x9643a9b3 HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 81
    39  com.apple.HIToolbox               0x9643ad7b HIView::Render(unsigned long, CGContext*) + 45
    40  com.apple.HIToolbox               0x963d084f WindowData::PrepareForVisibility() + 137
    41  com.apple.HIToolbox               0x963cf893 _ShowHideWindows + 355
    42  com.apple.HIToolbox               0x963cf728 ShowHide + 44
    43  com.apple.HIToolbox               0x96399b09 _GetMenuBarWindow + 872
    44  com.apple.HIToolbox               0x96399765 GetMenuBarView(MenuData*, unsigned char) + 74
    45  com.apple.HIToolbox               0x963a2f3a MBarMenuRgn + 26
    46  com.apple.HIToolbox               0x963a2d27 _ZL7ShowBar21MenuBarAnimationStylehhh + 281
    47  com.apple.HIToolbox               0x963cd42a _ZL21UpdateAggregateUIMode21MenuBarAnimationStylehh + 772
    48  com.apple.HIToolbox               0x963e38e5 ShowMenuBar + 163
    49  com.apple.AppKit                  0x001a9cad -[NSApplication finishLaunching] + 1331
    50  com.apple.AppKit                  0x001a9374 -[NSApplication run] + 142
    51  com.apple.AppKit                  0x0043d261 NSApplicationMain + 1054
    52  com.riuz.ucalendarx               0x00001eea _start + 216
    53  com.riuz.ucalendarx               0x00001e11 start + 4

    Thanks for thinking about my problem. I've already experimented with creating a new user, a co-administrator. The programs don't crash when that account is running, just as they don't crash when the guest-user's account runs. So it seems that the problem is limited to the default user's account, which is the one that was running when I installed the updates to the OS and the firmware. Another clue is that the programs that crash as soon as they are launched are *probably* the ones that were open at that time in that account. Yet deleting Saved Application States does not keep the programs from crashing when next launched.
    So the mystery continues, but these additional facts will help with the diagnosis, I hope.
    Thanks again for your suggestion.
    Gordon

  • Works in Main Application mode but not the orange NXT mode for some NXT's

    A simple Labview program designed using only NXT VI's worked  in the Main Application but not in NXT mode.  For some NXT's it  worked in both modes but for others, just in Main Application mode. I've tried  updating the firmware and plugging and unplugging the USB.  Any thoughts?

    I see. The problem is probably that when you are switching to the NXT Target mode, it is expecting to target the other brick to which you already deployed. If you right-click on the orange banner menu in the lower left corner, you should be able to select the other NXT, or use "Find NXT..." to scan/search for bricks.
    Also, I reccommend giving all your NXTs unique names so this is more obvious. (you can use the NXT Terminal tool to do that).
    If you still can't get the VI to run in target mode, restart labview.

  • Why can firefox beta, aurora, and nightly open in windows 8.1 desktop mode but not app mode?

    The applications will launch in desktop mode but not in a windows 8.1 app I am hoping for help with this I have tried everything to fix crashing or slowness and have reinstalled the program in aurora nightly or even firefox beta forms. Help!

    Hi!
    You may want to take a look at https://support.mozilla.org/en-US/kb/how-do-i-install-firefox-windows-8-touch
    I would assume the options to switch into it would be the same. I can't confirm though since I don't run Windows 8.

  • I am adding a voice over - it plays when I am in "clip trimmer" mode but NOT in the actual movie ... frustrating - any help?

    I am adding a voice over - it plays when I am in "clip trimmer" mode but NOT in the actual movie ... frustrating - any help?am in

    In Finder you will find the voiceover in the project's package contents folder. If on your internal drive, the project will be in your User (Home) folder Movies/iMovie projects. If on an external drive it will be in the iMovie Projects folder at the top (root) level of the drive.
    Right-click (or Control-click) on the project name and select Show Package Contents from the pop-up menu. There should be a file named something like Voiceover Recording.caf in the package contents folder. Copy and paste this .caf file to the Desktop. See if it will open in QuickTime, GarageBand or another program capable of editing audio, such as MPEG Streamclip or Audacity (both free). If it will open, save (export) it in a different format, such as AIFF, preferably to a location where it will not be moved, such as iTunes.
    Now drag that file into iMovie to the desired position (if in iTunes drag from iMovie's music browser panel). Hopefully it will now play correctly.
    John
    Message was edited by: John Cogdell

Maybe you are looking for