Help with the following error: " could not load inserted library: /Library/Frameworks/GlimsAdditions.framework/Library/GlimsLoaderMinimal.dylib"

This is the full error message. It's a 2011 Macbook Air running Mountain Lion. It crashed today and now will only boot into safemode. I've tracked the error down to this but this is the limit of my knowledge. Any help!?
Process:         launchd [150]
Path:            /sbin/launchd
Identifier:      launchd
Version:         442.26.2
Code Type:       X86-64 (Native)
Parent Process:  launchd [1]
User ID:         89
Date/Time:       2013-06-08 20:12:26.463 +0100
OS Version:      Mac OS X 10.8.2 (12C60)
Report Version:  10
Crashed Thread:  0
Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
  could not load inserted library: /Library/Frameworks/GlimsAdditions.framework/Library/GlimsLoaderMinimal.dylib
Binary Images:
       0x10b118000 -        0x10b13eff7  launchd (442.26.2) <7DCC9489-2DF5-3807-83FA-EF5666EE8078> /sbin/launchd
    0x7fff6ad18000 -     0x7fff6ad4c93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld

try http://www.machangout.com/node/9

Similar Messages

  • I Need help with the following error:

    Hi, I am getting the following error:
    <b>BPE_ADAPTER">SYSTEM_FAILURE_INTERNAL</b>
    I have looked at some of the other threads that deal with this but since I am new to XI I am not sure where to look. I have tried to activate in SXI_CACHE and I get a code of 99 with the following error. I did not get this error in the QAS environment, only when it was moved to Prod. We have cleared and reset all of the caches and am still getting this error when I try to activate in SXI_CACHE:
    <b>E     'STATUSCODE' is not a component of data object 'PAYLOAD'</b>
    Can someone point me in the right direction to fix this? We just moved it to prod and need to get it fixed asap.
    Thanks in advance for all of the help.
    Mike Curtis

    Hi Michael,
    Before SP16:
    the problem should be solved with the help of note 890760. You might find note
    816430 interesting as well, but the first one should help you solve the problem.
    After:
    If those are already in your system, have a look at note 996631. This could be
    the solution.
    Regards and good luck with XI.
    Jaime

  • Can anyone help with the following error message?

    While installing itunes update 7.5 received message Error 1905 module c:\programfiles\itunes\itunesminiplaayer.Dl failed to unregister HRESULT-2147220472

    I noticed no one replied to your questions but was wondering what you found out. I had an ipod shuffle and just replaced it with a 3rd gen ipod nano. The new nano who not show up on my itunes so I went in to update it to the new version and received the same exact error message you did. Were you able to figure out a solution?
    Any help you can give would be greatful.

  • Need help with the following error message...

    I just got a Shuffle for Christmas and was trying to download iTunes when I got the following message. FYI - I have a PC and the operating system is Windows XP:
    iTunesSetup[1].exe is not a valid Win32 application
    Anyone received this message before? I've looked around the troubleshooting section but am at a loss as to what to do from here...
    Thx

    I do have SR but hoping i can get quicker answer hereYou may always escalate the SR if you are not getting response timely. Anyways, give the reference of this thread in the SR and ask service engineer to file a bug.
    I will email you the wire messageI saw the wire message you mailed across. There are some junk characters in the starting of the payload and that's why parsing is failing. Most probably it is a BOM (Byte Order Mark). Ask your TP to send messages in UTF-8 encoding without BOM or any other junk character in the starting of the message. You may open the wire message payload you mailed across in notepad or textpad and you will able to see those junk characters in the starting of the payload.
    Regards,
    Anuj

  • I have recently bought a 3g, i have connected to itunes, when i get to the last stage of the restore it states activating iphone then comes up with the following message - could not be activated bcause activation server unavailable, its been saying this f

    Help please?

    Either your antivirus/firewall is blocking access to the activation server, or you have a redirect in your hosts file. Try disabling the antivirus and firewall, and also check the hosts file. Look for any lines in it that contain "gs.apple.com". If you find them, delete them.
    Mac: /etc/hosts
    Windows: c:\windows\system32\drivers\etc\hosts
    BTW, if you ever used your computer to jailbreak or hack any iDevice those lines WILL be in your hosts file. And if you ever hacked your iPhone to install a different baseband you will also get that error, but in that case the problem is unsolveable.

  • Error : Could not load com.sap.ip.bi.rig.Format in WAD 7

    Hi,
    Given config to be as below:-
    ABAP Stack - BI 7 EhP1 SP3
    Java Stack - BI 7 SP Level 19
    while I try to implement the Format Cell option using Analysis Web Item modification in WAD 7.0, I get the below error
    Could not load com.sap.ip.bi.rig.Format
    Plz. suggest what is the correct config that supports the above implementation.
    Thanks,
    Priya

    Thanks for reply,
    I have seen the post, But my problem is that, while executing WAD.
    could not load module com.sap.ip.bi.rig.format   error is coming.
    i think if these error is removed , coloring the backgroud will work via  module com.sap.ip.bi.rig.format.
    I shall be thankful to you for this.
    Regards
    Pavneet Rana

  • Moving files to another directory got an error message [File System Task] Error: An error occurred with the following error message: "Could not find a part of the path.".

    Hi all,
    I am having a list of files in a folder named datafiles and I am processing them one by one when I finish each one I want to move the file into a folder archive.
    I am having a variable named filename and archivefilename and two fileconnections  one is originalfiles and archivefiles
    archivefilename=replace( @[User::filename],"datafiles","archive")
    orginalfiles connection is an expression =@user:filename
    archivefies connection is an expression=@user:archivefilename
    the filename comes from reading the folder that contains those files
    public void Main()
                string[] filenames;
                filenames = Directory.GetFiles(@"C:\luminis\datafiles\");
                Array.Sort(filenames);
                Dts.Variables["filelist"].Value = filenames;
                Dts.TaskResult = (int)ScriptResults.Success;
    The folder c:\luminis\archive\ exists
    why I am getting this error
    My filesystem task : destinationpathvariable =false
    destinationconnection:archivefile
    overwrite=true
    operation=movefile
    issourcepathvariable=false
    sourceconnection=original file
    why am i getting this error[File System Task] Error: An error occurred with the following error message: "Could not find a part of the path.".
    sohairzaki

    there may be 2 problem...
    1> specify a target directory only, not with the file name. 
    OR
    2> Try using the unc,path format \\computername\sharename\
    let us know your observation...
    Let us TRY this | Mail me
    My Blog :: http://quest4gen.blogspot.com/

  • TS1717 Hi, my iTunes application is not connecting to the iTunes store. It is coming up with the following error message "we could not complete your itune store request. An unknown error occured (11222)" Can you please assist?

    Hi, my iTunes application is not connecting to the iTunes store. It is coming up with the following error message "we could not complete your itune store request. An unknown error occured (11222)" Can you please assist?

    Hi Laura-Wedders,
    Thanks for visiting Apple Support Communities.
    On August 7th, some users may have been unable to make purchases from the App Store, iTunes Store, Mac App Store, or iBookstore. Apple worked quickly to resolve these issues, however you may have experienced them.
    To check the current status of these systems please see:
    Apple - Support - System Status
    http://www.apple.com/support/systemstatus/
    If you are still experiencing issues, you may want to troubleshoot with the following articles:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    All the best,
    Jeremy

  • I'm currently running 10.6.8 and would like to upgrade to mountain lion but all i keep getting is the following: We could not complete your purchase. OS X Mountain Lion is not compatible with this computer. help

    I'm currently running 10.6.8 and would like to upgrade to mountain lion but all i keep getting is the following: We could not complete your purchase. OS X Mountain Lion is not compatible with this computer. help

    ERA AND MCM wrote:
    We could not complete your purchase. OS X Mountain Lion is not compatible with this computer.
    it means exactly that, you mac is not compatible to run ML. http://support.apple.com/kb/SP654

  • What does error message "a server with the specified hostname could not be found" mean? I'm a bit of a newbie to this can you help. Thanks

    Hi Folks
    Not to good at this techno stuff have a message on my phone saying "a server with the specified hostname could not be found" can anyone tell me what this means and how to fix it?
    Thanks

    Hi on several apps, eg local paper, can get printed word but no photos or media etc.

  • IP Helper Service causes Session "" failed to start with the following error: 0xC000000D

    I have a Windows 8.1 Pro version. In the event viewer I can see that the error `Session "" failed to start with the following error: 0xC000000D´ is registered every time I boot my laptop.
    I am 100% sure that this is related to the IP Helper Service (iphlpsvc) because the error is logged every time I manually restart the service.
    I have a Windows 8.1 Pro version. In the event viewer I can see that the error `Session "" failed to start with the following error: 0xC000000D´ is registered every time I boot my laptop.
    I am 100% sure that this is related to the IP Helper Service (iphlpsvc) because the error is logged every time I manually restart the service.
    Does anyone know how to fix this issue? I know I could disable the service but I prefer not to do it.
    Thanks
    Alberto

    Hi,
    IP Helper (service name 'iphlpsvc') is apparently designed to improve a Windows PC's support for IPv6 network protocol.
    I suggest you try enable  the 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\iphelper.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
    Once the error appears again, please find the crashdump file under c:\.
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Help - "Unreadable files:.... The following files could not be imported..."

    Tried to add five .jpg photos to an existing iPhoto album and it raised this error:
    *Unreadable Files: 5*
    *The following files could not be imported (they may be an unrecognized file type or the files may not contain valid data).*
    I tried to open them with Photoshop and re-save them, different size - no go.
    iPhoto is set up to managed the photos in the library, when I look in the iPhoto library > originals > 2009 > directory, I see the photos there. They open with other apps just fine (preview.app, photoshop, browsers, quick look, etc.)
    How do I get these to show up in iPhoto? What did I do wrong? Or, how do I tell what's wrong with these files, as they appear to be just fine.
    Thanks for the help!!!

    As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?
    If the new Library works correctly then it suggests that the other library is damaged:
    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library (Right Click -> Show Package Contents) allowing it to overwrite the damaged file.
    2. Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 08* library:
    Note this will give you a working library with the same Events and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    In the iPhoto Preferences -> Events Uncheck the box at 'Imported Items from the Finder'
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library (Right Click -> Show Package Contents) on your desktop and find the Originals folder. From the Originals folder drag the individual Event Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.
    Regards
    TD

  • Error: The following translators were not loaded due to errors: ASP.htm has information duplicated b

    Hi,
    Recently my computer had problems, I had to install Windows7 instead of Windows Vista. I made a clean installation of Dreamvers CS4. I was able to Export all the sites from my old computer. But whenever I try to open any file for editing I have this pop-up error message:
    The following translators were not loaded due to errors: ASP.htm has information duplicated by another translator.
    Same error for ASP.Net.htm, ColdFusion.htm, Date.htm, FlashObject.htm, ICERegions.htm, JSP.htm, PHP_MySQL.htm, Server Model SSH.htm, Spry.htm, SpryWidget.htm, XSLT.htm and XSLTransform.htm
    I saw several threads with similar error message, where the translators were invalid, while mine are duplicated by another translator. But I tried the fixes anyway.
    I tried removing Configure folder, and WinFileCache folder. Didn't help. I also tried to create a new site and get all the files from the remote. Same problem.
    Any help will be greatly appreciated.
    Valentina

    Sorry for the bump, but this post helped me solve a simmiliar issue: "The following translators were not loaded due to errors: ColdFusion.htm: has configuration information that is invalid" everytime I try open any document in dreamweaver. As I don't program in cold fusion, I renamed the file to ColdFusion.bck and everything works for me again. I'm not sure what caused the issue, but thanks for pointing out where I can find translator files.
    -Dreamweaver CS5.5, Windows7-64

  • Using Firefox 4 & Windows 7. Everytime I start Firefox from a shortcut to a website it comes up with the following error 'there was a problem sending the command to the program'. The requested website does load after this. with no problems.

    Using Firefox 4 & Windows 7. Everytime I start Firefox from a shortcut to a website it comes up with the following error 'there was a problem sending the command to the program'. The requested website does load after this. with no problems.
    If a shortcut is used while Firefox is already open the error does not occur.

    As reported in earlier replies, the annoyance disappeared after I upgraded to Roboform 7.5.6, from 7.5.4.
    Regards, Steve

  • Just the other night my phone desided to reset itself, and when i went to restore it it came up with The iPhone iPhone could not be restored. an unknown error occurred (-1).

    Just the other night my phone desided to reset itself, and when i went to restore it it came up with The iPhone iPhone could not be restored. an unknown error occurred (-1).
    Please Help i need this phone....and i dont have the money to replace it!

    I havent jail broken it so its probable a hardware issue then.......well then.......
    anyway thanks man
    Cheers!

Maybe you are looking for