Xcode encountered an internal logic error

I have just installed xcode 4 on my MacMini. I am new to developing and just today have started learning objective c. when i open xcode 4 it gives me an error:
Internal Error
Xcode encountered an internal logic error. Choose "Continue" to continue running Xcode in an inconsistent state. Choose "Crash" to halt Xcode and file a bug with Crash Reporter. Choosing "Crash" will result in the loss of all unsaved data.
and also when i click on the show details button it gives me this:
ASSERTION FAILURE in /SourceCache/DVTFoundation/DVTFoundation-215/Framework/Classes/PlugInArchitectu re/DVTPlugInManager.m:215
Details: (extensionPoint) should not be nil.
Object: <DVTPlugInManager: 0x2000a3c20>
Method: -_extensionsForExtensionPoint:matchingPredicate:
Thread: <NSThread: 0x200020600>{name = (null), num = 1}
Hints: None
Backtrace:
0 0x000000010092e613 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
1 0x000000010006d974 _DVTAssertionFailureHandler (in DVTFoundation)
2 0x000000010001b2b7 -[DVTPlugInManager _extensionsForExtensionPoint:matchingPredicate:] (in DVTFoundation)
3 0x000000010001b23d -[DVTPlugInManager sharedExtensionsForExtensionPoint:matchingPredicate:] (in DVTFoundation)
4 0x0000000100a2a771 __61+[IDEDocumentController THREAD_allOrganizerSourceExtensions]_block_invoke0 (in IDEKit)
5 0x00007fff889bbc65 dispatchoncef (in libSystem.B.dylib)
6 0x0000000100a2a704 +[IDEDocumentController THREADallOrganizerSourceExtensions] (in IDEKit)
7 0x0000000100a2b162 +[IDEDocumentController _organizerSourceExtensionForDocumentType:] (in IDEKit)
8 0x00000001009286f0 -[IDEApplicationController _openFiles:] (in IDEKit)
9 0x00007fff81c0f9d6 -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] (in AppKit)
10 0x00007fff81adc00d -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] (in AppKit)
11 0x00007fff82e78f62 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)
12 0x00007fff82e78d92 _NSAppleEventManagerGenericHandler (in Foundation)
13 0x00007fff8841a323 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) (in AE)
14 0x00007fff8841a21c dispatchEventAndSendReply(AEDesc const*, AEDesc*) (in AE)
15 0x00007fff8841a123 aeProcessAppleEvent (in AE)
16 0x00007fff86e45765 AEProcessAppleEvent (in HIToolbox)
17 0x00007fff819e104b _DPSNextEvent (in AppKit)
18 0x00007fff819e07a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
19 0x00007fff819a648b -[NSApplication run] (in AppKit)
20 0x00007fff8199f1a8 NSApplicationMain (in AppKit)
21 0x0000000100000eec
Can anyone help? Or can they at least tell me the problem. Thanks, Ivanthehackerful.

