Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Safari "stuck"

Hi Guys,


The beach ball keeps going round and round and nothin happens..

No pages opens..


I felt through search and found an old topic

https://discussions.apple.com/thread/1180548?start=0&tstart=0


But im on lion and am not able to find Safari under library to delete the files.


Please help..

Black Mac, Mac OS X (10.6.4), 2.4 Ghz Intel Core 2 Duo 2GN 667 Mhz

Posted on Feb 3, 2012 4:15 AM

Reply
Question marked as Best reply

Posted on Feb 3, 2012 4:39 AM

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.


The purpose of this exercise is to determine whether the problem is localized to your user account. Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select “Help” from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.


While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.


As Guest, launch the application(s) and test. Same problem(s)?


After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.

8 replies
Question marked as Best reply

Feb 3, 2012 4:39 AM in response to ashpreet

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.


The purpose of this exercise is to determine whether the problem is localized to your user account. Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select “Help” from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.


While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.


As Guest, launch the application(s) and test. Same problem(s)?


After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.

Feb 3, 2012 5:17 AM in response to ashpreet

Please read this whole message before doing anything.


This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.


The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:


  • Be sure your Mac is shut down.
  • Press the power button.
  • Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
  • Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).


The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.


Safe mode is much slower to boot and run than normal, and some things won’t work at all, perhaps including wireless networking on certain Macs. If you usually connect to the Internet via WiFi, and it doesn’t work in safe mode, connect using an Ethernet cable. If you can’t do that, reboot as usual (i.e., not in safe mode) and perform a safe login, as follows: Enter your credentials at the login screen, then hold down the shift key and click the “Log in” button. Keep holding the key until the menu bar appears. In this mode, your login items, among other things, won’t load.


In safe mode, test again. Same problem(s) now?


After testing, reboot (if you booted in safe mode) or log out/log in (if you performed a safe login) as usual.

Feb 3, 2012 7:06 AM in response to ashpreet

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 several lines of text in monospaced type, which are UNIX shell commands. They’re harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of running these commands, search this site for other discussions in which they’ve been used 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 either copy or drag 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.


To begin, launch the Terminal application; e.g., by entering the first few letters of its name in a Spotlight search. 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” (without the quotes) and press return. You should then get a new line ending in a dollar sign.


Step 1


Copy or drag -- do not type -- the line below into the Terminal window, then press return:


kextstat -kl | awk '!/com\.apple/ {print $6 $7}'


Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.)


Step 2


Repeat with this line:


sudo launchctl list | sed 1d | awk '!/0x|com\.apple/ {print $3}'


This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.


Step 3


launchctl list | sed 1d | awk '!/0x|com\.apple/ {print $3}'


Step 4


ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null


Important: If you synchronize with a MobileMe account, your me.com email address may appear in the output of the above command. If so, change it to something like “user@me.com” before posting.


Step 5


osascript -e 'tell application "System Events" to get the name of every login item'


Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer -- no typing, except your password. Also remember to post the output.


You can then quit Terminal.

Feb 3, 2012 8:21 AM in response to ashpreet

I am having exactly the same issue.

Updated to 10.7.3 and Safari suddenly stopped functioning while all other apps do function properly.

Logged in as a guest and Safari worked. Restarted in Safe Mode and Safari worked again. Then tried again in Normal mode and it didn't work at all.

Here is the outcome of the Terminal fix that you suggested:


Last login: Fri Feb 3 17:57:08 on console

unknown-04-0c-ce-e1-c7-38:~ Bill$ kextstat -kl | awk '!/com\.apple/ {print $6 $7}'

com.silex.driver.sxuptp(1.5.1)

unknown-04-0c-ce-e1-c7-38:~ Bill$ sudo launchctl list | sed 1d | awk '!/0x|com\.apple/ {print $3}'

Password:

org.x.privileged_startx

org.postfix.master

org.ntp.ntpd

org.cups.cupsd

com.vix.cron

com.belkin.BackupD

com.tvmobili.tvmobilisvcd

com.microsoft.office.licensing.helper

com.google.keystone.daemon

com.Affinegy.InstaLANd

unknown-04-0c-ce-e1-c7-38:~ Bill$ launchctl list | sed 1d | awk '!/0x|com\.apple/ {print $3}'

org.x.startx

org.openbsd.ssh-agent

com.tvmobili.artwork

com.seagate.SeagateStorageGauge.plist

com.google.keystone.root.agent

com.Affinegy.InstaLANa

ws.agile.1PasswordAgent

com.facebook.videochat.Bill.updater

com.BT.BPK

