LCCS 1.1.1 is released!

Hello Everyone,
We present our latest LCCS SDK 1.1.1 release. Our primary goal for this release has been consolidating on big features we released in mid April as we move forward. We took special care about some user issues raised in last one month. As we devote most of our current time in developing novel features for upcoming releases, we don't want to hold back users on critical issues.
Key features for this release are:
C# libraries for Server To Server HTTP APIs with an example.
Roster Pod Fix for Flex 4.
ByteArray Fix for reading MessageItems and so on.
The complete list is attached.
You will be automatically asked to update your SDK Navigator App or you can just Unzip the SDK from your current app.
What's next ?
We are actively working on an array of exciting features requested by many users. And we will be posting updates soon. Please keep visiting our Blog regularly and Post any query you have to us.
Thanks for your valuable feedbacks.
Regards
Hironmay Basu

Essentially,what requirements this service could meet?
Thanks
Joseph

Similar Messages

  • Is LCCS dead meat because of Adobe Connect?

    I'm sorry, but I can't help but wonder how Adobe can say there is no profit in LCCS and yet offer Adobe Connect as a service themselves.  It sounds to me like Adobe is trying to eliminate the competition...  Don't get me wrong, I'm about as close to an Adobe fanboy as you get, but this seems just a tad bit off on the logic scale.  To me, the logical solution is, if necessary, raise the pricing on LCCS on us developers, or release the server side code (at least the portions that are owned by Adobe).

    It would be through the Connect APIs and eFront's APIs. This would likely take some programming skill, as there is no 'plug-and-play' option. I don't know of anyone who has built out this integration, but, maybe someone will chime in here.
    You might try reaching out to a group that is comfortable building out this functionality and seeing if it can be done within your budget. Maybe start with ActiveC and see if they can help, or if they know someone who can. http://www.activec.biz/software/bespoke

  • LCCS 2.1.0 : Released Yesterday!

    Hi All,
    We just released LCCS 2.1.0 and wanted to share the love. As always, just open the SDK Navigator, and you'll get asked to unzip the latest SDK.
    Release Notes :
    Version 2.1.0 (Sept 15, 2011)
    This release is relatively more quiet - we're fixing bugs reported by the community, trying to make sure we keep up with quality goals. We did take some time to VASTLY improve webcampublisher, making it easier to set resolution to any custom value.
    Bugs Fixed :
    :: thanks to javram, figured out how to make our webcampublisher/subscriber much better. Now support resolutionW/H, bandwidth of 0 by default, a black background for the subscriber, separate aspect ratios per camera, and webcamsubscriber.usersPerRow. publisher also has much more aggressive defaults (fps=24, quality=80, keyframe=48, bandwidth=0). Note : resolutionFactor has been removed, as no one understood it anyhow ;-).
    :: Unzipping the SDK payload from the SDK App would lose the Ruby server integration files. Thanks to kemmot for reporting this on the forums (and sorry it took so long to finally figure out!) : http://forums.adobe.com/message/3070517#3070517
    :: We now return "not-found" when you try to play back a non-existent recording, rather than the obscure message. (Sorry, I've lost who reported this - thanks for the feedback though!).
    :: No more annoying binding warnings in ConnectSessionContainer. Thanks to Mickey79 for reporting : http://forums.adobe.com/message/3866249#3866249
    :: Seeking in playback was broken when you have UPPERCASE letters in the archiveID. Thanks to DrAlexG for reporting this (in numerous places) in the forums.
    :: Remote control requests wouldn't work more than once during the same screenshare. Thanks to tomipont for reporting this! http://forums.adobe.com/thread/ 891646?tstart=0
    :: When the new allowDuplicateUserIDs was set to false, screensharing users would get kicked out of the room. Thanks to Ehud for reporting this - http:// forums.adobe.com/thread/891646?tstart=0. !
    :: The room console was reporting "quota exceeded" for any session error. Thanks to JoeFlash for reporting this - http://forums.adobe.com/message/3894529#3894529
    :: The Room Console's P2PDataMessaging checkbox would uncheck itself. Thanks for the report, Mickey79 : http://forums.adobe.com/thread/897203

    Thanks Nigel, this is great.
    There is a significant issue however with regard to the default black  background of the Subscriber. It is imperative to us that the background could be set  to be transparent so this does not significantly affect the look and feel.
    Thanks in advance.

  • Upcoming Patch Release

    Hi Everyone,
    We thank everyone for bringing to our notice some issues that has happened with the recent player and our sdk update. We have identified a server side issue for this and we are in process of fixing it. This will fix issues such as
    a) Starting screen share second time after stopping not working
    b) no publisherID text in the sample.
    and some more.
    Since it's a server side problem, giving out client side swc won't help. We will have a patch release around 10th December with these fixes and some more. We thank you for your patience and continued support to the community.
    Thanks
    Regards
    LCCS Team

    Didn't mean to mark this post as a question so....marking it as answered.

  • Why are Player 10.1 source libraries missing from LCCS SDK Navigator?

    I have downloaded the LCCS SDK Navigator. Player 9 and 10 both have SWC and Source files, but 10.1 only has SWC files. This is further confirmed when navigating to the com.adobe.afcs plug-in folder. When installing the 10.1, I have no choice but to "source attach:" the src folder for Player 10.
    This is causing an error. When using Flash Builder 4 to import AFCS componenets (such as <rtc:SimpleChat>), I am recieving a notifications:
    1046: Type was not found or was not a compile-time constant: GroupSpecifier / NetGroup.These error messeges do not appear when using the Player 10 SWC.
    I realize that these errors are related to the new p2p features in 10.1. Others have complained about this issue prior to the release of 10.1 and were able to bypass it by using playerglobal.swc, but that shouldn't be needed anymore. I have installed 10.1 on my machine, including in the C:\Program Files\Adobe\Adobe Flash Builder 4\player\win\ folder that my copy of Flash Developer 4 uses.
    I am left with the assumtion that either the Player 10.1 SWC cannot be used yet (until the source files are available) or that I have somehow incorrectly set up Player 10.1 for Flash Builder. Any assistance would be appreciated.

    Thank you for the advice. I have managed to follow your instructions (add playerglobal.swc 10.1 to the Library Path) and get the messege to disappear, but this leads to another problem in AIR.
    I have set up a basic LCCS SDK tutorial app (the one from the AFCS Developer Guide on page 92-93). Running that app with my email address, password and roomURL works fine in a Web version. I repeat, a Flash web version of this app works fine.
    However, when using it in a playerglobal.swc-added AIR app, I get the following error:
    VerifyError: Error #1014: Class flash.net::GroupSpecifier could not be found.
        at com.adobe.rtc.session::ConnectSession()
        at com.adobe.rtc.session::ConnectSessionContainer()[C:\work\main\connect\cocomoPlayer10.1\sr c\com\adobe\rtc\session\ConnectSessionContainer.as:94]
        at NewPlayer007/_NewPlayer007_ConnectSessionContainer1_c()
        at NewPlayer007/_NewPlayer007_Array1_c()
        at mx.core::DeferredInstanceFromFunction/getInstance()[E:\dev\4.0.0\frameworks\projects\fram ework\src\mx\core\DeferredInstanceFromFunction.as:105]
        at spark.components::SkinnableContainer/createDeferredContent()[E:\dev\4.0.0\frameworks\proj ects\spark\src\spark\components\SkinnableContainer.as:985]
        at spark.components::SkinnableContainer/createContentIfNeeded()[E:\dev\4.0.0\frameworks\proj ects\spark\src\spark\components\SkinnableContainer.as:1014]
        at spark.components::SkinnableContainer/createChildren()[E:\dev\4.0.0\frameworks\projects\sp ark\src\spark\components\SkinnableContainer.as:827]
        at mx.core::UIComponent/initialize()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\ UIComponent.as:7250]
        at spark.components::Application/initialize()[E:\dev\4.0.0\frameworks\projects\spark\src\spa rk\components\Application.as:916]
        at spark.components::WindowedApplication/initialize()[E:\dev\4.0.0\frameworks\projects\airsp ark\src\spark\components\WindowedApplication.as:1833]
        at NewPlayer007/initialize()
        at mx.managers.systemClasses::ChildManager/childAdded()[E:\dev\4.0.0\frameworks\projects\fra mework\src\mx\managers\systemClasses\ChildManager.as:189]
        at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow()[E:\dev\4.0.0\framework s\projects\framework\src\mx\managers\systemClasses\ChildManager.as:341]
        at mx.managers::SystemManager/initializeTopLevelWindow()[E:\dev\4.0.0\frameworks\projects\fr amework\src\mx\managers\SystemManager.as:2810]
        at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:\dev\4.0.0\frameworks\projects\fra mework\src\mx\managers\SystemManager.as:2637]
        at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:\dev\4.0.0\frame works\projects\framework\src\mx\managers\SystemManager.as:2539]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.preloaders::Preloader/timerHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx \preloaders\Preloader.as:515]
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()
    Since this error is related to GroupSpecifier (but did not occur in the web-version), it seems to be being caused by a conflict between the added playerglobal.swc and afcs.swc. Is it possible I am using conflicting versions or an out-of-date SWC? Or do you think there is another reason for the error in AIR?
    Can you also provide me with download links to the newest compatable playerglobal.swc and afcs.swc? Thank you.

  • Lccs.rb for Ruby 1.9.2

    The old version of the LCCS library files for Ruby (lccs.rb) was not working in Ruby 1.9.2 because of a change in how switch statements are handled. The original files were written for Ruby 1.8.7, and I have verified they work in that environment, but as I was deploying to Heroku, I wanted to have Rails 3 on the Cedar stack, which required that I also use Ruby 1.9.2.
    For anyone interested, I have uploaded the fix to a public GitHub repository:
    https://github.com/startupsatillinois/lccs_ruby

    Just a quick sidenote on this -
    We discovered that the SDK navigator has a bug wherein it fails to
    completely unzip the SDK payload. Turns out, it misses 3 files, one of which
    is LCCS.rb. So, if you need this file, head on over to the developer portal,
    click the "Download the SDK" button, and download the ZIP payload. It's got
    the file you need.
    For the record, we did fix this unzip issue, but it made it in too late for
    last week's release. It'll show up next time around.
      cheers,
       nigel

  • Beta was stable, but released version keeps crashing :(

    I have no idea what's changed but Safari keeps crashing on me since I updated to the release of version 4. I'm on the verge of going back to Firefox, but want to try and sort the issue as Safari is so much quicker.
    Anyone any ideas on what this means?
    Process: Safari [1860]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.1 (5530.18)
    Build Info: WebBrowser-55301800~1
    Code Type: X86 (Native)
    Parent Process: launchd [158]
    Interval Since Last Report: 3532662 sec
    Crashes Since Last Report: 17
    Per-App Interval Since Last Report: 129961 sec
    Per-App Crashes Since Last Report: 5
    Date/Time: 2009-06-24 15:20:05.912 +0100
    OS Version: Mac OS X 10.5.7 (9J61)
    Report Version: 6
    Anonymous UUID: 90C681CC-66D2-425A-A23C-70868C443A78
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ??? 0x18ce47e3 0 + 416172003
    1 com.apple.JavaScriptCore 0x92ec25dc JSC::Interpreter::execute(JSC::FunctionBodyNode*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 524
    2 com.apple.JavaScriptCore 0x92e87fd6 _ZN3JSCL22functionProtoFuncApplyEPNS_9ExecStateEPNS_8JSObjectENS_7JSValueERKNS7ArgListE + 422
    3 ??? 0x1610020f 0 + 370147855
    4 com.apple.JavaScriptCore 0x92ec25dc JSC::Interpreter::execute(JSC::FunctionBodyNode*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 524
    5 com.apple.JavaScriptCore 0x92dd1115 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 149
    6 com.apple.WebCore 0x930f65d2 WebCore::ScheduledAction::executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue) + 306
    7 com.apple.WebCore 0x930f647b WebCore::ScheduledAction::execute(WebCore::Document*) + 251
    8 com.apple.WebCore 0x930f6271 WebCore::DOMTimer::fired() + 225
    9 com.apple.WebCore 0x92fd7ab2 WebCore::ThreadTimers::fireTimers(double, ***::Vector<WebCore::TimerBase*, 0ul> const&) + 130
    10 com.apple.WebCore 0x92fd74d2 WebCore::ThreadTimers::sharedTimerFiredInternal() + 114
    11 com.apple.WebCore 0x92fd7456 WebCore::ThreadTimers::sharedTimerFired() + 22
    12 com.apple.WebCore 0x9367faf4 _ZN7WebCoreL10timerFiredEP16_CFRunLoopTimerPv + 68
    13 com.apple.CoreFoundation 0x95ba2ac5 CFRunLoopRunSpecific + 4469
    14 com.apple.CoreFoundation 0x95ba2c78 CFRunLoopRunInMode + 88
    15 com.apple.HIToolbox 0x9033d28c RunCurrentEventLoopInMode + 283
    16 com.apple.HIToolbox 0x9033d0a5 ReceiveNextEventCommon + 374
    17 com.apple.HIToolbox 0x9033cf19 BlockUntilNextEventMatchingListInMode + 106
    18 com.apple.AppKit 0x94161d0d _DPSNextEvent + 657
    19 com.apple.AppKit 0x941615c0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    20 com.apple.Safari 0x0000cac3 0x1000 + 47811
    21 com.apple.AppKit 0x9415a5fb -[NSApplication run] + 795
    22 com.apple.AppKit 0x94127834 NSApplicationMain + 574
    23 com.apple.Safari 0x000032a2 0x1000 + 8866
    Thread 1:
    0 libSystem.B.dylib 0x969ec46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96a16dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x92f04584 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x92f00409 WebCore::IconDatabase::iconDatabaseSyncThread() + 185
    4 libSystem.B.dylib 0x96a16155 pthreadstart + 321
    5 libSystem.B.dylib 0x96a16012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x969e5286 machmsgtrap + 10
    1 libSystem.B.dylib 0x969eca7c mach_msg + 72
    2 com.apple.CoreFoundation 0x95ba204e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95ba2c78 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x92789298 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x96a16155 pthreadstart + 321
    6 libSystem.B.dylib 0x96a16012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x96a346fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x96a16155 pthreadstart + 321
    2 libSystem.B.dylib 0x96a16012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x969ec46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96a16dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x92d7d741 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x92f6cbd5 WebCore::LocalStorageThread::localStorageThread() + 325
    4 libSystem.B.dylib 0x96a16155 pthreadstart + 321
    5 libSystem.B.dylib 0x96a16012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x969e5286 machmsgtrap + 10
    1 libSystem.B.dylib 0x969eca7c mach_msg + 72
    2 com.apple.CoreFoundation 0x95ba204e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95ba2c78 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x00026b55 0x1000 + 154453
    5 com.apple.Safari 0x00026870 0x1000 + 153712
    6 com.apple.Safari 0x000267fb 0x1000 + 153595
    7 libSystem.B.dylib 0x96a16155 pthreadstart + 321
    8 libSystem.B.dylib 0x96a16012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x969ec46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96a16dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x9262c45c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x9263ed8e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x96a16155 pthreadstart + 321
    5 libSystem.B.dylib 0x96a16012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x969ec46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96a16dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x90ce5a09 fefragmentthread + 54
    3 libSystem.B.dylib 0x96a16155 pthreadstart + 321
    4 libSystem.B.dylib 0x96a16012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x969e5286 machmsgtrap + 10
    1 libSystem.B.dylib 0x969eca7c mach_msg + 72
    2 com.apple.CoreFoundation 0x95ba204e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95ba2c78 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x93ee8530 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x93e84e0d -[NSThread main] + 45
    6 com.apple.Foundation 0x93e849b4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x96a16155 pthreadstart + 321
    8 libSystem.B.dylib 0x96a16012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x969ec46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96a16dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x92d7d741 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.Safari 0x0011de33 0x1000 + 1166899
    4 com.apple.Safari 0x0011df21 0x1000 + 1167137
    5 com.apple.Safari 0x00042753 0x1000 + 268115
    6 com.apple.Safari 0x000426cb 0x1000 + 267979
    7 libSystem.B.dylib 0x96a16155 pthreadstart + 321
    8 libSystem.B.dylib 0x96a16012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xbfffe6d8 ebx: 0x92ec23df ecx: 0x17027110 edx: 0x1840abc0
    edi: 0x17027110 esi: 0x00000200 ebp: 0xbfffe708 esp: 0xbfffe6cc
    ss: 0x0000001f efl: 0x00010202 eip: 0x18ce47e3 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x271ff2 com.apple.Safari 4.0.1 (5530.18) <e0e55e9f896480efade8f8dca2bcca32> /Applications/Safari.app/Contents/MacOS/Safari
    0x2d0000 - 0x2dfffc SyndicationUI ??? (???) <4bfd6fbc102be03e5fb08374be0ca362> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x2ef000 - 0x3f5ff7 com.apple.PubSub 1.0.4 (65.11) <296d6ac9aec1acb5386e761bcd8e4d47> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x4d4000 - 0x4d6fff +com.Logitech.Control Center.Scroll Enhancer Loader 2.7.0 (2.7.0) <cf7a58339ac87ce02452f207e6895fd2> /Library/InputManagers/LCC Scroll Enhancer Loader/LCC Scroll Enhancer Loader.bundle/Contents/MacOS/LCC Scroll Enhancer Loader
    0x700000 - 0x703fff +com.Logitech.Control Center.Scroll Enhancer 2.7.0 (2.7.0) <f2ac85a53035fa2f36ab7df56d4371d9> /Library/Application Support/Logitech.localized/Logitech Control Center.localized/LCC Scroll Enhancer.bundle/Contents/MacOS/LCC Scroll Enhancer
    0x19c5000 - 0x1bccfef com.apple.RawCamera.bundle 2.0.15 (471) <557c94fbd7c15219746393464a79cf87> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x159be000 - 0x159bfffe +net.publicspace.ABF.context.menu 1.3 (1.3) <752e1f484adea06faeec34247eac82a0> /Users/Lloyd/Library/Contextual Menu Items/A Better Finder Context Menu.plugin/Contents/MacOS/A Better Finder Context Menu
    0x15bb1000 - 0x15bb2ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x15ed4000 - 0x15ed5ffd com.apple.BluetoothMenu 2.1.6 (2.1.6f8) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x16065000 - 0x16065fff +com.parallels.cmplugin ParallelsCM version 1.0 (1.0) /Library/Contextual Menu Items/ParallelsCM.plugin/Contents/MacOS/ParallelsCM
    0x16093000 - 0x16095ffe com.apple.AutomatorCMM 1.1 (161) <dd4f219df5f726e3fea63790235f92dc> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x1613a000 - 0x1613cfff com.apple.BezelServicesFW 1.4.929 (1.4.929) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x16735000 - 0x1673aff3 libCGXCoreImage.A.dylib ??? (???) <3a78abc535c80f9819931b670da804a2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x16e02000 - 0x16e05fff com.apple.ink.component 1.3.1 (105) <408aa7732424388a5913c767d590c348> /System/Library/Components/Ink.component/Contents/MacOS/Ink
    0x16e8d000 - 0x16e90fff com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x16e96000 - 0x16efbfde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x16f1b000 - 0x16f88fff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1736f000 - 0x17374fff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x173d7000 - 0x173d9fff +com.intego.VirusBarrierCM ??? (10.5.5) <f5c08b627469503406d525e027abcd0c> /Library/Contextual Menu Items/VirusBarrierCM.plugin/Contents/MacOS/VirusBarrierCM
    0x17858000 - 0x17858ffe com.apple.JavaPluginCocoa 12.3.0 (12.3.0) <ab888344b5c6d9f3fcf53dbd59276b06> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x1785e000 - 0x17864ffc com.apple.JavaVM 12.3.0 (12.3.0) <ee9b9f648e9b98b1c7644b6a7c630a91> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x17c00000 - 0x17c1ffed com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1801c000 - 0x18036fff +AdobeBIB ??? (???) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBI B
    0x199c7000 - 0x19feafef +com.macromedia.Flash Player.plugin 10.0.22 (1.0.4f872) <860692a215f054b7b9474b410abeb530> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x1b73d000 - 0x1b7b1ff7 com.apple.Bluetooth 2.1.6 (2.1.6f8) <2efdc5543023a1c9b534269d1153d8d8> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x1bbaf000 - 0x1bbebfc7 +com.adobe.vcmenu ??? (4.0.0.344) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/MacOS/ADFSMenu
    0x1bc45000 - 0x1bc4affb +com.omnidrive.OmnidriveCMPlugIn ??? (0.1.2) /Library/Contextual Menu Items/OmnidriveCMPlugIn.plugin/Contents/MacOS/OmnidriveCMPlugIn
    0x1bda5000 - 0x1bde6ff3 +com.imagenomic.ijfr ??? (1.0) /Library/Contextual Menu Items/IJFR.plugin/Contents/MacOS/IJFR
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x90032fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90033000 - 0x90057feb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x90058000 - 0x9005bfff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9005c000 - 0x9008dffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9008e000 - 0x90095fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x902ff000 - 0x902ffff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90300000 - 0x90300ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9030d000 - 0x90615fff com.apple.HIToolbox 1.5.5 (???) <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x90616000 - 0x9063ffff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x90678000 - 0x90688fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90689000 - 0x90a99fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90a9a000 - 0x90ab9ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90aba000 - 0x90ad8ff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90ad9000 - 0x90b35ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90b36000 - 0x90bf0fe3 com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90bf1000 - 0x90f8efef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90f8f000 - 0x90fe0ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90fe1000 - 0x91017fef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x91086000 - 0x910f8fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x910f9000 - 0x91124fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x91125000 - 0x91142ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91143000 - 0x91223fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x91224000 - 0x912d4fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x912d5000 - 0x9140eff7 libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
    0x9140f000 - 0x923eaff6 com.apple.QuickTimeComponents.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x923eb000 - 0x923f7ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x923f8000 - 0x923f9ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x923fa000 - 0x92410fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92411000 - 0x92498ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x92499000 - 0x92516feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92517000 - 0x925f8ff7 libxml2.2.dylib ??? (???) <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
    0x925f9000 - 0x926c4fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x926c5000 - 0x926d3ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x926d4000 - 0x926d4ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x926f2000 - 0x92785ff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92786000 - 0x9282afec com.apple.CFNetwork 438.10 (438.12) <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9282b000 - 0x92865ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92866000 - 0x92866ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92867000 - 0x92894feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92895000 - 0x928ccfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x928cd000 - 0x92bf3fe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92bf4000 - 0x92bfbff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92bfc000 - 0x92c09fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92c22000 - 0x92d74ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x92d75000 - 0x92efcfeb com.apple.JavaScriptCore 5530 (5530.17) <687d2f3063f4d922f233623d8f219822> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x92efd000 - 0x9378dfff com.apple.WebCore 5530.18 (5530.18) <bed2e1280e908e17419ce0a159c19caa> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9378e000 - 0x93790fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x937ce000 - 0x937f6ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x937f7000 - 0x9392ffe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93930000 - 0x939aaff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x939ab000 - 0x93b67ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x93b68000 - 0x93b6fffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x93b70000 - 0x93bb0fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x93bb1000 - 0x93c8aff7 com.apple.WebKit 5530.18 (5530.18) <08df2c1fd856bd9b672993dacb18495a> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x93cbb000 - 0x93cbbfff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93cbc000 - 0x93d48ff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93d49000 - 0x93d88fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93d89000 - 0x93d8efff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93d8f000 - 0x93dadfff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x93dae000 - 0x93db8feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93db9000 - 0x93db9ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93dba000 - 0x93e71ff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93e72000 - 0x93e79fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x93e7a000 - 0x940f6fe7 com.apple.Foundation 6.5.8 (677.24) <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x940f7000 - 0x9411bfff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x94121000 - 0x9491ffef com.apple.AppKit 6.5.7 (949.46) <a80f8cb62f6bdcb3bed3c8675d55881d> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94920000 - 0x9495efff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9495f000 - 0x94991fff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94992000 - 0x949a1fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x94a00000 - 0x94a04fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x94a05000 - 0x94a15ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94a16000 - 0x94a73ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x94a74000 - 0x94a7cfff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94a7d000 - 0x94c0cfe7 com.apple.CoreAUC 3.07.3 (3.07.3) <f98585dd6479989bf85beae472aa3656> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x94c0d000 - 0x94fcbfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94fcc000 - 0x95093ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x950a4000 - 0x950a4ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x950f7000 - 0x95100fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95101000 - 0x95101ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95102000 - 0x9511dffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x95282000 - 0x95315fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x95316000 - 0x95325ffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x953a6000 - 0x953a6ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x95471000 - 0x95642ffb com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95643000 - 0x9564fff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95650000 - 0x956cfff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x95708000 - 0x95762ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95763000 - 0x9576efe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9576f000 - 0x957befff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x957bf000 - 0x95905ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95955000 - 0x95a3dff3 com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95a3e000 - 0x95a40ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95a41000 - 0x95a41ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x95a42000 - 0x95a57ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95a58000 - 0x95a5dfff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x95a5e000 - 0x95aeaff7 com.apple.LaunchServices 290.3 (290.6) <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x95aeb000 - 0x95b2dfef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95b2e000 - 0x95b2eff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95b2f000 - 0x95c62fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95c63000 - 0x95f3dff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x95f3e000 - 0x95f56ff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95f57000 - 0x95fa0fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95fa1000 - 0x96641fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96642000 - 0x9666bfff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9666c000 - 0x966d2ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x966d3000 - 0x9677afeb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9677b000 - 0x96780fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x96876000 - 0x9688efff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9688f000 - 0x968c9fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x968ca000 - 0x968d0fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x968d1000 - 0x96974ff7 com.apple.QuickTimeImporters.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x96987000 - 0x96989ffd com.apple.CrashReporterSupport 10.5.7 (161) <dc6dfd99e332f53791f5c0a4e6889cb3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9698a000 - 0x969e3ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x969e4000 - 0x96b4bff3 libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
    0x96b4c000 - 0x96ccbfff com.apple.AddressBook.framework 4.1.2 (700) <41a71b250286dc8d8bcee30784b894c8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x96ccc000 - 0x96d49fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96d4a000 - 0x96dfcffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x96dfd000 - 0x96e01fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96e02000 - 0x96e43fe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x96e44000 - 0x96ecefe3 com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96fb1000 - 0x97482fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97483000 - 0x974cdfe1 com.apple.securityinterface 3.0.2 (36684) <7109034b9898a11506fc67e887e69d2b> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Hi
    I asked you uncheck javascript to confirm that's what is triggering the issue. This confirms you are dealing with a javascript problem - one or more of the system webkit files are compromised or corrupted:
    First, reestablish the javascript option in Safari Preferences. Then quit Safari.
    3 approaches for resolving javascript conflicts in order of easiest to most time consuming. Try them in order listed, restarting Safari each time. If Safari is stable, then no need to go further.
    -Reinstall Safari 4.0.1 - download a fresh copy from Apple's site.
    -Reapply the 10.5.7 Combo Update - "Repair permissions" via Disk Utility in your Applications>Utilities folder after the install. Sometimes you get lucky here as the corrupted file is rewritten in the update process.
    -Reinstall the Operating System - Erase/Install is best, Archive & Install option is less time consuming, although no guarantee the problem is corrected.
    Also, if you happen to live near an Apple Store, someone at the Genius Bar can walk you through the above steps.
    Post back
    Message was edited by: Hawaiian_Starman

  • LCCS shuts down permanently December 31st. What's your plan?

    I assume everyone received the email (below) from Jeff Stanier this morning regarding LCCS being shut down for good at the end of the year. My question is what everyone is doing in the face of this news?
    We've built a large part of our company on LCCS and are scrambling for a solution that we can implement to replace LCCS before the end of the year. There was no transition plan or any details at all given in the email.
    Any other LCCS users discussing transition plans? Is there any opportunity for us to collaborate so that those of us dependent on LCCS aren't totally left in the cold?
    Much appreciated,
    Ion
      Dear LCCS Customer,
    I am writing to inform you of Adobe‚s plan with respect to LiveCycle Collaboration Services (LCCS).  Due to recent changes in Adobe‚s strategic direction the decision has been made to end of life the LCCS product. Adobe will continue to provide LCCS production service for an additional 9 months until December 31, 2012.  At that time the service will be shut down.  Beginning March 23, 2012 the following changes will be made to the service:
    In order to support your continued patronage while we ramp down the service, Pay Per Usage (PPU) accounts will no longer be charged and a free account quota of $1000/month will be granted. As a result of this change, monthly billing statements will no longer be issued.
    Free subscribers will no longer be able to upgrade to a PPU account.
    No new accounts will be created.
      We apologize for any inconvenience the termination of the service causes you. Thank you for being an Adobe LiveCycle Collaboration Services customer.
    Jeff Stanier
    Group Product Manager
    Adobe LiveCycle

    Jeff,
    Again, I realize you're just the messenger, so I bear no animosity towards you, but this decision by Adobe and the way it's being handled (again) makes absolutely no sense to me.
    If the user provisioning and billing is the only major aspect which is holding up releasing this technology to Spoon (if indeed that is the case), then why do we have to assume that the "partner" taking over this tech has to make any money off it? Why could a company not use this to install on their own servers, much like FMS? Why assume that a hosting provider has to be involved? The tech could be released to Spoon with the understanding that certain aspects, previously tied into Adobe billing backend, will only work once the community rearchitects them to work with an open source version. LCCS as it's given over to the community would be "broken," as it were, but only for as long as it takes for the community to redesign those missing aspects, assuming they are merely administrative backend aspects and not a part of the core technology.
    And if some of the aspects of the tech are the same as what are in other current Adobe offereings, why does LCCS have to come in a complete package? Would it not be possible to "license" the NDA aspects of the tech to Spoon or another "angel partner" (for free, since you're letting it go anyways), and liberate the rest of LCCS to spoon?
    C'mon Adobe (and I don't mean you Jeff), you can't have it both ways: you all but admitted that after all this time you still have not figured out how to monetize your own technologies, so you're gradually giving them away. Well, then give them away already, and stop holding the rest of us  hostage. Please.

  • Official LCCS support for Flash Player 10.3?

    Hi,
    We have been waiting for some time to the release of Flash Player 10.3 due to its promised AEC capabilities. Now that it's out, when should we expect LCCS to follow the release and support the latest player?
    I saw a thread from a few menths ago regarding this issue but we prefer working on release artifacts.
    Thanks,
    Ehud

    Hi all,
    We've been building/posting 10.3 SWCs with every release - check the AEC
    thread for downloadable bits.
      That said, we're not going to have a full release ready for 10.3 until the
    release-after-next. Next release is coming up super-quick, so we just didn't
    have time to properly test the 10.3 code yet. We'll make the
    release-after-next as soon as possible, but in the meantime, please help us
    test the 10.3 builds posted.
      thanks for all your help, we really appreciate it!
      nigel

  • LCCS recording (RTMFP vs RTMP/S protocols)

    Hey everyone,
    So I've read through all of http://learn.adobe.com/wiki/display/lccs/LiveCycle+Collaboration+Service and been reading through the forums (even in the FMS side which maybe relevant http://forums.adobe.com/message/3345179#3345179 and http://forums.adobe.com/thread/736733 ).  Since LCCS recording is in beta it lacks the right docs for now.
    Could you guys validate/invalidate my assumptions about LCCS recording:
    Note: we are requiring Flash 10.0 and link against LCCS swc (flash 10.0) currently
    1) Setting <rtc:AdobeHSAuthenticator id="auth" userName="{ourUserName}" password="{ourPassword}" protocol="RTMFP" /> will do the following:
      a) cause a P2P multicasting ( which in turn uses UDP and no communication to LCCS service ) between client SWFs, which means no A/V steam recording.
    2) Setting <rtc:AdobeHSAuthenticator id="auth" userName="{ourUserName}" password="{ourPassword}" protocol="RTMPS" /> will do the following:
       a) cause a TCP through LCCS server which will record the A/V streams just fine.
    3) What would I do if we wanted to take advantage of P2P multicasting while recording the LCCS session?  Would we have to do something like: http://forums.adobe.com/message/3345179#3345179 ?
    4) According to this: http://learn.adobe.com/wiki/display/lccs/09+Peer-to-Peer+Data+Messaging+and+AV+Multicastin g we could do P2P multicasting with Flash 10.1
    a) Maybe I'm completely wrong in #1 and #2 and by requiring Flash10.1 for our app, I get recording working while using RTMFP protocol ?
    Thanks,
    Alex G.

    Hi Alex,
    Correct - for right now, when you're doing P2P streaming over RTMFP,
    recording doesn't work. In order to work around this, we've recommended
    either disabling RTMFP or setting StreamManager.maxP2PStreamPublish to 0. In
    the latter case, you'd still be using RTMFP and UDP, and so get most of the
    advantages.
      Answering each of your questions :
    1) Partially correct - RTMFP is required for P2P streaming, but not all
    RTMFP streaming is P2P. For example, once there are more than 3 recipients,
    we automatically switch to hub-and-spoke, since P2P becomes laborious for
    the publisher. You can control this threshold using the
    StreamManager.maxP2PStreamPublish.
    2) Correct. This is one temporary workaround - I'd prefer the 2nd
    workaround, using StreamManager.maxP2PStreamPublish = 0, which still allows
    the benefits of RTMFP without using P2P. In the next release, even if you're
    using RTMFP, once you turn recording on, it will similarly enforce that
    everyone stream over hub-and-spoke (without changing from RTMFP).
    3) For now, there won't be any way to do P2P streaming with recording
    enabled. In the future (likely quite later), we might have time to enable
    this, but it's pretty difficult (maybe not even possible), and it's not high
    in priority.
    4) It's important to separate these issues - RTMFP doesn't require P2P
    streaming. In fact, most of the benefits of RTMFP (primarily the fact that
    it's UDP-based) work over hub and spoke. What we've seen is that Multicast
    P2P (enabled in 10.1, and as opposed to direct P2P) is often not a great
    choice for conversations, since multicast introduces more latency than
    simply using hub-and-spoke.
      hope this helps,
       nigel

  • When would be the production release of recording feature be available?

    I have seen posts about the recording being in beta. Is there any decision about it's release date?

    Thanks Nigel.
    I want to first understand what the recording can and can not do. I have not done recording before so my questions may be too naive.
    1) If it is a 3 way video chat for example. I am guessing LCCS will record 3 different streams? My goal is to record the meeting and not an individual. Is this  possible?
    2) Is it possible to record screen sharing session? how about a screen sharing with synchronized audio like a webinar?
    I am just trying to understand what the recording does.

  • LCCS , no longer a going concern?

    So I have a project I have been working on for a few months, wrapping my head around Flex to get to LCCS because I felt the price was right and the capabilities were strong.  I have been sensing blood in the water over this with the recent Flash/Flex changes , but SDK's have been rolling along.  So I called my sales to guy to inquire about the mobile LCCS sdk / switching to commercial service as I want to deploy some stuff outside.   Since mobile is the target of my work really.  I have been told as of tonight that the actual mobile sdk is not going to be released.  Nigel is gone, which doesnt sound promising for the whole concept.  They have replaced him so I am sure there are steady hands at the wheel, but man I feel like I have wasted a few months.  Anyone else have any better information?  I hope we can ask nicely enough that they keep this stuff in development and extend it to mobile.  Greedily, I just want webcamera , audiosubscriber, audiopublisher, maybe shared whiteboard but I could be happy without it.  I actually would be happy if they just gave me some detailed samples to extend the non optimized version with microphone classes. I want to 4.6 to extend the torch on the device hopefully with a native extension.

    There are a lot of us in the same boat here.
    Can’t you just sell us the back end.
    I so don’t want to go and have to write all that code
    Having said that Ive no idea what back end is powering LCCS
    But I’d like to know and know if there is any way we can individually host our own instance of whatever it is adobe is doing. Just enough to attach our projects, not the whole reseller do-dads.
    My head aches at the thought of having to re-write the services to get parity with what we have now.
    I know the devs at Adobe feel our pain. After all its their babies that are being canned. Projects they have invested care and attention to. And also things they have evangelised and kind of make promise about. I wouldn’t be a dev at Adobe working on any area of Flash for any money right now. 
    I just had a head ache for months now. And it’s not looking like it’s going to go away any time soon.
    I understand how Jeff feels, having to give us this news because on a daily basis Im talking to clients and having to tell them some grim news myself off the back of all this.
    I think I may start looking in the Help Wanted section of the paper. Maybe it’s time I became a gardener  or something.  Anyone interested in buying about 50 flash and Flex books?

  • Using SQVI to generate report of open and released delivery schedule lines

    All,
    I'm using SQVI  to generate an excel spreadsheet for some buyers to show open released schedule lines because they are a 1 line item per scheduling agreement company.
    I used the logical database MEPOLDB instead of a table joint and pulled fields from EKKO(vendor, SA #,&purchasing group), EKPO(Material Number), EKEH(schedule line type), and EKET(delivery date, scheduled qty,previous qty).
    Does this sound like I'll get the results I want on paper as long as I use the right selection criteria, because the report I'm getting isn't quite what I expect? I am unable to identify which lines are authorized to ship vs. trade-off zone, planning, etc. in the report thus far.

    Hi Mark,
                 I have faced same requirement. I am not sure about transporting to TST and PROD. I done by this way.
    After generating SQVI program in DEV , I assigned that program  to a transaction and tested in DEV. Later i have regenarated SQVI in Production. then I assigned the generated Program to same transaction in DEV. And transported the Tcode assignment of program to Production..
    About authorization , if its not sensitive report, BASIS can restrict at transaction level.
    Regards,
    Ravi.

  • Error while releasing a request.

    Hi All,
    I'm facing an error while releasing a request.
    The request contains an ABAP programs along with two INCLUDDE programs as well as a TCode to run the same.
    It is running successfully in dev. server. But, while releasing ths request it shows me the following error :
    " Object REPT ZBAPI_SD_SERV_SALES_ORDER is inactive " ,
    where ZBAPI_SD_SERV_SALES_ORDER is the program name. When I checked out in ABAP editor it shows the program active.
    But, I'm unable to understand why its showing me an inactivation error.
    Guys, help me out in this.

    Hi,
    Check if the INCLUDE program are also ACTIVE. They must be in inactive state. Try activating them and release the request.
    Regards,
    Vikranth

  • Report RFKLBU10: Missing Parameter for Logical filename in Release ERP 2005

    Hello Experts,
    Report RFKLBU10 in Sap Release 4.6c hat a parameter "Old dataset logical name".
    The new version of this report in SAP Release ERP 2005 there is no such parameter.
    Is this a SAP-Bug ?
    Best regards,
    Mike

    There are no Export or Print events accessible for the viewer
    Since it sounds like you are creating the reportdocument object in your click event, the settings on this object become out of scope on successive postbacks executed by other events.
    to get around this without major changes, you can place your "report" object in session in this event and retrieve it from session on successive postbacks.  This should solve your problems around navigation, printing and exporting.  What you will need to do is check if the session object exists (usually in page_load or page_initialze) and if so, retrieve it from session and bind it to the viewer's reportsource.  If the session object does not exist, then do nothing (ie you have not clicked your button yet that retrieves the parameter values from session and loads the report).  Also, in your click event you can check if the report session object exists and if so, remove it so that it can be re-created with your new parameter values (ie i'm assuming the only time you want to set parameter values is in this event).
    Dan

Maybe you are looking for