I just upgraded to Lion and upgraded to Xcode 4. Everytime I open Xcode 4 I get the same "Xcode encountered an internal logic error. Choose "Continue" to continue running Xcode in an inconsistent state.  Choose "Crash" to halt Xcode and file a bug with Crash Reporter. Choosing "Crash" will result in the loss of all unsaved data." error.
The details show a problem with "iPhonePlaceholder". Could this be something from the older version?
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Couldn't load plug-in 'com.apple.dt.IDE.IDEiPhoneSupport' while firing fault for extension 'Xcode.Device.iPhonePlaceholder'
UserInfo: {
    NSUnderlyingError = "Error Domain=DVTPlugInErrorDomain Code=2 \"Loading a plug-in failed.\" UserInfo=0x40015aa80 {DVTPlugInIdentifierErrorKey=com.apple.dt.IDE.IDEiPhoneSupport, DVTPlugInExecutablePathErrorKey=/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPho neSupport, NSLocalizedRecoverySuggestion=The plug-in or one of its prerequisite plug-ins may be missing or damaged and may need to be reinstalled., NSLocalizedDescription=Loading a plug-in failed., NSFilePath=/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Priva tePlugIns/IDEiPhoneSupport.ideplugin, NSLocalizedFailureReason=The plug-in \U201ccom.apple.dt.IDE.IDEiPhoneSupport\U201d at path \U201c/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlu gIns/IDEiPhoneSupport.ideplugin\U201d could not be loaded.  The plug-in or one of its prerequisite plug-ins may be missing or damaged., NSUnderlyingError=0x40039d3a0 \"The bundle \U201cIDEiPhoneSupport\U201d couldn\U2019t be loaded because it is damaged or missing necessary resources.\"}";
Hints: None
Backtrace:
  0  0x00007fff8290c96a __exceptionPreprocess (in CoreFoundation)
  1  0x00007fff8a074d5e objc_exception_throw (in libobjc.A.dylib)
  2  0x00000001007c9c98 -[DVTExtension _fireExtensionFault] (in DVTFoundation)
  3  0x00000001007b47f9 __38-[DVTDispatchLock performLockedBlock:]_block_invoke_0 (in DVTFoundation)
  4  0x00007fff89599afd _dispatch_barrier_sync_f_invoke (in libdispatch.dylib)
  5  0x00000001007b47a9 -[DVTDispatchLock performLockedBlock:] (in DVTFoundation)
  6  0x00000001007c9a45 -[DVTExtension _valueForKey:inParameterData:usingSchema:] (in DVTFoundation)
  7  0x00000001007c99ab -[DVTExtension valueForKey:] (in DVTFoundation)
  8  0x00000001007c9167 +[DVTDevice _knownDeviceLocators] (in DVTFoundation)
  9  0x00000001007c8cea -[DVTDeviceManager startLocating] (in DVTFoundation)
10  0x0000000100cfe07a IDEInitialize (in IDEFoundation)
11  0x0000000101072c0b -[IDEApplicationController applicationWillFinishLaunching:] (in IDEKit)
12  0x00007fff89d42716 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 (in Foundation)
13  0x00007fff828b551a _CFXNotificationPost (in CoreFoundation)
14  0x00007fff89d2e9cb -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
15  0x00007fff8111d6c8 -[NSApplication finishLaunching] (in AppKit)
16  0x00007fff8111d27d -[NSApplication run] (in AppKit)
17  0x00007fff8139b52a NSApplicationMain (in AppKit)
18  0x00000001007aceec (in Xcode)
19  0x0000000000000002

Similar Messages

  • Xcode 4.0.2 encountered an internal logic error

    Hi,
    guess you have all seen this useless dialog xcode4 throws, about crashing or continuing, for no obvious reason.
    now, that i earched this board, trying all the tipps like deleting cache and reboot, reinstall,  uninstall-delete-cache-reboot-install and so on, i still get 4x this alert in a row for e.g. renaming files, opening a xib file, saving a file etc.
    i am really set up, and would glady receive some information about getting rid of these useless and anooying workbreakers.
    Thanks.

    Suggest you move the question to the iOS Dev Forums and consider filing a bug if no joy there.

  • Xcode 4.2 internal logic error..PLEASE HELP ME URGENT

    when im running xcode 4.2 it crash
    this is the message. please help me
    e-mail me if for your help ASAP.
    my e-mail [email protected]
    HERE ARE THE ERRORS:
    UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[IDECustomToolbar setFullScreenAccessoryView:]: unrecognized selector sent to instance 0x40177e540
    UserInfo: (null)
    Hints: None
    Backtrace:
      0  0x00007fff86357cfa __exceptionPreprocess (in CoreFoundation)
      1  0x00007fff844689ea objc_exception_throw (in libobjc.A.dylib)
      2  0x00007fff863e2cfe -[NSObject doesNotRecognizeSelector:] (in CoreFoundation)
      3  0x00007fff86345073 ___forwarding___ (in CoreFoundation)
      4  0x00007fff86344e88 _CF_forwarding_prep_0 (in CoreFoundation)
      5  0x000000010b87226e -[IDEWorkspaceWindowController windowDidLoad] (in IDEKit)
      6  0x00007fff8de6ff6a -[NSWindowController _windowDidLoad] (in AppKit)
      7  0x00007fff8de67646 -[NSWindowController window] (in AppKit)
      8  0x000000010ba83718 -[IDEDocumentController _openUntitledWorkspaceDocumentAndDisplay:simpleFilesFocused:editorDocumentURLOr Nil:error:] (in IDEKit)
      9  0x000000010b968e4f -[IDEApplicationCommands showTemplateChooserForTemplateKind:] (in IDEKit)
    10  0x00007fff8634798d -[NSObject performSelector:withObject:] (in CoreFoundation)
    11  0x000000010b9605b8 -[IDEApplicationController(IDECommandAdditions) forwardInvocation:] (in IDEKit)
    12  0x00007fff863451f4 ___forwarding___ (in CoreFoundation)
    13  0x00007fff86344e88 _CF_forwarding_prep_0 (in CoreFoundation)
    14  0x00007fff8634798d -[NSObject performSelector:withObject:] (in CoreFoundation)
    15  0x00007fff8dd76e66 -[NSApplication sendAction:to:from:] (in AppKit)
    16  0x000000010b181d10 -[DVTApplication sendAction:to:from:] (in DVTKit)
    17  0x000000010b86ee54 -[IDEApplication sendAction:to:from:] (in IDEKit)
    18  0x000000010b9631f5 +[IDECommandManager sendActionForCommandWithIdentifier:from:] (in IDEKit)
    19  0x00007fff8634798d -[NSObject performSelector:withObject:] (in CoreFoundation)
    20  0x00007fff8dd76e66 -[NSApplication sendAction:to:from:] (in AppKit)
    21  0x000000010b181d10 -[DVTApplication sendAction:to:from:] (in DVTKit)
    22  0x000000010b86ee54 -[IDEApplication sendAction:to:from:] (in IDEKit)
    23  0x00007fff8dd76d98 -[NSControl sendAction:to:] (in AppKit)
    24  0x00007fff8dd76cc3 -[NSCell _sendActionFrom:] (in AppKit)
    25  0x00007fff8dd76186 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    26  0x00007fff8ddf5540 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    27  0x00007fff8dd74d92 -[NSControl mouseDown:] (in AppKit)
    28  0x00007fff8dd3f7c6 -[NSWindow sendEvent:] (in AppKit)
    29  0x00007fff8dcd828e -[NSApplication sendEvent:] (in AppKit)
    30  0x000000010b86eb71 -[IDEApplication sendEvent:] (in IDEKit)
    31  0x00007fff8dc6f6e2 -[NSApplication run] (in AppKit)
    32  0x00007fff8deeccfb NSApplicationMain (in AppKit)
    33  0x000000010af67eec (in Xcode)

    i tried to uninstall xcode 4.2 and reinstall it again many times but it didnt work...
    please give me any solution for this problem..
    i really need my xcode

  • Essbase has encountered an internal Excel error

    Hi All,
    I've got a problem with Excel 2010 with Excel add-in relative versione 11.1.2.1
    this is the message of error:
    Essbase has encountered an internal Excel error. Your sheet will not be overwritten and none of your data will be lost. However, you are strongly urged to exit Excel and restart in order to clear up the problem
    but this problem not compare always.

    Here's info on this issue: http://oraclebrasil.wordpress.com/2011/11/09/error-essbase-has-encountered-an-internal-excel-error-when-retrieving-in-excel-with-essbase-excel-add-in-11-1-1-3/
    Hope this helps!

  • "dreamweaver encountered an internal data error" - can't connect to server (CS6)

    Since last week I can't connect to all of my websites using Dreamweaver. When I click on connect or switch to the server view I instantly get the error message "dreamweaver encountered an internal data error".
    The websites are on different servers and I can connect to each of them using another FTP Software like SmartFTP.
    I already used google and found some "solutions" like checking the "FTP timeout time". But even a timeout time of 60 seconds instantly brings the error message.
    Also I tried a fresh install of Dreamweaver yesterday but this doesn't help.
    OS is Windows 8 Pro x64
    Any advice would be great because I can't work without Dreamweaver.

    Which Anti-virus and Firewall are you using?
    When DW starts acting weird, the first thing to try is Deleting Corrupted Cache in DW
    http://forums.adobe.com/thread/494811
    If that doesn't help, try Restore Preferences
    http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    If all else fails, use the CC Cleaner Tools below followed by a software re-install.
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    Nancy O.

  • Essbase Internal Logic Error [7333]

    We have a "backup" application to which we copy all of our applications' databases to every night.
    However now when we try to start the backup application we get one or more of the following errors in the log, and the app won't start:
    Unable to Allocate Aligned Memory for [pMemByte] in [adIndInitFree].
    Unable to Allocate Aligned Memory for [pTct->pTctFXBuffer] in [adTmgAllocateFXBuffer].
    Essbase Internal Logic Error [7333]
    RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING
    The other live applications that I'm copying from all start correctly. There is plenty of disk space and free memory on the server.
    I've read about other people getting these errors and tried the following:
    - Recreated the backup application (which cleared out any temporary files that might have been hanging around)
    - Validated all the other applications that I'm copying from
    It does seem to be a capacity issue because when I remove some of the larger databases from the backup application it does start. However I can't attribute the problem to an individual large database because when I copy each of them to the application by themselves then they're fine.
    I'd appreciate any ideas on what to try next... could this suggest that something's wrong with the memory chips on the server?
    Thanks
    Mark
    Update: I have used a workaround by putting half of the databases in one backup application and the other half in another application. Both of these applications start without a problem. Is there a maximum size of databases in an app? I am trying to add 21 databases with a combined .PAG file size of only 2.4GB.
    Edited by: MatMark on Nov 22, 2010 2:46 PM

    Thank you John, yes it appears to be the 2GB limit, however I'm a bit confused as to what I should be measuring that exceeds 2GB, you mentioned index cache (I assume these are IND) which total to only 140MB.
    The PAG files total to 3.7GB but these would have been greater than 2GB for a long time, before this problem started occurring.
    Anyway, case closed, I have to split these up into separate applications. Thanks for your help.

  • Dreamweaver encountered an internal data error (CS5.5, OSX 10.7.2)

    Sometimes it works perfectly, other times I get an error.  The strange thing is that I'm using the same site setup in both cases.  It doesn't matter which file or files I'm trying to upload to the remote server.  No problem copying the same files from the local directory to the remote server using an independent FTP client with the same site settings.  Can someone tell me what usually causes the following error? I'm new to Dreamweaver (CS5.5, Mac OSX10.7.2) and have no idea how to proceed.
    Started: 12/13/11 10:15 AM
    553 Could not create file. 
    My_Equipment.htm - error occurred - An FTP error occurred - cannot put My_Equipment.htm.  Dreamweaver encountered an internal data error.  Please try the operation again.
    File activity incomplete. 1 file(s) or folder(s) were not completed.
    Files with errors: 1
    My_Equipment.htm
    Finished: 12/13/11 10:15 AM

    Is that from the FTP log?  A 553 FTP error is bad permissions.  You are going to need to explain more about your setup to troubleshoot.
    -FTP connection type you are using (SFTP, FTPS, FTP, etc.)
    -Server type (Win/Linux)
    -Web host (this is a strange one but there is an issue with some larger hosts using invalid SSL certificates like Godaddy)
    Also is it only with the one file or all files/folders?

  • Essbase Internal logic error

    Hi,
    In one our job, after loading the data files we are running a calc on the database. But we got the following error. We are Essbase 6.5.1. This is a daily job where we load the data files & calc the database & in the past didn't run into any issues.
    Can someone help me understanding what went wrong here?
    [Sun Mar 01 22:17:59 2009]Local/Objectiv///Info(1008108)
    Essbase Internal Logic Error [7421]
    [Sun Mar 01 22:17:59 2009]Local/Objectiv///Info(1008106)
    Exception error log [D:\ESSBASE\app\Objectiv\log00003.xcp] is being created...
    [Sun Mar 01 22:18:00 2009]Local/Objectiv///Info(1008107)
    Exception error log completed -- please contact technical support and provide them with this file
    [Sun Mar 01 22:18:00 2009]Local/Objectiv///Info(1002089)
    RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING
    Appreciate your help
    Vamsi

    The exception file means that Essbase had a problem and basically the application crashed. Have you tried to see if the application will restart? If so, you might want to try to rerun your process, sometimes it's an intermittent thing. If not, look at the log in more detail and see what it was doing when it failed. Data load, calc script, etc to see it you can narrow down what it was doing.

  • An FTP error occurred - cannot put [file name.htm]. Dreamweaver encountered an internal data error

    I get the message “Server not responding” whenever trying to add files to my web site via DW. The following message appears: "An FTP error occurred - cannot put [file name.htm]. Dreamweaver encountered an internal data error. Please try the operation again." 
    I called the hosting service provider, and they said they were able to upload a 20 mb document with no problem. I was also able to upload a document using Filezilla.
    Therefore, the problem must be with DW.
    When I go to Manage Sites and choose my site and get to the Test Connection button, the test is successful, which further confuses the issue.
    Any guidance would be greatly appreciated. 

    Does this help?
    http://forums.adobe.com/thread/861606
    Also check the log:
    http://forums.adobe.com/thread/937231
    It is possible it is a host issue but because they use a higher level account to test that they do not see the error.

  • Encountered IE500 Internal Server Error during rpt generation within a rpt

    Hi,
    I encountered an IE 500 Internal Server Error during the second report generation within a report. The report that was not generated came from another crystal report.
    To clearly illustrate my problem, here is the scenario:  Our application has a reporting module. From the reporting module, the graph reports(e.g bar graph) are generated. The generated graph report also includes the values which was represented in the graph. These values are clickable. When clicking these values, another report will be generated aside from the graph report. The second report will contain the details of the values in the graph report. The first report(graph report) was successfully generated however, the second report(detail report) was not. Instead, the IE 500 Internal Server Error was encountered.
    This scenario works completely using the application with this setup:Crystal XI in Win XP having IIS 5.1 but when tried using the application in this setup: Crystal XI in Win 7 having IIS 7, the error mentioned above was encountered.
    Additional Info: The second report was generated by using the HTML property of the formula field. A url was assigned to the formula field HTML attribute and included in the url is the session id and the report parameters.
    Thanks

    I guess to start with the obvious, IE 500 Internal Server Error resolves to Permission denied: 'GetObject'.
    Before chasing that error, what version of CR and .NET are you using?
    Once we determine that you are using a version of CR that is actually supported on the OS, we can move on to [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] to see if it tell us something - look for "Access Denied" messages.
    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]

  • DreamweaverCS5 encountered an internal data error

    I have been updating an website and now, when I try to publish the files, I get this FTP error.  Anyone have an idea how to try and fix this?

    Does this help?
    http://forums.adobe.com/thread/861606
    Also check the log:
    http://forums.adobe.com/thread/937231
    It is possible it is a host issue but because they use a higher level account to test that they do not see the error.

  • Internal Excel Error

    Hello:
    I'm working with excel 2007 and Essbase 9.3.1 Add-in.
    I've an excel 2007 sheet that, when I try to retrieve data (already connected or not), the following message appears:
    "Essbase has encountered an internal excel error. Your sheet will not be overwritten and none of your data will be lost. However, you are strongly urged to exit Excel and restart in order to clear up the problem".
    But restanting excel don't clear up the problem. If I save the excel sheet as excel 2003, then the problem doesn't apperar.
    Does anyone knows what's happening?
    Thanks in advance and regards,
    Joaquin Castellano

    Here's info on this issue: http://oraclebrasil.wordpress.com/2011/11/09/error-essbase-has-encountered-an-internal-excel-error-when-retrieving-in-excel-with-essbase-excel-add-in-11-1-1-3/
    Hope this helps!

  • Internal Server Error when Displaying Total No. of Pages in Oracle Reports

    Hello all,
    I've already posted an almost similar message in the Developer Tools forums but would like to post it again here since we think that this is a problem with the report server (Maybe we're missing a patch, a configuration value not set properly or resources are not enough like memory).
    We're using Oracle Reports Server ver10.1.2.0.2 and we're encountering an Internal Server Error when a particular report retrieves around 10K records which displays on each page the current page and the total no of pages. When we only display the current page, the report does not encounter any error.
    When we enabled the tracing options, it just showed that it encountered a Null pointer exception.
    [2006/7/13 11:1:4:703] Debug 50103 (EngineImpl:EngineImpl) : CInitEngine returns 0
    [2006/7/13 11:1:4:765] Exception 50125 (java.lang.NullPointerException
    at oracle.reports.engine.RWEngine.init(RWEngine.java:343)
    at oracle reports.engine.RWEngine.main(RWEngine.java:60)
    ): Internal error java.lang.NullPointerException
    And according to metalink (Doc Id:315228.1), we should just remove the total pages in our report. Problem is that this isn't an option for us. The document also mentioned about something about timeouts. We have already tried setting the request timeout parameter of the HTTP server to larger values but it still doesn't solve the problem.
    Is there a workaround for this?
    Any help would really be greatly appreciated.

    Hi All,
    We really need a workaround for this error. When we enabled the tracing options, it just showed that it encountered a Null pointer exception.
    [2006/7/13 11:1:4:703] Debug 50103 (EngineImpl:EngineImpl) : CInitEngine returns 0
    [2006/7/13 11:1:4:765] Exception 50125 (java.lang.NullPointerException
    at oracle.reports.engine.RWEngine.init(RWEngine.java:343)
    at oracle reports.engine.RWEngine.main(RWEngine.java:60)
    ): Internal error java.lang.NullPointerException
    HELP!

  • Internal Software Error during burn to DVD in Premier Element 9

    During a burn to DVD in Premier Element 9 I encountered an internal software error (.\Vobulator\BlockPlanner\BlockPlanner.cpp line 215). What does this mean? What is the solution?

    You'll be better served by posting your question in the dedicated Premiere Elements forum:
    http://forums.adobe.com/community/premiere_elements?view=discussions
    Ken

  • Internal Server Error when Displaying Total No. of Pages

    Hello All,
    We're encountering an Internal Server Error when a particular report retrieves around 10K records which displays on each page the current page and the total no of pages. When we only display the current page, the report does not encounter any error.
    How do we fix this?
    We're using Oracle Reports Server ver10.1.2.0.2.
    Thanks in advance!

    Hi All,
    We really need a workaround for this error. When we enabled the tracing options, it just showed that it encountered a Null pointer exception.
    [2006/7/13 11:1:4:703] Debug 50103 (EngineImpl:EngineImpl) : CInitEngine returns 0
    [2006/7/13 11:1:4:765] Exception 50125 (java.lang.NullPointerException
    at oracle.reports.engine.RWEngine.init(RWEngine.java:343)
    at oracle reports.engine.RWEngine.main(RWEngine.java:60)
    ): Internal error java.lang.NullPointerException
    HELP!

Maybe you are looking for

  • Flex error in mobile development

    Is there auto orientation in iPhone and android by using flex mobile development

  • Add link for a script from Indesign menu

    Dear, Is it possible to add a new menu on Indesign top menu near help for exemple. And it is possible to lanche a script from it ? thanks !

  • I have had the same "CSXS Infrastructure 4.0.2" update for the past two weeks

    Every day for the past two weeks when I have come into work creative cloud tells me I need to download the new updates. The update always is the same thing, "CSXS Infastructure 4.0.2" Is this happening for everyone and it is a consistent ongoing upda

  • Orders getting triggered again n again--

    Hi experts, it is a multiple counter plan cycle unit - 32000 hr in measuring point:- annual estimate -8000 hr counter overflow reading - 32000 hr In measuring document- 16000 hr Please let me know why the orders are getting triggered......

  • Upgrade has clobbered bookmarks

    All was going well with Firefox 11 this morning until it installed an automatic upgrade. Now all bookmarks have been lost. I tried restoring from a previous date. Nada! History is lost as well. I uninstalled and reinstalled Firefox. This did nothing.