Strange behaviour after update to 10.4.7

Soon after updating to 10.4.7 (via Software Update) my MacBooks seems to be defective.
After updating to 10.4.7 I heard the "whining" for the very first time on my MacBook. It cames from the area of the power supply connector. But that's not my main problem.
The next morning after the update, my MacBook seems to be dead. I switched my MacBook on, the start up sound was coming, but the screen remains white and shows no Apple logo. After 30 seconds a lot of vertical lines occurs on the screen. Nothing more happens.
After I checked some possible sources, e.g. the memory modules, I found out that reseting the PRAM seems to fix my problem: The MacBook was booting and working w/o any failures. Unfortunately, only temporarily.
As I restarted the MacBook after some time, the same problem occurs
Any ideas before I bring in the MacBook to service?
Regards,
Tom
MacBook in black

Missing files? Well the combo is exactly that, a
combination of all previous updates and security
updates. I think it's a misguided belief people have
that the Delta may be missing certain essential
files. Based on that theory you shouldn't use
Software Update at all for any updates.
AppleTalker, normally I'd agree with you on this (never had any problem using Software Update), but in the case of 10.4.7 it looks like Apple actually forgot some files in the Delta (i.e.Software Update) they originally posted:
http://www.macfixit.com/article.php?story=20060705002510509
More on the Intel re-release and build numbers We previously noted that Apple re-released the Mac OS X 10.4.7 updater for Intel-based Macs due to the omission of some files related to OpenGL performance.
According to Apple, the omission only affected the delta (smaller, version-to-version) update, with the combo updater apparently carrying the OpenGL-related files all along. In other words, if you initially applied the combo updater, you do not need to download any additional files.

