Freezing issues in IE8 with scorm 1.2 captivate 6.1 export in moodle 2.5

Hi
I am working for a large commercial company where we have IE8 and a moodle 2.5, i am exporting multible scorm 2.1 packages from captivate 6.1, the issue i am having is that the scorm content loads fine, then it gets too a screen that says loading, it then just sits there, we have waited hours and it never loads, the scorm package is flash based no HTML5 as this does not work with IE8, we have tried lots of different settings i have even removed the swf from the scorm package after export, replaced with an image, and updated the IMS manifest, this worked with no problems when re-zipped and uploaded, which makes me think its the swf file.
We have all the right flash plugins and can play a uploaded SWF with no issues, so i believe it is to do with the swf in the scorm package and how it calls on the appropriate plugins to run.
my question really is has anybody found themselves in the same situation, i cannot update IE8 to a newer version as this is a site wide company policy.
i have been through lots of threads that sound similar to the issue i have had but none had resolved.
hopefully
somebody can help me.
Kind Regards
Craig Sumner

NNot tried it on scorm cloud but when it's ran on a machine from a different moodle instance and IE 10 works fine, we ran the scorm debug page on the machine as we access the scorm content on IE8 & everything loads psnd runs fine on the scorm

Similar Messages

  • Weird Freezing Issues... with Screeching Noise!

    It said to post here if it didn't fit any other categories. There was not a Post Topic button on the main page so I apologize if this is the wrong place. I have an Indigo iMac, bought from ebay, running 10.3.9 and 9.2.2. It arrived yesterday and I setup my admin account with no problem. But very, very randomly, it just freezes up. About half the time, when you hit the restart button the screen goes dark and there's a loud screeching noise while the power button flashes slowly. After which you have to hold in the power button to shut it off. turn it back on and it seems to run fine for awhile but then it'll freeze. Every now and then I get lucky and the restart button works normally.
    Other issues that may be part of the same problem: I've received the "You need to restart your computer" warning in 4 languages about 3 times. when trying to Force Quit a System 9 Application it did a restart instead. LOL Icons in the dock will appear corrupted with see thru areas in them right before a freeze. I cannot not run Disk Utility to check for problems; it freezes immediately.
    Other Information: I haven't had time to load most of my programs, I have no special fonts loaded yet (I'm a graphic designer), I'm using Verizon DSL for internet (but problems were present well before I loaded that up).
    In short, I have no idea what's doing this. It's like nothing I've ever encountered. The symptoms are so random that it's hard to tell the cause. But one thing is guarateed. It will freeze up sometime during use. Every time. The computer is lightning fast for it's age, and when it works, it works great, so I don't want to return it. I just want to fix whatever the bug is. Any help is greatly appreciated. Let me know if you need other information I may not have thought to give.

    Did you check out the RAM? Screeching noises are not good, you might want to run the hardware test and also see if the HD is in good shape. In the end, you might be better off returning it and getting another one, there are lots out there.
    You can probably get a more informed reply if you post to http://discussions.apple.com/forum.jspa?forumID=888, which covers the CRT iMacs.
    Good luck,
    Miriam

  • Problems with Scorm and Captivate

    There appears to be a major problem with Scorm compliance and Captivate 4.
    From my understanding, Scorm 1.2 requires that the Manifest include the filenames of all resource files in order to import them. It appears that when Captivate externalizes its resources (Skins, etc) it does not include them in the Manifest. This is because Captivate does not dynamically create the manifest, but rather uses template manifest to fill in variables. The file that is missing from the template is untitled_skin.swf. Below is the template and the output from my test. From the template, it does not appear that Captivate will support anything other than a single SWF and be compliant with Scorm 1.2 (1.2 Scorm Specs http://www.imsglobal.org/content/packaging/cpv1p1p2/imscp_bestv1p1p2.html)
    Template:
    <resources>
      <resource identifier="@RD_MQZ_MANIFEST_ID_RES" type="webcontent" href="@RD_MQZ_MANIFEST_HTM_NAME_HREF" adlcp:scormtype="sco">
             <file href="@RD_MQZ_MANIFEST_SWF_NAME"/>
          <file href="@RD_MQZ_MANIFEST_HTM_NAME"/>
                <file href="SCORM_support/scorm_support.htm"/>
                <file href="SCORM_support/scorm_support.js"/>
                <file href="SCORM_support/scorm_support.swf"/>
      </resource>
    Actual XML:
    <resources>
    - <resource identifier="SCO_ID1_RES" type="webcontent"href="untitled.htm"adlcp:scormtype="sco">
    <file href="untitled.swf" />
    <file href="untitled.htm" />
    <file href="SCORM_support/scorm_support.htm" />
    <file href="SCORM_support/scorm_support.js" />
    <file href="SCORM_support/scorm_support.swf" />
    Please advise..
    Thank You!

    Michael,
    SCORM packages do have a number of "must-haves", but the listing of every last resource asset is more a best practice (although a good idea).
    The content doc that you reference actually states that it is a best-practice document at the top. 
    My stand has always been that in the long run you are much better off if you follow all the rules (especially as the standards evolve and build on each other) so I would love to see captivate list all the resources in the future.
    Importantly though, for any SCORM certified LMS there are two instances where resources MUST be listed.
    First, if it is the href launch file for that particular resource (i.e. <resource identifier="SCO_ID1_RES" type="webcontent" href="untitled.htm"adlcp:scormtype="sco"> in your example) then obviously it must be listed in order for LMS to serve up the next part of the course.
    The other time it must be listed is if that particular resource is actually a "dependency sub-element" of whatever sco or other resource it applies to.
    As long as you have those bases covered, and all the other rules of course (schemas definitions, etc...) it should still pass the appropriate ADL conformance test suite.
    I use both captivate 3 and 4 with a whole host of different LMS systems and have found the generated files to be quite sufficient for basic packaging needs.
    Although, I have made a few customizations based on comments I have read from Andrew Cherney and Mike Rustici (I try to read everything either one of them answers for someone on the forum).
    If you are saying that a particular LMS is doing some kind of "import validation" before it accepts and allows you to publish your content, then that is actually quite common (though usually transparent unless you hit a snag in the validation).
    Typically, the validation will consist of a shortened version of the same basic items that the ADL test suite checks for (schemas and declarations, launch files, etc..).
    That said, if because of an LMS that you need to account for, you absolutely NEED to have all the files listed in the manifest, a great tool for ensuring that is actually free.
    It is called RELOAD, and if you ever take one of the courses run by the ADL Academic Co-Lab (which I highly recommend) that is the tool they use for teaching about packaging and sequencing.
    Very useful tool for creating new packages or editing existing packages as well as adding metadata, sequencing rules and so on.
    RELOAD lets you drag and drop whole directories of resources and set their dependency requirements so you could use it to quickly add all your resources to the manifest.
    This is their website:
    http://www.reload.ac.uk/
    I can generally get by with just the files that captivate generates for scorm 1.2 , but for any heavy lifting (i.e. dynamic sequencing in scorm 2004), I always bring RELOAD into the picture.
    I hope this was helpful.  I tend to ramble on about standards sometimes...
    Russ

  • Mac Pro Screen Freezing Issue with NVIDIA 8800 GT too

    There were lots of entry in threads, where the screen freezing issue was described (disorted screen with strange lines, only reboot helps). Nearly all cases seem to be related to the ATI 2600 card.
    http://discussions.apple.com/thread.jspa?threadID=1358062&tstart=30
    http://discussions.apple.com/thread.jspa?threadID=1365277&tstart=0
    I opened this new thread to show, that this problems occurs not only for the ATI card but for the NVIDIA 8800 card, too.
    My MacPro was delivered 8 days ago and was running without any problems. But all of a sudden, I got that screen freeze. And it wasn't the first time, I was heavely working 2-3 hours with that computer.
    In total, 2 screen freezes showed on my computer. The first one during working with the computer. The second one during booting into MacOS X. The screen freeze occured during the boot phase with the grey screen and the spinning wheel.
    My configuration:
    MacPro 2.8, Dual Quad Core
    6 GB RAM
    3 harddisks, 1 standard from Apple, 2 Samsung with 750GB
    MacOS 10.5.2
    Formac 20" Monitor
    Perhaps others have this problem, too? Than we should emphasize, that this is not an ATI related problem.

    I've actually been having the freezing issue for a while now but I didn't have the know-how to troubleshoot it (PC tech trying to support the only Mac lab in the building).
    MacPro will freeze randomly (no trend in time, system strain, or open programs). The mouse will operate but will not interact with anything.
    Specs:
    MacPro - Model 1,1
    Dual Core Xeon 2.66
    2gb RAM
    nVidia GeForce 7300 GT
    Mac OS 10.4.11
    The machine always has 2 displays connected to it so the workaround that was discussed for the ATI 2600 doesn't apply. I had 1 display connected here in my shop and it froze for that as well.
    Message was edited by: DocturKnowles

  • Leopard ATI Radeon X1900 XT Freezing Issue, fixed with 10.5.2?

    Mac Pro (8-core) original 3.0Ghz 8 core. Purchased October 2007. Ran Tiger 10.4.10 from the box. updated to 10.4.11. ATI Firmware update was not required as it was pre-installed. Never had a crash. Installed Leopard 2 days after release. Installed 10.5.1 the day of release. No problems so far...
    A week later watching the "Jelly" iTunes Visualizer, the Screen froze, but iTunes kept playing... The machine was reachable over SSH but very much useless as a reboot command hung. Hard reset, went about my business. A day later unit froze during iTunes Jelly Visualizer again. this time music also crashed. As I approached to reboot the unit noticed very loud video card fan noise. Extracted the burning hot card, later compress air removed some clogging dust bunnies. Reinstalled card and no more freezes for 2 weeks. Freezes again, this time watching youtube in Safari. Made sure data backup is up to date. Performed an Archive and Install of leopard, ran all updates to 10.5.1. This time Mac Pro was fine for a week .... *Freeze*.
    Called apple care, after having to explain to a rep what itunes visualizer was, referred to iPod specialist, who transfered me to Mac Pro specialist, 1 hour later, thoroughly explain issues to rep, who after 45 minutes was convinced issue with HW and not SW . Apple sends Do It Yourself repair video card. I replaced it. 4 days later unit Froze again. This time watching movie on VLC...
    A week later 10.5.2 was released, and shortly thereafter Leopard Graphics Update 1. So far **nervously knock on wood** no more freezes. I am hoping that whatever black magic was included in these recent updates fixes the Leopard crashes with ATI Radeon X1900 XT. Needless to say this is the last ATI Radeon I "buy".
    I need to know and track other users findings issues and experience with Leopard and the ATI Radeon X1900 XT on a Mac Pro. Been reading about a lot of issues with Leopard and the ATI Radeon X1900 XT on the these boards. Google turns up info galore. ...
    I am holding my breath

    Spoke too soon. Today as I was leaving the house I set the Mac Pro to sleep. When I attempted to wake the machine upon return, display 1 became all garbled. Display 2 was still visible and the mouse moved, but I was not able to click any windows. I ssh'd in with my macbookpro and was able to do a "sudo reboot". In the process it got stuck and in a loop I received:
    Feb 17 16:02:37 octagon kernel[0]: ** ASIC Hang Log End **
    Feb 17 16:02:38 octagon kernel[0]: ATIRadeon::waitfor_rbspace: Overflowed block waiting for FIFO space. Have 0, need 5. RBBM_STATUS 0x9001c100
    Feb 17 16:02:50 octagon kernel[0]: ** ASIC Hang Log Start **
    Feb 17 16:02:35 octagon kernel[0]: 860:0x02090000
    Feb 17 16:02:35 octagon kernel[0]: 861:0x00002808
    Feb 17 16:02:35 octagon kernel[0]: 862:0x00020004
    Feb 17 16:02:35 octagon kernel[0]: 863:0x00100000
    Feb 17 16:02:35 octagon kernel[0]: 864:0x00840000
    Feb 17 16:02:35 octagon kernel[0]: 865:0x00008020
    Feb 17 16:02:35 octagon kernel[0]: 866:0x00100000
    Feb 17 16:02:35 octagon kernel[0]: 867:0x0a040000
    Feb 17 16:02:35 octagon kernel[0]: 868:0x00010000
    Feb 17 16:02:35 octagon kernel[0]: 869:0x00002808
    Feb 17 16:02:35 octagon kernel[0]: 870:0x00020004
    Feb 17 16:02:35 octagon kernel[0]: 871:0x00100000
    Feb 17 16:02:35 octagon kernel[0]: 872:0x00040000
    Feb 17 16:02:35 octagon kernel[0]: 873:0x00008024
    Feb 17 16:02:35 octagon kernel[0]: 874:0x00100100
    Feb 17 16:02:35 octagon kernel[0]: 875:0x0a040000
    Feb 17 16:02:35 octagon kernel[0]: 876:0x02090000
    Feb 17 16:02:35 octagon kernel[0]: 877:0x00002808
    Feb 17 16:02:35 octagon kernel[0]: 878:0x00020004
    Feb 17 16:02:35 octagon kernel[0]: 879:0x00100000
    Feb 17 16:02:35 octagon kernel[0]: 880:0x00840000
    Feb 17 16:02:35 octagon kernel[0]: 881:0x00009020
    Feb 17 16:02:35 octagon kernel[0]: 882:0x00100000
    Feb 17 16:02:35 octagon kernel[0]: 883:0x0a040000
    Feb 17 16:02:35 octagon kernel[0]: 884:0x02090000
    Feb 17 16:02:36 octagon kernel[0]: 885:0x00002808
    Feb 17 16:02:36 octagon kernel[0]: 886:0x00020004
    Feb 17 16:02:36 octagon kernel[0]: 887:0x00100000
    Feb 17 16:02:36 octagon kernel[0]: 888:0x00840100
    Needless to say I had to hard reset....

  • Interface freeze issue with Flash Projector

    I am facing an interface freeze issue with Flash Projector running a flex state based application. A Flash Projector exe was generated from a standalone flash player ver 10.2. The target machine on which the problem occuresd has 10.3.
    Basically "screen freeze" means that the user interface is running as usual on Flash Player, but it's not responding to any user input (like button presses). But if we alt-tab to another application, the state changes in the Flash player. There is display with buttons on the screen, but touching the buttons or doing anything else - it did not respond.  Rebooting the computer fixes the problem.
    Can you suggest why this is happening? Is there any known bug in Flash Player.
    The problem is this is being hard to reproduce on the developer workstation as it doesn't happen always. But it happens quite often on the target machine running an Intel Atom N270. What debugging steps can you suggest?
    Problem Description : http://www.youtube.com/watch?v=z25oV9QWRyk

    First, thanks for the video.  Having this always makes it much easier to understand the problem.  A couple of recommendations.  First, if you feel like this might be a player bug, please add a new bug report over at bugbase.adobe.com and if possible please include any sample code or swf's that can help us reproduce the problem internally.  Linking the video would also be great.  In addition, would you mind reposting this question over on the Flash Professional forums?  This forum is primarily for end users, the Pro forums will get you in touch with a wider developer audience who might have additional feedback.
    Thanks,
    Chris

  • Does the 10.6.4 update fix the freezing issues with the i5 & i7 MBP's

    Since I am on the fence about buying a new 15" MBP I would be interested to know what effect the new update has on the latest MBP's and the freezing issues some are experiencing.

    The "freezes" that are mentioned in other threads here appear to be due to a wide variety of different issues. Looking at the relevant posts I'd reckon about one in thirty of them at the most are due to an unusual issue with a few of the current MBPs. The other 29 are simply the regular array of things that cause freezes on any computer - out of date software, corrupted directory structures, the migration of already corrupted software from older computers, duplicate or corrupted fonts, badly written third party software, the occasional shonky HD or RAM module, etc etc etc.
    THis is a non-issue from what I can see. Some people may well benefit from updating to 10.6.4 , but probably only because it replaces some files that have been corrupted for other reasons in the past.
    I certainly wouldn't be putting off getting a new MBP on the basis of the stuff here. Sure, some people will experience "freezes", but there doesn't really seem to me to be anything out of the ordinary being reported here with respect to the new MBPs. There are a thousand and one things that can lead to "freezes". In a few cases it probably is due to a hardware problem with one component or another. In the vast majority, however, it will simply be because of the common old "thousand and one shocks that silicon chips, magnetic storage and software developers are heir too"!
    Cheers
    Rod

  • MacBook Pro (mid 2010, 15", i5) continued freezing issues

    Hi,
    I was playing Civ4 when my MacBook Pro (mid 2010, 15", i5) froze totally. After a minute it restarted itself and when I logged in, I got an error message:
    Interval Since Last Panic Report:  347317 sec
    Panics Since Last Report:          1
    Sat Sep 24 11:19:37 2011
    panic(cpu 0 caller 0xffffff80002c268d): Kernel trap at 0xffffff7f80c63342, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x000000010f18a470, CR3: 0x0000000000100000, CR4: 0x00000000000206e0
    RAX: 0xffffff800ddf4c04, RBX: 0x0000000000000004, RCX: 0xffffff800d371b04, RDX: 0x0000000000000040
    RSP: 0xffffff807cd63490, RBP: 0xffffff807cd634b0, RSI: 0x000000000000001e, RDI: 0x0d549500ffffff80
    R8:  0xffffff807cd63790, R9:  0x0000000000000000, R10: 0x0000000000000518, R11: 0xffffff8010537b04
    R12: 0xffffff800dda7004, R13: 0x0000000000000004, R14: 0xffffff800ddf4c04, R15: 0xffffff800ddf3004
    RFL: 0x0000000000010202, RIP: 0xffffff7f80c63342, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0x000000010f18a470, Error code: 0x0000000000000000, Faulting CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff807cd63150 : 0xffffff8000220702
    0xffffff807cd631d0 : 0xffffff80002c268d
    0xffffff807cd63370 : 0xffffff80002d7a3d
    0xffffff807cd63390 : 0xffffff7f80c63342
    0xffffff807cd634b0 : 0xffffff7f80c64155
    0xffffff807cd63520 : 0xffffff7f80c644ab
    0xffffff807cd63640 : 0xffffff7f809f514b
    0xffffff807cd63760 : 0xffffff7f808f2695
    0xffffff807cd63850 : 0xffffff7f808eab9a
    0xffffff807cd63920 : 0xffffff7f808ed366
    0xffffff807cd63970 : 0xffffff7f808ef65e
    0xffffff807cd639a0 : 0xffffff7f808f1728
    0xffffff807cd63a40 : 0xffffff7f80917657
    0xffffff807cd63c30 : 0xffffff7f80919088
    0xffffff807cd63d00 : 0xffffff7f81792ee8
    0xffffff807cd63d20 : 0xffffff7f81791c75
    0xffffff807cd63d50 : 0xffffff7f81792569
    0xffffff807cd63e80 : 0xffffff7f817841e7
    0xffffff807cd63ea0 : 0xffffff7f817b5964
    0xffffff807cd63ec0 : 0xffffff7f817b5ddc
    0xffffff807cd63ef0 : 0xffffff8000639626
    0xffffff807cd63f30 : 0xffffff80006383a0
    0xffffff807cd63f70 : 0xffffff8000638244
    0xffffff807cd63fb0 : 0xffffff8000820057
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(7.0.4)[7E65ECA2-D3A1-35F8-B845-C975FB531E7E]@0xffffff7f808 b2000->0xffffff7f80b88fff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)[95ABB490-3AB5-3D5E-9C21-67089A9AE6A1]@0xffff ff7f8083e000
                dependency: com.apple.iokit.IONDRVSupport(2.3)[E99C8907-946D-3F1A-A261-4C0F2D5D0451]@0xffff ff7f808a0000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3)[897EB322-FD55-36D7-A68E-9E9C34A74A84]@0xf fffff7f80868000
             com.apple.nvidia.nv50hal(7.0.4)[2E84958C-1EEC-316B-9F7A-68C368F83476]@0xffffff7 f80b89000->0xffffff7f80eaafff
                dependency: com.apple.NVDAResman(7.0.4)[7E65ECA2-D3A1-35F8-B845-C975FB531E7E]@0xffffff7f808 b2000
             com.apple.GeForce(7.0.4)[6F2B5A22-F2F2-34A6-9721-8011B1E03300]@0xffffff7f8174b0 00->0xffffff7f81807fff
                dependency: com.apple.NVDAResman(7.0.4)[7E65ECA2-D3A1-35F8-B845-C975FB531E7E]@0xffffff7f808 b2000
                dependency: com.apple.iokit.IONDRVSupport(2.3)[E99C8907-946D-3F1A-A261-4C0F2D5D0451]@0xffff ff7f808a0000
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)[95ABB490-3AB5-3D5E-9C21-67089A9AE6A1]@0xffff ff7f8083e000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3)[897EB322-FD55-36D7-A68E-9E9C34A74A84]@0xf fffff7f80868000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11B26
    Kernel version:
    Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~1/RELEASE_X86_64
    Kernel UUID: D52AAB80-B2BC-3C6E-BBEA-78BD28064998
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 6688834587150
    last loaded kext at 5745899681723: com.apple.iokit.IOAVBFamily          1.0.0d22 (addr 0xffffff7f80791000, size 36864)
    last unloaded kext at 5890567695437: com.apple.iokit.IOAVBFamily          1.0.0d22 (addr 0xffffff7f80791000, size 36864)
    loaded kexts:
    com.apple.driver.AppleBluetoothMultitouch          66.3
    com.apple.driver.AppleHWSensor          1.9.4d0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.24
    com.apple.driver.AppleHDA          2.1.1f12
    com.apple.driver.AppleMikeyDriver          2.1.1f12
    com.apple.driver.AGPM          100.12.40
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.driver.AppleIntelHDGraphics          7.0.4
    com.apple.driver.AppleIntelHDGraphicsFB          7.0.4
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.0
    com.apple.GeForce          7.0.4
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0b2
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.AppleMuxControl          3.0.8
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleUSBTCButtons          220.8
    com.apple.driver.AppleUSBCardReader          3.0.0
    com.apple.driver.AppleUSBTCKeyboard          220.8
    com.apple.driver.AppleIRController          309
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          32
    com.apple.iokit.SCSITaskUserClient          3.0.0
    com.apple.iokit.IOAHCIBlockStorage          2.0.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleFWOHCI          4.8.6
    com.apple.driver.AirPort.Brcm4331          511.20.10
    com.apple.iokit.AppleBCM5701Ethernet          3.0.6b9
    com.apple.driver.AppleUSBHub          4.4.0
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleAHCIPort          2.1.8
    com.apple.driver.AppleACPIButtons          1.4
    com.apple.driver.AppleUSBEHCI          4.4.0
    com.apple.driver.AppleRTC          1.4
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.4
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          166.0.0
    com.apple.nke.applicationfirewall          3.0.30
    com.apple.security.quarantine          1
    com.apple.driver.AppleIntelCPUPowerManagement          166.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard          152.3
    com.apple.driver.AppleHIDKeyboard          152.3
    com.apple.driver.AppleMultitouchDriver          220.62
    com.apple.driver.IOBluetoothHIDDriver          2.5f17
    com.apple.iokit.IOBluetoothSerialManager          2.5f17
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.driver.DspFuncLib          2.1.1f12
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOSurface          80.0
    com.apple.iokit.IOFireWireIP          2.2.3
    com.apple.iokit.IOAudioFamily          1.8.3fc11
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          2.1.1f12
    com.apple.iokit.IOHDAFamily          2.1.1f12
    com.apple.driver.AppleSMC          3.1.1d2
    com.apple.driver.IOPlatformPluginFamily          4.7.0b2
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleGraphicsControl          3.0.8
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.nvidia.nv50hal          7.0.4
    com.apple.NVDAResman          7.0.4
    com.apple.iokit.IONDRVSupport          2.3
    com.apple.iokit.IOGraphicsFamily          2.3
    com.apple.kext.triggers          1.0
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.5f17
    com.apple.driver.AppleUSBBluetoothHCIController          2.5f17
    com.apple.iokit.IOBluetoothFamily          2.5f17
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.0.0
    com.apple.iokit.IOUSBMassStorageClass          3.0.0
    com.apple.driver.AppleUSBMultitouch          220.23
    com.apple.iokit.IOUSBHIDDriver          4.4.0
    com.apple.driver.AppleUSBMergeNub          4.4.0
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.0.0
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.driver.XsanFilter          403
    com.apple.iokit.IOAHCISerialATAPI          2.0.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.0.0
    com.apple.iokit.IOFireWireFamily          4.4.3
    com.apple.iokit.IO80211Family          400.40
    com.apple.iokit.IOEthernetAVBController          1.0.0d5
    com.apple.iokit.IONetworkingFamily          2.0
    com.apple.iokit.IOUSBUserClient          4.4.0
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.0
    com.apple.iokit.IOUSBFamily          4.4.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          165
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          326
    com.apple.iokit.IOStorageFamily          1.7
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.4
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.4
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533642465238432D47372020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.10)
    Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK3255GSXF, 320,07 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 7
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
    Any idea what it is? I'd appreciate any sort of diagnose?
    My Mac has had some freezing issues before and recently was in repair because of those (memory was changed), but I've never got an error message after a freeze, and I've always had to force shut down it when it freezes. Ran the Apple hardware test couple of times, but nothing found.
    I guess I have to reinstall Lion if this continues...

    Hello V-MA!
    I found this webpage: http://osx86.wikidot.com/known-issues#toc1
    by googeling for "com.apple.NVDAResman"
    Probably you have to remove the Geforce Grafic drivers as discribed here. But please wait until some others in the forum confirm this.
    If you don't understand how to do these commands with Terminal, ask once again for help.
    In your message you did not metion, that you just updated 1 hour and something your OS ("System uptime in nanoseconds: 6688834587150"). This is an important information.
    marek

  • Snow Leopard Crash / Freezing Issue - Keyboard Dead - Hard Reboot Required

    Good morning,
    Been using Snow Leopard on a 24" 2.4Ghz iMac pretty much since the day of launch. Initially was very pleased, no real problems, seemed to run even smoother than regular Leopard, however, recently, my system has developed a bunch of issues, particularly when running word and/or transmission (possibly other apps, but I have noticed with these two so far).
    The main problem is, very randomly, the system will lock-up. This can be after 1 hour or 24 hours, there is no real correlation. After the lock up, you are able to use open apps, ie Transmission, Word, Safari, Finder, etc, but they do not function correctly...for example
    Word - You can click into documents, but any keyboard strokes are completely ignored.
    Safari - You can browse links on default start page, etc, but you cannot create new tabs or type anything into the address bar.
    Finder - You can browse folders; but you cannot perform any functions such as dragging to trash, etc.
    Also worth noting, it the main menu bar at the top of the screen continues to say either "Word" or "Transmission" etc, regardless of what application you are in. Clicking on any applications icons in the dock has no response unless they were already running.
    The system is unable to shut down or log off, and you cannot quit apps. The only option is to do a hard reset via holding down the power off button.
    Note: My system is set to never sleep. There is no screensaver.
    Any advice would be gratefully received. I'm a fairly new mac user so i'm not aware how to view log files etc., which may identify the problem.
    Many thanks in advance.

    Just want to reiterate. I am seeing freeze issues with my iMac 2.8 GHZ 4GB ram and wireless keyboard and magic mouse. Had this for two years without problem. When a freeze occurs mouse is reponsive but clicks don't give result. I am unable to open window to force quit apps. It may be related to iTunes but I can't confirm. Happening again now, even as I type this I can't open other appslike console log. I add more later.
    Jamie

  • Acrobat 9.1 DEP Crash in IE8 with Vista

    Hi there,
    I am running IE8 on Vista32 and have just updated Acrobat Reader 8.1.3 to 9.1.  As soon as I completed this I noted that whenever I close IE it comes up with a crash box saying IE will be shut down by Data Execution Prevention (DEP). This happens regardless of whether I have used the Acrobat plugin in IE or not.  If I either uninstall (or System Restore - tried both) back to 8.1.3 this issue goes away.  If I reinstall 9.1 it DEP crashes EVERYTIME  I close IE8.
    Upon further investigation I have noted that the DEP crash is caused by AL2DLL.dll (ver 2.0.1.8 from Fineart), a Browser Helper Object (BHO) associated with Autologin.exe, a program associated with my fingerprint USB thumb drive.  If I disable it the problem goes away.  There is obviously some kind of conflict there.  Regardless of the fact that AL2DLL.dll cops the blame, I blame Acrobat Reader 9.1 as everything works fine (mostly) with 8.1.3 and it is only this update that has caused the problem.
    So the obvious solutions are:
    1. Disable Autologin - not acceptable as I probably use this more than Acrobat
    2. Revert to 8.1.3 - not preferable as it was having issues in my browser such as not being able to print or save... the buttons didn't seem to work.  These issues are gone in 9.1.
    3. Disable DEP for IE8 - not sure if this will work yet... but am I not just disabling a level of protection there for my own good?
    Does anyone out there have any similar issues... or more importantly... any other ways of rectifying this that I have not thought of?
    Or is this issue currently being looked at?
    Growler74

    IE8 has been in full release since 20 March 2009 and I have been using it since early April (nearly 2 months now I guess).  It has been beta testing since mid 2008, but I'm not a fan of being a beta tester personally - So I didn't install till it reached full release.  Whilst I don't point fingers as to where the fix has to come from... because seriously who knows what exactly causes these problems... but as I mentioned in my post Acrobat 8.1.3 was not having this issue in IE8, and it was only the upgrade to 9.1 which has caused it.  The only change to my system has been the upgrade of Acrobat and now it gets a Data Execution Prevention shutdown to IE everytime I use it.  If I uninstall Acrobat 9.1 and go back to 8.1.3 the problem goes away.
    Cheers,
    G

  • T30 freezing issues and Touchpad & Trackpoint buttons not working.

    Firstly I'll explain the freezing issue (this is now the 3rd time I've typed this, as the first two times my laptop froze before I finished!)
    I run my laptop with the battery at 100% and plugged in and that's fine; as is running it on battery. The problem arises when my battery is low and I plug it into recharge. Soon after it's running on a/c the screen will go black and only way to shut down is by holding the power button. If I try to restart it too soon, the indicator lights next to the power button will illuminate, but the screen will stay black. Usually after 5-10 minutes it'll boot to the IBM screen & boot the rest of the way, but not too long into normal operation it'll go black again (sometimes hitting ctrl/alt/del will bring the screen back but it would be very distorted (pixilized) and would go black again and reboot. What could be causing these problems while recharging the battery? I've tried this with a couple different batteries (both OEM IBM) and it does it with both.
     Secondly, both left and right "mouse" buttons are now nonfunctional (though the middle button of the track points works.) I have the latest version of Ultranav Wizard and all the buttons are enabled. The touch pad and trackpoint ball work fine, just the 2 left and 2 right buttons do not. What could be the culprit for this issue? Luckily I have a usb mouse so that's what I'm using for the time being.
    Message Edited by GoalieFergy53 on 02-14-2009 02:30 PM

    My T42p Touchpad and Trackpoint work fine however,
    the buttons are not responding properly.
    I'm forced to use an optical mouse to properly maneuver when working on
    the screen.
    When the well is dry, we'll all know the value of water.

  • BT Cloud App for Mac - Upload freeze issues?

    Anyone experiencing freeze issues during upload sessions? 
    I just downloaded the app yesterday and kicked off an upload of 20K (ish) files.  It progressed nicely through the day, but clearly froze at some point during the night.  Following a reboot I've seen a further freeze in the last couple of hours and resorted to closing/re--opening the app. 

    Hi there, 
    Thanks for replying.  I have had issues with this continually throughout the upload.  I've managed to back-up just over 8Gb since Saturday afternoon, but not without a bit of coaxing (closing and re-starting the app every time it appears to freeze.).  In fact my upload has just finished within the last few minutes.  I've left it on after I've gone to bed on two evenings, but it's clear by morning that the app froze at a much earlier point.  I'm not on Infinity yet, but I do get a rock solid 1Mb upload so whilst the upload rate isn't wild, it would be adequate if not for the reliability issue.  
    Basically the client seems to freeze after a certain time, but there doesn't seem to be any particular pattern in terms of when it happens. 
    I'm really excited about using BT Cloud, having had problems with several other similar services.  I love the fact that it doesn't mess with your local file copy, and that it doesn't expect the user to work 'in the cloud', and that it iteratively looks for changes and just deals with them.  
    The iPad app seems pretty good, other than the wildly random way the sub folders in my Documents folder display.  I have a lot of sub folders.  I know there's a search bar, but still, a simple alphabet order approach would be better. 
    Happy to provide any further input wrt the Mac app stability issue. 
    OS X (10.8.5) 
    Safari 6.0.5 

  • Problem with SCORM 1.2 option

    I am using Captivate 8, I bought a licence. When I save my file, to be exported to my LMS, using the SCORM 1.2 options, the file, named imsmanifest.xml, contains an error in the code. So the LMS is not able o read it correctly. I requested the solution to my LMS, that is LITMOS, nd they said to me that the problem is on Captivate and that they have other clients with the same problem. Please can you help me to solve this issue?
    Best Regards. Gaetano

    Manifest files are pretty straightforward, in general (except when you get into deep sequencing rules).  Any clue as to what it is saying the error involves?
    Could be something simple.
    I had an issue with sumtotal a few years back, with scorm 2004 manifests.
    There is an item in the manifest where you declare which scorm spec is being followed, and for that particular version of sumtotal, it expected the manifest to say "scorm 1.3" instead of "scorm 2004".
    Mind you, they both refer to the same set of standards but that simple change (which I made using notepad) solved my dilemma.
    But I agree with Rod, and scorm cloud is my benchmark for testing always.
    Hope that helps and if you want a second set of eyes on the manifest file, I'd be happy to take a look.

  • IBM OS ISSUE: SYSTEM HANG WITH JFS2 AND HEAVY LOAD

    제품 : ORACLE SERVER
    작성날짜 : 2004-11-24
    IBM OS ISSUE: SYSTEM HANG WITH JFS2 AND HEAVY LOAD
    ==================================================
    PURPOSE
    이 문서는 IBM AIX5L OS 상에서 Arch Process가 online redo log
    를 release하지 못하고 OS의 kill 명령으로 kill조차 되지 않을 경우
    조치 방법이다.
    Problem Description
    이 문서는 다음 OS 정보와 Oracle version인 경우에 해당한다.
    Oracle Server - Enterprise Edition - Version: 9.2.0.5.0
    Oracle Server - Enterprise Edition - Version: 8.1.7.4.0
    AIX5L Based Systems (64-bit) or (32-bit)
    문제 발생 당시의 증상은 다음과 같다.
    - arch-process doesn't release redolog files
    - arch-process doesn't die after database shutdown
    - arch-process can't be killed
    genclntsh 수행 시 hang 상태이다.
    (sleeping...)28590: kwaitpid(0x2FF22470, -1, 4, 0x00000000, 0x00000000)
    또는 이 문제로 인하여 ORA-600[2103] 에러가 발생하기도 한다.
    이 에러가 발생하는 원인은 IBM AIX5L 64bit, 32bit OS 이슈에 있다.
    IBM OS issue: SYSTEM HANG WITH JFS2 AND HEAVY LOAD.
    Workaround
    none
    Solution Description
    OS AIX5L ML4.0(5.2.0.40)의 bos.up / bos.mp / bos.mp64 fileset level을
    갖는 JFS2 file system을 갖는 경우에 해당한다.
    AIX 5.3 APAR IY59387은 IY58143에 포함되어 있다.
    JFS2 file system에 Heavy I/O activity가 발생하면 database process에
    HANG 문제를 야기시킬 수 있다. 이 때 database process가 kill -9
    명령으로 kill되지 않는다. 데이타베이스를 SHUTDOWN하여도 Process가
    계속 살아 있게 된다.
    Process에게 SIGKILL 함수가 issue되었지만 영향을 주지 않게 된다.
    Process를 제거하는 유일한 방법은 OS를 reboot하는 것이다.
    문제를 예방하는 방법은 IBM APAR-FIX IY59082 를 적용하는 것이다.
    이 APAR는 bos.64bit 5.2.0.42에 포함되어 있다.
    Fix :
    Need to install the IBM APAR-FIX IY59082, this APAR is included on
    bos.64bit 5.2.0.42.
    (주) IBM 엔지니어에게 확인 결과 이 Patch 안에 AIX5L 32bit 용과 64bit
    용이 모두 포함되어 있는 것으로 확인됨.
    Reference Documents
    <Note:285158.1>

    b,
    The install was from my original Dell XP Pro-SP1 'Reinstallation' CD along with the complete MS XP-SP2 download that I burned to another CD. I also had all the latest Dell drivers from their website burned to a CD. Install went as follows:
    - Format HD
    - Install XP Pro SP1
    - Install SP2
    - Install Dell Drivers
    - Obtain any MS patches from their site
    - Install Office
    - Update Office from the MS website
    - Install iTunes
    - Tweak MS settings
    - Install many software programs
    - Make an interim Image of system and store to ExHD
    - Install other software programs (mostly security programs)
    - Make another 'complete' Image to ExHD
    - Restore backup data and music
    After additional testing last night, I determined that it is not iTunes at all (or to blame). I get intermittent hangs/freezes/pauses in other media players (WMP, etc.).
    Seems that something is causing the 'System' process to periodically jump up in CPU %age (though not more than 30-50%). Even this relatively small amount is enough to pause the playback of music or video, hang the mouse movement for a brief moment, or delay a menu opening. All very subtle - you have to be looking for it to notice (except with real-time audio-video, which is quite noticeable whenever this happens).
    I had this problem a year ago, which is why I reimaged then and stayed with SP1 on the advice of Dell and Webroot. I'm stumped as to where to look for the culprit. Every time I go back to the original HD with SP1, everything runs smoothly. Some sort of system call is generating this complete pause....
    I'll be limited in my Internet ability for the next several days, so I may be out of touch until Friday. I'll keep testing and playing with the limited equipment I take along....
    Any thought you or others want to toss out, I'll attempt when possible.
    Thanks!

  • Cant type # $ or % in IE8 with Adobe PDF Explorer bar open

    I have found that when I turn on the Adobe PDF Explorer bar in IE then close IE and open IE again that I can not type certian characters in any IE fields. This is an issue as serveral of our search databases use these characters as wildcards.
    We are currently using Windows XP Sp3 with IE8 and Adobe Acrobat 8.1.3.
    If I close the PDF toolbar then it will work fine again.
    Please, no sugests to upgrade to the latest vesion of Acrobat, we have recently spent 6 months looking at migrating to version 9 but due to bugs and the changing to its basic functionality it is not a viable option. Of the 4 major issues I logged with Adobe support they were not able to resolve any of them.

    Im happy for you Bernd, the asumption is that it works for a lot of people. Start with XP sp3 with IE6 and upgrade 6 to 8 and then install Acrobat 8 and patch it to 8.1.3. Oh and dont login at each stage to test it.The biggie is do not use an account that has local admin rights when you test it. I think that I will need to call gananigans on ya. I can see why you have 5,500 posts.

Maybe you are looking for