Can somebody please read this minidump file for me?

Hey everyone, I've been getting the BSOD lately (every time I try to boot to windows 7). Safe mode w/ networking works fine, and so does Snow Leopard, so it's not hardware. My guess is that it's either low on HDD space or the GPU drivers are broken. I can't open the minidump file, so I was hoping one of you could do it for me. Thanks for your help in advance.
Here is a link to the download of the file: https://dl.dropbox.com/u/44854063/120912-16738-01.dmp

Thanks for your help, I did all the things you mentioned, and got 283 errors in the event viewer and way too much information in the CBS file. Most of the errors seem to  be coming from "WMI", Bonjour service, and CAPI2. Restart manager also says that AVG isn't shutting down. What is WMI and is it the problem? Thanks.
[edit] getting a lot of "dependency service of group failed to start." errors too. The first major error also seems to be:
The AVGIDSAgent service depends on the AVGIDSDriver service which failed to start because of the following error:
A device attached to the system is not functioning.
Followed by this:
The following boot-start or system-start driver(s) failed to load:
AVGIDSDriver
Avgldx64
discache
spldr
Wanarpv6
any ideas?

Similar Messages

  • Can somebody please export a MIDI file for me?

    Hey! I am a garageband user and upgrading soon to Logic, but I extremely need this file in MIDI. Can anybody open my garageband project with logic and export a midi for me? I would be very-very thankful for that!
    Janek
    http://www.upload.ee/files/3660042/Skinny_love.band.zip.html

    Hello Teretere77, I can do it for you. Where do you wish to have the midi files sent?
    Best Regards
    BigPocket Music

  • Can you please read this ABAP sentence for me? :-)

    Hi,
    What does it means the "operator" CHECK in the apap sentence below?
    Does the bset-mwskz EQ 'II' or OR bset-mwskz EQ 'N0' should be present in the report or not?
        SELECT * FROM bset WHERE bukrs = bkpf-bukrs
                             AND gjahr = bkpf-gjahr
                             AND belnr = bkpf-belnr
                             AND ( ktosl = 'ESA' OR ktosl = 'VST' ).
          CHECK bset-mwskz EQ 'II' OR bset-mwskz EQ 'N0'.
    Thanks and BR
    Saso

    CHECK bset-mwskz EQ 'II' OR bset-mwskz EQ 'N0'
    The above check is similar to the below code.
    IF bset-mwskz EQ 'II' OR bset-mwskz EQ 'N0'.
       <<code after CHECK statement>>
    ELSE.
      <<branching statment>>
    ENDIF.
    The <<branching statement>> could be
    1. CONTINUE if the CHECK is within a LOOP.
    2. EXIT if its called within a subroutine or a particular event.
    Say for example, if your code is llike this.
    SELECT * FROM bset WHERE bukrs = bkpf-bukrs
    AND gjahr = bkpf-gjahr
    AND belnr = bkpf-belnr
    AND ( ktosl = 'ESA' OR ktosl = 'VST' ).
    CHECK bset-mwskz EQ 'II' OR bset-mwskz EQ 'N0'.
    <<some code>>
    ENDSELECT.
    Then it is similar to the code below.
    SELECT * FROM bset WHERE bukrs = bkpf-bukrs
        AND gjahr = bkpf-gjahr
        AND belnr = bkpf-belnr
        AND ( ktosl = 'ESA' OR ktosl = 'VST' )
        AND ( mwskz EQ 'II' OR mwskz EQ 'N0' ).
    <<some code>>
    ENDSELECT
    Hope this helps.
    Thanks,
    Balaji

  • Can somebody please address this topic?

    This topic below was posted by another, never addressed or answered. This is a major issue when working in an design environment where the majority of employees are working on a PC and need visuals of the products being designed (ie: salespeople, clients etc.).
    Is there a fix or patch, or has adobe changed a setting in their last update and not told anybody about it?.
    'b' Mac Jpegs cannot open in PC environment since Leopard
    jeffrey johnson - 07:52am Mar 27, 2008 Pacific
    Hi. I am hoping someone will be able to help me. We have been running CS2, and Tiger, then went to Leopard. I am not sure that's when the problem started or not, or if it's just a coincidence. My problem is this:
    People in my building ( who run PCs ) want a jpeg of some image. I have been creating them using Photoshop CS2, and then emailing them. No problem. However as of late, and could have been since Leopard has been installed, I am not sure, people cannot open them anymore on their PCs. I make sure they are RGB format, no paths or anything that would possibly make in unopenable I just installed CS3 today, as a matter of fact, and thought the new version of photoshop might fix this problem somehow for me, it didn't.
    Here's my work around: I created and save out the jpeg in PS, and from there I open this up in Apple's Preview. From there I re-save the jpeg, and then people can open it on their PCs. Isn't that weird? Obviously one extra step that I wish I didn't have to do, that when working in a busy environment, seems to be a lot longer.
    Does anyone know why this happens or how to fix it?
    Thank you very much,
    -Jeff

    Gerald apparently could not scroll down through the first three posts of Jeffrey Johnson's original topic. On the third post Jeffrey said "
    That fixed it! ( setting my Entourage preferences )". I'm not sure how Gerald could think it was
    never addressed or answered.
    And I'm not sure why Gerald would need to search the forum to find the same thread he quoted.
    I figured there was no point in trying to contribute anything logical here so I suggested zipping.

  • Can somebody please try this?

    If you run OS X 10.5.5 Leopard and have iPhoto 08 installed, could you please start iPhoto 08 and put a comment in one of your photos. The comment should contain a word that no other comment contains. Close iPhoto. Wait a while. Then, use the Spotlight search (magnifying glass in upper right corner of screen) to search for the keyword. Does Spotlight find your photo? I think it should, but mine doesn't.
    Thanks,
    Richard

    Spotlight in OS X 10.4.11 works with iPhoto 08. The Photo Library is a bundle. When I click on a photo in Spotlight it opens iPhoto and highlights the photo. This is what happens when I click on an event or a mail in Spotlight, i.e., the application opens and highlights the object. This behavior prevents somebody from modifying the object directly. As I stated in a previous post, I am almost sure this used to work in a previous version of Leopard.
    Background info: Spotlight uses plugins to index files created by applications. Some plugins are located in /Library/Spotlight, some in /System/Library/Spotlight, and others in the application bundles themselves. In the first library one finds the importers for the Microsoft products, but also for iWeb. The one for iPhoto is in the second. The architecture is well conceived, but something isn't working properly here that used to. I cannot imagine that it suddenly shouldn't, at least not for the reasons stated above.

  • What recordset now called can somebody please correct this code? MIchael Horton

    Private Sub ShowRecord_Click()
    Dim rst As DAO.Recordset
    Set rst = [Forms]![Assets].RecordsetClone
    rst.FindFirst "InvestID=" & List2
    [Forms]![Assets].Bookmark = rst.Bookmark
    DoCmd.Close acForm, "GoToRecordDialog"
    End Sub

    You can cater for Nulls by executing the code conditionally.  Also it's advisable to examine the NoMatch property before synchronizing the bookmarks, e.g.
    Const MESSAGETEXT1 = "No asset selected."
    Const MESSAGETEXT2 = "No matching record found."
    Dim frm as Form
    Set frm = Forms("Assets")
    If Not IsNull(Me.List2) Then
       With frm.RecordsetClone
           .FindFirst "InvestID = " & Me.List2
           If Not .NoMatch Then
               frm.Bookmark = .Bookmark
               DoCmd.Close acForm, Me.Name
           Else
               MsgBox MESSAGETEXT2, vbInformation, "Warning"
           End if
        End With
    Else
        MsgBox MESSAGETEXT1, vbExclamation, "Invalid Operation"
    End If
    This does assume of course that the list box's bound column is that containing the InvestID values.
    PS:  It also assumes that the list box is not a multi-select control.
    Ken Sheridan, Stafford, England

  • Can somebody please check this kernel panic

    I'm running Mavericks. Thanks
    UUID:       68A58EDF-AFCB-E588-472C-AB1283196649
    Sat Feb 28 22:29:58 2015
    panic(cpu 1 caller 0xffffff801a7e384b): "new_vnode(0xffffff8036774780): free vnode still referenced"@/SourceCache/xnu/xnu-2422.115.10/bsd/vfs/vfs_subr.c:3666
    Backtrace (CPU 1), Frame : Return Address
    0xffffff8131f13020 : 0xffffff801a623139
    0xffffff8131f130a0 : 0xffffff801a7e384b
    0xffffff8131f130d0 : 0xffffff801a7db66f
    0xffffff8131f13190 : 0xffffff801a962f94
    0xffffff8131f132a0 : 0xffffff801a97aa40
    0xffffff8131f13470 : 0xffffff801a96fb1f
    0xffffff8131f13b10 : 0xffffff801a96eaff
    0xffffff8131f13bf0 : 0xffffff801a7ff030
    0xffffff8131f13c70 : 0xffffff801a7efdb9
    0xffffff8131f13d70 : 0xffffff801a7efb6a
    0xffffff8131f13f50 : 0xffffff801aa419f3
    0xffffff8131f13fb0 : 0xffffff801a6f4c86
    BSD process name corresponding to current thread: mds
    Mac OS version:
    13F34
    Kernel version:
    Darwin Kernel Version 13.4.0: Wed Dec 17 19:05:52 PST 2014; root:xnu-2422.115.10~1/RELEASE_X86_64
    Kernel UUID: 45486BF2-BDDE-34CB-8C71-606FF3FE181B
    Kernel slide:     0x000000001a400000
    Kernel text base: 0xffffff801a600000
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 856979470963
    last loaded kext at 464675478490: com.apple.filesystems.afpfs 11.1 (addr 0xffffff7f9c9fc000, size 348160)
    last unloaded kext at 386616400329: com.apple.driver.AppleMCP89RootPortPM 1.11 (addr 0xffffff7f9c548000, size 24576)
    loaded kexts:
    com.vara.driver.VaraAudio 1.0.3
    com.rim.driver.BlackBerryUSBDriverInt 0.0.74
    com.apple.filesystems.afpfs 11.1
    com.apple.nke.asp-tcp 8.0.1
    com.apple.filesystems.msdosfs 1.9
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AGPM 100.14.34
    com.apple.iokit.IOBluetoothSerialManager 4.2.7f4
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleBacklight 170.4.11
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.7f4
    com.apple.driver.AppleLPC 1.7.0
    com.apple.GeForceTesla 8.2.4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.iokit.SCSITaskUserClient 3.6.7
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AppleUSBOHCI 656.4.1
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.security.SecureRemotePassword 1.0
    com.apple.kext.triggers 1.0
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothFamily 4.2.7f4
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.7f4
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.nvidia.classic.NVDANV50HalTesla 8.2.4
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.nvidia.classic.NVDAResmanTesla 8.2.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleUSBMultitouch 240.10
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.7
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.driver.NVSMU 2.2.9
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.2
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.7
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.7
    com.apple.iokit.IOUSBFamily 686.4.1
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 8 GB, SMC 1.62f7
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x01BA, 0x202020202020202020202020202020202020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x01BA, 0x202020202020202020202020202020202020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.7f4 15112, 3 services, 15 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK2555GSXF, 250.06 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Internal Memory Card Reader
    USB Device: Built-in iSight
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: IR Receiver
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus:

    You can look in (BEING VERY CAREFUL)
    Finder -> Go -> Go to Folder -> /System/Library/Extensions
    The reason to be careful is that this is where Mac OS X keeps all its official extensions.  And if you accidentally delete the wrong thing in here, you can "Brick" your Mac.
    You should have a good backup before attempting anything in the /System/Library/Extensions folder.
    -OR- there is a brute force search from an Applications -> Utilities -> Terminal session
    sudo find / -iname "*BlackBerryUSBDriverInt*" 2>/dev/null
    Password: enter your admin password here - it will NOT echo, just type it blindly, and hit <return>
    sudo find / -iname "*VaraAudio*" 2>/dev/null
    Password:
    The Terminal 'find' command starting in the / directory will search everything on your system.  It can take a long time, but it is very complete.

  • Can anyone please name this simple font for me?

    I want to use it for wmii window title.

    Thank you very much everyone.
    I think you are right Xyne, it's Dejavu Sans Mono.
    I couldn't make it work well with wmii though. I don't know how to enable anti-aliasing and to show Hebrew characters in the window title. I think I'll give up
    Thanks for bauerbill by the way. Using it!

  • Can someone please read this crash log and tell me what to do?

    Anonymous UUID:       7F4336E4-C6DA-0238-7240-8EEE20983BFD
    Thu Aug  7 16:08:47 2014
    panic(cpu 1 caller 0xffffff80082dc24e): Kernel trap at 0xffffff7f8a16f9f1, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffef811ed3bf00, CR3: 0x000000000af8f000, CR4: 0x0000000000000660
    RAX: 0xffffff801a37e000, RBX: 0x0000000000000000, RCX: 0xffffff801a37e000, RDX: 0xfffffffffffffffe
    RSP: 0xffffff811ed3be80, RBP: 0xffffef811ed3bf30, RSI: 0x000000000001e558, RDI: 0x0000000000000000
    R8:  0x00000000e0000000, R9:  0x0000000000000005, R10: 0x0000000000000920, R11: 0xffffffffffffffff
    R12: 0x0000098becc6e2c0, R13: 0xffffff8103ea5148, R14: 0x0000000000000000, R15: 0x000000000001e558
    RFL: 0x0000000000010097, RIP: 0xffffff7f8a16f9f1, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffef811ed3bf00, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff811ed3bb10 : 0xffffff8008222f79
    0xffffff811ed3bb90 : 0xffffff80082dc24e
    0xffffff811ed3bd60 : 0xffffff80082f3746
    0xffffff811ed3bd80 : 0xffffff7f8a16f9f1
    No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0xffffef811ed3bf30
          Kernel Extensions in backtrace:
             com.apple.driver.AppleIntelCPUPowerManagement(217.92.1)[CF28958D-CA8A-3A79-911C -78217F5DDAF2]@0xffffff7f8a16d000->0xffffff7f8a197fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x0000000008000000
    Kernel text base: 0xffffff8008200000
    System model name: MacBook5,1 (Mac-F42D89C8)
    System uptime in nanoseconds: 10496577769475
    last loaded kext at 10313995154133: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f8a5ad000, size 49152)
    last unloaded kext at 10380528075061: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f8a5ad000, size 32768)
    loaded kexts:
    com.apple.filesystems.smbfs 2.0.2
    com.apple.driver.AudioAUUC 1.60
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleBluetoothMultitouch 80.14
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.GeForceTesla 8.2.4
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.driver.XsanFilter 4
    Model: MacBook5,1, BootROM MB51.007D.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 8 GB, SMC 1.32f8
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x01BA, 0x202020202020202020202020202020202020
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x01BA, 0x202020202020202020202020202020202020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK2553GSX, 250.06 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS21N
    USB Device: Built-in iSight
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: IR Receiver
    Thunderbolt Bus:

    You, or someone, has installed the incorrect spec ram. Your MacBook 5,1 requires
    RAM Type:
    PC3-8500 DDR3
    Min. RAM Speed:
    1066 MHz
    You should replace it with the correct ram. I'd recommend ram from either OWC http://eshop.macsales.com or Crucial http://www.crucial.com

  • Can somebody please answer this question about muse

    here is the thread to my original question.
    http://forums.adobe.com/thread/1290038
    Ben
    Thank you

    To be more specific, my question was will having two of these scripts work? And does it make a difference if there is a return space between the two scripts? I am not a coder and don't understand. Can it be explained in a simple step by step process? The properties box would be open, Then paste googles code? hit return, paste Bing's code. if by hitting return closed the properties dialog box, I could possibly re-open, insert curser a line below googles code then paste?
    sorry to be such a newby
    Ben

  • Can somebody please simplify/tune this query?

    Hi,
    Can somebody please simplify this query?
    It's a little urgent. Currently this query is taking 10 mins to run.
    Thank you so much,
    vasu
    Purpose:
    First Child Case Ind =
    Get Parent Case for this case.
    Get all child cases for this parent case.
    Arrange them in ascending order by create Date.
    If the first case (eldest case) is the case in question,
    then Y
    else N
    Query:
    SELECT THIS_CASE.OBJID THIS_CASE_OBJID,
    PARENT.PARENT_OBJID,
    (CASE
    WHEN PARENT.FIRST_CHILD_OBJID = THIS_CASE.OBJID
    THEN 'Y'
    ELSE 'N'
    END) IS_FIRST_CHILD_CASE
    FROM SA.TABLE_CASE THIS_CASE,
    (SELECT PARENT_OBJID,
    CHILD_OBJID FIRST_CHILD_OBJID
    FROM (SELECT PARENT_CASE.OBJID PARENT_OBJID,
    CHILD_CASE.OBJID CHILD_OBJID,
    CHILD_CASE.CREATION_TIME,
    ROW_NUMBER() OVER (PARTITION BY PARENT_CASE.OBJID
    ORDER BY CHILD_CASE.CREATION_TIME ASC) ROW_NUM
    FROM SA.TABLE_CASE PARENT_CASE,
    SA.TABLE_CASE CHILD_CASE
    WHERE PARENT_CASE.OBJID = CHILD_CASE.CASE_VICTIM2CASE
    WHERE ROW_NUM = 1
    ) PARENT
    WHERE THIS_CASE.CASE_VICTIM2CASE = PARENT.PARENT_OBJID(+)

    Thank you for the quick reply.
    Here is the explain plan:
    Operation     Object Name     Rows     Bytes     Cost
    SELECT STATEMENT Optimizer Mode=CHOOSE          2 M          32831
    HASH JOIN OUTER          2 M     130 M     32831
    TABLE ACCESS FULL     SA.TABLE_CASE     2 M     24 M     21550
    VIEW          307 K     11 M     10130
    WINDOW SORT PUSHED RANK          307 K     7 M     10130
    MERGE JOIN          307 K     7 M     8666
    TABLE ACCESS BY INDEX ROWID     SA.TABLE_CASE     307 K     4 M     1266
    INDEX FULL SCAN     SA.IND_CASE_VICTIM2CASE     307 K          738
    SORT JOIN          2 M     19 M     7400
    INDEX FAST FULL SCAN     SA.PK_TABLE_CASE     2 M     19 M     785
    Please let me know.
    Thank you.

  • Can somebody please delete a post for me?

    Can somebody please delete this thread: https://discussions.apple.com/message/18023979#18023979
    It contains personal information I do not want others viewing. If possible, can you also delete this threat afterwards?

    I will ask a forum moderator to have it deleted, but I have no control over whether or not they do get deleted. Also, I'd give it a day or so, it won't be instant.  I'm not sure what their hours are.

  • Can somebody please confirm/deny this?

    Can somebody please confirm/deny this?
    FP 9 on Linux shows time one hour ahead than the local time.
    Try following line with FP9 on Linux
    trace("Current Time "+new Date());

    On Thu, 11 May 2006 05:35:14 -0400, Nikolay <[email protected]>
    wrote:
    > I think the files in
    > http://download.eclipse.org/webtools/downloads/drops/R-1.0.2 -200604200208/
    > are wrong! Can somebody please confirm/deny this?
    >
    Yes, they are "out of date", even though code is the same. The 1.0.2
    release was refreshed, the code plugins are all exactly the same, but the
    qualifier on some features (and, hence, code plugins) were
    fixed up to allow update manager to work. The correct "drop site" for
    1.0.2 is now
    http://download.eclipse.org/webtools/downloads/drops/R-1.0.2 -200604280245/
    I think, actually, the problem with the update site is that update manager
    has a tendancy to give you only the "smallest" most recent update. If you
    would have said "update again", even using the mirror, I believe it would
    have given you another update, the 1.0.2.v200604280000 version.
    If I can figure out a safe way to do it, some day I'll clean out those
    "out dated" versions (200604200208) to help avoid the confusion. But, as a
    general rule, when ever you use update, you might want to do it several
    times, until it tells you "there are no updates". If you are in the mood
    to experiment to confirm this, that would be great (although, obviously,
    you'd have to "start over" with your prevous version, and I do not know
    how easy that would be for you.)
    Thanks,

  • When i open iphoto i see my photo's for 1 second and then they are gone .The photo's are still there but i can see them only on the bottom or top of my screen when i try to open them i get a sign that it is not possible.Can somebody please  help me?

    when i open iphoto i see my photo's for 1 second and then they are gone .The photo's are still there but i can see them only on the bottom or top of my screen when i try to open them i get a sign that it is not possible.Can somebody please  help me?

    Have you upgraded to iPhoto 9.6 for compatibility with Yosemite? If not, try that first.
    It looks like iPhoto has lost the connection between the thumbnails and the original image files.
    This can be caused by a corrupted iPhoto library, or the originals have been deleted or moved.
    Try first to rebuild your iPhoto Library:
    If you do not have a current backup of the iPhoto library, make a copy of the library, but do not overwrite any previous backup.
    Launch iPhoto with the ⌥⌘-key combination (option-command) held down.
    Select "rebuild" from the first aid panel.  This may take a while for a large library.
    Can you now see your photos again?
    If not, rebuild the library with iPhoto Library manager as described by Old Toad:            Re: iphoto crashed

  • Can somebody please advise urgently... I backed up my entire hard-drive of my macbook pro - just prior to installing osx mountain lion. I put everything into a folder on my desktop - then backed it up onto an external drive. Once this was done - i deleted

    Can somebody please advise urgently...
    I backed up my entire hard-drive of my macbook pro - just prior to installing osx mountain lion.
    I put everything into a folder on my desktop - then backed it up onto an external drive. Once this was done - i deleted the folder off my desktop - and  following this - things started to go all weird...pages hanging, the coloured 'wheel of death' appeared for ages. So i had to employ a 'hard-boot' restart - as i had not other options.
    I'm pretty sure i made copies of of files/apps/folders etc - however not so sure now as i cant even start up my laptop!!!
    Can somebosy please help me urgently??!!!

    Got the exact same problem, and I also did this operation many times before, from 500Gb to 750Gb, and then from 750Gb to 1 Gb. Not My HD got a little such complaining about bad sectors when in windows bootcamp, but still runs fine though.
    So I bought a new 1Gb drive exactly same drive as the one thats getting sick. I did the clone thing, with super duper, CCC, DU, but no matter it will not boot when i move the new drive inside the macbook…….**** thing exuse me, but wasted so much time.
    Now I get this strange feeling that something must have changed in the macbook itself. Just wondering if this could be a EFI "mac bios" prevention thing, they made just to sell more new computers, when you can't improve or fix your old one.
    If so, then its pretty scary. If not then I simply can't figure out why this suddenly becomes a problem for so many people, as I see so many posts about this!!
    BR Pete

Maybe you are looking for

  • Food for thought : Closing I/O streams ....

    hi all, my intention is to release all the I/O streams after i have finished their use .to do it i call the .Close() method in a finally block . my question is : how is calling .Close() on an I/O stream different from, assigning a null to it . i.e. :

  • File Adapter format translation problem

    This is my incoming payload from a legacy application "66386","9002011319","01-FEB-2013","","2114.11","ITEM","0.12","","85411","2310","0","85","GST","68085" "66386","9002011319","01-FEB-2013","","2114.11","ITEM","15.00","","85411","2311","0","85","GS

  • Apple account   App

    i just got an iphone and set up my apple account (i am on bill pay). i want to download free apps. when i put in my account it says that my apple id has not yet been used in the itunes store and i should review this. when i follow this it is asking m

  • Missing Library

    I have a question about iPhoto 6.0.5. I'm running a mac mini with 1.33GHz, Power PC G4, with 1 GB DDR SDRAM, and using Mac OSX 10.4.8. Last February I moved my iPhoto Library to an external hard drive for storage and to create more space. Having a ne

  • Trouble with iPhoto after latest update for compatibility with RAW-files

    Hi all, I'm having serious trouble with iPhoto since the latest update for compatibility with RAW-files for digital fotocamera's (version 2.4). After connection with the camera iphoto starts up as usual and i can start importing my pictures. So far a