unknown-04-0c-ce-e1-c7-38:~ Bill$ ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta} * L*/Fonts 2> /dev/null

/Library/Components:



/Library/Extensions:



/Library/Frameworks:

AEProfiling.framework

AERegistration.framework

Adobe AIR.framework

AudioMixEngine.framework

NyxAudioAnalysis.framework

PluginManager.framework



/Library/Input Methods:



/Library/Internet Plug-Ins:

Flash Player.plugin

JavaAppletPlugin.plugin

Quartz Composer.webplugin

QuickTime Plugin.plugin

SharePointBrowserPlugin.plugin

SharePointWebKitPlugin.webplugin

Silverlight.plugin

flashplayer.xpt

nsIQTScriptablePlugin.xpt



/Library/Keyboard Layouts:



/Library/LaunchAgents:

com.Affinegy.InstaLANa.plist

com.google.keystone.agent.plist

com.seagate.SeagateStorageGauge.plist

com.tvmobili.artwork.plist



/Library/LaunchDaemons:

com.Affinegy.InstaLANd.plist

com.apple.remotepairtool.plist

com.google.keystone.daemon.plist

com.microsoft.office.licensing.helper.plist

com.tvmobili.tvmobilisvcd.plist



/Library/Mail/Bundles:

Attachment Tamer.mailbundle



/Library/PreferencePanes:

Flash Player.prefPane

Growl.prefPane

Tuxera NTFS.prefPane



/Library/PrivilegedHelperTools:

com.microsoft.office.licensing.helper



/Library/QuickLook:



/Library/QuickTime:

AppleIntermediateCodec.component

AppleMPEG2Codec.component



/Library/ScriptingAdditions:



/Library/Spotlight:

Microsoft Office.mdimporter



/Library/StartupItems:



/etc/mach_init.d:



/etc/mach_init_per_login_session.d:



/etc/mach_init_per_user.d:



Library/Address Book Plug-Ins:

AdiumAddressBookAction_AIM.scpt

AdiumAddressBookAction_ICQ.scpt

AdiumAddressBookAction_Jabber.scpt

AdiumAddressBookAction_MSN.scpt

AdiumAddressBookAction_SMS.scpt

AdiumAddressBookAction_Yahoo.scpt

SkypeABDialer.bundle

SkypeABSMS.bundle



Library/Fonts:



Library/Frameworks:

EWSMac.framework



Library/Input Methods:

.localized



Library/Internet Plug-Ins:

.DS_Store

FacebookVideoCalling.bundle



Library/Keyboard Layouts:



Library/LaunchAgents:

com.BT.BPK.plist

com.apple.CSConfigDotMacCert-koloniarisv@me.com-SharedServices.Agent.plist

com.apple.FolderActions.enabled.plist

com.apple.FolderActions.folders.plist

com.apple.SafariBookmarksSyncer.plist

com.facebook.videochat.Bill.plist

ws.agile.1PasswordAgent.plist



Library/PreferencePanes:

Perian.prefPane



Library/QuickTime:

AC3MovieImport.component

Perian.component



Library/Services:

cocoAspell.service

unknown-04-0c-ce-e1-c7-38:~ Bill$ osascript -e 'tell application "System Events" to get the name of every login item'

LegalDept, Oikonomika

unknown-04-0c-ce-e1-c7-38:~ Bill$

Last login: Fri Feb 3 18:13:44 on console

unknown-04-0c-ce-e1-c7-38:~ Bill$

May 26, 2012 2:58 AM in response to ashpreet

Hi man,


Every freakin time i play a flash movie or watch youtube my cpu gets 100 procent the whole freakin time.

this was my output.

Last login: Sun Apr 22 21:31:24 on console

Ribazs-MacBook-Pro:~ Ribas$ kextstat -kl | awk '!/com\.apple/ {print $6 $7}'

net.osculator.driver.OSCulatorIOKit(1.5.3)

com.eltima.ElmediaPlayer.kext(1.0)

Ribazs-MacBook-Pro:~ Ribas$ sudo launchctl list | sed 1d | awk '!/0x|com\.apple/ {print $3}'


WARNING: Improper use of the sudo command could lead to data loss

or the deletion of important system files. Please double-check your

typing when using sudo. Type "man sudo" for more information.


To proceed, enter your password, or type Ctrl-C to abort.


Password:

org.x.privileged_startx

org.postfix.master

org.ntp.ntpd

org.cups.cupsd

com.vix.cron

com.thursby.cifsd

com.microsoft.office.licensing.helper

com.eltima.ElmediaPlayer.daemon

