Please HELP me read this file....!

I am having trouble reading the file input.dat using this code that I wrote. It compiles without errors but I get an ArrayIndexOutOfBounds Exception when i run my program.
public void Read(String fileName) {
                try {
                        String num;
                        String cells;
                        FileReader file = new FileReader(fileName);
                        BufferedReader in = new BufferedReader (file);
                        num = in.readLine();
                        number = Integer.valueOf(num).intValue();
                        co = new ClassObject[number];
                        pair = new PairObject[number * number];
                        System.out.println("There are " + number + " total classes");
                        int cno = 1;
                        int x =0;
                        int y =0;
                        while (in.readLine() != "*") {
                            for (int b=0; b<number; b++){
                               co[b] = new ClassObject();
                               co.className = in.readLine();
co[b].classNumber = cno;
while (in.readLine() != "$"){ //problem occurs here
co[b].classAttribute[x] = in.readLine();
x++;
while (in.readLine() != "#"){
co[b].classMethod[y] = in.readLine();
y++;
cno++;
} catch (IOException e) {
System.out.println("Warning: Cannot Read File");
System.exit(0);
}and here is my input file (input.dat): 5
class1
int someInt
$
getInt()
class2
String anyString
$
getString()
class3
int value
$
setValue()
class4
char someChar
$
getChar()
class5
float someFloat
$
getFloat()
* thanks so much for any help!

Hi, I changed some part of my code but I am still having the same problem. Here is my new code, hopefully somebody can help me figure this out String line = in.readLine();
while (!"*".equals(line)) {
      for (int b=0; b<number; b++){
       co[b] = new ClassObject();
       co.className = line;
co[b].classNumber = cno;
while (!"$".equals(line)){
co[b].classAttribute[x] = line;
x++;
while (!"#".equals(line)){
co[b].classMethod[y] = line;
y++;
cno++;

Similar Messages

  • Please Help on Reading Binary file

    I'm trying to read a binary file and find a string like "DE F0 CA 01"
    i'm new for java and looked in the forum for solution without success
    please help
    best regards
    gebi

    now i can read the binary file, my problem is now to find the position of byte sequence in the file
    here is my code, may be it helps
    import java.io.*;
    public class ReadBinary
         public static void main(String f[])
              FileInputStream fis;
              DataInputStream dis;
              String value;
              char charIn;
              try
                   fis = new FileInputStream(f[0]);
                   dis = new DataInputStream(fis);
                   System.out.println("file " + f[0]);
                   while (dis.available() > 0)
                        value = Integer.toHexString(dis.read());
              catch (EOFException eof)
                   System.out.println("EOF reached");
              catch (IOException ioe)
                   System.out.println("IO Error " + ioe);
    }best regards
    gebi

  • Could someone please help me read this panic log?

    Hi,
    I have been trying to read all the past postings on reading panic logs. Most of them start of with something different, which refers to RAM. Its been almost a month now and I haven't had any problems until this evening. Here is what the log says...
    Mon May 28 01:43:39 2007
    panic(cpu 0 caller 0x0064ECC4): Uncorrectable Fbd memory error detected. ferr = 20000000 , nerr == 00000000, fErrFat = 20000000 nErrFat == 00000000
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x108cd8 : 0x128d08 (0x3c9ac4 0x108cfc 0x131de5 0x0)
    0x108d18 : 0x64ecc4 (0x650f1c 0x20000000 0x0 0x20000000)
    0x108da8 : 0x64ef58 (0x5f86600 0x5f86600 0x2 0x820044)
    0x108e38 : 0x5d0712 (0x5f86600 0x0 0x594a680 0x0)
    0x108e68 : 0x5d059b (0x5939780 0x0 0x0 0x1c)
    0x108e88 : 0x5e39be (0x1c 0x108ef8 0x8 0x5e54be)
    0x108eb8 : 0x5e3b68 (0x5938b1c 0x17 0x59398ca 0x5928120)
    0x108f18 : 0x5f0743 (0x58da668 0x0 0x28aeb170 0x1760)
    0x108f38 : 0x6694fb (0x58da668 0x0 0x5860c80 0x0)
    0x108f68 : 0x5d653f (0x592d500 0x0 0x592f580 0x49)
    0x108f88 : 0x5cfc1f (0x5913800 0x0 0x592f580 0x49)
    0x108fa8 : 0x3ba2ea (0x592f100 0x0 0x5939f80 0x49)
    0x108fe8 : 0x19aa80 (0x370d3e30 0x370d3e30 0x19bad6 0xe29000)
    0x370d3f18 : 0x1a445b (0x18 0x1a2a258 0x810d330 0x6)
    0x370d3f38 : 0x19d871 (0x0 0xbfffe228 0x0 0x206)
    0x370d3f58 : 0x135f14 (0x0 0x1303 0x0 0x0) Backtrace continues...
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AppleMCEDriver(1.1.2f1)@0x64b000
    dependency: com.apple.iokit.IOACPIFamily(1.2.0)@0x5ca000
    com.apple.driver.AppleAPIC(1.2.0)@0x668000
    com.apple.driver.AppleACPIPlatform(1.0.8)@0x5ce000
    dependency: com.apple.iokit.IOPCIFamily(2.2)@0x5ba000
    dependency: com.apple.iokit.IOACPIFamily(1.2.0)@0x5ca000
    Kernel version:
    Darwin Kernel Version 8.8.5: Mon Dec 11 19:39:17 PST 2006; root:xnu-792.16.5.obj~1/RELEASE_I386
    I was working in Corel Painter, using a wacom tablet. Then I got a message to restart my computer. After 10 years of working on Macs, I have never experienced this. Thanks in advance to anyone that could help.

    Hi-
    Your panic log pretty clearly states it's a problem with RAM:
    <pre class="command">Uncorrectable Fbd memory error detected.</pre>What is your memory configuration? Presumably this is your Mac Pro? If you're comfortable working inside your computer, you could swap RAM cards around.
    I did a Google search for the error quoted above and came up with a couple of hits. One from February has some good information on one person's experience, resulting eventually in a logic board replacement under warranty.
    charlie

  • Please help me read this hardware error code?

    I do hear one of the SATA disks in my machine acting up.  Strange behavior lately.  I've been through this HD failure scenario before...the
    Apple hardware test issue confirms an issue...
    4hdd/11/40000000:SATA(2,0)
    Does this error tell me which disk is potentially failing?  Which SATA slot?

    Well I did say: use their Lifeguard either CD or Windows
    And Windows is useful, and Windows 8 is even free. The CD you burn and runs a small linux kernel + utility.
    When you got some 'sounds' is when to head to Disk Warrior for instance, to rebuild the directory and it also will write SMART status of how many spare blocks there were/are/used - gets written to the system log when you click on hardware test button.
    If it is a WD drive, while SMART is a standard, WD may read the data and write to drive's log, different and know better (and does much better job) the one person that could not run Lifeguard, that is actually common with drives used by Mac OS X and have to do Zero ALL first, then go back to quck test, and run Extended test if you want. Apple GPT structure seems to be different and can't access some areas and parameters until it is zeroed out.
    Shame that 1TB drives are no longer $89 they were. 'Egg has WD Black for $124 (Amazon gave up matching price). But you do need a new system drive and maybe FW800 case to get on your feet.

  • Please help me read this Problem Report

    Hello, I have a MacBook Pro 15 late 2011 and is rebooting abruptly lately. I have taken out the memories and cleaned. I've also done the Apple hardware test and everything is supposedly well. I don't know what else to do.
    Thanks
    Interval Since Last Panic Report:  500783 sec
    Panics Since Last Report:          7
    Anonymous UUID:                    12CA86FE-77FB-E905-ADA0-C3DD1824CD48
    Thu Oct 25 09:58:13 2012
    panic(cpu 4 caller 0xffffff8028cb7bd5): Kernel trap at 0xffffff7fa97cf0f6, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff80f9c6bda4, CR3: 0x000000002b68d000, CR4: 0x00000000000606e0
    RAX: 0xffffff8119c80000, RBX: 0xffffff8119c8d000, RCX: 0xffffff8112d3f000, RDX: 0x00000000000001af
    RSP: 0xffffff8119c6bd10, RBP: 0xffffff8119c6be60, RSI: 0x0000000000000039, RDI: 0xffffff8112ddf100
    R8:  0xffffff8112d3e9bd, R9:  0x0000000000000001, R10: 0xffffff80292bdc24, R11: 0xffffff802927de01
    R12: 0xffffff80faacc000, R13: 0x00000000000001bd, R14: 0xffffff8112ddf100, R15: 0x0000000000000000
    RFL: 0x0000000000010246, RIP: 0xffffff7fa97cf0f6, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff80f9c6bda4, Error code: 0x0000000000000000, Fault CPU: 0x4
    Backtrace (CPU 4), Frame : Return Address
    0xffffff8119c6b9b0 : 0xffffff8028c1d626
    0xffffff8119c6ba20 : 0xffffff8028cb7bd5
    0xffffff8119c6bbf0 : 0xffffff8028cce4ed
    0xffffff8119c6bc10 : 0xffffff7fa97cf0f6
    0xffffff8119c6be60 : 0xffffff7fa97cf69b
    0xffffff8119c6bea0 : 0xffffff7fa97c2d32
    0xffffff8119c6bef0 : 0xffffff80290472a8
    0xffffff8119c6bf30 : 0xffffff8029045daa
    0xffffff8119c6bf80 : 0xffffff8029045ed9
    0xffffff8119c6bfb0 : 0xffffff8028cb26b7
          Kernel Extensions in backtrace:
    Backtrace (CPU 4), Frame : Return Address
    0xffffff8119c6b2a0 : 0xffffff8028c1d86b
    0xffffff8119c6b2d0 : 0xffffff8028c1d5ad
    0xffffff8119c6b340 : 0xffffff8028cb7bd5
    0xffffff8119c6b510 : 0xffffff8028cce4ed
    0xffffff8119c6b530 : 0xffffff8029008b65
    0xffffff8119c6b690 : 0xffffff8028fff547
    0xffffff8119c6b720 : 0xffffff8028fff47f
    0xffffff8119c6b760 : 0xffffff8028cbbbf6
    0xffffff8119c6b970 : 0xffffff8028cbb6a3
    0xffffff8119c6b9b0 : 0xffffff8028c1d626
    0xffffff8119c6ba20 : 0xffffff8028cb7bd5
    0xffffff8119c6bbf0 : 0xffffff8028cce4ed
    0xffffff8119c6bc10 : 0xffffff7fa97cf0f6
    0xffffff8119c6be60 : 0xffffff7fa97cf69b
    0xffffff8119c6bea0 : 0xffffff7fa97c2d32
    0xffffff8119c6bef0 : 0xffffff80290472a8
    0xffffff8119c6bf30 : 0xffffff8029045daa
    0xffffff8119c6bf80 : 0xffffff8029045ed9
    0xffffff8119c6bfb0 : 0xffffff8028cb26b7
          Kernel Extensions in backtrace:
    Backtrace (CPU 4), Frame : Return Address
    0xffffff8119c6ab90 : 0xffffff8028c1d86b
    0xffffff8119c6abc0 : 0xffffff8028c1d5ad
    0xffffff8119c6ac30 : 0xffffff8028cb7bd5
    0xffffff8119c6ae00 : 0xffffff8028cce4ed
    0xffffff8119c6ae20 : 0xffffff8029008b65
    0xffffff8119c6af80 : 0xffffff8028fff547
    0xffffff8119c6b010 : 0xffffff8028fff47f
    0xffffff8119c6b050 : 0xffffff8028cbbbf6
    0xffffff8119c6b260 : 0xffffff8028cbb6a3
    0xffffff8119c6b2a0 : 0xffffff8028c1d86b
    0xffffff8119c6b2d0 : 0xffffff8028c1d5ad
    0xffffff8119c6b340 : 0xffffff8028cb7bd5
    0xffffff8119c6b510 : 0xffffff8028cce4ed
    0xffffff8119c6b530 : 0xffffff8029008b65
    0xffffff8119c6b690 : 0xffffff8028fff547
    0xffffff8119c6b720 : 0xffffff8028fff47f
    0xffffff8119c6b760 : 0xffffff8028cbbbf6
    0xffffff8119c6b970 : 0xffffff8028cbb6a3
    0xffffff8119c6b9b0 : 0xffffff8028c1d626
    0xffffff81!9c6ba20 : 0xffffff8028cb7bd5
    0xffffff8119c6bbf0 : 0xffffff8028cce4ed
    0xffffff8119c6bc10 : 0xffffff7fa97cf0f6
    0xffffff8119c6be60 : 0xffffff7fa97cf69b
    0xffffff8119c6bea0 : 0xffffff7fa97c2d32
    0xffffff8119c6bef0 : 0xffffff80290472a8
    0xffffff8119c6bf30 : 0xffffff8029045daa
    0xffffff8119c6bf80 : 0xffffff8029045ed9
    0xffffff8119c6bfb0 : 0xffffff8028cb26b7
          Kernel Extensions in backtrace:
    Backtrace (CPU 4), Frame : Return Address
    0xffffff8119c6a480 : 0xffffff8028c1d86b
    0xffffff8119c6a4b0 : 0xffffff8028c1d5ad
    0xffffff8119c6a520 : 0xffffff8028cb7bd5
    0xffffff8119c6a6f0 : 0xffffff8028cce4ed
    0xffffff8119c6a710 : 0xffffff8029008b65
    0xffffff8119c6a870 : 0xffffff8028fff547
    0xffffff8119c6a900 : 0xffffff8028fff47f
    0xffffff8119c6a940 : 0xffffff8028cbbbf6
    0xffffff8119c6ab50 : 0xffffff8028cbb6a3
    0xffffff8119c6ab90 : 0xffffff8028c1d86b
    0xffffff8119c6abc0 : 0xffffff8028c1d5ad
    0xffffff8119c6ac30 : 0xffffff8028cb7bd5
    0xffffff8119c6ae00 : 0xffffff8028cce4ed
    0xffffff8119c6ae20 : 0xffffff8029008b65
    0xffffff8119c6af80 : 0xffffff8028fff547
    0xffffff8119c6b010 : 0xffffff8028fff47f
    0xffffff8119c6b050 : 0xffffff8028cbbbf6
    0xffffff8119c6b260 : 0xffffff8028cbb6a3
    0xffffff8119c6b2a0 : 0xffffff8028c1d86b
    0xffffff8119c6b2d0 : 0xffffff8028c1d5ad
    0xffffff8119c6b340 : 0xffffff8028cb7bd5
    0xffffff8119c6b510 : 0xffffff8028cce4ed
    0xffffff8119c6b530 : 0xffffff8029008b65
    0xffffff8119c6b690 : 0xffffff8028fff547
    0xffffff8119c6b720 : 0xffffff8028fff47f
    0xffffff8119c6b760 : 0xffffff8028cbbbf6
    0xffffff8119c6b970 : 0xffffff8028cbb6a3
    0xffffff8119c6b9b0 : 0xffffff8028c1d626
    0xffffff8119c6ba20 : 0Xffffff8028cb7bd5
    0xffffff8119c6bbf0 : 0xffffff8028cce4ed
    0xffffff8119c6bc10 : 0xffffff7fa97cf0f6
    0xffffff8119c6be60 : 0xffffff7fa97cf69b
    0xffffff8119c6bea0 : 0xffffff7fa97c2d32
    0xffffff8119c6bef0 : 0xffffff80290472a8
    0xffffff8119c6bf30 : 0xffffff8029045daa
    0xffffff8119c6bf80 : 0xffffff8029045ed9
    0xffffff8119c6bfb0 : 0xffffff8028cb26b7
          Kernel Extensions in backtrace:
    Backtrace (CPU 4), Frame : Return Address
    0xffffff8119c69d70 : 0xffffff8028c1d86b
    0xffffff8119c69da0 : 0xffffff8028c1d5ad
    0xffffff8119c69e10 : 0xffffff8028cb7bd5
    0xffffff8119c69fe0 : 0xffffff8028cce4ed
    0xffffff8119c6a000 : 0xffffff8029008b65
    0xffffff8119c6a160 : 0xffffff8028fff547
    0xffffff8119c6a1f0 : 0xffffff8028fff47f
    0xffffff8119c6a230 : 0xffffff8028cbbbf6
    0xffffff8119c6a440 : 0xffffff8028cbb6a3
    0xffffff8119c6a480 : 0xffffff8028c1d86b
    0xffffff8119c6a4b0 : 0xffffff8028c1d5ad
    0xffffff8119c6a520 : 0xffffff8028cb7bd5
    0xffffff8119c6a6f0 : 0xffffff8028cce4ed
    0xffffff8119c6a710 : 0xffffff8029008b65
    0xffffff8119c6a870 : 0xffffff8028fff547
    0xffffff8119c6a900 : 0xffffff8028fff47f
    0xffffff8119c6a940 : 0xffffff8028cbbbf6
    0xffffff8119c6ab50 : 0xffffff8028cbb6a3
    0xffffff8119c6ab90 : 0xffffff8028c1d86b
    0xffffff8119c6abc0 : 0xffffff8028c1d5ad
    0xffffff8119c6ac30 : 0xffffff8028cb7bd5
    0xffffff8119c6ae00 : 0xffffff8028cce4ed
    0xffffff8119c6ae20 : 0xffffff8029008b65
    0xffffff8119c6af80 : 0xffffff8028fff547
    0xffffff8119c6b010 : 0xffffff8028fff47f
    0xffffff8119c6b050 : 0xffffff8028cbbbf6
    0xffffff8119c6b260 : 0xffffff8028cbb6a3
    0xffffff8119c6b2a0 : 0xffffff8028c1d86b
    0xffffff8119c6b2d0 : 0xffffff8028c1d5ad
    0xffffff8119c6b340 : 0xffffff8028cb7bd5
    0xffffff8119c6b510 : 0xffffff8028cce4ed
    0xffffff8119c6b530 : 0xffffff8029008b65
    0xffffff8119c6b690 : 0xffffff8028fff547
    0xffffff8119c6b720 : 0xffffff8028fff47f
    0xffffff8119c6b760 : 0xffffff8028cbbbf6
    0xffffff8119c6b970 : 0xffffff8028cbb6a3
    0xffffff8119c6b9b0 : 0xffffff8028c1d626
    0xffffff8119c6ba20 : 0xffffff8028cb7bd5
    0xffffff8119c6bbf0 : 0xffffff8028cce4ed
    0xffffff8119c6bc10 : 0xffffff7fa97cf0f6
    0xffffff8119c6be60 : 0xffffff7fa97cf69b
    0xffffff8119c6bea0 : 0xffffff7fa97c2d32
    0xffffff8119c6bef0 : 0xffffff80290472a8
    0xffffff8119c6bf30 : 0xffffff8029045daa
    0xffffff8119c6bf80 : 0xffffff8029045ed9
    0xffffff8119c6bfb0 : 0xffffff8028cb26b7
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    12C60
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x0000000028a00000
    Kernel text base: 0xffffff8028c00000
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 592515289110
    last loaded kext at 450607758734: com.apple.filesystems.smbfs          1.8 (addr 0xffffff7fab061000, size 229376)
    last unloaded kext at 505297436478: com.apple.driver.StorageLynx          3.1.0 (addr 0xffffff7faaff3000, size 8192)
    loaded kexts:
    com.regularrateandrhythm.driver.RowmoteIREmu          1.0
    com.waves.driver.soundgrid          2.0.0
    com.apple.filesystems.smbfs          1.8
    com.apple.driver.AppleUSBDisplays          353
    com.apple.driver.Oxford_Semi          3.1.0
    com.apple.filesystems.msdosfs          1.8
    com.apple.driver.AppleBluetoothMultitouch          75.15
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AudioAUUC          1.60
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f33
    com.apple.driver.AGPM          100.12.69
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.1f2
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMikeyDriver          2.3.1f2
    com.apple.driver.AppleMuxControl          3.2.11
    com.apple.kext.AMDFramebuffer          8.0.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.AMDRadeonAccelerator          1.0.0
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleSMCLMU          2.0.2d0
    com.apple.driver.AppleIntelHD3000Graphics          8.0.0
    com.apple.driver.AppleIntelSNBGraphicsFB          8.0.0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.ApplePolicyControl          3.2.11
    com.apple.driver.AppleUSBTCButtons          235.4
    com.apple.driver.AppleUSBTCKeyboard          235.4
    com.apple.driver.AppleIRController          320.15
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.2
    com.apple.driver.AppleUSBHub          5.2.5
    com.apple.driver.AppleSDXC          1.2.2
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AirPort.Brcm4331          602.15.22
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AppleAHCIPort          2.4.1
    com.apple.driver.AppleUSBEHCI          5.4.0
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.2 GHz, 8 GB, SMC 1.69f3
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D534F344758334D314131333333433920
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D534F344758334D314131333333433920
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Serial ATA Device: ST9750420AS, 750.16 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

    Look at reinstalling, updating or removing using the developers uninstall these softwares
    com.regularrateandrhythm.driver.RowmoteIREmu          1.0
    com.waves.driver.soundgrid          2.0.0
    If they are no longer installed and still having problems, then run down through this list
    Step by Step to fix your Mac

  • HT1553 Hi, I'm stuck at step 9. I don't see my external harddrive when I want to save the DMG backup file. Can you please help me with this? I'm desperate to make this backup! Big thanx in advance!

    Hi, I'm stuck at step 9. I don't see my external harddrive when I want to save the DMG backup file. Can you please help me with this? I'm desperate to make this backup! Big thanx in advance!
    http://support.apple.com/kb/HT1553

    Repair permissions and restart your computer.  If this does not work, zap the pram.  You should now see your external hard drive. 

  • When attempting to start iTunes, I get the following: "The iTunes library file cannot be saved. An unknown error occurred (-50)." Can someone please help me get this fixed?

    When attempting to start iTunes, I get the following: "The iTunes library file cannot be saved. An unknown error occurred (-50)." Can someone please help me get this fixed?

    Same problem here since latest update.  As usual poor support from Apple with no answer or fix for this bug.

  • Hi, I have a problem with opening files on my desktop. When i double click a file I would lime to open nothing happens. Please help me with this problem :)

    Hi, I have a problem with opening files on my desktop. When i double click a file I would lime to open nothing happens. Please help me with this problem

    hello, this might be a preference in your google search settings. go to google.com/preferences and disable the option to ''Open search results in a new browser window''.

  • I have a Excel file which has lots of PDFs embed as a link.  When i converting to PDF the embed links are not working. Please help to slove this issue.

    I have a Excel file which has lots of PDFs embed as a link.  When i converting to PDF the embed links are not working. Please help to slove this issue.e

    I am also looking alternative way using inDesign to create the embed link as like as excel. is there any possible? Thanks for you reply

  • HT1296 i cannot transfer some videos to my iphone 3gs. the file is in MPEG4 format. i can view in itunes but cannot be transfered to iphone. Please help me with this problem.

    i cannot transfer some videos to my iphone 3gs. the file is in MPEG4 format. i can view in itunes but cannot be transfered to iphone. Please help me with this problem.

    In iTunes, Advanced>Create iPod or iPhone version

  • MuseJSAssert: Error calling selector function:TypeError: Cannot read property 'msie' of undefined. Please help me in this.

    MuseJSAssert: Error calling selector function:TypeError: Cannot read property 'msie' of undefined. Please help me in this.

    Hi
    Please check the following thread,
    Re: MuseJSAssert: Error Calling Selector Function:[Object Error]
    Do let me know if you have any question.

  • I have upgraded My leopard to Mountain lion 10.7 via snow leapeard. Now My itunes is not working properly nor I able to install google chrome successfully. Please help me in this occasion. I am facing following messages.

    Hello Team,
    I have upgraded My leopard to Mountain lion 10.7 via snow leapeard. Now My itunes is not working properly nor I able to install google chrome successfully. Please help me in this occasion.
    Also, I am not being able to upgrade Mac OS X 10.7 to 10.7.4 or letest for lion.
    I am facing following messages when I open itunes ( I down loaded and install new for 10.7)
    Process:         iTunes [463]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.7 (10.7)
    Build Info:      iTunes-10702101~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [273]
    Date/Time:       2012-10-22 23:33:07.226 +0200
    OS Version:      Mac OS X 10.7 (11A390)
    Report Version:  8
    Interval Since Last Report:          4918 sec
    Crashes Since Last Report:           2
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      3DE933E2-7A48-4840-91F4-7DC466ED9C26
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    @executable_path/../Frameworks/iPodUpdater.framework/Versions/A/iPodUpdater
    Dyld Error Message:
      Library not loaded: @executable_path/../Frameworks/iPodUpdater.framework/Versions/A/iPodUpdater
      Referenced from: /Applications/iTunes.app/Contents/MacOS/iTunes
      Reason: unsafe use of @executable_path in /Applications/iTunes.app/Contents/MacOS/iTunes with restricted binary
    Binary Images:
           0x102a96000 -        0x103c36fff  com.apple.iTunes (10.7 - 10.7) <0CC47E12-134F-A9E1-7E4F-3EAC797C3050> /Applications/iTunes.app/Contents/MacOS/iTunes
        0x7fff62696000 -     0x7fff626cb1ff  dyld (195 - ???) <71093406-21CF-3DBE-A001-802259ED5300> /usr/lib/dyld
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.31f1
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz, 0xAD00000000000000, 0x48594D503131325336344350362D59352020
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz, 0xAD00000000000000, 0x48594D503131325336344350362D59352020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.5)
    Bluetooth: Version 2.5.0b13, 2 service, 12 devices, 2 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHY2160BH, 160.04 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-867
    USB Device: Built-in iSight, apple_vendor_id, 0x8501, 0xfd400000 / 2
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52f, 0x1d100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8205, 0x1a100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x022a, 0x5d200000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2
    And Google chrome just keep loading the page for hours and nothing is appear on its browser. But safari and firefox working absolutly fine.
    In addition, I have reboot computer as well but it never worked. Please help me in this occasion.
    Eagerly waiting for your response on this issue.
    Best Regards,

    You need to upgrade your copy of MS Office. You're using a version that is 8 years old (at least). You can buy Office 2011, which will work. You could also get a copy of Pages from the App Store, which is cheaper and will open Word files (though not perfectly). Or you could get a free Office clone, like OpenOffice or LibreOffice.

  • I have updated my Macbook Pro from 10.7.5 to 10.9.1 and it keeps on restarting after upgrade. Please help me fix this issue.

    Hi All,
    I have updated the Macbook Pro from 10.7.5 to 10.9.1 today and once it is done I restarted the system and it keeps on crashing/restarting the system every 2 min.
    I have found the below backtrace. Please help me fix this issue.
    Anonymous UUID:  
    C72C8841-51A0-BB21-689C-2AB204820087
    Mon Dec 30 23:57:23 2013
    panic(cpu 0 caller 0xffffff801da5260f): "a freed zone element has been modified: expected 0xdeadbeefdeadbeef but found 0, bits changed 0xdeadbeefdeadbeef, at offset 8 of 128 in zone: kalloc.128"@/SourceCache/xnu/xnu-2422.1.72/osfmk/kern/zalloc.c:461
    Backtrace (CPU 0), Frame : Return Address
    0xffffff8096bf3690 : 0xffffff801da22f69
    0xffffff8096bf3710 : 0xffffff801da5260f
    0xffffff8096bf3770 : 0xffffff801da51d09
    0xffffff8096bf3870 : 0xffffff801da2aa2f
    0xffffff8096bf38a0 : 0xffffff801dde080d
    0xffffff8096bf38e0 : 0xffffff7f9fcada11
    0xffffff8096bf3930 : 0xffffff7f9fcae16e
    0xffffff8096bf39a0 : 0xffffff7f9fcae523
    0xffffff8096bf39d0 : 0xffffff801dc13438
    0xffffff8096bf3a00 : 0xffffff801dd83378
    0xffffff8096bf3a70 : 0xffffff801dbfd1ae
    0xffffff8096bf3ae0 : 0xffffff801dbf437a
    0xffffff8096bf3b80 : 0xffffff801dbe5f15
    0xffffff8096bf3c30 : 0xffffff801dbe67d2
    0xffffff8096bf3f50 : 0xffffff801de3de23
    0xffffff8096bf3fb0 : 0xffffff801daf3e06
    Kernel Extensions in backtrace:
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib(1.0d1)[E163B7AE-F6E5-328 6-B827-66DB3FE3DB7B]@0xffffff7f9fcac000->0xffffff7f9fcaffff
    BSD process name corresponding to current thread: applet
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:
    0x000000001d800000
    Kernel text base: 0xffffff801da00000
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 172506613860
    last loaded kext at 107245362778: com.trendmicro.kext.KERedirect 1.0.0 (addr 0xffffff7f9ff33000, size 24576)
    loaded kexts:
    com.trendmicro.kext.KERedirect 1.0.0
    com.logmein.driver.LogMeInSoundDriver 1.0.0
    org.virtualbox.kext.VBoxUSB 3.2.6
    org.virtualbox.kext.VBoxDrv 3.2.6
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AppleHDAHardwareConfigDriver 2.5.3fc1
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AGPM 100.14.11
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.5.3fc1
    com.apple.iokit.IOBluetoothSerialManager 4.2.0f6
    com.apple.filesystems.autofs 3.0
    com.apple.GeForceTesla 8.1.8
    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.5.3fc1
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleMuxControl 3.4.12
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.nvidia.NVDAStartup 8.1.8
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.iokit.IOBluetoothUSBDFU 4.2.0f6
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.0f6
    com.apple.driver.AppleMCCSControl 1.1.12
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.driver.AppleUSBTCKeyEventDriver 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.3.5
    com.apple.driver.AppleFileSystemDriver 3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.0
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.4.0
    com.apple.iokit.AppleBCM5701Ethernet 3.6.9b9
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleAHCIPort 2.9.5
    com.apple.driver.AppleFWOHCI 4.9.9
    com.apple.driver.AppleUSBHub 650.4.4
    com.apple.driver.AppleUSBEHCI 650.4.1
    com.apple.driver.AppleUSBOHCI 650.4.1
    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.0
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 216.0.0
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 216.0.0
    com.apple.AppleGraphicsDeviceControl 3.4.12
    com.apple.driver.DspFuncLib 2.5.3fc1
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.kext.triggers 1.0
    com.apple.nvidia.classic.NVDANV50HalTesla 8.1.8
    com.apple.iokit.IOAudioFamily 1.9.4fc11
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOSurface 91
    com.apple.iokit.IOBluetoothFamily 4.2.0f6
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.AppleGraphicsControl 3.4.12
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.driver.IOPlatformPluginFamily 5.5.1d27
    com.apple.nvidia.classic.NVDAResmanTesla 8.1.8
    com.apple.iokit.IONDRVSupport 2.3.6
    com.apple.driver.AppleSMC 3.1.6d1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.0f6
    com.apple.iokit.IOFireWireIP 2.2.5
    com.apple.driver.AppleHDAController 2.5.3fc1
    com.apple.iokit.IOHDAFamily 2.5.3fc1
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleSMBusController 1.0.11d1
    com.apple.iokit.IOGraphicsFamily 2.3.6
    com.apple.driver.AppleUSBMultitouch 240.6
    com.apple.iokit.IOUSBHIDDriver 650.4.4
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.0
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.0
    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.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.0
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.driver.mDNSOffloadUserClient 1.0.1b4
    com.apple.iokit.IO80211Family 600.34
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.6.0
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.driver.AppleMCP89RootPortPM 1.11
    com.apple.iokit.IOUSBUserClient 650.4.4
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOUSBFamily 650.4.4
    com.apple.driver.NVSMU 2.2.9
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.10
    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.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 21
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.8
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    Unable to gather system configuration information.Model: MacBookPro7,1, BootROM MBP71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f7
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 0 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK2555GSXF, 250.06 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Built-in iSight
    USB Device: Internal Memory Card Reader
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: IR Receiver
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus:
    Please help me fix this issue.
    Thank you,
    Nishanth

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you boot, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Please help me with this error: "Apple application support was not found... Error 2"

    Can anyone please help me with this error: "Apple application support was not found... Error 2"
    I've followed the instructions by removing all Apple files from my laptop, but when I reinstall the iTunes software it still comes up with this message:
    "Apple application support is required to run iTunesHelper. Please uninstall iTunes, then install iTunes again. Error 2"
    Thank you

    iTunes "Apple Application Support is required... Error 2" and possible fix.
    I know this is a bit late but I came accross this thread trying to resolve this same problem and came up with a solution that worked for me, so thought I would share it here too. I hope it helps someone else.
    I just resolved this on Win Vista (should apply equally for Win7 too). Please uninstall iTunes before proceeding though. I'll walk you through the process I followed, if you like you can jump straight to the Solution section.
    Problems:
    The initial error during the installation of iTunes was:
    An error occurred during the installation of assembly 'Microsoft.VC80.CRT,version="8.0.50727.4053",type="win32",publicKeyToken='1fc8b 3b9a1e18e3b",processorarchitecture="x86". Please refer to Help and Support for more information. HRESULT:0x8007054F
    The error (after installing iTunes) when trying to run iTunes was:
    Apple Application Support is required to run iTunes. Please uninstall iTunes, then install iTunes again. Error 2 (Windows error 2).
    After trying various fixes around the forums I came across this MSKB article, which relates to the first installation error:
    http://support.microsoft.com/kb/2688946
    This lead me to trying to install MS Visual C++ but I received the following error trying to install that:
    Error 1935.An error occurred during the installation of assembly ‘Microsoft.VC80.ATL,type=”win32”,version=”8.0.50727.762”,publicKeyToken=”1fc8b3 b9a1e18e3b”,processorArchitecture=”amd64”’. Please refer to Help and Support for more information. HRESULT: 0x80070BC9. Assembly interface: IassemblyCacheItem, function: Commit, component: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}
    Note: The installation of VC++ rolls back when it fails.
    Solution:
    Through this error I found this MSKB article:
    http://support.microsoft.com/kb/946414
    The Automated MS "Fix It" msi package didn’t work.
    Note: Please backup your registry first (see the above MSKB article for instructions).
    I opened the registry and (as instructed in the MSKB article) deleted the following keys:
    HKEY_LOCAL_MACHINE\COMPONENTS\
    PendingXmlIdentifier
    NextQueueEntryIndex
    AdvancedInstallersNeedResolving
    Reboot and reinstall iTunes.
    If it helps you please like this so others can find it.

  • Please help me in this black 3d

    Hi
    please help me in this problem
    as shown in the images , i am trying to edit 3d file in adobe photoshop  but its color is black although the main file is colored.
    could you kindly help me ?????
    يوتيوب
    يوتيوب

    This is the Feature Request Forum, please refer to your platform-specific general Photoshop Forum.

Maybe you are looking for