RE: (forte-users) What could have caused the StopWatch classto r eturn

Attila
1. Ops - I DO instantiate it as follows:
[snip]
sw : StopWatch = new;
[snip]
I missed the "= new" in the orig mail message (cut/past from wrong
workspace).
2. LogWriter(deltaT:integer, t1:DateTimeData, t2:DateTimeData)
[snip]
task.part.logmgr.put('| ');
task.part.logmgr.put(deltaT);
task.part.logmgr.put(' | ');
task.part.logmgr.put(t1);
task.part.logmgr.put(' | ');
task.part.logmgr.put(t2);
task.part.logmgr.putline(' |');
[snip]
OK, it's just a quick 'n dirty but it does the job for testing.
Regards,
Dirk
-----Original Message-----
From: Attila Rácz [mailto:[email protected]]
Sent: Thursday, 7 October 1999 14:35
To: Haben, Dirk
Subject: Re: (forte-users) What could have caused the
StopWatch class to
return a negative v alue?
Hi Dirk,
1. You don't instantiate the StopWatch object!!! So the
attached code have to
throw a NIL exception. On my PC it does:
"Trying to invoke a method on a NIL object (qqos_StopWatch, 1)."
2. Send the whole LogWriter method for analyzing.
Attila
"Haben, Dirk" wrote:
G'day
Suppose the following output is produced:
Loaded Forte Message Catalog 'fortemsg/en_us.cat'
NLM Startup is Complete - Partition's Locale is 'c'
Loading partition CollectResponseStatistics_cl0_Client built on 30-Sep-1999
09:12:28.
Attached to manager for node BLAH.
%DiH-I-VERID: CollectResponseStatistics_v371.002
%DiH-I-BGP, BGP Started...
%DiH-I, Repeat Interval (in milliseconds) 300000
%DiH-I, Sample Account Number: 123456
%DiH-I-BGPSTART, BackgroundProcessing started at: 07-Oct-1999 08:54:16
| Total Time | Account Fetch | Account Fetch |
| in milliSeconds | Start Time | Completion Time |
|-----------------|----------------------|----------------------|
| -194 | 07-Oct-1999 08:54:16 | 07-Oct-1999 08:54:17 |
What could cause the stopwatch class to return this negative value? Here is
the code that is run:
sw : StopWatch;
//that line is actual as follows:
sw : StopWatch = new;
//*****[Dirk]
>>
BP_t1 : DateTimeData = new;
BP_t2 : DateTimeData = new;
BP_t1.SetCurrent();
self.LogWriter('%DiH-I-BGPSTART, BackgroundProcessing started at: ',BP_t1);
self.LogWriterHeading();
tmpAcc : account = new;
sw.fire();
BP_t1.SetCurrent();
tmpAcc = self.AccountFetch(aAccountNumber);
BP_t2.SetCurrent();
deltaT : Integer = sw.split();
self.LogWriter(deltaT,BP_t1,BP_t2);
Oh, and the logwriter is just a formatted logmgr.put(deltaT) ,
logmgr.put(t1) etc
Any light on this one much appreciated.
Thanks,
Dirk
For the archives, go to: http://lists.sageit.com/forte-users and use
the login: forte and the password: archive. To unsubscribe, send in a new
email the word: 'Unsubscribe' to:
[email protected]
Attila Racz Lufthansa
Systems Hungary
BUD LSYH
E-mail: [email protected] .-``'.
Tel.: (36 1) 431-2910 .` .' Mazsa ter 2-6.
Fax : (36 1) 431-2977 _.-' '._ H-1107
Budapest, Hungary

Attila
1. Ops - I DO instantiate it as follows:
[snip]
sw : StopWatch = new;
[snip]
I missed the "= new" in the orig mail message (cut/past from wrong
workspace).
2. LogWriter(deltaT:integer, t1:DateTimeData, t2:DateTimeData)
[snip]
task.part.logmgr.put('| ');
task.part.logmgr.put(deltaT);
task.part.logmgr.put(' | ');
task.part.logmgr.put(t1);
task.part.logmgr.put(' | ');
task.part.logmgr.put(t2);
task.part.logmgr.putline(' |');
[snip]
OK, it's just a quick 'n dirty but it does the job for testing.
Regards,
Dirk
-----Original Message-----
From: Attila Rácz [mailto:[email protected]]
Sent: Thursday, 7 October 1999 14:35
To: Haben, Dirk
Subject: Re: (forte-users) What could have caused the
StopWatch class to
return a negative v alue?
Hi Dirk,
1. You don't instantiate the StopWatch object!!! So the
attached code have to
throw a NIL exception. On my PC it does:
"Trying to invoke a method on a NIL object (qqos_StopWatch, 1)."
2. Send the whole LogWriter method for analyzing.
Attila
"Haben, Dirk" wrote:
G'day
Suppose the following output is produced:
Loaded Forte Message Catalog 'fortemsg/en_us.cat'
NLM Startup is Complete - Partition's Locale is 'c'
Loading partition CollectResponseStatistics_cl0_Client built on 30-Sep-1999
09:12:28.
Attached to manager for node BLAH.
%DiH-I-VERID: CollectResponseStatistics_v371.002
%DiH-I-BGP, BGP Started...
%DiH-I, Repeat Interval (in milliseconds) 300000
%DiH-I, Sample Account Number: 123456
%DiH-I-BGPSTART, BackgroundProcessing started at: 07-Oct-1999 08:54:16
| Total Time | Account Fetch | Account Fetch |
| in milliSeconds | Start Time | Completion Time |
|-----------------|----------------------|----------------------|
| -194 | 07-Oct-1999 08:54:16 | 07-Oct-1999 08:54:17 |
What could cause the stopwatch class to return this negative value? Here is
the code that is run:
sw : StopWatch;
//that line is actual as follows:
sw : StopWatch = new;
//*****[Dirk]
>>
BP_t1 : DateTimeData = new;
BP_t2 : DateTimeData = new;
BP_t1.SetCurrent();
self.LogWriter('%DiH-I-BGPSTART, BackgroundProcessing started at: ',BP_t1);
self.LogWriterHeading();
tmpAcc : account = new;
sw.fire();
BP_t1.SetCurrent();
tmpAcc = self.AccountFetch(aAccountNumber);
BP_t2.SetCurrent();
deltaT : Integer = sw.split();
self.LogWriter(deltaT,BP_t1,BP_t2);
Oh, and the logwriter is just a formatted logmgr.put(deltaT) ,
logmgr.put(t1) etc
Any light on this one much appreciated.
Thanks,
Dirk
For the archives, go to: http://lists.sageit.com/forte-users and use
the login: forte and the password: archive. To unsubscribe, send in a new
email the word: 'Unsubscribe' to:
[email protected]
Attila Racz Lufthansa
Systems Hungary
BUD LSYH
E-mail: [email protected] .-``'.
Tel.: (36 1) 431-2910 .` .' Mazsa ter 2-6.
Fax : (36 1) 431-2977 _.-' '._ H-1107
Budapest, Hungary

