Forced to restart computer

For the past two days I have received a warning message that said I need to restart my computer in several languages. I have never seen this message before and have been using a Mac for years. Today it stopped during the middle of a WebX Training session and it was quite inconvenient. What is going on? Have I got some type of bug going on. Anybody else had this problem and if so is there a solution other than restarting? It freezes it up so you have no other choice.

Kernel Panic - generally hardware, can be running too hot, have a bad cable, tends to require trial-and-error to rule out what it isn't first to find what it is causing it.
a panic is an unrecoverable system error
When the kernel crashes on Mac OS X, the system displays a panic message. At this point the system will have to be restarted. But before hitting the power button, how can one find out what caused the crash?
This technote addresses kernel panics: what they are and how to debug the code that caused the panic.
https://developer.apple.com/library/mac/#technotes/tn2063/_index.html
General purpose Mac troubleshooting guide: 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
What a panic
http://docs.info.apple.com/article.html?artnum=106227
how to avoid and troubleshoot
http://www.macfixit.com/article.php?story=20060911080447777
 Resolve kernel panichttp://www.thexlab.com/faqs/kernelpanics.htmlFaq: http://www.macmaps.com/kernelpanic.html 

Similar Messages

  • When I remove iPod (shuffle), I'm forced to restart computer

    I have seen some posts about iPods forcing a restart upon connection, but my problem is when I physically remove the iPod (after ejecting it), I then get a message from iTunes that I must restart my computer. The message is right, because everything is frozen up. This is the first time I've had this kind of issue with the iPod (it's a year old). I seem to recall having downloaded the latest version of iTunes right before this started happening. Any advice would be appreciated.

    Do you have any other USB devices connected?

  • At times when dragging the vertical scroll bar my computer screen oscillates up and down for some time before going blank or not responding to any clicks requiring a forced system restart. What is wrong?

    Hi,
    Suddenly while working with Firefox if I happen to drag the vertical scroll bar, a very abnormal behavior occurs. My screen dances up and down for a short time before either going black or getting restored but with no clicks working. The only way to resume is to force a restart of the system.
    Any help would be deeply appreciated.
    Thanks and Regards
    Deepak

    That didn't work. On trying to install a new driver I got the error the graphics driver could not find compatible graphics hardware. Is there anything else that can be done to at least prevent the hanging of the computer even if it means less features from Firefox being available?

  • Mac Mail won't open after waking computer up. Have to force quit & restart

    Hi there,
    My mail won't open 85% of the time unless I force quit and restart my computer. Then, after my computer goes to sleep, I click on the stamp on my dock, and nothing happens. My computer says its still open. I've tried quitting mail and reopening from my Applications folder. I've deleted the icon on the dock and tried to access from Applications, but still, nothing happens, and I have to force quit my computer and restart over and over again to use the mail.
    Any one have an idea for me? I have my gmail and another personal email set up as IMAP. Could there be a glitch in the way I set that up? Mail seems to come and go fine, when it's active.
    Thanks in advance for your time and any help

    Has anyone found a solution to this? I'm having the exact same problem and it really just started a couple days ago.

  • How to stop gpupdate /force from asking press Y / N to restart computer in cmd?

    Each time after gpupdate /force finish to refresh the policy in cmd it popup a message press Y / N to restart computer after pressed Y it popup a dialogbox press O.K to restart PC.
    How to prevent gpudate /force from asking press Y / N and then dialogbox popup asking for restart pc?

    "gpupdate /force /wait:0"
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • HELP! I just downloaded pics from my Canon 7D to i photo. I was near the end of editing and the computer froze (started spinning). I forced a restart and went I got back to iPhoto all my work was gone. Any suggestions?

    HELP! I just downloaded pics from my Canon 7D to i photo. I was near the end of editing and the computer froze (started spinning). I forced a restart and went I got back to iPhoto all my work was gone. Any suggestions?

    a best practice to is to never have any computer program (including iPhoto) delete the photos from the card but to import the photos and keep them and then after at least one successful backup cycle has completed and then reformat the card --  I use three very large (32 GB) cards in rotation so I do not reformat for typically a year or more giving me one more long term backup of my photos
    Try Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - rebuild your iPhoto library database
    LN

  • Computer forced to restart when closing iTunes

    I've updated to the newer versions of iTunes, and occasionally, when I shut down iTunes, the computer locks up and is forced to restart. Any ideas why?
    Also--bring back the 'burn to disc' button!
    Thanks!

    i would try resetting your smc:
    http://support.apple.com/kb/HT1411

  • Restart-Computer remotely with Local Admin

    Hello;
    I manage my company's server and AD infrastructure, containing hundreds of Windows 2012 R2 servers.  I also patch all of my servers monthly.  The biggest challenge in patching servers, is the fact that they need to be restarted every month, in
    order for the patches to finish installing.
    We have a certain group of servers, that need to have their restarts specifically scheduled.  The services offered by these servers are managed by a specific group of IT Pros.  However, this group of IT Pros do not have Local Administrative permissions
    on these servers (nor do they need it to do there jobs).
    I would like to enable this group to remotely restart these servers every month using the 'Restart-Computer' powershell command, without granting them Local Admin (that way, I won't need to get up at 3am every month to do this myself).  I've tried adding
    them to the following "User Rights Assignment": "Force shutdown from a remote system" and "Shut down the system".
    But, they still get an "Access Denied" error message.  What am I missing?  Is this even possible?  I've searched for hours now, but with no luck.

    Thank you for the reply, but I had already tried those suggestions.  Here's what I've tried so far:
    First, as I mentioned before, I've added the admins to the following "User Rights Assignment": "Force shutdown from a remote system" and "Shut down the system".  Then I temporarily added the admins to the "Allow log
    on locally" user rights assignment so that I may log on to the server as the admins and prove that the admins can indeed restart the local server.  From the server console, the admin was able to launch a powershell session and run the "Restart-Computer"
    command, and the server restarted perfectly. 
    So that part worked just fine.  But I would like to get the admins to remotely restart the servers, without granting them the "Allow log on locally".  Another thing I tried, was to create a new remote PSSession, and then run the Restart-Computer
    command from there.  At first, the New-PSSession gave me an access denied error message.  That's when I ran the Get-PSSessionConfiguration command, and I noticed that the "Builtin\Remote Management Users" group was allowed access. 
    So I added the Admins to that group on one of the servers.  Now the New-PSSession command worked.  But the Restart-Computer still gives me an Access Denied error message.
    Here are the commands that I am using.
    First, running the Restart-Computer from the admin's workstation:
    Restart-Computer -ComputerName SERVER01
    Second, running the Restart-Computer command from with a remote PSSession.
    New-PSSession -ComputerName SERVER01
    Enter-PSSession 2
    Restart-Computer
    Either way, I get an access denied message.

  • MDT 2012 State Restore Phase hangs at Restart-Computer Task

    Background:
    MDT2012 only for OSD.  Configuring Win7 Enterprise x86 for Reference Image creation with Apps installed.
    Configuration is being done with a VMWare VM.
    Problem:
    I have an issue where the sequence hangs on a later Restart Computer task. Applications finish installing successfully according to the logs. I have no idea why it stops.
    I have a couple restart computer tasks earlier in the sequence that all run fine. only after some applications are installed does the Restart Computer hang up.
    If I force a restart at that point I get the "dirty environment found" error.  If I select to not start a new install my previous sequence picks up and continues where it should.
    When hung up the computer is responsive as I am able to check the logs.  The SMSTS log says the reboot was successful, but it didnt actually happen.
    Here is the last bit of the SMSTS.LOG file.
    <![LOG[Successfully complete the action (Install Microsoft Forefront) with the exit win32 code 0]LOG]!><time="14:30:03.008+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892"
    file="instruction.cxx:3036">
    <![LOG[Sending status message . . .]LOG]!><time="14:30:03.008+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="utility.cxx:292">
    <![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="14:30:03.008+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892"
    file="utility.cxx:302">
    <![LOG[Set a global environment variable _SMSTSLastActionRetCode=0]LOG]!><time="14:30:03.008+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=true]LOG]!><time="14:30:03.008+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:668">
    <![LOG[Clear local default environment]LOG]!><time="14:30:03.008+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:807">
    <![LOG[Updated security on object C:\_SMSTaskSequence.]LOG]!><time="14:30:03.039+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="utils.cpp:829">
    <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=74]LOG]!><time="14:30:03.039+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:668">
    <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=74]LOG]!><time="14:30:03.039+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892"
    file="executionenv.cxx:386">
    <![LOG[Set a global environment variable _SMSTSInstructionStackString=43 62 71]LOG]!><time="14:30:03.039+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892"
    file="executionenv.cxx:668">
    <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=43 62 71]LOG]!><time="14:30:03.039+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892"
    file="executionenv.cxx:414">
    <![LOG[Save the current environment block]LOG]!><time="14:30:03.039+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:833">
    <![LOG[Successfully save execution state and environment to local hard disk]LOG]!><time="14:30:03.102+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="engine.cxx:255">
    <![LOG[Start executing an instruciton. Instruction name: Restart computer. Instruction pointer: 74]LOG]!><time="14:30:03.102+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892"
    file="engine.cxx:117">
    <![LOG[Set a global environment variable _SMSTSCurrentActionName=Restart computer]LOG]!><time="14:30:03.102+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892"
    file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=74]LOG]!><time="14:30:03.102+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:668">
    <![LOG[Set a local default variable SMSRebootMessage]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:700">
    <![LOG[Set a local default variable SMSRebootTimeout]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:700">
    <![LOG[Set a local default variable SMSRebootTarget]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:700">
    <![LOG[Set a global environment variable _SMSTSLogPath=C:\Users\ADMINI~1\AppData\Local\Temp\SMSTSLog]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892"
    file="executionenv.cxx:668">
    <![LOG[Expand a string: smsboot.exe /target:WinPE]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:782">
    <![LOG[Expand a string: ]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:782">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="commandline.cpp:229">
    <![LOG[Set command line: smsboot.exe /target:WinPE]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="commandline.cpp:707">
    <![LOG[Start executing the command line: smsboot.exe /target:WinPE]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="instruction.cxx:2928">
    <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892"
    file="instruction.cxx:2957">
    <![LOG[Expand a string: WinPEandFullOS]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:782">
    <![LOG[Executing command line: smsboot.exe /target:WinPE]LOG]!><time="14:30:03.117+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="commandline.cpp:805">
    <![LOG[========================= [ smsboot.exe ] =========================]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="Reboot" context="" type="1" thread="2260" file="rebootcomputer.cpp:184">
    <![LOG[Command line: '"smsboot.exe" /target:WinPE']LOG]!><time="14:30:03.601+360" date="06-24-2014" component="Reboot" context="" type="0" thread="2260" file="rebootcomputer.cpp:186">
    <![LOG[SMSTSRebootDelay=60]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="Reboot" context="" type="1" thread="2260" file="rebootcomputer.cpp:122">
    <![LOG[SMSTSRebootMessage=Initiating system reboot]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="Reboot" context="" type="1" thread="2260" file="rebootcomputer.cpp:122">
    <![LOG[SMSTSRebootRequested=WinPE]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="Reboot" context="" type="1" thread="2260" file="rebootcomputer.cpp:122">
    <![LOG[Process completed with exit code 0]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="commandline.cpp:1102">
    <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892"
    file="instruction.cxx:3010">
    <![LOG[Successfully complete the action (Restart computer) with the exit win32 code 0]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892"
    file="instruction.cxx:3036">
    <![LOG[Sending status message . . .]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="utility.cxx:292">
    <![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892"
    file="utility.cxx:302">
    <![LOG[Set a global environment variable _SMSTSLastActionRetCode=0]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=true]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:668">
    <![LOG[Clear local default environment]LOG]!><time="14:30:03.601+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:807">
    <![LOG[Updated security on object C:\_SMSTaskSequence.]LOG]!><time="14:30:03.617+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="utils.cpp:829">
    <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=75]LOG]!><time="14:30:03.617+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:668">
    <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=75]LOG]!><time="14:30:03.617+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892"
    file="executionenv.cxx:386">
    <![LOG[Set a global environment variable _SMSTSInstructionStackString=43 62 71]LOG]!><time="14:30:03.617+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892"
    file="executionenv.cxx:668">
    <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=43 62 71]LOG]!><time="14:30:03.617+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892"
    file="executionenv.cxx:414">
    <![LOG[Save the current environment block]LOG]!><time="14:30:03.617+360" date="06-24-2014" component="TSManager" context="" type="0" thread="3892" file="executionenv.cxx:833">
    <![LOG[Successfully save execution state and environment to local hard disk]LOG]!><time="14:30:03.617+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="engine.cxx:255">
    <![LOG[Reboot to local harddisk]LOG]!><time="14:30:03.632+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="engine.cxx:458">
    <![LOG[Skipped RebootSystem()]LOG]!><time="14:30:03.632+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="engine.cxx:587">
    <![LOG[The action (Restart computer) initiated a reboot request]LOG]!><time="14:30:03.632+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="engine.cxx:278">
    <![LOG[Sending status message . . .]LOG]!><time="14:30:03.632+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892" file="utility.cxx:292">
    <![LOG[Executing in non SMS standalone mode. Ignoring send a task execution status message request]LOG]!><time="14:30:03.632+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892"
    file="utility.cxx:302">
    <![LOG[****************************************************************************]LOG]!><time="14:30:03.741+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892"
    file="tsmanager.cpp:768">
    <![LOG[Execution engine result code: 2 (Success=0, Failure=1, RebootInitiated=2)]LOG]!><time="14:30:03.741+360" date="06-24-2014" component="TSManager" context="" type="1" thread="3892"
    file="tsmanager.cpp:770">
    <![LOG[Process completed with exit code 2147945410]LOG]!><time="14:30:04.818+360" date="06-24-2014" component="TSMBootstrap" context="" type="1" thread="2768" file="commandline.cpp:1102">
    <![LOG[Exiting with return code 0x80070BC2]LOG]!><time="14:30:04.865+360" date="06-24-2014" component="TSMBootstrap" context="" type="1" thread="2768" file="tsmbootstrap.cpp:1118">
    Thanks!

    I have tried the following:
    One App at a time - Success
    No apps at all - Success
    2-3 Apps - Mixed.  No pattern.  No single problem application identified.
    For some reason I cant post screen caps here or links.
    Apps include:
    Symantec Endpoint Protection
    Oracle Java and ODBC Drivers
    Adobe reader, flash, shockwave
    MS Office, Forefront, AppV Client
    Winzip
    Citrix Client
    I have tried reordering the list of apps.  I am continuing to enable and disable app installs.  I was hoping people would have come across this and had a fix for this.
    Thanks

  • How to I keep Firefox installed, after shutting down or restarting computer?

    After a successful install, I use Firefox, all is great. Problem is, when I shut down, or restart computer, all shortcuts, start menu Firefox, etc. no longer work, and icons are all windows icons, and all the shortcuts, etc. say files had been moved. I uninstall, restart coomputer,install again, successfully, and, same thing again. I am having to uninstall/install everytime I am restarting computer. Is there something I am suppose to check or uncheck after installing? Like compatibility mode, or something? My os is vista home premium 64bit. This happened the first time and everytime.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; eSobiSubscriber 2.0.4.16; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; msn OptimizedIE8;ENUS)

    Click the Apple icon, then choose Force Quit. In the list of programs that comes up, Mail probably has Not Responding next to it. Choose it and force quit it.

  • My iPhoto won't open or close on Mac.  I can't restart computer as it says it is open, but it won't display.

    My iPhoto has always worked fine.  Now I can't get it to open.  Light under it in the dock is illuminated but the app won't open or close.  Tried to restart computer but message indicated I had to close iPhoto first.  I tried closing everything else and shutting power off, then turning back on.  Illuminated iPhoto app on dock remains and I still can't open or close.  Is this a common problem?  I've never had this happen.  I have over 5,000 photos - I'd hate to lose them!

    deberafromca wrote:
    Thank you.  It would not Force Quit and I got no error messages and Apple icon indicated all software was up to date.  However I think the problem is solved.  I used Spotlight and typed in iPhoto.  When i clicked on iPhoto icon there was a message that photos needed to be upgraded.  I selected upgrade and it now works!
    Yes, the upgrading of the library was standard with this latest iPhoto update. Glad to see you are up and running again.
    Cheers
    Pete

  • Mountain 10.8.2 do not like '.exe' file at all !! IT gets Hanged and then Force to restart

    After Update with 10.8.2. The System get hang (stuck)
    I had to do  a forced restart, several time and even a ReBoot in safety more.
    AND I FIGURED OUT WHY :
    I realized that in one of my folder (Download) I had an ".exe" File; Than have been downloaded (because i got Parallel Desktop that neable window7 to run under the Mac), and causes the problem (system is hanged)
    Then when I reboot in safety mode I deleted that file.  And Then everything went OK.
    But when I plugged my USB key, I got again my system that turn to stop... Then again Force to Restart, remove the USB Key.
    Guess what!! In the USB Key (at the root) there was again some '.exe' Files...
    In conclusion :
    There is an issue with that new release of Mountain Lion 10.8.2 that cause the system to get hang, when "Finder" meet an '.exe' file.
    It occurs only when you open your "Finder" then go throughout some folder where you have placed some '.exe'  file. Then your system will not respond anymore. You got to force the restart
    Just to make it clear, of course I do not want to run an '.exe' file under Mac.
    But If like me you have Parallel Desktop in order to run Window7 or 8; you might have some '.exe' file that are located in your Mac Folder…..
    Then, when you open 'Finder' and you walk through your folder and meet an '.exe' file, thus you system will freeze!!
    Work Arround Solution, that's only happen if your '.exe' File is not associtaed to be open under Window Explorer (if you have Parallel Desktop, of course).
    Then, make sure to associate the extension '.exe' to Window Explorer,  if you have some '.exe' File that are located in your folder or USB key,
    Otherwise your system will freeze and you will have to force the restart.
    Cheers

    That right I do not need to have any .exe file in my Mac environment; but having
    installed Parallel Desktop (to have a Window Environment, due to business matters)
    you might have from time to time some of that files ins download area or in the USB key.
    The Test I made is very simple : I placed an .exe file in an USB Key; then plug in to my Mac
    then from Finder open the folder where was that exe file…. Guess what ???
    My computer get FREEZE (no respond)… I got to reboot.
    Then I do not know what's going on. With the previous version (10.8.1) I never got such of issue ?
    Here is the log beofre I had to restart:
    2012-09-21 12:16:19 +0200 Finder[141]: *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
    2012-09-21 12:16:19 +0200 Finder[141]: *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
    2012-09-21 12:16:20 +0200 SystemUIServer[140]: *** WARNING: Method convertRectToBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.
    2012-09-21 12:16:20 +0200 SystemUIServer[140]: *** WARNING: Method convertRectFromBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.
    2012-09-21 12:16:20 +0200 SystemUIServer[140]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    2012-09-21 12:16:20 +0200 SystemUIServer[140]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    2012-09-21 12:16:20 +0200 com.apple.SecurityServer[17]: Session 100003 created
    2012-09-21 12:16:21 +0200 awacsd[66]: Exiting
    2012-09-21 12:16:25 +0200 kernel[0]: KLIF ERROR: scan for file /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n timed out, returning 1 as status
    2012-09-21 12:16:30 +0200 System Preferences[186]: *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.

  • MacBook Pro - After Battery dies I'm not able to type in login window, until forcing a restart

    Hi, as mentioned in the header : MacBook Pro - After Battery dies I'm not able to type in login window, until forcing a restart
    After the battery drains to 0% the computer switches off.... *Makes sense*
    Once I put the charger power chord back in for an extended period of time I hit the power button and then see the login screen.... *Makes sense*
    However it won't let me type into the login box therefore having to force a restart and lose any saved data or data open when it died of battery. *WEIRD*
    This happens every time my computer runs out of battery. I understand that obviously not letting the laptop die is a good idea, however it seems like there is something wrong as it allows me to login yet won't let me type anything...
    Any solutions? Anyone else experience this?
    I have an early 2012 MacBook Pro - 15 Inch Screen.

    Hi s4mboy,
    Thanks for visiting Apple Support Communities.
    I'd start with resetting the SMC and PRAM on the MacBook Pro:
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/ht3964
    OS X Mountain Lion: Reset your computer’s PRAM
    http://support.apple.com/kb/ph11243
    Cheers,
    Jeremy

  • Message "you need to restart computer" when shutdown Mac OS X or WIN7

    On my book Pro with Mac OS X 0.7.2 i creted a new Bootcamp Partition and i installed WIN7 Ultimate. When installation was completed i installed Bootcamp driver. Now i'm able to login with OS x or with Win7 and both system seems to work properly.
    When i shutdown Win7 or OSX a gray window is displayed with this message "YOU NEED TO RESTART COMPUTER. HOLD DOWN YHE POWER BUTTON UNTIL IT TURNS OFF, THEN PRESS THE POWER BUTTON AGAIN."; this message is displayed in 5 different langueges; under the message is displayed a black  icon with the force shutdown / restart button of the mac book pro.
    I follow the required procedure: if i choose to restart with OS X an alert essage is dispayed : "COMPUTER WAS RESTARTED DUE TO A PROBLEM"; dialog suggest to send notification to Apple; this message is displayed in my original language: Italian.
    Some one can help me please?
    Thx
    carlo Casoli

    That is hardware and driver issue and to resolve you are probably going to have to find what was installed and uninstall, and disconnect the device.
    AppleHFS.sys can have trouble mounting drives.
    To write to Windows, NTFS driver (Paragon-Software)
    To stop using AppleHFS, again, replace with a Windows HFS driver
    - if that is the cause
    Apple does not support mounting RAID while in Windows.
    Reinstall won't help. And you can't avoid forever.
    Also boot from Windows 7 DVD and repair - go back to prior restore point.

  • Forced second restart required after every s/w upgrade

    As the subject title says...
    on one of my two G4 Macs, after every/any software update that REQUIRES a restart, the restart never completes on it's own. I can actually hear the HD NOT having any disk activity. It just hangs when the screen goes from grey to blue with the spinning sprocket thingy.
    If I hold the power button in until it forces a restart (iBook) it then reboots fine and the second attempt. Why?Why?Why?
    This started maybe 2 years ago and never went away. It's just annoying more than anything else.

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot.
    The usual reason why updates fail or mess things up, is if Permissions are not fixed before & after every update, with a reboot... you may get a partial update when the installer finds it doesn't have Permissions to change one obscure little part of the OS, leaving you with a mix of OS versions.
    Some people get away without Repairing Permissions for years, some for only days.
    If Permissions are wrong before applying an update, you could get mixed OS versions, if Directory is the slightest messed up, who knows!
    If many Permission are repaired, or any Directory errors are found, you may need to re-apply some the latest/biggest updates.
    May even need to do an Archive and Install if you have room on the HD...
    http://docs.info.apple.com/article.html?artnum=107120
    I only use Software Update to see what is needed, then get them for real via...
    http://www.apple.com/support/downloads/

Maybe you are looking for