Startup woes

I have a wireless keyboard attached to my iMac.
Occasionally on power up, two things happen which are probably not related, but always seem to occur together:
My wireless keyboard takes a good 30 seconds to respond after the appearance of the login box, before I can type in my password.
The grey menu bar across the top does not appear until I open my first app.
Any ideas what's going on here?

Rusty Rat wrote:
Is there anything that needs to be reconfigured after the delete?
No, nothing.
Enjoy your Mac
EDIT: Actually it returns the right hand side of your menu bar to default, so you may need to checkmark in the preferences put back an item, if it's missing.
-mj
Message was edited by: macjack

Similar Messages

  • Startup woes with G4

    I've been having problems with my 500mhz. Dual processor G4. Right now it's running OS 9.2.2. The only peripheral hooked up to it is an 80gig external fire wire/USB 2.0 hard drive for backup. It requires no driver to make it work. I've never had a problem with this drive in the 2 years I've owned it. It's connected to the G4 with a firewire cable. Lately when I startup the computer I get a blank grey screen. I restart and I get the same thing. Then I startup while zapping the PRAM and I can get it up and running. But then sometimes the computer crashes, or a simple app like Acrobat reader 5.0 won't open and the only way to make it work is to restart the computer. I've tried shutting the computer down and disconnecting the drive but I still have problems starting up. In short, very problematic startups.
    This also happened with the other 40gig internal drive. The computer all of a sudden told me the drive was not recognized and had to be re-intialized. I was eventually forced to do this after attempts to repair the drive were unsuccesful.
    So it seems the computer is having problems both booting up from and recognizing drives. I installed a new battery but I'm still having problems this morning. I'm getting tired of PRAM zapping. Help.
    500mhz. Dual processor (revision B) dual boot   Mac OS 9.2.x   768 mgs. RAM

    Hi
    I'm not sure from your post whether you just have problems booting and running applications off an internal drive, or whether you've also tried booting off the external drive as well and had the same problems.
    If it's always an internal drive perhaps there's a problem with the ATA ribbon cable or ATA controller on the logic board. I guess you could try replacing the ribbon cable. Presumably it's seated correctly both ends and hasn't been pinched or damaged at all? It seems like a long shot, but I guess it is the PRAM reset that temporarily fixes the problem rather than the fact you've opened and closed the case, which will have caused the ribbon cable to flex and move slightly? With the case open, can you cause similar problems by applying some finger pressure to the cable? Failing that I guess you could try by-passing the onboard ATA controller by using an ATA or SATA PCI card. In general SATA cards seem cheaper than ATA ones now and you'd also be able to take advantage of faster, higher capacity drives.

  • Solaris 10 SMC Startup Woes

    Well, after my 4th attempt at installing and starting the software, I'm here looking for help.
    At the end of the config process, the system begins starting up the various components.
    All I tried for was SMC plus the container manager. There is a message during install
    about being unable to pre-compile certain Tomcat modules because the version of Tomcat does not match (the installed one is newer).
    However, the trouble really seems to center around the scripts not finding certain libraries which seem to exist:
    [realstage1-sg]$ tail -5 application-management-sunmctopology:default.log
    couldn't load file "pkgsource.so": ld.so.1: esd: fatal: pkgsource.so: open failed: No such file or directory
    while executing
    "load pkgsource.so source"
    [ Aug 21 10:27:52 Stopping because all processes in service exited. ]
    [ Aug 21 10:27:52 Executing stop method ("/lib/svc/method/es-svc.sh stop topology") ]
    [realstage1-sg]$
    [realstage1-sg]$ ls -l /opt/SUNWsymon/base/lib/pkgsource.so*
    lrwxrwxrwx 1 root root 18 Aug 20 16:36 /opt/SUNWsymon/base/lib/pkgsource.so -> ./pkgsource.so.1.0
    -r-xr-xr-x 1 root sys 11920 Apr 13 2006 /opt/SUNWsymon/base/lib/pkgsource.so.1.0
    And the java server startup is similarly messed up:
    [ Aug 21 10:44:53 Executing start method ("/lib/svc/method/es-svc.sh start javaserver") ]
    [ Aug 21 10:45:02 Method "start" exited with status 0 ]
    info August 21, 2007 10:45:18 AM main: Successfull in setting up firewall support
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.symon.base.utility.UcBeanIntrospector.setValue(UcBeanIntrospector.java:460)
    at com.sun.symon.base.utility.UcBeanIntrospector.apply(UcBeanIntrospector.java:350)
    at com.sun.symon.base.utility.UcBeanIntrospector.apply(UcBeanIntrospector.java:275)
    at com.sun.symon.base.utility.UcDDL.init(UcDDL.java:492)
    at com.sun.symon.base.server.main.ServerMain.doit(ServerMain.java:116)
    at com.sun.symon.base.server.main.ServerMain.main(ServerMain.java:40)
    Caused by: java.lang.UnsatisfiedLinkError: /opt/SUNWsymon/base/lib/sparc-sun-solaris2.10/libNcClog.so.1.0: ld.so.1: java: fatal: libclog.so.1.0: open failed: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at com.sun.symon.base.jni.NcClog.<clinit>(NcClog.java:38)
    at com.sun.symon.base.utility.UcInterfaceClog.<init>(UcInterfaceClog.java:107)
    at com.sun.symon.base.utility.UcInterfaceClog$1.createOut(UcInterfaceClog.java:45)
    at com.sun.symon.base.utility.UcInterface.createOut(UcInterface.java:144)
    at com.sun.symon.base.utility.UcDDLLocalSetup.createInterfaceStream(UcDDLLocalSetup.java:63)
    at com.sun.symon.base.utility.UcDDL.setDefaultOutputStream(UcDDL.java:484)
    ... 10 more
    [ Aug 21 10:45:20 Stopping because all processes in service exited. ]
    Again, the file exists:
    [realstage1-root]# ls -l /opt/SUNWsymon/base/lib/sparc-sun-solaris2.10/libNcClog.so.1.0*
    -r-xr-xr-x 1 root sys 13752 Apr 13 2006 /opt/SUNWsymon/base/lib/sparc-sun-solaris2.10/libNcClog.so.1.0
    [realstage1-root]#
    uname -a gives
    SunOS realstage1 5.10 Generic_118833-24 sun4u sparc SUNW,Sun-Fire-V210
    I just want to try this stuff out but there is something very basically wrong here.
    Any help appreciated,
    Jim

    Hi Jim,
    Well, after my 4th attempt at installing and starting
    the software, I'm here looking for help.What happened at the end of the last 3 attempts, same error?
    How did you clean out SunMC between attempts: "es-uninst" or "es-uninst -X"? (if you don't add the -X it leaves old configuration files hanging around)
    There is a message during install
    bout being unable to pre-compile certain Tomcat
    modules because the version of Tomcat does not match
    (the installed one is newer).Is there anything special about the install of Solaris 10 on that system? Is it using LDAP or local files for user account? It is reduced or hardened in any way? (some of our customers strip out too many pacakges from the default Sol10 install and run into missing-file/library issues). Are you running any root-login-prevention programs like Keon? Is this a beta of Sol10u4?
    However, the trouble really seems to center around
    the scripts not finding certain libraries which seem
    to exist:SunMC tries to set its own environment variables when it starts, but it can still be adversely affected by some varibles set for the root user (i.e. most people leave roots .profile/.bashrc/.cshrc-type files alone.. some places dump a bunch of garbabe paths into it to make day-2-day life easier but give SunMC issues). Can you login as root on that box and eyeball the output of the "env" command, or compare that output to a different system.
    Basically I have no idea what your problem is: just some things to think about :)
    Regards,
    [email protected]
    http://www.HalcyonInc.com
    !! New !! : http://forums.HalcyonInc.com

  • Mac Pro HD and Startup Woes ... AGAIN!

    The latest in this saga has led to a real problem. Nothing happens after the chime!
    After not using the machine for a month and having reinstalled a new hd, OSX etc the machine was taking forever to start up, shut down etc - as in several minutes!
    And the Spinning Ball would appear every few seonds and linger forever. Now after doing a PRAM reset the machine will not start at all. NO keyboard commands do anything and I am stuck with a black screen after the chines.
    Cannot access other OS's, (Option-CMD), Safe Boot, or any other keyboard commands at all. I can hear a drive spinning but there is just zero connection between the keyboard commands at all.
    Before the latest problem I had used Activity Monitor and while I am no expert, there was no evidence of any real issues there - lots or RAM, little CPU hogging, low network activity, etc
    Any magic bulltets to kick start this sucker into life?
    Thanks a lot
    Geoff

    We can guess yours is a 2008 3,1 or later, that is all. No sign of what model.
    General purpose Mac troubleshooting guide:
    Mac OS X: Starting up in Safe Mode - http://docs.info.apple.com/article.html?artnum=107393
    What is Safe Boot, Safe Mode? (Mac OS X) - http://support.apple.com/kb/HT1564
    Isolating issues in Mac OS X
    Creating a temporary user to isolate user-specific problems:
    Isolating an issue by using another user account
    Identifying resource hogs and other tips:
    Using Activity Monitor to read System Memory and determine how much RAM is being used
    Starting the computer in "safe mode":
    Mac OS X: What is Safe Boot, Safe Mode?
    To identify potential hardware problems:
    Apple Hardware Test
    General Mac maintenance:
    Tips to keep your Mac in top form
    Recovery Mode
    http://support.apple.com/kb/HT4718
    TimeMachine 101
    https://support.apple.com/kb/HT1427
    http://www.apple.com/support/timemachine
    Mac OS X & Mountain Lion Community
    https://discussions.apple.com/community/mac_os
    https://discussions.apple.com/community/mac_os/os_x_mountain_lion?view=discussio ns
    Create an OS X Lion Install disc
    OS X Lion Install to Different Drive 
    How to create an OS X Lion installation disc MacFixIt
    Migration Assistant Update for Mac OS X Snow Leopard
    http://www.apple.com/support/lion/installrecovery/
    http://reviews.cnet.com/8301-13727_7-20080989-263/how-to-create-an-os-x-lion-ins tallation-disc
    http://www.coolestguyplanettech.com/how-to-make-a-bootable-osx-10-8-mountain-lio n-disc-or-drive-from-the-downloaded-mountain-lion-app/
    How to clone your system:
    http://macperformanceguide.com/Mac-HowToClone-backup.html
    http://macperformanceguide.com/Mac-HowToClone.html
    http://www.macupdate.com/app/mac/7032/carbon-copy-cloner
    http://www.macperformanceguide.com/blog/2012/20120711_2-MacPro-internal-clone-ba ckup.html
    Before you clone, install TRIM Enabler!
    And after you clone, run Disk Utility's REPAIR DISK on the SSD -- just to be on the safest side.
    http://www.macupdate.com/app/mac/37852/trim-enabler
    SSD Maintenance
    Problems after using Migration Assistant
    Using Disk Utility
    http://support.apple.com/kb/ht1782
    To Resolve Startup Issues:
    http://support.apple.com/kb/ts1417
    Resetting the System Management Controller (SMC)
    https://support.apple.com/kb/HT3964
    incompatible with OS X Lion
    RoaringApps Mac OS X Lion Application Compatibility
    boot in Safe Mode, (holding Shift key down at bootup; takes longer to boot this way so be patient), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    Mac OS X: Starting up in Safe Mode - http://docs.info.apple.com/article.html?artnum=107393
    What is Safe Boot, Safe Mode? (Mac OS X) - http://support.apple.com/kb/HT1564
    Safe Boot takes longer than normal startup - http://docs.info.apple.com/article.html?artnum=107394

  • Os 9 Startup Woes

    Im having problems getting my beige G3 with mac os 9.2.2 to start.
    With extensions on, it boots up then freezes a minute after showing the desktop.
    With the extensions turned off, it boots into a functionless desktop, encorperating a blank desktop background with a finder bar at the top without any apple menu or text, or icons, folders etc. Sometimes alerting me that the finder has quit, you may not have enough hardware, and to gain access to the OS by booting of the installer discs.
    Holding down the c key at startup (with the OS 9 CD in the drive, or any other bootable disc) causes a "file map inconsistent" error, or loads into the OS as if the c key hadnt been pressed.
    I had this mac up and running about 5 months ago, and since then has moved locations and isnt on any network.
    Im lost at what to do next to try and fix this. If you guys can give a helping hand, then please do. Ask for more info if needed too.
    Thanks
    beige G3, 128 RAM, Tiny HardDrive Mac OS 9.2.x

    Hi, Kell -
    Since the machine has been moved, it would be a good idea to open it up and verify that all internal cable connections are good - often a visual check is insufficient, and it is necessary to unplug and replug the connections.
    Ditto the RAM modules - the jarring and slight twisting of the chassis during a machine move can work things loose.

  • Startup woes followed by slow functionality.

    Hi all
    I have a MacbookPro 2006, 3Gb Ram, 500 Gb internal drive. 2.33 Dual Core. The Logic board and HD were replaced about a year ago.
    Never had an issue really with it.
    Not until I dropped it the other night.
    Wouldn't start up fully. The chime, screen lit up, no apple. Just grey screen and fans whirring.
    Now, I've two backups, a cloned version on an external drive about a month old and a current Time Machine backup.
    - So I boot off the SL disc, and tried Disk Utility, reported issues it could not fix.
    - Booted off DiskWarrior DVD. Reported major issues and that it couldn't replace the directory.
    So I harvested the latest files using DW, no harm even with the two backups.
    BIte the Bullet.
    - Boot off the SL disc, ran Disk Utility, erased the drive, writing zeros to disk. Ran smoothly.
    - Ran the SL installer to do a clean fresh OS install. Quit half way through, said it couldn't install all the support files.
    Hmm...
    - Rebooted off the SL disk. Ran Restore Backup from A Time Machine from the menu, selected my most recent full backup. It took seven hours, did it, reported no issues.
    - Restarted. Grey Screen, chime, Apple logo, spinning cogwheel... and that's it.
    - Rebooted off SL disk, Ran Disk Utility, Repaired disk, it did a bunch of things. Repaired permissions too.
    - Restarted. Grey Screen. chime, Apple logo, spinning cogweel... that was it.
    - Restarted in Safe Boot mode. Ran fsck twice till it reported no modifications.
    - Restarted. Same as before.
    - Rebooted off DiskWarrior disk. Checked the directory, reported only minor issues, suggested replacement directory, replaced the directory.
    - Restarted. No difference, stuck at the logo.
    Hmm...
    - Downloaded the 10.6.5 combo updater, maybe that might 'bless' the internal HD to boot.
    - Booted off an external drive, ran the combo updater on the internal drive.
    - Restarted.
    - Got all the way to my login window. Logged in. The whole thing slow as treacle.
    And there I find myself, with a Mac that is struggling, clicking anywhere results in a spinning beachball. Finder windows take an age to draw, if they actually do manage to draw. Launching programs is impossible.
    Help much appreciated. I'm baffled.

    You say you have a bootable clone? What happens if you boot from it?
    You might want to try running SMART Utility:
    http://www.apple.com/downloads/macosx/systemdiskutilities/smartutility.html
    You can download the demo and run it several times for free. It will give you a detailed analysis of the physical health of your hard drive. It is more critical than Disk Utility, and may pick up signs of a failing hard drive, which could be the problem.
    The drop could have jarred almost anything. If the HD checks out OK, you may need to open it up and reseat some cables on the logic board.
    Good luck!

  • X-61 STARTUP WOES

     For  over  3 weeks  now  my  x-61  is   dead  .Initially  I  had  this  Genuine  Window  vista  business   preloaded  on  my  thinkpad  than  the next  thing  I   tried  sort  of  a  geek  which  actually  am  not   and  tried  upgrading   to  vista  ultimate Courtesy   a    friend  from  overseas   and  I  very gladly   tried  the  upgrade  procedure  and      in  the  end  the    key  entered  was  rejected  since   I  suspect  the  version  and  the  key  itself  was  fake. 
     For  a  week  I  tried   punching  in  the  same  22digit  code  but  to  no  avail .While the   thinkpad  wouldn't  start up  in  normal  mode  I  was  booting  the  same  in   safe  mode  by  hitting  F7   .Later  I  tried  partioning  the  drive by  shrinking  the  volume  of  C:/ drive  and  which  I  though  succeded in  and thought  I  atleast  will  have  have  the  humble  window xp  installed  on  the  partioned  drive  being  E:/  I  had  the  xp   copied  to  my  sandisk  4GB  flashdrive  and  tried    moving    the    same  on  Drive E:/  it  did  move   but  the  installation  feature  remained masked  and  unhighlighted  .In  utter  frustation  thereafter  I   activated  the    drive  ignoring  the   caution  window  that  the  if  the  same  is  done  pre installation  of  any  OS  the  computer/thinkpad   may  not  start  at  all . I  threw  caution  to the  wind   and  now  the   state  I  am  in  is  zulu!!!! 
    I  have  tried  all  options  but the  system   just  does not  boot  On  pressing  the  power  button   I get  the  two  liners  staring  at  me  which  reads : BOOTMGR  IS  MISSING   PRESS CTRL+ALT+DEL to  restart  .But  the equation   hardly  helps   tried   entering   bios  utility  too, more  often than  not   by  hitting   F1  delete  and  whatever   but  again    nothing  works    Forumers .Is  there   a  way  out  of  this    deadend  zone  to  enliven   the  x61  again  without   having  to   go for  pricey  repairs  from  outside   or  even  use  the     USB  optical  drive  which  I  am  without  as  of  now  .By the  way  this    piece  is  just  about   2  months  old and  is  still  brand  new .Can  some  one  rescue  and   guide  me  through  this    maze
    Message Edited by blutrickle on 04-20-2008 09:26 AM
    Message Edited by blutrickle on 04-20-2008 09:28 AM
    Solved!
    Go to Solution.

    If I understand correctly, you tried to upgrade from Vista Business to Vista Ultimate using a pirated version which didn't work.  Then you tried loading XP which also didn't work.
    I'm going to assume you didn't make the backup discs before starting all this, so that you don't have a copy of the original pre-load to start over with.  Contact support in your country, and purchase a set of the preload discs for Vista Business.  Load them, and you should be back to where you were in the beginning.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Jane
    2015 X1 Carbon, ThinkPad Slate, T410s, X301, X200 Tablet, T60p, HP TouchPad, iPad Air 2, iPhone 5S, IdeaTab A2107A, Yoga Tablet, Yoga 3 Pro
    I am not a Lenovo Employee.
    I AM one of those crazy ThinkPad zealots!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!

  • Powerbook G3 start up problems

    I have a Powerbook G3 firewire 500, 512ram, OS X.2.8. The Power management unit is not working correctly. I have to press the reset button to get the screen to come on every time I turn it on. If it goes into sleep mode,the screen will not come back on and the computer needs to be shut down and restarted after resetting PM unit. Have been doing this for about a year now. I used to press PM unit, press power button, hear a tone and then it would start up. Now I hear a second tone a few seconds after the first tone and no start up, just a HD spinning sound. I would like to get it running and retrieve info for new Macbook. Any suggestions?

    B Rob,
    If you cannot get the Pismo up and running, you can always remove the HD and buy a very inexpensive ATA > USB cable assembly that allows you to connect a bare HD to a USB port on a host computer. You can also put the HD in a USB or FireWire HD enclosure and not only transfer data but use the drive as a backup device.
    OWC Unversal Hard Drive (ATA/IDE) to USB 2.0 Adapter - Plug and Play your HD via USB.
    http://eshop.macsales.com/shop/bargains/
    OWC 2.5" USB 2.0 HD enclosure:
    http://eshop.macsales.com/item/Other%20World%20Computing/MOTGU2/
    OWC 2.5 FireWire HD enclosure. I prefer FireWire; there seem to be fewer problems than with USB 2.0 but it is more expensive, especially if you stay with the desired Oxford 911 chipset:
    http://eshop.macsales.com/item/Other%20World%20Computing/MOTGFW400/
    Any number of failures can cause your startup woes: Failed backside L2 cache; bad AirPort card; bad microprocessor; bad logic board; bad power supply card. I would try this:
    -remove the optical drive;
    -remove the main battery (make sure the display is upright so the 'book doesn't tip backwards);
    -disconnect the power adapter;
    -remove the AirPort card if present;
    -make sure the microprocessor card is fully seated: lift off keyboard > remove heat shield > remove top memory module > press down VERY hard on the right side of the microprocessor card next to the HD and nearest the palm rest...this is where the connector to the logic board resides.
    http://www.ifixit.com/Guide/Mac/PowerBook-G3-Pismo/6/
    Without any reassembly, connect just the power adapter and try starting; reset power manager if necessary.
    If no start but you do hear the startup chime, are you sure the HD spins up?

  • Freezing at "Login Window starting"

    Hello, my PB won't get past login screen. It freezes specifically when it says "Login Windows starting".
    Apple Hardware Test comes out fine but I can't repair using Disk Utility (the disk or permissions). Haven't tried Disk Warrior yet. I've tried starting in Safe Mode to no avail. I tried resetting PRAM and PMU with the same result.
    Is there any other possible solution to my startup woes before I concede defeat and take this bad boy in to an Apple store?

    I'm sure you're ready to turn in the computer for repair or troubleshooting but I have a couple of suggestions if you haven't tried them already. First, when you open Disk Utility from your installation disc, on the bottom after selecting your hard drive, what does it say next to S.M.A.R.T. status? Does it say "Failing"? My experience is that this finds problems with hard drives better than Apple Hardware Test. If it says "Verified", have you tried to re-install your operating system, either "Archive and Install" or "Erase and Install?" I would attempt an Archive and Install first, then an Erase and Install and see how that goes. Good luck.

  • Logic Pro Potential Switcher

    OK, so I have been less than complimentary of Logic in recent times in other forums but now I have gone back to experiment with Express and (Environment excepted) it seems to actually be very efficient for what I now do. I am currently using Cubase SX but it's infinite flexibility seems to be a hinderance as it seems to create a very cluttered interface. Logic Pro now seems to be worth an investment in time to learn (and I love Apple, so it's a loyalty thing).
    My question is, what are the current major functionality and bug gripes with Logic Pro and what are the "Feature Requests" that seasoned users request? I occasionally visit this forum to keep an eye on trends but it seems that there have recently been no major complaints of late. Can anyone volunteer to tell me what's wrong with Logic. I can then assess whether these are showstoppers for me.
    Also, as I mainly use AU plugins, can anyone tell me how to access a single plugin's additional audio outputs in different Audio Instrument tracks so I can manipulate them independently. I have tried both environment multi-timbral configurations and Audio Instrument solutions but none seem to work like Pro Tools where a single Instrument track's AU plugin can have it's additional audio outputs accessible from other tracks (if that makes sense).
    Many thanks for any feedback.
    Regards
    David.
    PowerMac Dual 2GHz   Mac OS X (10.4.4)  

    HI D,
    Welcome to the forum.
    The brouhaha about bugs may have quieted down a bit, but that's not to say that the major bugs have been fixed; with 7.1.1 being at least 6 months old, and without a recent update, I think people are just getting back to work and dealing with Logic's foibles, utilizing the many workarounds which, discussed and shared by this forum's members, are now fairly common knowledge.
    There are a few people here who swear by 7.2.1 which was not an upgrade but a crossgrade (and there's a significant difference which I won't expound upon). Others have quickly abandoned 7.2.1 and reverted to 7.2. But I'm still on 7.1.1. It's stable and I'm getting work done. No reason to rock the boat, change horses mid-stream, blah blah blah, unless there's going to ge a significant advantage in doing so.
    7.1.1 -- the latest and only version of 7 to use IMO. As I said, it's stable; haven't had a crash in months when using it primarily for MIDI & straight-up audio recording. I don't use any 3rd party plugs for engineering type tasks -- I only use Logic's native plugs (there is nothing to be read into that statement other than it's a personal choice).
    I use EXS-24 extensively and have only a few minor problems with it. Third party instrument plugs, tho, are my biggest headache. For example, loading up multiple instances of GPO, EWQLSO, various Peter Seidleczek and other plugs will occasionally cause Logic to crash under a variety of circumstances.
    Here is my short list of extant bugs in 7.1.1. This list is a combination of my own experience PLUS what I've been reading on this forum:
    SIDS (sudden instrument dropout syndrome), where MIDI regions will suddenly stop playing inexplicably. Purportedly fixed in 7.2.1 however. I haven't experienced this in 7.1.1 for quite some time, but when using 3rd party instrument plugs I do experience a really frustrating situation where Logic will drop notes when playback commences from a downbeat. Playback started somewhere before the downbeat seems to alleviate the problem. It's a major, major pain.
    Song Corruption and its Manifestations
    Inexplicably, songs will become corrupted, resulting in a number of strange and extremely PITA behaviors. The worst manifestation of this is an UNDO bug, where hitting undo one time will result in multiple previous edits becoming undone. Certain types of edits are more prone to disappearing than others, notably score markings (i.e., after entering multiple double bar symbols, hitting undo results in all of the double bars disappearing). Another manifestation: enter a bunch of markers, then edit a note and undo the edit. Blammo -- all of your markers will disappear, not just the last one entered.
    Logic songs become corrupted is commonplace. And the corruption can exist without the user knowing it until they attempt just the "right" operation. If you know what I mean...
    Solo Bug after Undo
    Boy this one peeves me. If you have a track (or region) solo'd, do some editing and then hit UNDO, that track/region loses it's solo status. In short, undo=lose solo. You have to re-select the track/region and re-solo it to get it to work. If multiple tracks/regions are solo'd and you hit UNDO, only one of those tracks will remain solo'd.
    Other Bugs
    • Score Editor (numerous bugs related to score editing)
    • Matrix Editor (display problems)
    • Event Editor (display problems)
    • Key Commands Window (some key commands simply don't work, other problems with the window itself)
    • Automation (works really well under most circumstances, but a ramp value of zero will screw things up big-time)
    • Arrange Window graphics and overall system response slows down significantly at certain screen sizes and/or zoom-in amounts
    • Offline Bouncing -- many people report problems with this function, including the significant issue that any automation written to the track isn't imparted to the bounce
    • 96K recording is highly problematic on some systems.
    The other major bugaboo people run into is about just getting Logic up and running. Reports of Logic crashing on startup, crashing upon saving, not being able to launch the program, and so on. I would like to think that anyone who's posted their startup woes here on this forum have received ample advice on what to do/how to troubleshoot that their systems are now up and running. I know that I benefitted immensely from advice offered me on this forum when my Logic system remained brand new, out-of-the-box, and virtually inoperable for 2.5 weeks.
    So if you're going to take the plunge for Logic, there may be some growing pains. If you're lucky, there won't be. But if you do run into problems, this is a fine place to go for help.
    You can also check out www.logicprohelp.com which is run by an Apple-certified Logic guy who recently helped me out of a real jam (and I've been on Logic for 10 years).
    HTH give you some perspective.

  • 24" iMac display woes on startup

    About a month and a half ago I began to notice my display would not come up when I powered up my iMac. The power light would come on but no display would show. I obviously tried everything suggested in the Support pages and then called Apple Support and they had me do everything a 2nd time. After talking with support they shipped out parts and had a tech come work on my iMac.
    My computer was worked on about two weeks ago and the problem was at first solved, but now it is back again. I can occasionally get the display to come on if I cross my fingers just right. I am really sick of this problem, has anyone had similar problems? When the guy came out and "repaired" my iMac he put a new graphics card in and that was to supposedly fix the problem. Sometimes the display will work perfectly when I start the iMac but rarely. Sometimes the display will come on but it is dimmer than full brightness and when I go to turn up the display brightness with F15 it shows as at max, so I try F14 to turn it down but it will go down a notch from full brightness then automatically check back up to full.
    I'm really looking for any help possible even if somebody just tells me to call Apple again. I'm at wits end because I've had this machine worked on twice now and the problems never seem to stop. Have I just gotten a lemon? I had a Powerbook G4 for three years and never had any issues with it.
    I am almost certain this is not a software issue so I haven't bothered formatting and reinstalling everything, could that help for any reason?

    Welcome to Discussions, jfff!
    It didn't cost you cash out to get it fixed - certainly better not have, so let Apple keep fixing it until they get it right.
    Apple REALLY does not want you to have this problem, they want you happy and using it so that you'll want more Macs. The quicker you can let them know it still isn't right, the quicker they can send someone out again to try something else.
    Although it's not always evident ahead of time what needs to be done, they can fix it, and they will, regardless how much effort, or how many parts it takes them, without quibbling, so don't hesitate to keep them informed. At some point, if they put too much effort into it, they'll decide to just replace it.
    That's all it should take - inform them, no need to complain or anything dramatic, as they get plenty of those calls from others who haven't even bought a Mac yet. You know the kind of calls - "why can't I get a black one, I'll pay extra for it?"

  • Distiller 8.1.3 Crashes on Startup, and Other Pro8 Woes

    I bought Adobe Acrobat Professional 8 a couple years ago, and Distiller 8.1.3 has never worked.  I have a Dual 2 GHz PowerPC G5, currently running 10.4.11.  Whenever I double-click Distiller, it doesn't even get as far as an opening screen before it crashes.  All it tells me is:
    The application Distiller quit unexpectedly.
    Mac OS X and other applications are not affected.
    Meanwhile, I've never been able to create a PDF using the print function.  I make the settings, it goes through the motions, an icon of a laser printer or something appears down on the toolbar, and no file is created.
    What I really need this for is to create a PDF of my book interiors from Quark XPress 7 for the print-on-demand printer.  Formerly, they've been able to work with exported PDFs, but now they claim they absolutely need it done with Distiller.
    Any suggestions?

    oN
    ThrillingWonder wrote:
    I bought Adobe Acrobat Professional 8 a couple years ago, and Distiller 8.1.3 has never worked.  I have a Dual 2 GHz PowerPC G5, currently running 10.4.11.  Whenever I double-click Distiller, it doesn't even get as far as an opening screen before it crashes.  All it tells me is:
    The application Distiller quit unexpectedly.
    Mac OS X and other applications are not affected.
    Meanwhile, I've never been able to create a PDF using the print function.  I make the settings, it goes through the motions, an icon of a laser printer or something appears down on the toolbar, and no file is created.
    What I really need this for is to create a PDF of my book interiors from Quark XPress 7 for the print-on-demand printer.  Formerly, they've been able to work with exported PDFs, but now they claim they absolutely need it done with Distiller.
    Any suggestions?
    Try the Following:
    Go to Printer Setup Utility and remove AdobePDF from Printer list.
    Choose either Acrobat or Reader from from help menu choose repair installation.
    Click on AdobePDF.
    Now try to create a PDF.
    Open Disk Utilities and Try repair permissions.
    since your using X.4 look for and download AppleJack.
    Restart in SingleUser Mode (Command -S) and when B&W screen finishes loading Text info and there is a Blinking cursor.
    At that point Type applejack.go through all the procedures do items 3 & four both for system and for each user. When finished type return then choose restart.
    If that doesn't work you may have a problem with Print driver. It not be up to date.
    Go to Printer's website and download the latest version.
    Next go to Printer Setup and remove you printer from the printer list.
    Next open and install the New Driver (even if exactly the same version as previous).
    Now try to create a PDF either by Apple's print menu PDF button. Or by choosing AdobePDF in the print menu.
    If that don't work try:
    Gather up your Acrobat install Disk and download from Adobe Support > Udates , all items related to Acrobat 8.
    Now open Acrobat Director (Folder) and choose uninstall.
    Next from finder choose file menu > Find. When opens up type in first Acrobat and remove all items associated with Acrobat 8 to trash and empty. Make sure they are only related to acrobat.
    Next Type Adobe and repeat. DO NOT REMOVE YOUR PDF'S.
    Now run Disk Utility and repair permissions.
    Install install Acrobat and  open. Close the run each updater in turn.
    Now try to create a PDF. If none of this works then you might have some type of extension, control panel, or other item installed in your system interfering. Most ly you don't and one of the bove methods will get you running.
    (Please note information is given by an Experienced User of Acrobat. I am not an employee of Adobe.)

  • MacBook Pro Startup and Display Issues

    I've been having some random problems with my MacBook Pro (2.16 GHz, 2 GB RAM, 100 GB 7200 rpm hard drive, ATI Radeon X1600 graphics). Specifically:
    1. Lines across the screen and purple boxes sometimes appear.
    2. The graphic effects (e.g. zooming a window) sometimes get "frozen" on the screen. In other words a remnant from the animation will stay until the window is refreshed.
    3. The Mac sometimes freezes during the startup process. Sometimes the login screen will be unresponsive and other times the Mac will almost bootup but fail when loading startup items.
    4. Less frequently the Mac will freeze randomly. I previously had iStat Menus installed and each time the MacBook Pro froze up it indicated both read and write disk activities.
    Yesterday I decided to wipe the machine clean and start from scratch in case there were a software issue or corruption on the hard drive that was causing my woes. I completely erased my hard drive and even zeroed the entire disk to make sure everything was completely wiped out. I also disconnected all peripherals to simplify things as much as possible.
    The first time I tried the reinstall everything completed successfully but the "Welcome" movie froze part way through. I then had problems running the install again. I was able to boot off the Leopard DVD, but the machine froze a couple of clicks into the install procedure. After numerous tries I was able to erase the hard drive once again and install Leopard. This completed successfully and I installed all updates.
    The problems started to show up again almost immediately, however. I installed iLife and iWork and all the updates and had the computer freeze up on me again during a reboot. I also noticed that the display issues started to show up again even before installing any third-party software.
    I've tried running disk tests with Drive Genius 2.1, but no errors have been reported. I've also used the freeware Rember program to run memory tests but have yet to see any errors. Sometimes my Mac powers up without any problems and once it's powered up it often stays running for days. The display issues appear quite frequently. I've using iStat Menus to keep an eye on the temperature sensors and everything appears to be normal - so it doesn't appear to be temperature related.
    Fortunately the computer's still covered under the extended AppleCare warranty, but I would like to have some idea what's going on before I take it in just in case they're not able to reproduce the issues.
    Any suggestions and insights would be GREATLY appreciated. Thanks in advance for reading my rather long-winded message.
    Cheers,
    Tim

    I took my MacBook Pro in for repair and it turned out to be an issue with the logic board. I had the logic board replaced (fortunately it was covered under my extended AppleCare warranty) and these problems are a thing of the past.

  • STUMPED: iBook G4 powers up - Hangs at 'grey apple startup screen'

    ok, I'm trying to help a friend with her iBook woes. Info you need to know:
    She dropped it once, while the screen was open, hard disk potentially active. Yes, it has sudden motion sensor but I'm not sure if that matters.
    She brought it to me because it was performing slowly, some apps were hanging at launch and the like. I started by starting it up and taking a look around. Sure seemed slow. I updated to 10.4.11 and some Java updates. I can't recall exactly but the computer ended up hanging at some point. Might have been during the end of the installation process. I restarted and finished the update process. All that was left to update was Java and it didn't require a restart. At some point thereafter the computer gave me the spinning beach ball and was hanging. We waited a while, then restarted. On restart, it just hung on the 'grey apple startup screen'. So we waited, maybe 10 minutes and I figured something was wrong.
    I force shut down the iBook. I then set another iBook (iBook 2) next to it and started it up in Firewire disk mode. I then connected the two iBooks with a firewire cable and started iBook 1 while holding down [option] and chose the disk on iBook 2 as my startup disk.
    This is where it gets interesting. I assume the problem is with mismatched or badly written info on the internal disk (iBook 1), OR the disk is physically damaged. I open up Disk Utility and attempt to verify the disk (iBook 1). I get an ERROR MESSAGE: Disk failed to unmount.
    Ok, try again, oh, it works this time. D.U. finds a bunch of problems. I repair the disk, I repair disk permissions.
    I restart.
    Computer works fine for a while. Still running slow. We open iTunes and attach an iPod. somewhere in the syncing process the system hangs, iTunes hangs, the Finder hangs. We wait, and eventually, restart.
    At this point, or even sooner I would have run Apple's Hardware test utility from the iBook restore DVD. Well, my friend has misplaced it, or its at home in another state. So i'm left to my own devices.
    I have run disk utility from other disks several times. It finds not a single problem.
    Computer hangs at startup as previously described.
    I have reset the PMU. No difference.
    I would, if I had possession of the iBook DVD, run the Hardware test and, after backing up the drive, erase it and re-install the OS.
    ANY IDEAS? WORKAROUNDS???
    THANKS!!!!!!!

    Another way of repairing the hard drive is booting into Safe Mode. This takes quite awhile longer than a normal startup because it does a file check and repair of the hard disk.
    You will see the normal desktop. Once completely started up in Safe Mode, restart normally, and go to Applications > Utilities > Disk Utility. Click on the top hard drive icon in the left sidebar and note the S.M.A.R.T. status at the bottom right of the pane. What does it say?
    Select the named boot volume in the left sidebar ("Macintosh HD" unless you've renamed it). What is the hard drive capacity and how much space remains available on it? Repair permissions on it.
    Maybe this will give us a clue as to what is wrong.

  • 10.5.5 update for airport woes

    A quick look around the various sections of these usergroups shows that 10.5.5 hasn't done much for most people that have airport woes BUT I can report that for me at least, 10.5.5 has cleared up all of my airport reconnection problems. A sure way to send my Macbook into a "password request infinite loop" used to be when I took my Macbook too far away from my airport express, when I brought it back in range it would require a shutdown, same when I closed the lid or it went to sleep by itself, getting it to find the airport again would require a shutdown (mind you iStumbler coud see the express the whole time)
    So Apple must be doing something as my reconnection problems seem to have vanished with 10.5.5
    Now they just need to figure out why my wireless sensitivity is now about 25% of what it used to be before I installed 10.5.2!
    Mark

    Worked great for me.
    Have you repaired permissions with Disk Utility, tried resetting the PRAM or starting up in Safe Mode.
    Reset PRAM - hold down Option-Command-P-R keys when starting until you hear the startup chime a 2nd time.
    Safe Mode Startup - hold down the Shift-key at startup until you see the login screen.
    Check your System Preferences after each - reselect your startup disk and reselect your wireless network (even if showing OK).
    If the above does not work then a factory reset of your AEB might be in order. The setup manuals for all AEBs are here: http://support.apple.com/manuals/#airport

Maybe you are looking for

  • Download of a report into the PDF is not giving me all the Columns

    Hi all, I have a report in BI publisher with 10 columns .But when i try to download that report into PDF FORMAT, then i am able to see only 3 columns in a single page but i can see the remaining columsn in next page . ACTUAL REPORT : a b c d e f g h

  • Application Error - Faulting module name: KERNELBASE.dll, version: 6.1.7600.16385

    Hi, we have one Visual C++ application and this application also using few external dlls. while exiting from application, getting following error. This is happened in Windows 7. Please help us to resolve this issue. Log Name:      Application Source:

  • Printing notes in Keynote

    Has anyone had the experience of printing notes in Keynote, only to find that the notes don't all fit on one page and are subsequently cut off? Is there anyway to adjust this so that when printing slides you can see all of your notes? Thanks in advan

  • Every PATCH installation fails after installing Windows Updates

    Hello, I want to report an issue which I think is a Windows bug introduced by one of the Windows updates (unfortunately I wasn't able to find out which one of them). Here is the test case: 1. install a fresh copy of Windows on a test machine 2. insta

  • Event handler if new File added in current folder

    Hi folks, I'm just trying to write a little jsx script for Bridge CS6. How can I implement an event handler that will react if the user adds a new thumbnail (new file) to the current folder in bridge. I've tested it with this code, but it doesn't wor