Similar Messages

  • What could have caused me to lose all my texts on my iPhone 4?

    I've been using my iPhone 4 regularly since I purchased it in October of 2010 & have never had issues with it.  I'm the type of person that saves all my texts, so I have basically every text I've ever sent or received from August of 2008 when I purchased my iPhone 3G up to yesterday. 
    Yesterday I sent a picture to a friend via MMS, and right after sending it, my phone went straight to the silver Apple Logo like I had restarted my phone.  It loaded like it does after a restart, but I went to "Messaging" and all my texts were completely gone.  Texting is working just fine as a friend sent a text a few minutes later and it showed up, but now that's my only text & all past texts disappeared. 
    Fortunately I backed up my phone on May 13, so I should be able to do a restore from that backup and only lose my texts from the last 10 days, but it's still a pain and I have no idea what may have caused it.  Has anyone else had this issue in the past & is there anything I can do to avoid it?  If anything, this'll teach me to backup my phone daily instead of every few weeks.

    Try here:
    iOS: Not responding or does not turn on

  • I took my mac book pro to an apple store to repair a broken lcd display.  When we go to pick it up, they tell us the drive is corrupted therefore the hard drive had to be wiped clean!  What could have caused this?

    I am wondering how i could have a corrupted drive, when right before the lcd screen cracked I was writing a paper.  They pretty much gave only one option which was the wipe it clean, they didn't even allow us to ex

    Why didn't you ask the repair tech who told you your drive is corrupted? 

  • Daughter's new Mac laptop loses connection after about 15minutes on her apartment cable provider network.  Her roommates older Mac works ok as did my daughters olde MacBook what could Be causing the shutoff?

    Daughters new macBook loses connectivity on wifi at her apartment after about 15 minutes but works fine on other wifi networks. Her roommates older MacBook works fine on wifi as did my daughters older MacBook.  what could Be the cause?---mmannaxx

    Assuming this does not happen at a specific time of day but randomly when ever she connects, she may need to power cycle the modem/router, with the MBP off, after it reestablishes connection and IP addresses, then power up the MBP and reconnect. 

  • When using iChat, what could be causing the person I am chatting with to see my daughter's name instead of my name?

    I had a regular chat buddy tell me that I was showing up in his chat window as Rosie (Last Name) instead of Michael (Last Name). I had noticed once or twice before when I had gone to Apple support to sign up for an Express Support call (where they call you at an appointed time) that it had Rosie's name instead of mine. I thought that maybe my daughter had called in for technical support or something.
    But after my chat buddy said he saw it on his chat window, I logged into the Manage your Apple ID site and sure enough it had the wrong first name assoicated with this Apple ID! So, I edited that back from my daughter's name to mine and submitted that change.
    Well, that chat buddy is still seeing me as Rosie, even though it all looks correct now at the manage Apple ID site.
    I'm not sure what to do. My daughter has her own Apple ID which is part of our MobileMe family plan. So, I guess in that sense there is some linkage between hers and mine. But that shouldn't create a problem should it? It's a unique username. I think they're only connected in a billing sense. And they soon won't be in iCloud.
    Can anybody tell me why this is happening?

    Hi,
    What I meant by "First Name" is the one at the top of the list as it were when the Family account was set up.
    (All the other sub-accounts tend to be regarded as Aliases)
    As @me.com names can now be linked to iCloud IDs  it may pay to look at separating the account out into different IDs in their own right.
    9:51 PM      Wednesday; February 22, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Os x crashed. what could have been the issue??? [log attached]

    here is the crash log...
    Interval Since Last Panic Report:  326223 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    B89DF022-5478-F968-7AFD-E80DF31E12C2
    Wed Jan 30 09:56:51 2013
    panic(cpu 0 caller 0xffffff80048b7bd5): Kernel trap at 0xffffff80048b170b, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x000000010e026000, CR3: 0x00000000074cd000, CR4: 0x0000000000000660
    RAX: 0xe85fbfe57668fe73, RBX: 0x0000000000000000, RCX: 0x00000000dfc6abc1, RDX: 0xffffff8007da3260
    RSP: 0xffffff80e647baa0, RBP: 0xffffff80e647bad0, RSI: 0x000000000189a740, RDI: 0xffffff8007da3260
    R8:  0x0000000000000000, R9:  0xffffff80e647bb64, R10: 0xffffff7f869a2240, R11: 0xffffff8004e7de88
    R12: 0x000023ae3ba18cff, R13: 0x0000000000000001, R14: 0xffffff8007da3260, R15: 0x0000000000000000
    RFL: 0x0000000000010282, RIP: 0xffffff80048b170b, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x000000010e026000, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80e647b740 : 0xffffff800481d626
    0xffffff80e647b7b0 : 0xffffff80048b7bd5
    0xffffff80e647b980 : 0xffffff80048ce4ed
    0xffffff80e647b9a0 : 0xffffff80048b170b
    0xffffff80e647bad0 : 0xffffff80048acd05
    0xffffff80e647baf0 : 0xffffff800484352b
    0xffffff80e647bbd0 : 0xffffff80048245ed
    0xffffff80e647bc00 : 0xffffff8004c22ca2
    0xffffff80e647bc20 : 0xffffff7f8575b3e7
    0xffffff80e647bcc0 : 0xffffff7f8575a219
    0xffffff80e647bd00 : 0xffffff7f85bae310
    0xffffff80e647bd30 : 0xffffff7f86999cda
    0xffffff80e647bd50 : 0xffffff7f86999ac6
    0xffffff80e647bdb0 : 0xffffff7f85b35234
    0xffffff80e647bdf0 : 0xffffff7f85b352f1
    0xffffff80e647be00 : 0xffffff7f85b30837
    0xffffff80e647be30 : 0xffffff7f85b307b5
    0xffffff80e647be60 : 0xffffff7f85b0e949
    0xffffff80e647beb0 : 0xffffff7f85b06036
    0xffffff80e647bee0 : 0xffffff7f85b05fcd
    0xffffff80e647bef0 : 0xffffff7f85b0431d
    0xffffff80e647bf30 : 0xffffff7f85b43f07
    0xffffff80e647bf50 : 0xffffff7f85b43eb7
    0xffffff80e647bf70 : 0xffffff7f85b43f2c
    0xffffff80e647bf90 : 0xffffff7f85b44023
    0xffffff80e647bfb0 : 0xffffff80048b26b7
          Kernel Extensions in backtrace:
             com.apple.iokit.IOHIDFamily(1.8)[A8BDA67A-2357-3D32-AD59-A8C4B7352E04]@0xffffff 7f85755000->0xffffff7f857c1fff
                dependency: com.apple.driver.AppleKeyStore(28.21)[DC238DEC-B495-31BC-9FDD-0FE8FA1B9D06]@0xf fffff7f85747000
             com.apple.iokit.IOBluetoothFamily(4.0.9f33)[1C326A11-ADF7-353E-AD41-458D6A886E0 5]@0xffffff7f85afc000->0xffffff7f85b9cfff
                dependency: com.apple.iokit.IOUSBFamily(5.4.0)[C3094550-7F58-3933-A4F7-CD33AE83F8B9]@0xffff ff7f856ce000
             com.apple.driver.IOBluetoothHIDDriver(4.0.9f33)[27AA1876-A690-336C-BADB-EA5F95A BDBC4]@0xffffff7f85ba9000->0xffffff7f85bbafff
                dependency: com.apple.iokit.IOHIDFamily(1.8.0)[A8BDA67A-2357-3D32-AD59-A8C4B7352E04]@0xffff ff7f85755000
                dependency: com.apple.iokit.IOBluetoothFamily(4.0.9f33)[1C326A11-ADF7-353E-AD41-458D6A886E0 5]@0xffffff7f85afc000
             com.apple.driver.AppleBluetoothMultitouch(75.15)[861E3E57-3757-3FE3-BD75-A87643 9EAF4C]@0xffffff7f86997000->0xffffff7f869a4fff
                dependency: com.apple.iokit.IOBluetoothFamily(4.0.9f33)[1C326A11-ADF7-353E-AD41-458D6A886E0 5]@0xffffff7f85afc000
                dependency: com.apple.iokit.IOHIDFamily(1.8.0)[A8BDA67A-2357-3D32-AD59-A8C4B7352E04]@0xffff ff7f85755000
                dependency: com.apple.driver.AppleMultitouchDriver(235.28)[D0E53F9B-ECB2-3D1A-B4A8-1296FAE5 59FB]@0xffffff7f866ab000
                dependency: com.apple.driver.IOBluetoothHIDDriver(4.0.9f33)[27AA1876-A690-336C-BADB-EA5F95A BDBC4]@0xffffff7f85ba9000
    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:     0x0000000004600000
    Kernel text base: 0xffffff8004800000
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 39231231969328
    last loaded kext at 22353848429532: com.apple.driver.AppleUSBCDC          4.1.22 (addr 0xffffff7f86a6b000, size 16384)
    last unloaded kext at 22546175936628: com.apple.driver.AppleUSBCDC          4.1.22 (addr 0xffffff7f86a6b000, size 12288)
    loaded kexts:
    com.apple.driver.AppleBluetoothMultitouch          75.15
    com.apple.filesystems.msdosfs          1.8
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f33
    com.apple.driver.AGPM          100.12.69
    com.apple.driver.AppleHDA          2.3.1f2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleBacklight          170.2.3
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.driver.AppleSMCLMU          2.0.2d0
    com.apple.driver.AppleMikeyDriver          2.3.1f2
    com.apple.driver.ApplePolicyControl          3.2.11
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.GeForce          8.0.0
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleUSBTCButtons          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.driver.AppleUSBTCKeyboard          235.4
    com.apple.driver.AppleUSBCardReader          3.1.0
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.2
    com.apple.driver.AirPort.Brcm4331          602.15.22
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AppleAHCIPort          2.4.1
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AppleUSBOHCI          5.2.5
    com.apple.driver.AppleUSBHub          5.2.5
    com.apple.driver.AppleUSBEHCI          5.4.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard          165.5
    com.apple.driver.AppleHIDKeyboard          165.5
    com.apple.driver.IOBluetoothHIDDriver          4.0.9f33
    com.apple.driver.AppleMultitouchDriver          235.28
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.DspFuncLib          2.3.1f2
    com.apple.iokit.IOAudioFamily          1.8.9fc10
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOSurface          86.0.3
    com.apple.iokit.IOBluetoothFamily          4.0.9f33
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.driver.AppleHDAController          2.3.1f2
    com.apple.iokit.IOHDAFamily          2.3.1f2
    com.apple.driver.AppleGraphicsControl          3.2.11
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.iokit.IONDRVSupport          2.3.5
    com.apple.iokit.IOGraphicsFamily          2.3.5
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.driver.AppleUSBMultitouch          235.7
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.1
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.driver.AppleUSBMergeNub          5.2.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    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.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOAHCIFamily          2.2.1
    com.apple.driver.NVSMU          2.2.9
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOUSBUserClient          5.2.5
    com.apple.iokit.IOUSBFamily          5.4.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7.2
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacBookPro7,1, BootROM MBP71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.4 GHz, 8 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x014F, 0x4A4D313036364B534E2D3447202020202020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x014F, 0x4A4D313036364B534E2D3447202020202020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: ST9250315ASG, 250.06 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: USB Mass Storage Device, 0x14cd  (MOAI ELECTRONICS CORPORATION), 0x6116, 0x24100000 / 3
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24600000 / 2
    USB Device: USB 2.0 Hub [MTT], 0x1a40  (TERMINUS TECHNOLOGY INC.), 0x0101, 0x26400000 / 3
    USB Device: FreeAgent GoFlex, 0x0bc2  (Seagate LLC), 0x5031, 0x26410000 / 5
    USB Device: StoreJet Transcend, 0x152d  (JMicron Technology Corp.), 0x2329, 0x26420000 / 4
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26100000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06610000 / 5
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x06500000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x06300000 / 2
    can someone tell me what went wrong?

     
    Mac OS X 10.7 Help: If “You need to restart your computer” appears 
    Kernel Panics? Don't panic too! 

  • Any idea what could have caused this screen issue?

    I was wiping off the keyboard on my Mac pro 1,1 and now the screen looks like the attached photo. I am running OS 10.7.5 and had no issues with the computer or the monitor until a few minutes ago
    It is a Gateway KX2153 monitor and I tried adjusting the screen with little help. Everything is all washed out now.
    Any suggestions on how to fix this?

    Here is how the web page itself looks with the posted question

  • Windows 7 crash on starting of Photoshop CS6, any idea what could have caused this?

    Any advise is much appreciated

    Operating system drivers are most likely responsible for system crashes.
    See if you can update your display driver, from the web site of the maker of your video card.
    -Noel

  • I have an apogee ensemble that I am using with Logic that was working fine 2 days ago but now it is seeing the apogee but giving me a conflict era and I can't get sound through my mixing board. What could be causing it, I haven't changed any settings

    I have an apogee ensemble that I am using with Logic that was working fine 2 days ago but now it is seeing the apogee but giving me a conflict era and I can't get sound through my mixing board. What could be causing it, I haven't changed any settings

    OK, but in my ipad, the apple id i have in itues is already the one  iwant to have, but th one i used to sin in for i-coud is the other one. Any tip as to how to change the apple id for icloud and any idea how to know what apps i bought with the other apple id so as to delete them from my ipad to avoid being asked to enter another apple id every time they get updated? thanks!

  • I've just downloaded Sophos (yesterday) and commenced the scan. It keeps stopping part way through, the 2nd time when it was about 98% completed after 4 hours!!!! I've had to start again. What could be causing this? I have Mountain Lion.

    I've just downloaded Sophos (yesterday) and commenced the scan. It keeps stopping part way through, the 2nd time when it was about 98% completed after 4 hours!!!! I've had to start again. What could be causing this? I have Mountain Lion.

    Thomas A Reed wrote:
    You will be advised by people here that Sophos is "junk" and should be removed {...} Sophos actually works pretty well, in my testing, and so I would suspect that there may be an underlying problem with your file system that needs to be repaired.
    FWIW, I have used Sophos regularly for several years now (including on my new iMac running Mountain Lion versions 10.8.2 & now 10.8.3) & never had any problems with it on any of the half dozen or so Macs I have installed it on.
    Quite a few people automatically assume all Mac A-V software is troublesome junk, & many will leap to the conclusion it is the cause of some problem without considering other potential (& often much more likely) causes, regardless of which A-V product is installed.
    Obviously I hope, not all A-V products are alike, so it doesn't make a lot of sense to me to condemn them all because of problems with one of them. Regarding Sophos in particular, finding first hand reports of it causing problems is quite difficult -- typically, if you ask for the details it turns out to be a second or third hand report & there isn't enough info available to know for certain if it is the real cause or not.
    This is not to say it is impossible for it to cause problems, just that it is prudent to consider all the possibilities before concluding that any one of them is the cause.

  • I have had two movie rentals, stop in the middle of downloading tonight, both giving me the error message "(err = 50)" -- It looks like its a network connectivity message, but I'm connected.  Any idea on what could be causing this?  No info anywhere!

    I have had two movie rentals, stop in the middle of downloading tonight, both giving me the error message "(err = 50)" -- It looks like its a network connectivity message, but I'm connected.  Any idea on what could be causing this?  I cannot find info anywhere!
    Thanks for any help

    If you have anti virus software installed, disable that.
    Try turning off the Firewall in System Preferences > Security
    iTunes: Advanced iTunes Store troubleshooting
    It would help when you post to tell us which Mac OS X you have installed. Thank you !!

  • Appears and quickly disappears a new screen overlaying the screen in use, it starts at the bottom of the screen tela.MACbook pro retina.O what could be causing this?

    appears and quickly disappears a new screen overlaying the screen in use, it starts at the bottom of the screen tela.MACbook pro retina.O what could be causing this?

    Thanks for the suggestion, the next step was to call Apple, who gave me a claim number, which I discovered you must have to get anything done with them.  They refered me to a Apple store or repair center, after some reseach took it to the Computer Store in Mobile, Alabama and they were excellent.  They took pictures of the screen with bug submitted it to Apple who denied the claim but they kept kicking it up to the next level and finally Apple agreed to sent new cover.  The Computer Store had the cover the next day, they changed it out and now I am bug free.  If your in the area of Mobile Alabama you can feel good about getting help from the Computer Store.  For the two folks that responded to my note, Thank You, good comments and good advice.

  • After updating my 4S to iOS 5.1.1 last night, none of my data applications are working today, nor Siri, iMessage or anything of the like. I'm at a loss as to what might have caused it. Is anyone else having this issue/has anyone found a fix?

    After updating my 4S to iOS 5.1.1 last night, none of my data applications are working today, nor Siri, iMessage or anything of the like. I'm at a loss as to what might have caused it. Is anyone else having this issue/has anyone found a fix? Everything seems to work fine if I connect to wireless, but if I'm not connected to it then nothing is working. My service provider says everything should be working fine, I still have the 3G symbol and full bars.

    Somebody clearly hasn't read the User Guide.
    Basic troubleshooting steps are retart, reset, restore from backup, restore as NEW. 
    If you have tried ALL of these steps and you're still having problems, then you need to bring your phone into Apple for evaluation.

  • What could've caused these marks on the casing?

    Hi forum.
    I've recently given back the Powerbook G4 I was using on my old job. Being depressingly Mac-less, I'm buying a new MBP.
    On my old one, I managed to leave behind some interesting and very odd looking marks on both sides of the touchpad. In a wide area presumably where the pawn of my hands were resting evolved a bunch of marks that could look kind of like acid burns.
    I would really like to think my hands are not dissecting acid, and further not like to cause these marks on my new MacBookPro.
    I'm therefore looking for someone who has seen something like this before, and has some tips and hints on what could be causing it, and how to prevent it.
    See some pictures of it:
    http://crooncore.dk/powerbook_marks.JPG
    http://crooncore.dk/powerbook_marks2.JPG
    Regards,
    kspr
    Powerbook G4   Mac OS X (10.4.8)  

    Isn't this funny.
    You buy a MBP, and think it is a nice machine, and the next moment you have to realize that all the design just reduces functionalty to be ridiculous...
    Why using such an finish for an object that is being used with your hands... next you will probably be able to buy the super iGloves not to scratch or harm you MBP ("others buy ugly magnesium computers, but you have the chance to look great with your novel iGloves and your shiny aluminium case").
    Hey come on Apple, design is good but functionnality is first. You are really fooling your customers. By the way, shouldn't design take care of the fact that transportable computer may be droped once in a while? I better not imagine how this computer looks like afterwards.
    Well hopefully they will start again one day to change their goals.

  • THE LINKS AT THE TOP OF ANY WEB PAGE NO LONGER WORK. wHAT COULD BE CAUSING THIS

    WITHIN THE LAST FEW DAYS NO MATTER WHAT WEBSITE I GO TO THE LINKS IN THE BANNER OR TOP PORTION OF THE PAGE DO NOT WORK. THE SYSTEM DOESN'T SEEM TO KNOW THAT THEY ARE LINKS WHEN I HOVER OVER THEM I GET THE MOUSE ARROW ICON INSTEAD OF THE HAND LIKE I DO ON ALL OTHER LINKS ON THE PAGE. THE LINKS ON THE SIDES AND BOTTOM OF THE PAGE WORK JUST FINE. WHAT COULD BE CAUSING THIS?

    That is a problem with the Yahoo! Toolbar.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

Maybe you are looking for

  • Refining JS script to control a pop up window

    After much frustration... I have a working popup window to display small images. The script thanks to WEB DESIGN GARAGE by Marc Campbell is simple enough, he has me paste this in the body: <script language="JavaScript">   function doPopup(popupPath)

  • Best Way To Display Photos On HDTV?

    I would like to display photos on a HDTV (16:9 aspect ratio, 1280x720 pixel max) at the highest possible resolution. The best photo quality, I assume, is obtained by connecting a computer's DVI output (or a networked media server) directly to the HDT

  • How to debug Infoset Query in ABAP?

    Hi    I have an Infoset Query created by another user, please let me know how to debug this? Thanks Naga

  • Idoc to XI to FTP BATCH process

    Hi, I have a scenario to send idoc from SAP R/3 to FTP server using XI. In this scenario, the interface should be executed in batch once in every hour. How can I schedule the interface in BATCH running for every hour? Please explain in detail if poss

  • USB devices not recognised by MBA on 10.7.5

    Hi all, I've been using a livescribe pen and a blackberry torch for the last couple of years and suddenly they aren't being recognised by my MBA.  I've tried resetting the PRAM and SMT but no joy.  I've done hard resets of the BB and LS pen but that