Ribazs-MacBook-Pro:~ Ribas$ launchctl list | sed 1d | awk '!/0x|com\.apple/ {print $3}'

org.x.startx

org.openbsd.ssh-agent

com.google.keystone.user.agent

com.facebook.videochat.Ribas.updater

Ribazs-MacBook-Pro:~ Ribas$ ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta} * L*/Fonts 2> /dev/null

/Library/Components:


/Library/Extensions:


/Library/Frameworks:

AEProfiling.framework

AERegistration.framework

AudioMixEngine.framework

NyxAudioAnalysis.framework

PluginManager.framework

Thursby.framework

ThursbySecurity.framework

iLifeFaceRecognition.framework

iLifeKit.framework

iLifePageLayout.framework

iLifeSQLAccess.framework

iLifeSlideshow.framework


/Library/Input Methods:


/Library/Internet Plug-Ins:

Flash Player.plugin

JavaAppletPlugin.plugin

LogMeIn.plugin

LogMeInSafari32.plugin

LogMeInSafari64.plugin

Quartz Composer.webplugin

QuickTime Plugin.plugin

SharePointBrowserPlugin.plugin

SharePointWebKitPlugin.webplugin

Silverlight.plugin

flashplayer.xpt

iPhotoPhotocast.plugin

nsIQTScriptablePlugin.xpt


/Library/Keyboard Layouts:


/Library/LaunchAgents:

com.teamviewer.teamviewer.plist

com.teamviewer.teamviewer_desktop.plist


/Library/LaunchDaemons:

com.apple.remotepairtool.plist

com.eltima.ElmediaPlayer.daemon.plist

com.microsoft.office.licensing.helper.plist

com.teamviewer.teamviewer_service.plist

com.thursby.cifsd.plist


/Library/PreferencePanes:

DAVELogin.prefPane

DAVENetwork.prefPane

DAVESharing.prefPane

Flash Player.prefPane


/Library/PrivilegedHelperTools:

com.microsoft.office.licensing.helper


/Library/QuickLook:

GBQLGenerator.qlgenerator

iWork.qlgenerator


/Library/QuickTime:

AppleIntermediateCodec.component

AppleMPEG2Codec.component


/Library/ScriptingAdditions:

DAVE Scripting.app


/Library/Spotlight:

GBSpotlightImporter.mdimporter

LogicPro.mdimporter

Microsoft Office.mdimporter

iWork.mdimporter


/Library/StartupItems:

CIFS


/etc/mach_init.d:


/etc/mach_init_per_login_session.d:


/etc/mach_init_per_user.d:


Library/Address Book Plug-Ins:

SkypeABDialer.bundle

SkypeABSMS.bundle

YMsgrCallABPlugin.bundle

YMsgrMsnABPlugin.bundle

YMsgrSmsABPlugin.bundle

YMsgrYimABPlugin.bundle


Library/Fonts:


Library/Frameworks:

EWSMac-GC.framework


Library/Input Methods:

.localized


Library/Internet Plug-Ins:

FacebookVideoCalling.bundle

Google Earth Web Plug-in.plugin

Picasa.plugin


Library/Keyboard Layouts:


Library/LaunchAgents:

com.apple.CSConfigDotMacCert-ribas_abbas@me.com-SharedServices.Agent.plist

com.facebook.videochat.Ribas.plist

com.google.keystone.agent.plist


Library/PreferencePanes:

Ribazs-MacBook-Pro:~ Ribas$ osascript -e 'tell application "System Events" to get the name of every login item'

CrossOver CD Helper, iTunesHelper

Ribazs-MacBook-Pro:~ Ribas$

Sep 6, 2013 10:49 AM in response to Linc Davis

Hey Linc, thank you for your detailed instructions. I've been experiencing higher than normal CPU loads, and suspect either 3rd party apps/extensions, or a failing HDD.


I'd like to attempt the steps you described in your last post, and post the results here. If you could give me some feedback, I'd be very grateful.




STEP 1

kextstat -kl | awk '!/com\.apple/ {print $6 $7}'


OUTPUT


com.usboverdrive.driver.hid(3.0.2)

com.Cycling74.driver.Soundflower(1.5.2)

com.bresink.driver.BRESINKx86Monitoring(9.0)

foo.tun(1.0)

foo.tap(1.0)





STEP 2


sudo launchctl list | sed 1d | awk '!/0x|com\.apple/ {print $3}'


OUTPUT

org.x.privileged_startx

org.postfix.master

org.ntp.ntpd

org.cups.cupsd

org.cups.cups-lpd

edu.mit.Kerberos.krb5kdc

