Connect Add in stop working when sharing camera

When sharing the camera, the error message with connect add-in comes up and then the meeting is crashed.(used IE)
I've learnt that addin is only related to the function of sharing screen ,not camera.
Anyway it happened and I've tried many things like deleting and downloading the latest addin / Flash Player and using other browser as well.
Redownloading was not helpful on this matter.
Using Chrome seemed OK,  but after that, I knew other collegue still has the problem, who uses chrome.
Apparently both are not a real solution for this situation...Those ways are unstable.
Why is it happened?
Actually sharing webcam worked at the first few days, but suddenly the problem is taking place.
Please let me know if anybody know how I can handle this issue....
Thanks in advance.

Hi Scarlett,
You mentioned that there was an error that you got before your addin stopped working. Can you please let us know what exactly is the error that you are getting?
Also, are you using Addin or browser? It is unclear from your statements above as at one place you wrote that the addin crashed and at another you mentioned you used IE and Chrome (which seemed to work fine).
Can you also give us details about your Adobe Connect account, for instance, Connect version, Licensed/Hosted, Addin version you have etc.. Also, other info like OS, hardware specifics etc will be helpful.
Thanks
Sameer Puri

Similar Messages

  • Can anyone tell me why my collusion .27 add-on stopped working when I updated to firefox 20 (and now 21?).

    Can anyone tell me why my collusion .27 add-on stopped working when I updated to firefox 20 (and now 21?). I've tried removing and reinstalling to no avail. I even deleted my profile files and had firefox repopulate those automatically to no avail. And it's not the only add-on to have stopped working.

    see here
    *https://support.mozilla.org/en-US/kb/re-enable-add-ons-disabled-when-updating
    Addons are enabled or disabled?

  • Hi Team, Showing Yellow icons after every 15 to 20 Min and internet stop working.when we enable- disbale the network connection then will internet start working fine.Some time network connection is disable but when we renable that connection it will st

    Hi Team,
    Showing Yellow icons after every 15 to 20 Min and internet stop working.when we enable- disbale the network connection then will internet start working fine.Some time network connection is disable but when we renable that connection it will stuck on enabling
    and will not renable till i am not restart that machine. I have 350 Machine in network but facing this issue in 25 machines. Kindly help me on this issue .
    Regards
    Sahil bhateja

    Hi,
    So switch a LAN card fix this issue...seems a compatibility issue or maybe some packs or programs you installed recently cause this issue.
    Have you manually check the network adapter driver from the PC's manufacture website? sometimes, it will be a time delay before Microsoft push out the driver update.
    Check if issue exists in safemode with network, this mode will launch Windows with limited sets of files and drivers. 
    if you have a restore point, restore the pc to a previous point at which the pc is functioning fine.
    Yolanda Zhu
    TechNet Community Support

  • I am trying to move a pdf file onto my iPad2, and it says that the device is not connected or has stopped working.  But Windows 7 recognizes the device and I can see my pictures.  Same thing happens when I try to put music onto the iPad.

    I am trying to move a pdf file onto my iPad2, and it says that the device is not connected or has stopped working.  But Windows 7 recognizes the device and I can see my pictures.  Same thing happens when I try to put music onto the iPad.

    When in iTunes on the computer,my our ipadmshould show under devices.
    Click on your ipadmunder devices then go to music at top center of the iTunes window, check what you want to sync for music. You need to set it to a folder if I remember which would have your music in it you want synced.
    Same with PDF files.....there should be an option for data or even PDF files at the top center area of iTunes when the iPad is clicked under devices.
    If your iPad does not show or you cannot click on it under devices which is in the leftane of iTunes, the iPad is not being seen by the computer.
    Try unplugging the USB cord from the laptop then give it a few and see if the computer picks it up.

  • Itunes stops working when i connect my ipad windows error message comes up looking for solution but then closes itunes.

    Can anyone help my itunes stops working when i connect my ipad to my computer a windows error message comes up looking for solution but then closes itunes.

    Hi tokley13,
    To troubleshoot this issue where iTunes is quitting unexpectedly, please follow the steps in the article below.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues - Apple Support
    Thanks for using the Apple Support Communities!
    Cheers,
    Alex H.

  • Itunes on my pc stops working when I connect my iphone

    itunes on my pc stops working when i connect up my iphone
    i do not sync my iphone with the pc (i only do this to charge the phone) syncing is done with the library at home on the mac
    any ideas on how to fix? talked to tech support and they could not solve
    thanks.

    When syncing, check the Movies/TV Shows Tab in the iPhone menu, and make sure ALL movies are synced (or select the ones you want to sync)

  • Since about 2 weeks ago for no apparent reason, the internet on my iPad suddenly stopped working (when I open Safari, it says: "Safari cannot open the page because it is not connected to the Internet"), even though the Wifi icon in the top left corner sti

    hi

    Since about 2 weeks ago for no apparent reason, the internet on my iPad suddenly stopped working (when I open Safari, it says: "Safari cannot open the page because it is not connected to the Internet"), even though the Wifi icon in the top left corner still shows full signal. However, I noticed when I went into Wifi settings (Settings>Wifi) that there is no checkmark next to my network name (only the spinning circle icon, as if it's trying to process something). This only happens at home (I can browse the internet while connected to  Wifi at university). My other Apple devices (MacBook Pro and iPhone 4S) work perfectly fine at home.
    I've tried resetting my router, restarting my iPad, resetting Network Settings on my iPad, and tried following Hynes' instructions on this thread:https://discussions.apple.com/thread/2453187?start=15&tstart=0, but nothing has worked so far (although I have to admit that I found the instructions on that thread somewhat confusing, so there is a chance that I accidentally did not follow them properly).
    Could someone please help? It'd be VERY much appreciated.

  • JSTL stops working when I add a servlet

    Can anyone help me?
    My JSTL tags stop working when I add WEB.XML to WEB-INF folder in Tomcat 5.
    The following is an example code, I get '${test}' when I use the WEB.XML file, when I remove the file and restart the server I get 'hello test'.
    Here is the HTML :
    <!-- use java standard tag library -->
    <%@ taglib uri="/WEB-INF/tld/c.tld" prefix="c" %>
    <c:set var='test' value= "hello test" />
    ${test}
    <html>
    <head><title>list review bottom frame</title>
    <link href="../properties.css" rel="stylesheet" type="text/css">
    </head>
    <body bgcolor="#0000FF">
    <form method='post' action="/servlet/servlet/FtpResiduals" >
    <table width="100%" border="0">
    <tr><td align="center"><input name="FtpResiduals" type='submit' class="button1" value="Transmit File">
    </td></tr>
    </table>
    </form>
    </body>
    </html>
    Here is the WEB.XML file :
    <web-app>
    <servlet>
    <servlet-name>FtpResiduals</servlet-name>
    <servlet-class>FtpResiduals</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>FtpResiduals</servlet-name>
    <url-pattern>/servlet/FtpResiduals</url-pattern>
    </servlet-mapping>
    </web-app>
    By the way the servlet works fine.
    Mark

    I quickly threw this code together to try to describe
    by problem. I didn't think it was prudent to post all
    the code in my web app. (servlet happens to be the
    context path, and I just threw the tag in to duplicate
    the problem I'm having).Prudence is your call, but nobody will be able to help unless they can see what the problem is.
    It's a difficult call, because posting too much will scare people off, too. (I know I don't want to read your entire app.)
    The log doesn't really help.Neither does this post.
    Needless to say, you've got a deployment problem. Tomcat 5.0 works; so does the JSTL 1.1 tag library. You're doing something wrong.
    If you've never used JSTL before, I'd recommend that you read something serious, like Hans Bergsten's O'Reilly book on JSPs. He writes it entirely in terms of JSTL, because that's what people should use from now on. I think his 3rd edition even has the JSTL 1.1 tag library.

  • My camera is stop working when I try to use it!

    My camera is stop working when I try to use it!it close down when I open it..and it's been 2 days now that my telephone is very slow in everything..

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • Message: itunes has stopped working when I connect ipod touch-windows 7

    message: "itunes has stopped working"    when I connect ipod touch-using  windows 7

    Make sure to check your internet settings or the settings on your wi-fi server (if accessible). You may also want to make sure that your not in a place where wi-fi is obtructed.(concrete walls other machines, etc.)

  • IPhone 5 flash on camera stopped working when taking photos & poor quality photos

    iPhone 5 camera flash  stopped  working when taking  photos and poor Quality photos . Flash still works when in torch mode .

    Hey there Jimbo,
    It sounds like your flash has stopped working on your phone and you noticed a decrease in image quality.
    I recommend a few troubleshooting steps here. Start with closing the running apps on the phone:
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    When you have done that restart the phone and test it again:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    If the issue persists, I would next backup your device to iTunes, and restore it:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Photoshop stops working when i do anything 3d on it. Please help.

    Photoshop stops working when I try to open a project that I have already started with 3d in it, also does the same thing when I start something new and try putting 3d in it, it stops working. I just bought a new computer only 2 days old.
    Adobe Photoshop Version: 2014.2.2 20141204.r.310 2014/12/04:23:59:59 CL 994532  x64
    Operating System: Windows 8.1 64-bit
    Version: 6.3
    System architecture: AMD CPU Family:15, Model:0, Stepping:1 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX
    Physical processor count: 4
    Processor speed: 1996 MHz
    Built-in memory: 7099 MB
    Free memory: 3441 MB
    Memory available to Photoshop: 6132 MB
    Memory used by Photoshop: 70 %
    3D Multitone Printing: Disabled.
    Windows 2x UI: Disabled.
    Highbeam: Enabled.
    Image tile size: 1028K
    Image cache levels: 4
    Font Preview: Medium
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=768, right=1366
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGLGPUs=1
    NumCLGPUs=1
    glgpu[0].GLVersion="3.0"
    glgpu[0].GLMemoryMB=1024
    glgpu[0].GLName="AMD Radeon(TM) R5 Graphics"
    glgpu[0].GLVendor="ATI Technologies Inc."
    glgpu[0].GLVendorID=4098
    glgpu[0].GLDriverVersion="13.302.1601.1002"
    glgpu[0].GLRectTextureSize=16384
    glgpu[0].GLRenderer="AMD Radeon(TM) R5 Graphics"
    glgpu[0].GLRendererID=38993
    glgpu[0].HasGLNPOTSupport=1
    glgpu[0].GLDriver="aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atium d64.dll,atidxx64.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm6 4.dll"
    glgpu[0].GLDriverDate="20140512000000.000000-000"
    glgpu[0].CanCompileProgramGLSL=1
    glgpu[0].GLFrameBufferOK=1
    glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.30"
    glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[2147 483647]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[1024]
    glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[1024]
    glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[128]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[29]
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    clgpu[0].CLPlatformVersion="1.2 AMD-APP (1359.5)"
    clgpu[0].CLDeviceVersion="1.2 AMD-APP (1359.5)"
    clgpu[0].CLMemoryMB=2047
    clgpu[0].CLName="Mullins"
    clgpu[0].CLVendor="Advanced Micro Devices, Inc."
    clgpu[0].CLVendorID=4098
    clgpu[0].CLDriverVersion="1359.5 (VM)"
    clgpu[0].CUDASupported=0
    clgpu[0].CLBandwidth=8.4116e+009
    clgpu[0].CLCompute=70.0129
    License Type: Subscription
    Serial number: 96040980655291092490
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\
    Temporary file path: C:\Users\FOOZER~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 890.5G, 853.0G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Plug-ins\
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2014/08/12-23:42:09   79.557478   79.557478
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdbePM.dll   PatchMatch 2014/09/07-21:07:38   79.558079   79.558079
       AdobeLinguistic.dll   Adobe Linguisitc Library   8.0.0  
       AdobeOwl.dll   Adobe Owl   5.2.4  
       AdobePDFL.dll   PDFL 2014/08/18-15:13:12   79.512424   79.512424
       AdobePIP.dll   Adobe Product Improvement Program   7.2.1.3399  
       AdobeXMP.dll   Adobe XMP Core 2014/08/20-09:53:02   79.156797   79.156797
       AdobeXMPFiles.dll   Adobe XMP Files 2014/08/20-09:53:02   79.156797   79.156797
       AdobeXMPScript.dll   Adobe XMP Script 2014/08/20-09:53:02   79.156797   79.156797
       adobe_caps.dll   Adobe CAPS   8,0,0,13  
       AGM.dll   AGM 2014/08/12-23:42:09   79.557478   79.557478
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       amtlib.dll   AMTLib (64 Bit)   8.0.0.122212002 BuildVersion: 8.0; BuildDate: Wed Jul 30 2014 15:59:34)   1.000000
       ARE.dll   ARE 2014/08/12-23:42:09   79.557478   79.557478
       AXE8SharedExpat.dll   AXE8SharedExpat 2013/12/20-21:40:29   79.551013   79.551013
       AXEDOMCore.dll   AXEDOMCore 2013/12/20-21:40:29   79.551013   79.551013
       Bib.dll   BIB 2014/08/12-23:42:09   79.557478   79.557478
       BIBUtils.dll   BIBUtils 2014/08/12-23:42:09   79.557478   79.557478
       boost_date_time.dll   photoshopdva   8.0.0  
       boost_signals.dll   photoshopdva   8.0.0  
       boost_system.dll   photoshopdva   8.0.0  
       boost_threads.dll   photoshopdva   8.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.2.6.32411   2.2.6.32411
       CITThreading.dll   Adobe CITThreading   2.2.6.32411   2.2.6.32411
       CoolType.dll   CoolType 2014/08/12-23:42:09   79.557478   79.557478
       dvaaudiodevice.dll   photoshopdva   8.0.0  
       dvacore.dll   photoshopdva   8.0.0  
       dvamarshal.dll   photoshopdva   8.0.0  
       dvamediatypes.dll   photoshopdva   8.0.0  
       dvametadata.dll   photoshopdva   8.0.0  
       dvametadataapi.dll   photoshopdva   8.0.0  
       dvametadataui.dll   photoshopdva   8.0.0  
       dvaplayer.dll   photoshopdva   8.0.0  
       dvatransport.dll   photoshopdva   8.0.0  
       dvaui.dll   photoshopdva   8.0.0  
       dvaunittesting.dll   photoshopdva   8.0.0  
       dynamiclink.dll   photoshopdva   8.0.0  
       ExtendScript.dll   ExtendScript 2014/01/21-23:58:55   79.551519   79.551519
       icucnv40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       icudt40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       igestep30.dll   IGES Reader   9.3.0.113  
       imslib.dll   IMSLib DLL   7.0.0.154  
       JP2KLib.dll   JP2KLib 2014/06/28-00:28:27   79.254012   79.254012
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OpenMP* Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   7.2.1.3399  
       mediacoreif.dll   photoshopdva   8.0.0  
       MPS.dll   MPS 2014/08/18-23:43:19   79.557676   79.557676
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC 2014   15.2.2  
       Plugin.dll   Adobe Photoshop CC 2014   15.2.2  
       PlugPlugExternalObject.dll   Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit)   5.0.0  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   5.2.0.54  
       PSArt.dll   Adobe Photoshop CC 2014   15.2.2  
       PSViews.dll   Adobe Photoshop CC 2014   15.2.2  
       SCCore.dll   ScCore 2014/01/21-23:58:55   79.551519   79.551519
       ScriptUIFlex.dll   ScriptUIFlex 2014/01/20-22:42:05   79.550992   79.550992
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   8.0.0.14 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   8.0.0.14
       VulcanControl.dll   Vulcan Application Control Library   5.0.0.82  
       VulcanMessage5.dll   Vulcan Message Library   5.0.0.82  
       WRServices.dll   WRServices Fri Mar 07 2014 15:33:10   Build 0.20204   0.20204
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 15.2.2 (2014.2.2 x001 x003)
       Accented Edges 15.2.2
       Adaptive Wide Angle 15.2.2
       Angled Strokes 15.2.2
       Average 15.2.2 (2014.2.2 x001 x003)
       Bas Relief 15.2.2
       BMP 15.2.2
       Camera Raw 8.7.1
       Camera Raw Filter 8.7.1
       Chalk & Charcoal 15.2.2
       Charcoal 15.2.2
       Chrome 15.2.2
       Cineon 15.2.2 (2014.2.2 x001 x003)
       Clouds 15.2.2 (2014.2.2 x001 x003)
       Collada 15.2.2 (2014.2.2 x001 x003)
       Color Halftone 15.2.2
       Colored Pencil 15.2.2
       CompuServe GIF 15.2.2
       Conté Crayon 15.2.2
       Craquelure 15.2.2
       Crop and Straighten Photos 15.2.2 (2014.2.2 x001 x003)
       Crop and Straighten Photos Filter 15.2.2
       Crosshatch 15.2.2
       Crystallize 15.2.2
       Cutout 15.2.2
       Dark Strokes 15.2.2
       De-Interlace 15.2.2
       Dicom 15.2.2
       Difference Clouds 15.2.2 (2014.2.2 x001 x003)
       Diffuse Glow 15.2.2
       Displace 15.2.2
       Dry Brush 15.2.2
       Eazel Acquire 15.2.2 (2014.2.2 x001 x003)
       Embed Watermark 4.0
       Entropy 15.2.2 (2014.2.2 x001 x003)
       Export Color Lookup Tables NO VERSION
       Extrude 15.2.2
       FastCore Routines 15.2.2 (2014.2.2 x001 x003)
       Fibers 15.2.2
       Film Grain 15.2.2
       Filter Gallery 15.2.2
       Flash 3D 15.2.2 (2014.2.2 x001 x003)
       Fresco 15.2.2
       Glass 15.2.2
       Glowing Edges 15.2.2
       Google Earth 4 15.2.2 (2014.2.2 x001 x003)
       Grain 15.2.2
       Graphic Pen 15.2.2
       Halftone Pattern 15.2.2
       HDRMergeUI 15.2.2
       HSB/HSL 15.2.2
       IFF Format 15.2.2
       IGES 15.2.2 (2014.2.2 x001 x003)
       Ink Outlines 15.2.2
       JPEG 2000 15.2.2
       Kurtosis 15.2.2 (2014.2.2 x001 x003)
       Lens Blur 15.2.2
       Lens Correction 15.2.2
       Lens Flare 15.2.2
       Liquify 15.2.2
       Matlab Operation 15.2.2 (2014.2.2 x001 x003)
       Maximum 15.2.2 (2014.2.2 x001 x003)
       Mean 15.2.2 (2014.2.2 x001 x003)
       Measurement Core 15.2.2 (2014.2.2 x001 x003)
       Median 15.2.2 (2014.2.2 x001 x003)
       Mezzotint 15.2.2
       Minimum 15.2.2 (2014.2.2 x001 x003)
       MMXCore Routines 15.2.2 (2014.2.2 x001 x003)
       Mosaic Tiles 15.2.2
       Multiprocessor Support 15.2.2 (2014.2.2 x001 x003)
       Neon Glow 15.2.2
       Note Paper 15.2.2
       NTSC Colors 15.2.2 (2014.2.2 x001 x003)
       Ocean Ripple 15.2.2
       OpenEXR 15.2.2
       Paint Daubs 15.2.2
       Palette Knife 15.2.2
       Patchwork 15.2.2
       Paths to Illustrator 15.2.2
       PCX 15.2.2 (2014.2.2 x001 x003)
       Photocopy 15.2.2
       Photoshop 3D Engine 15.2.2 (2014.2.2 x001 x003)
       Photoshop Touch 14.0
       Picture Package Filter 15.2.2 (2014.2.2 x001 x003)
       Pinch 15.2.2
       Pixar 15.2.2 (2014.2.2 x001 x003)
       Plaster 15.2.2
       Plastic Wrap 15.2.2
       PLY 15.2.2 (2014.2.2 x001 x003)
       PNG 15.2.2
       Pointillize 15.2.2
       Polar Coordinates 15.2.2
       Portable Bit Map 15.2.2 (2014.2.2 x001 x003)
       Poster Edges 15.2.2
       PRC 15.2.2 (2014.2.2 x001 x003)
       Radial Blur 15.2.2
       Radiance 15.2.2 (2014.2.2 x001 x003)
       Range 15.2.2 (2014.2.2 x001 x003)
       Read Watermark 4.0
       Render Color Lookup Grid NO VERSION
       Reticulation 15.2.2
       Ripple 15.2.2
       Rough Pastels 15.2.2
       Save for Web 15.2.2
       ScriptingSupport 15.2.2
       Shake Reduction 15.2.2
       Shear 15.2.2
       Skewness 15.2.2 (2014.2.2 x001 x003)
       Smart Blur 15.2.2
       Smudge Stick 15.2.2
       Solarize 15.2.2 (2014.2.2 x001 x003)
       Spatter 15.2.2
       Spherize 15.2.2
       Sponge 15.2.2
       Sprayed Strokes 15.2.2
       Stained Glass 15.2.2
       Stamp 15.2.2
       Standard Deviation 15.2.2 (2014.2.2 x001 x003)
       STL 15.2.2 (2014.2.2 x001 x003)
       Sumi-e 15.2.2
       Summation 15.2.2 (2014.2.2 x001 x003)
       Targa 15.2.2
       Texturizer 15.2.2
       Tiles 15.2.2
       Torn Edges 15.2.2
       Twirl 15.2.2
       U3D 15.2.2 (2014.2.2 x001 x003)
       Underpainting 15.2.2
       Vanishing Point 15.2.2
       Variance 15.2.2 (2014.2.2 x001 x003)
       Virtual Reality Modeling Language | VRML 15.2.2 (2014.2.2 x001 x003)
       Water Paper 15.2.2
       Watercolor 15.2.2
       Wave 15.2.2
       Wavefront|OBJ 15.2.2 (2014.2.2 x001 x003)
       WIA Support 15.2.2 (2014.2.2 x001 x003)
       Wind 15.2.2
       Wireless Bitmap 15.2.2 (2014.2.2 x001 x003)
       ZigZag 15.2.2
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Libraries
       Adobe Color Themes
    Installed TWAIN devices: NONE

    Yes, but most likely the graphics card's drivers will be tens if not hundreds of updates old. A brand new computer isn't going to be fresh off the press with updates applied. You need to get the most recent update for your card.
    Benjamin

  • Itunes stops working when accessing the store what needs to be done to get it working again?

    itune stops working when accessing the store.  What needs to be done to get it working again?

    Hey Baitmaster61!
    Here is an article that will help you troubleshoot this issue:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    If you are still experiencing issues with reaching the iTunes Store, you may also need to reference this article:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • Itunes stops working when I try to upload CD

    Itunes stops working when I go to type in info on audio cd file prior to download

    Ah... interesting. I do have errors in the event log for the Bonjour service for all of the times that I have tried to connect (8 for every time I try to connect). They are on the Vista machine and it says : XXX: ERROR: read_msg errno 10054 (An existing connection was forcibly closed by the remote host.)
    The XXX is different number for each of the 8 and includes: 488, 480,476, 472, 468, 464, 460, and 452.
    It also has an application error for itunes:
    Faulting application iTunes.exe, version 9.2.1.5, time stamp 0x4c47745b, faulting module iTunes.dll, version 9.2.1.5, time stamp 0x4c477437, exception code 0xc0000005, fault offset 0x0040efa0, process id 0x12b0, application start time 0x01cb2f69002ea6c0.
    So I tried to restart and start Bonjour and that didn't help. I have rebooted and that didn't help either.

  • Error "Licensing for this product has stopped working" when you launch Acrobat 9

    Hi,
    I'm part of service desk and my company has several thousand users of Acrobat. There has been strange issues reported since upgrading from 7.0.5 to 9.1 and a lot of them are uhappy. The latest issue is users started to receive the following error,
    Error "Licensing for this product has stopped working" when you launch Acrobat 9 or Adobe Creative Suite 4 products. The link http://kb2.adobe.com/cps/405/kb405970.html#ErrorCodes has solution, but i tried everything given for 147-178, and nothing works. The users are highly frustrated. Any other possibilities? one collegue claims running simple reg cleaner could solve this issue.

    Wow,
    I went through a "font crisis" on my MacBook about two weeks ago, and I reinstalled Snow Leopard, then restored everything from Time Machine backup. Everything but Office 2008 and CS4 was able to run from the restore, because there were preferences for both that wouldn't copy back to my Library (permissions).
    I reinstalled both from the "original media" (dmg's)  with my Time Machine and 2 other external HDs connected and mounted. I had no problems with either. In fact since I was re-installing from dmg's stored on my Time Machine drive, I had to have it connected to do this. Installing Office and CS4 from the dmg's took all of twenty minutes for both with no errors at all.
    I'm glad you got everything taken care of, but anectdotal evidence tells me CS4 can be reinstalled with external drives connected and mounted.

Maybe you are looking for

  • CS6 Master Suite problem with Photo shop

    I have a new macbook pro ( mid 2012 ) and it has the intel core i5 processor.  I just installed the CS6 Master Suite and everything works fine except for Photoshop.  I get the message : You can't open the application "Adobe Photoshop CS6" because it

  • How to insert data from the form to the database problematically

    Hi, Please anyone can help me with a code to insert a new record in database using code. i have dragged and dropped createInsert operation and on their action calling insert() method in backing bean. But wat i m suppose to write code so that data wil

  • Preference  problem with Magic Mouse

    I set my Magic Mouse scrolling preference to 'Fast' and it doesn't seem to stick, will revert to medium usually with a few hours. I guess i should try to delete a preference file, but which one? Can anyone help please? thanks

  • Word for Mac and iCloud

    I have 30 Word for Mac docs on my MacBook Pro that I would like to access on my iPhone 4 via iCloud.  Do I need to convert them? To what?

  • Custom OS X Lion Wallpaper not rendering correctly

    Upgraded to Lion on Wednesday July 20th (Final Release) I have tried rebooting to correct the serious rendering issue that my iMac 27" (Late 2009) had with this custom wallpaper after upgrading to lion yesterday. Before upgrading snow leopard had no