Similar Messages

  • Strange behaviour after querying a friendly device name

    Hi,
    I have observed some very strange behaviour after querying the friendly name of an audio capturing device. This is my code:
    #include "stdafx.h"
    #include <mmdeviceapi.h>
    #include <Functiondiscoverykeys_devpkey.h>
    int main(int argc, char *argv[]) {
        HRESULT hr = CoInitializeEx(0, COINIT_APARTMENTTHREADED);
        if(FAILED(hr)) throw;
        IMMDeviceEnumerator *pIMMDeviceEnumerator = 0;
        hr = CoCreateInstance(__uuidof(MMDeviceEnumerator), 0, CLSCTX_INPROC_SERVER, __uuidof(IMMDeviceEnumerator), (LPVOID *) &pIMMDeviceEnumerator);
        if(FAILED(hr)) throw;
        IMMDeviceCollection *pIDeviceCollection = 0;
        hr = pIMMDeviceEnumerator->EnumAudioEndpoints(eCapture, DEVICE_STATE_ACTIVE, &pIDeviceCollection);
        if(FAILED(hr)) throw;
        IMMDevice *pIMMDevice = 0;
        hr = pIDeviceCollection->Item(0, &pIMMDevice);
        if(FAILED(hr)) throw;
        IPropertyStore *pIPropertyStore = 0;
        hr = pIMMDevice->OpenPropertyStore(STGM_READ, &pIPropertyStore);
        if(FAILED(hr)) throw;
        PROPVARIANT propVariant;
        PropVariantInit(&propVariant);
        pIPropertyStore->GetValue(PKEY_Device_FriendlyName, &propVariant);
        PropVariantClear(&propVariant);
        pIPropertyStore->Release();
        pIMMDevice->Release();
        pIDeviceCollection->Release();
        pIMMDeviceEnumerator->Release();
        CoUninitialize();
        return -1;
    Please ignore the strange error handling, it's just to make the example code short.
    The problem is the return value (as can be seen in the output window of Visual Studio after running the program or using "echo %errorlevel%" in cmd.exe). Certainly, one would expect to get -1. However, I get 0 instead of -1. What makes this
    really strange is that -1 is properly returned when the line "pIPropertyStore->GetValue..." is commented out. Why does this have any effect on the return value of the process? I have observed this on two different Window 7 machines with different
    soundcard configurations. However, I did another test on a Windows 8.1 machine, where everything worked correctly.
    Can anyone explain what's going on here?
    Thanks,
    Holger

    OK, here's what's going on.
    Everything goes fine until main() exits.
    At that point, mmdevapi.dll's DllMain is called with lpReserved set to a non-NULL value, which is to say, "don't bother to clean up."
    mmdevapi.dll decides to clean up anyway (for shame) and calls into some SetupAPI.dll functions.
    SetupAPI.dll is waiting on a critical section, but at that point ntdll.dll kicks in and says "you know what, the process is shutting down, and this is the last thread, so I can guarantee you this critical section will never be set." ntdll.dll then
    terminates the process, and main()'s exit code is lost.
    Matthew van Eerde

  • [solved] AMD Radeon - strange behaviour after mesa-update

    Good afternoon Ladies and Gentlemen,
    This is my first posting, I will try to give as much as detailed information refering to my problem as possible. Please be patient if I ask for solutions which for you all seem easy and logical, I am a Newbie.
    The details: I am running a HP Pavilion 17 " AMD Quadcore laptop, 8gb Ram, Arch Linux 32bit Kernel 3.17.1 XFCE desktop with an AMD Radeon graphic card for about a few weeks now. Everything went fine so far, but last Saturday I did an update via pacman-Syu, the update included a mesa package. All went smooth as ever. Then after a reboot the XFCE desktop had stripes across the laptop screen, the mouse cursor had disappeared, also letters of the icon descriptions and the menus were missing, some strange "hieroglyphics" appeared instead of them. I wasn't able to downgrade the mesa-package as I nearly wasn't able to open the terminal because of the missing mouse cursor, then I managed somehow to get into the terminal and gave in the commands but the writing was incomplete and/or did not work because of these strange and missing letters.
    No problem, I thought to myself, a fresh install will do the work, so I wipped my hard drive using Parted Magic, then I did a fresh Arch install (Netinstall), this time using LXDE instead of XFCE as my desktop environment. When I booted into the login screen first, it looked fine but after logging into the desktop all the stripes, the missing mouse cursor and the strange letters appeared again. So is there any solution to that strange behaviour ? Before the Saturday-update everything worked without any problems for weeks. BTW other OS work without these problems, I tried Macpup just for fun, no messing-up with my Radeon graphics card happened.
    Sorry for my piss poor English I am Austrian. Sorry for eventually causing any inconvenience asking this question. Regards, Fladi.
    Last edited by fladi (2014-11-04 05:01:28)

    fafik1234 wrote:
    I have the same problem, free drivers, xfce4, procesor AMD5350(Kabini), vga radeon R3 (8400)
    downgrade linux kernel to linux-3.16.4
    download: http://seblu.net/a/arm/packages/l/linux … pkg.tar.xz
    pacma -U linux-3.16.4-1-i686.pkg.tar.xz
    edit /etc/pacman.conf
    IgnorePkg   =  linux linux-headers
    screenshot
    linux 3.17 xfce http://pics.tinypic.pl/i/00592/ek3z3ip81ky2.png
    linux 3.17 compiz http://pics.tinypic.pl/i/00592/bddprwn4tey8.png
    linux 3.16 compiz http://pics.tinypic.pl/i/00592/ja5ma8c7rdgl.png
    On a laptop, free drivers, linux 3.17.1-pae, openbox, procesor core i5, vga integrated card - everything OK
    The screenshots you posted match exactly to my problem ! Are you really sure the bug is coming from Kernel 3.17 ? I had this kernel running for about a week without any problems, the problems came when updating mesa.

  • Strange Behaviour after 6.0.2 install

    Hello all,
    This is my first posting to Apple Discussions, so please be kind...
    I recently installed iTunes 6.0.2 via Software Update and noticed strange behaviour while trying to edit a smart playlist. I have a smart playlist set up to select songs between 3 and 5 stars in My Rating, which have not been played in the last four weeks. While trying to edit the star range, I found that I could only select two stars or five stars. If I clicked one star, it changed to two; if I clicked any other number of stars, it changed to five. As a test, I restored the previous iTunes.app from backup and the problem disappeared.
    Anyone have any ideas what might be causing this?
    Thanks,
    Jon

    Hello Web_Diko,
    I'm sorry but I don't know where you can find that package. I take nightly backups of my machine so I just restored the previous version from my backup. Maybe try a search for "iTunes 6.0.1" on Google or on www.apple.com?
    When I mentioned the "privacy thing" I was alluding to the various items about iTunes 6.0.3 "phoning home" with details of what tracks you are playing together with your Apple ID. It doesn't bother me personally, but I think that the complaints are legitimate, because people should be told whenever they install a program that sends information back to the vendor.
    Jon

  • Strange fonts after updating os-x

    after updating to os 10.4.9. safari shows strange fonts (looks like outtaspace) on some websites. not on all websites. also apples mail is displaying these strange things in the adress lines. choosing different fonts (f.e.helvetica) in safaris preferences doesnt helped. any tips to resolve this spacy letters ???
    firefox is workin fine.
    thnx,
    matthias
    powerbook   Mac OS X (10.4.9)   also G5 dual 2,5

    Hi
    Welcome to Apple Discussions
    The two fonts that seem to adversely affect Safari are Helvetica Fractions and Times Phonetic.
    Open Font Book in your Applications folder. Enter either of these names in the spotlight panel. If either appears, disable it via the Edit menu. If neither is in your system, please provide a screenshot of the font type.
    If the above referenced fonts applies to your situation, download a copy of Font Finagler. This will allow you to clean the Font cache.
    When done, restart the computer/Safari.

  • Strange Behaviour after re-installing the OS

    Hi people.
    Basically, i've been experiencing some strange behaviour with Safari since re-installing my OS. I'm running Safari 3.0.4, and i'm on a G4 iBook running 10.4.11.
    Firstly, it's not remembering passwords and user names to a few sites. My homepage is set to a Auto Forum i use daily. Now, when putting your password in you can check a little box that says 'Automatically log me in each time i visit'. I tick the box, when Safari ask's if i want the password to remembered i say yes. log-in as normal. If i then go away from the page and come back to it without quitting Safari, it's asking me to log in again. It remembers my password details etc, but doesn't perform the auto login like it used to. I've reset Safari, cleared Cookies, Cache etc, but to no avail. It's becoming quite annoying!
    Secondly-the scroll bar on the right side of the screen keeps disappearing-and when it does, i can't manually scroll down the pages with the arrow keys either. Any thoughts? If manually moving from site to site, it's ok-it's when i access my bookmarks page and the scrollbar disappears, that it seems to remove it for good. I then have to quit Safari and re-launch it. But then i'm back to square one! If i need the favourites, i'm stuffed!
    Any help appreciated...
    Dan

    Hi!
    Thanks for the reply! I've started to download the update, got Pacifist already so it's just a case of the download finishing. I'm a bit worried though, i ran disk utility earlier and it came up with 2 errors, one of which couldn't be repaired. I hope it's not the HD on it's way out and causing problems as the new HD isn't even a year old yet...
    I get a bold red message when using Disk Utility, which reads:
    "Invalid Leaf record count
    (Should be 2 instead of 46)
    1 Volume could not be repaired"
    I guess i'll give the Safari thing a go, then go for Disk Utility as per the other thread. Don't really want to wipe the HD and do another install-only done one 2 weeks ago!

  • Strange next_page parameter behaviour after updating to jdeveloper 10.1.3.2

    Hi,
    A while back I created a multipage portlet which links to pages using links with the next_page parameter. Until recently I had used the value for next_page as htdocs/portletname/first.jsp, htdocs/portletname/second.jsp, etc. This worked fine.
    Now this week after redeploying an old multipage portlet built (same code, same environment) with the newer version of jdeveloper (10.1.3.2) these links with next_page stopped working. After investigation for a while I noticed that I now had to add an / to the beginning of the next_page parameter. So now the parameters values have to be like /htdocs/portletname/first.jsp, /htdocs/portletname/second.jsp, etc to work.
    Could someone explain what is the cause for this behaviour?

    Hi Didier,
    I did some more experimenting and I think the problem is somewhere in skins.
    I downloaded "mycompany" and "limerone" skin from WebCenter page.
    Now the problem appears only if I use mycompany or limerone skin and only with firefox2.0.
    In JDeveloper visual editor after deleting oracle-desktop-10_1_3_X_0-en-ie-6-windows-s.css problem is solved and also with IE I have no problem. Also no problem if I use "oracle" skin with firefox2.0.
    please try it (new skins + FF) and you will see...
    thanks,
    Branislav

  • Strange sleeping behaviour after update to 10.8.5

    I've updated my iMac to 10.8.5, and now when I put it to sleep, turning off my bluetooth trackpad or keyboard wakes it up again.
    It's set not to wake for Network events in System Preferences, and I can't see anything else to try.
    Anyone have any ideas please?
    Thanks
    Steve

    Incorrect date or time displayed in various applications

  • Strange behaviour after every cold-boot

    I have iMac, 21.5", late 2011.
    OSX Lion 10.7.1
    All other software are up-to-date (including latest Firmware)
    I have noticed that, every morning when I turn on the machine, a series of weird things happen, as followings:
    1/ The start-up screen has a progress bar running like it does updating its firmware
    2/ No WIFI Card installed??
    3/ Pixellated screen, take long time to load up the menu bar on the top
    4/ No Camera?? (photobooth keeps spinning the ball)
    5/ Generally slow
    Here is what I have done:
    1/ Resetting PRAM
    2/ Reset PMU/SMC
    3/ Repair HDD permission
    All of these strange things will disappear with another reboot (?!). So, I have to reboot 2 times to get the machine works properly everytimes.
    Any other idea?

    Hi...
    Try this workaround:
    When booting wait for logonscreen to show before turning on bluetooth devices (keyboard, mouse and trackpad).
    Or just let it sleep
    What you are experiencing is a boot into safe mode.
    Safe boot (otherwise invoked by holding down shift key during boot) will cause issues like you describe.
    It will do a forced filesystems check (grey progressbar) Other things you may see is no sound, no startup items getting loaded, slow graphics etc. etc.
    When rebooting it will boot normaly, hence your issues will be gone.
    More on safe boot:
    http://support.apple.com/kb/HT1564
    It's a (maybe not very) known issue with bluetooth devices and iMac's.
    Please report this issue to Apple. Then maybe it will get fixed in some update.
    http://www.apple.com/feedback/
    Hope this helps
    /Dennis

  • Weird conky behaviour after update.

    Yesterday I -Syu'ed and it updated a lot of thing due to openssl rebuild. Now, conky behaves weirdly. I cannot monitor network up/down speed, gmail and weather scripts don't work either. What's even more strange is that there are no errors. It just doesn't work!
    Here's my .conkyrc. Any ideas?
    own_window yes
    own_window_colour 0F0D0D
    use_spacer right
    use_xft yes
    # Update interval in seconds
    update_interval 1
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent no
    own_window_type override
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    #colour
    default_color 808080
    own_window_colour 333333
    #font
    use_xft yes
    xftfont Droid Sans:pixelsize=11
    # Stippled borders?
    stippled_borders 0
    # border margins
    # border width
    border_width 1
    alignment top_left
    gap_x 5
    gap_y 5
    # --- Colours, Sizes, Fonts & Margins --- #
    minimum_size 1356 0
    #stippled_borders 3
    #border_inner_margin 9
    # --- Text --- #
    draw_outline no
    draw_borders no
    uppercase no
    draw_shades no
    Continued:
    TEXT
    ${color}CPU0: ${color ffffff}  ${execi 5 sensors | grep -A 0 'Core 0' | cut -c15-21} | ${color}CPU1: ${color ffffff} ${execi 5 sensors | grep -A 0 'Core 1' | cut -c15-21} | ${color}GPU: ${color ffffff} ${execi 20 aticonfig --adapter=0 --od-gettemperature | tail -n1 | gawk '{ printf $5 }'}°C | ${color}HDD: ${color ffffff} ${execi 60 sudo hddtemp /dev/sda | grep -A 0 '/dev/sda' | cut -c24-29} | ${color}RAM: ${color ffffff} $mem | ${color}Total Down: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${totaldown eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${totaldown wlan0}${else}${endif}${endif} | ${color}Total Up: ${color ffffff}${if_existing /sys/class/net/eth0/operstate up}${totalup eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${totalup wlan0}${else}${endif}${endif} | ${color} Down Speed: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${downspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${downspeed wlan0}${else}${endif}${endif}| ${color}Up Speed: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${upspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${upspeed wlan0}${else}${endif}${endif} ${alignr} ${color} Mail: ${color ffffff} ${execi 300 perl ~/scripts/gmail.pl n} new ${color} | ${color} Weather: ${color ffffff} ${execi 3600 python ~/scripts/conkyForecast.py --location=TUXX0002 --datatype=CC}, ${execi 3600 python ~/scripts/conkyForecast.py --location=TUXX0002 --datatype=HT} ${color}| ${color ffffff}${time %A} ${time %e} ${time %B} ${time %G} - ${time %H:%M:%S}
    Last edited by dcc24 (2010-04-10 13:53:21)

    http://bbs.archlinux.org/viewtopic.php?id=94213

  • Strange Behaviour after calling Stateless component

    Just like the tittle says, something weird is happening when I call a component this way on attributtes definition
    @EJB
    private MyComponent component;
    then on a method
    BigDecimal var = null;
    try {
         var = component.someMethod(object,somethingMore);
         } catch (Exception e) {
    System.out.println(" Error ");
    At this point, is something which I am doing wrong?
    Well, the strange thing about this, is that the component's method returns a O.K. value (I See It on the log).
    When this value (var) is Zero, the report (the app) works fine.
    When var has a value different to Zero, the reporte crashes, and when I look the log, apparently there is nothing wrong on this component section, but lines down, there is the thin which crashes the app:
    UPDATE over a Database view!!!
    On normal conditions, this update shouldn't happen, it's just a query over a database view, and works correctly when I deactivate the calling of that component, or the result of the component's method is Zero.
    I think, there is something wrong on the component (Mycomponent) querys. But, the method is returning o.k. values, then?
    Thanks in advance.
    Johan T

    Yep. You have a bug somewhere. No need to post about that, you already figured that out. Perhaps you even have two bugs: one in your business logic or a query and one in your error handling code.
    Good luck finding it. Might I suggest learning how to use a debugger? You're going to need on at this point.

  • Strange problem after updating

    I used iPod Updater to install the most recent updates and then I connected my iPod mini to a wall outlet like it said to. there apple logo showed with a bar underneath, then the bar filled and disappeared. then it was just the logo, and every few minutes or so it is making a clicking noise and the logo disappears then reappears. then I tried and failed to reset it, and then after one attempt it showed a battery icon with just one segment filled in, but then that disappeared. then i pressed the select button and now the apple logo is back and its clicking again. what is wrong, and how can i fix it?

    Have you tried here?
    iPod only shows an Apple logo and doesn't start up.
    Restoring using disk mode is often the key.
    Putting iPod into disk mode.

  • Strange things after updating.

    I just found out that whenever i plug in my 30GB iPod Photo, it shows the icon on the desktop, it updates whatever it needs to then the icon disappears from the desktop, as if i had taken it out, but it still shows in iTunes that it's hooked up.

    Check whether disk mode on the iPod tab in iTunes preferences is enabled. If disk mode is enabled, the iPod should stay mounted on the desktop after the sync is finished, otherwise it'll disappear.

  • Stacked 2D Column chart - strange behaviour after upgrade to 3.1.1.

    Problem is, when I choose chart type Stacked 2D Column, I get values on columns (I want just hints). 3.1 version works fine, and after upgrade to 3.1.1, values starts to apper on columns (show_values checkbox is disabled).
    Interesting is, that Stacked 3D column works fine, and values dont apper.
    Any idea, please?
    Kreso...

    Christopher,
    There is a workaround for this issue, but since we received the new flash file from AnyChart to fix in 3.1.2, please upgrade to 3.1.2 when it becomes available. To workaround in 3.1.1:
    1. Download and unzip the 3.1 installation medium.
    2. Find the /images/flashchart directory where the 3.1.1 images reside.
    3. Replace the 3.1.1 version of /images/flashchart/Stacked2DColumn.swf with
    the 3.1 version of the file from step 1.
    4. If using the PL/SQL Gateway (EPG), run apxldimg.sql to reload the 3.1.1 /images files into the database.
    - Christina

  • How to delete duplicates in oracle 10g ( strange behaviour)

    Recently we migrated from oracel 8i to oralce 10g and we face this problem.
    When we try to delete duplicates using rowid ( analytical functions row_number()/
    or normal delete ) and commit the same , still we find some duplicates to be existing because of which we are not able to enable costriants and resulting in process failure.
    When we run the same delete statement next time it removes more duplicates than the required or sometimes required duplicates resulting in abnormal behaviour.
    I don not understand this strange behaviour after upgrading to oracle 10g.
    It'd be great if some one who has idea on this can throw light on the same.
    thanks

    Gasparotto,
    Thanks a lot for letting me know a new procedure to delete duplicates sing lead function.
    I've tried this code on a temp table and it worked, let me use the same query on the prodn side and test the same.
    Procedure for deletion of duplicates using lead analytical function.
    create table temp ( col1 number(2) , col2 number(2) , col3 number(2));
    insert into temp values ( 1,2,10);
    insert into temp values ( 1,2,20);
    insert into temp values ( 1,2,30);
    insert into temp values ( 3,2,10);
    insert into temp values ( 3,4,12);
    insert into temp values ( 3,4,45);
    commit;
    COL1 COL2 COL3
    1 2 10
    1 2 20
    1 2 30
    3 2 10
    3 4 12
    3 4 45
    select col1,col2 , col3, LEAD(rowid) OVER (PARTITION BY col1,col2 order by null) from temp;
    COL1 COL2 COL3 LEAD(ROWID)OVER(PA
    1 2 10 AAAVBjAApAAAFyGAAB
    1 2 20 AAAVBjAApAAAFyGAAC
    1 2 30
    3 2 10
    3 4 12 AAAVBjAApAAAFyGAAF
    3 4 45
    6 rows selected.
    select rowid , temp.* from temp ;
    ROWID COL1 COL2 COL3
    AAAVBjAApAAAFyGAAA 1 2 10
    AAAVBjAApAAAFyGAAB 1 2 20
    AAAVBjAApAAAFyGAAC 1 2 30
    AAAVBjAApAAAFyGAAD 3 2 10
    AAAVBjAApAAAFyGAAE 3 4 12
    AAAVBjAApAAAFyGAAF 3 4 45
    SQL> DELETE temp
    WHERE rowid IN
    ( SELECT LEAD(rowid) OVER (PARTITION BY col1, col2 ORDER BY null)
    FROM temp ); 2 3 4
    3 rows deleted.
    SQL> select rowid , temp.* from temp ;
    ROWID COL1 COL2 COL3
    AAAVBjAApAAAFyGAAA 1 2 10
    AAAVBjAApAAAFyGAAD 3 2 10
    AAAVBjAApAAAFyGAAE 3 4 12
    Thanks for the reply

Maybe you are looking for