edu.mit.Kerberos.kadmind

com.vix.cron

xxx.qnation.PeerGuardian.kextload

com.starfield.backupservice

com.sharpcast.xfsmond

com.rim.BBDaemon

IDriveDaemon

com.noiseindustries.FxFactory

com.mozy.backup

com.motorola-mobility.mmcfgd

com.google.keystone.daemon

com.caphyon.awrserver

com.caphyon.almserver

com.bresink.system.securityagent3

com.bombich.ccc

com.adobe.fpsaud





STEP 3

launchctl list | sed 1d | awk '!/0x|com\.apple/ {print $3}'


OUTPUT

org.openbsd.ssh-agent

edu.mit.Kerberos.KerberosAgent

com.rim.BBLaunchAgent

com.mozy.status

com.motorola.motohelperUpdater

com.motorola.motohelper

com.motorola.MDMUpdaterPlist

com.google.keystone.system.agent

com.carbonite.carbonitestatus

com.carbonite.carbonitealerts

com.adobe.ARM.925793fb327152fd34795896fa1fb9ffa268b2a852256fe56609efa3

edu.mit.Kerberos.CCacheServer





STEP 4

ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null


OUTPUT

/Library/Components:



/Library/Extensions:

EyeOne.kext

PeerGuardian.kext

fusefs.kext

tap.kext

tun.kext



/Library/Frameworks:

AECore.framework

Adlm.framework

Adobe AIR.framework

ArcCon.framework

ArcSocketLib.framework

BaseFunction.framework

Cocoa2Carbon.framework

Compressor.framework

DivX Toolkit.framework

DotMacKit.framework

EWSMac.framework

Eve3.framework

FxPlug.framework

HPSmartPrint.framework

InjectionControl.framework

JavaMonitorSupport.framework

MagAppFramework.framework

MagCore.framework

MagImgTlsCtrl.framework

MagPCMac.framework

Maglib5.framework

MediaClub.framework

MediaServerAPI.framework

MindFortress.framework

Motion.framework

NIKit.framework

NotesLib.framework

NyxAudioAnalysis.framework

PMPluginsFramework.framework

PMPluginsFramework4.framework

PMPluginsFramework68kAligned.framework

Pantomime.framework

PluginManager.framework

ProFX.framework

ProMetadataSupport.framework

Qmaster.framework

RIM_VSP.framework

RimBlackBerryUSB.framework

SipFrame.framework

SyncManagerCommon.framework

SyncManagerMedia.framework

TSLicense.framework

TaskDLL.framework

i1usb.framework

iLifeFaceRecognition.framework

iLifeKit.framework

iLifePageLayout.framework

iLifeSQLAccess.framework

iLifeSlideshow.framework

iTunesLibrary.framework

libical.framework



/Library/Input Methods:



/Library/InputManagers:

Menu Extra Enabler

Smart Crash Reports



/Library/Internet Plug-Ins:

AdobePDFViewer.plugin

AmazonMP3DownloaderPlugin.plugin

CANONiMAGEGATEWAYDL.plugin

CANONiMAGEGATEWAYLI.plugin

DRM Plugin.bundle

Disabled Plug-Ins

DivXBrowserPlugin.plugin

Flash Player.plugin

Flip4Mac WMV Plugin.plugin

JavaAppletPlugin.plugin

Quartz Composer.webplugin

QuickTime Plugin.plugin

RealPlayer Plugin.plugin

Silverlight.plugin

VLC Plugin.plugin

eMusicRemote.plugin

flashplayer.xpt

googletalkbrowserplugin.plugin

iPhotoPhotocast.plugin

npdivx.xpt

npgtpo3dautoplugin.plugin

nsIQTScriptablePlugin.xpt

o1dbrowserplugin.plugin



/Library/Keyboard Layouts:



/Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.carbonite.launchd.carbonitealerts.plist

com.carbonite.launchd.carbonitestatus.plist

com.google.keystone.agent.plist

com.motorola.MDMUpdater.plist

com.motorola.motohelper.plist

com.motorola.motohelperUpdater.plist

com.mozy.status.plist

com.rim.BBLaunchAgent.plist



/Library/LaunchDaemons:

com.adobe.fpsaud.plist

com.bombich.ccc.plist

com.bresink.system.securityagent3.plist

com.caphyon.almserver.plist

com.caphyon.awrserver.plist

com.carbonite.launchd.carbonitedaemon.plist

com.eltima.ElmediaPlayer.daemon.plist

com.google.keystone.daemon.plist

com.motorola-mobility.mmcfgd.plist

com.mozy.backup.plist

com.noiseindustries.FxFactory.plist

com.prosoftnet.idrivedaemon.plist

com.rim.BBDaemon.plist

com.sharpcast.xfsmond.plist

com.starfield.backupservice.plist

xxx.qnation.PeerGuardian.kextload.plist



/Library/PreferencePanes:

Flash Player.prefPane

Flip4Mac WMV.prefPane

Growl.prefPane



/Library/PrivilegedHelperTools:

Google Drive Icon Helper

com.bombich.ccc

com.bresink.system.securityagent3

com.noiseindustries.FxFactory



/Library/QuickLook:

GBQLGenerator.qlgenerator

iWork.qlgenerator



/Library/QuickTime:

AppleHDVCodec.component

AppleIntermediateCodec.component

AppleMPEG2Codec.component

AppleProRes422.component

CanonMJPEGAVI.component

DVCPROHDCodec.component

DVCPROHDMuxer.component

DVCPROHDVideoDigitizer.component

DVCPROHDVideoOutput.component

DVCPROHDVideoOutputClock.component

DVCPROHDVideoOutputCodec.component

DesktopVideoOut.component

DivX Decoder.component

DivX Encoder.component

FCP Uncompressed 422.component

FLV.component

Flip4Mac WMV Advanced.component

Flip4Mac WMV Export.component

Flip4Mac WMV Import.component

IMXCodec.component

LiveType.component

Motion.component



/Library/ScriptingAdditions:

Adobe Unit Types

Adobe Unit Types.osax



/Library/Spotlight:

AppleWorks.mdimporter

GBSpotlightImporter.mdimporter

LogicPro.mdimporter

Microsoft Office.mdimporter

iMovie.mdimporter

iWeb.mdimporter

iWork.mdimporter



/Library/StartupItems:

ArcanaStartupSound

BRESINKx86Monitoring

FanControlDaemon

HP IO

HP Trap Monitor

M-Audio Firmware Loader

NUDC

Qmaster

tap

tun



/etc/mach_init.d:

dashboardadvisoryd.plist



/etc/mach_init_per_login_session.d:



/etc/mach_init_per_user.d:



Library/Address Book Plug-Ins:

SkypeABDialer.bundle

SkypeABSMS.bundle



Library/Fonts:

A Love of Thunder.ttf

Amsterdam Grafitti.ttf

HOLLYWOOD STARFIRE.ttf

Limelight.ttf

OpenSans-Bold.ttf

OpenSans-BoldItalic.ttf

OpenSans-ExtraBold.ttf

OpenSans-ExtraBoldItalic.ttf

OpenSans-Italic.ttf

OpenSans-Light.ttf

OpenSans-LightItalic.ttf

OpenSans-Regular.ttf

OpenSans-Semibold.ttf

OpenSans-SemiboldItalic.ttf

Quicksand Bold Oblique.otf

Quicksand Bold.otf

Quicksand Book Oblique.otf

Quicksand Book.otf

Quicksand Dash.otf

Quicksand Light Oblique.otf

Quicksand Light.otf

Roundup.ttf

VKB KonQa Communist.ttf

Vegur-B 0.602.otf

Vegur-L 0602.otf

Vegur-M 0602.otf

Vegur-R 0.602.otf

Zombie_Holocaust.ttf

gatsbyflf-bold.ttf

girolight001.otf

girooutline001.otf



Library/Frameworks:



Library/Input Methods:

.localized



Library/Internet Plug-Ins:

Move_Media_Player.plugin

PlayerPlugin.bundle

WbeTools64_14.plugin

doubleTwistWebPlugin.bundle

fileEditTool64_15.plugin



Library/Keyboard Layouts:



Library/LaunchAgents:

.DS_Store

com.adobe.ARM.925793fb327152fd34795896fa1fb9ffa268b2a852256fe56609efa3.plist

com.apple.FTMonitor.plist

com.apple.imagent.plist

com.apple.marcoagent.plist



Library/Mail/Bundles:



Library/Mail/Bundles (Disabled):

ODMailBundle.mailbundle



Library/PreferencePanes:

MusicManager.prefPane



Library/QuickTime:





STEP 5

osascript -e 'tell application "System Events" to get the name of every login item'


OUTPUT

2013-09-06 10:45:04.863 osascript[4736:903] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:

/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper

osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.

Flux, smcFanControl, Default Audio EQ, Last.fm, Activity Monitor, CPULed







Again, any help would really be appreciated. I'm looking at having to re-install the OS if I can't troubleshoot the potential software conflict.


Thanks very much.

Safari "stuck"

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.