OpenGL ES iPhone - Smooth (Antialiases) Textures

Hi
Does anyone has a idea how to make textures displayed antialiased in opengl es?
id like to code something like a "cover flow" in the ipod application.
thanks

Yes, I have try with the latest version. I will retest this evening.
A detail : with workaround, I have installed the iPhone SDK on a PPC G4 Mac, maybe an incompatibility problem ?
Yet, the GLSprite example work fine.
But when I modify the texture "Sprite.png" of the GLSprite example, with a red rectangle in the texture, I have a strange problem : The originals colors of the texture are good, but the rectangle is not red, but clear blue color.
I don't understand ? Why this texture work partially, and the modification is corrupted ??

Similar Messages

  • How do you smooth skin texture?

    I can easily smooth skin texture in iPhoto by using the noise reduction slider. Use of this in Aperture seems to have no effect on the skin texture. I am using a trial version of Aperture 2.1 to see how it compares with Photoshop Elements 6. In PE I can easily apply a Smart Blur filter to achieve the same effect, but I personally like the results in iPhoto better. Does Aperture 2.1 lack some of the capabilities of iPhoto???

    version 2.1 comes with it, yes ...
    right-click on an image and choose edit with -> dodge and burn ...
    this will open a version in the D&B plugin ... it actaully has dodge, burn, blur, desaturate, saturate, and others ...

  • Font smoothing / antialiasing

    I've noticed that Java apps and browser plug-ins do not smooth or antialias fronts on my Windows XP box. How can I enable this feature? It may not seem like a big deal, but it is when one of the Java apps is an IDE and you are staring at it for hours at a time on an LCD screen...
    Thanks

    Hi,
    This is my biggest bugbear about Java GUI's - the font's look absolutely cheap and terrible due to the lack of antialiasing. If it's any help, the Eclipse Java IDE does support anti-aliasing (as does anything else written using SWT), at least on Windows anyway. If there's another way of doing antialiasing in Java, eg for Swing I'd love to know it.

  • IPhone smooth upgrade to 2.0

    I have been following this forum off and on for months now on the iPhone and the anticipated upgrade in hardware and OS. I have to say honestly that Apple and Jobs did an outstanding job in marketing as they typically do. I have seen some negative reports on the UK side but I have to say my upgrade to 2.0 went very smooth. ITunes update within minutes when Apple role it out and then when I got home from office checking to see if 2.0 had been released. I just plug in and did the upgrade and followed directions. Took a few minutes but no problems and everything worked great.
    Congrats to Apple for rolling it out in a smooth organize manner. Now I just want to see the major differences other than 3G capabilities before getting new phone.

    I struggled a bit and was offline for three hours. However, once it went through, the phone worked great. Already set up exchange and MoblileMe. Direct push is working just fine. Now my office co-workers are even more jealous.

  • How can I use OpenGl for iPhone games??

    Hi! As you know I really want to be an iOS developer. I know how Xcode works. But I don't know for the graphics and animation. I've heard that OpenGl can be used in games. But how? I mean like connecting the animations in OpenGl to the program written in XCode. I don't understand that part yet. So please can you guys explain me about that. I thank you all. 

    Hi Eric,
    it would help me frame answers if you give the background information:
    - do you know any 3D computer graphics theory? E.g. viewing transformations.
    - do you know any openGL already?
    - do you already know objectiveC and ios programming?
    To answer your questions:
    - the OpenGL ES libraries are already included as part of the iOS SDK, so if you have that you are set.
    - I am using an Air myself, works fine for developing for iOS, including code using OpenGL ES.
    - OpenGL ES is based on OpenGL 3.0, so is very similar. Almost the same.
    - read the post I linked to:
    http://db-in.com/blog/2011/01/all-about-opengl-es-2-x-part-13/
    He explains how to hook things up quite well. However, you do already need to understand how to develop for iOS.
    As I mentioned above, it helps to know 3D Graphics principles. If you do not know that then it is difficult to animate using openGL (or any other SDK). There are third party tools available (e.g. Corona, Unity, project Anarchy) that can make life easier, but at some point you simply have to learn 3D graphics. Trying to do animation without understanding graphics is like trying to write native apps without understanding programming. You can cheat to do basic stuff, but nothing useful or deep.
    This is not easy stuff, you will have to put some work into it. Start with the above link as an intro, and also the apple docs pointed to by teacup.
    Good luck!

  • Fullscreen OpenGL-ES - iPhone

    With the release of Beta 5, the previously fullscreen OpenGL samples (and my app) now have an status bar across the top (ATT, time and charge). The reported size is still 320x480, however the bar draw over our graphics. I guess this is a new 'feature' of being integrated with Interface Builder. Why one would need an Interface Builder when porting a fullscreen game is, of course, hard to understand.
    Rant aside, does anyone know how to get rid of the status bar with the Beta 5 release. For example, code changes to the GLSprite sample program.

    Add a boolean-type "UIStatusBarHidden" key to your app's Info.plist file. You can probably check the GLSprite app and find the same thing there.
    Beta 5 has that nice little plist editor built in so it should be pretty easy, otherwise its just the following in plaintext:
    <key>UIStatusBarHidden</key>
    <true/>
    Also, the template projects simply use a Interface Builder nib (or xib, rather) to setup the window. You could really do it programatically like it was initially done in Beta 1 through 3(?) and achieve the same result.

  • Opengl ES: displaying dynamic text

    Hello, I searched around for days, but the only way I found to do it is using the Texture2D class and rebuilding the texture with the updated text at each frame: very very slow, the application fall on its knees.
    I have read that mixing Opengl ES context and UI Labels is a very bad idea too.
    So I said: let's go for bitmap fonts !
    I found several tutorials based on Windows OpenGL on how to build texture bitmap fonts: unfortunately they create fonts using typical windows commands such as wglUseFontBitmap, for instance.
    So how do you deal with it in MacOs and Iphone programming ? Any suggestion ? Thanks !

    Typically you should avoid mixing UIkit items but you could go ahead and try using a UILabel over a GLView. It typically doesn't slow it down that much but that's something worth testing.
    If you're just showing updated numbers and limited text make up an image with them such that you can tile out the sub-image areas (texture atlas) and set the texture coordinates accordingly. This way you're only loading the texture once.
    Do a search on Google. I think there are some alternate solutions already available.

  • OpenGL, nVidia 8600M GT 128mb and After Effects CS3 8.0.2

    I've just sold my one year old macbook and bought a new (not so new now, revision C), 2.2 ghz nVidia 128 mb macbook pro.
    I did that cause I work with After Effects and thought a bigger screen and dedicated graphics with OpenGL would improve my performance. Sure it did, mainly because I jumped from 1g RAM to 2g in the new computer.
    But I'm experiencing a irritating bug that makes AE crash. I've searched in forums, adobe website itself, upgrade to 8.0.1, 8.0.2, made the Nvidia update via Software Update from Apple, and the problems keeps going.
    It is mentioned in this document from Adobe: http://kb.adobe.com/selfservice/view...2244&sliceId=1
    "After Effects error: AE_OpenGL: Create texture error. (5065 :: 0)"
    In the solutions proposed in the document it says: "Disable OpenGL", "remove OpenGL plugin" and "Optimize the Texture Memory preference", among other things.
    Disabling OpenGL wouldn't make my new graphic card useless in this case ? In the document, Adobe says I wouldn't have problems setting the Texture Memory preference because OSX makes it automatically. But at the same time says that the ideal should be 80% from my memory. If I have 128, 80% is 102.4, right ? My config is set to 114. Have OSX failed calculating ?
    Thanks, and sorry for the long thread.

    There is a lot of conflicting and/or otherwise terrible info being posted as workarounds to getting the ae cs3 801 and 802 update to actually install. I have read everything from reinstalling the entire creative suite, to writing a custom script that disables the app running list in the config.xml. Hahaha what?! Tech support seems to need a week off...
    Ok here's how to get it to install:
    #1: go here and delete everything in it--> **user>appdata>local>temp>patcher** (this is in Vista...xp users will get there via c:\docs and settings...)
    #2: install the update (it will fail
    #3: go to **user>appdata>local>temp>patcher** again and you will see 2 new folders named PATCHER[some number here; ex: Patcher470]. Look in these for a folder named INSTALLER. Once you find it, double click on:
    PatcherApplication
    Voila- ae cs3 will now update to 8.0.2.
    It's as easy as that.

  • How to Export SMS from iPhone 5S/5C?

    Hello everyone, Christmas is coming now, so I want to export SMS from iPhone 5S to my computer, so that I can print out some of them and giving Christmas gifts with them to my friends. I have been try method to export SMS from iPhone 5S, but all are failed, can you give me some advise about export SMS messages from my iPhone 5S?

    You mean you want to get your iPhone text messages to your computer for printing, right? Well, as for this, you can try iPubsoft iPhone Backup Extractor which can exactly help you export sms messages from iPhone smoothly, and then you can print out the exported file with the help of your printer!

  • Multiple OpenGL ES Views

    I have mulple openGL ES Views. But textures are not being drawn in the second view when switching from the first to second. Why is this happening?

    I am using apples Texture2D class

  • Smooth subtitle text edges?

    Is there a way to make smooth subtitles in Encore? It seems like the normal subtitle option in Encore makes the edges of the subtitle text so strict, that it doesn't look smooth. Is there a trick to achieve smoother subtitles like with smooth antialiasing with the Encore's own subtitles? If not, are there certain fonts that you use in Encore that look smoother than the others, please share?
    Or do you need to import the subtitles as images to get them look smoother, or are the same restrictions applied there as well what comes to the antialiasing? Thanks.

    Please have a look at this thread:
    http://www.adobeforums.com/webx/.3bc2c979

  • How can I use my Html/CSS Navigation bar to control an Edge Stage?

    I have an HTML/CSS navigation bar set up in my EDGE created page. The Navbar is not created in edge. I would like to use these buttons to control the stage. 
    Inside the stage the main timeline has labels and stop actions every 1.5 secs to create a horizontally sliding site.
    The labels are as follows: home, work, blog, profile, and contact. I can easily use a symbol created inside edge for example:
    sym.play("home");
    and animate a 6000px width symbol across my 1000px stage in 1000px increments.
    I do not want to use a symbol inside of edge to do this because I cannot create the effect that the html/css navbar has on mouseover inside of edge.
    So I am interested in knowing if I can use this bar to control my main timeline so I don't have to sacrifice design for functionality.
    currently the link list is setup with the standard hyperlink. What code would I use to play the stage on click of the html navbar?
    Many thanks to anyone who can help with this!
    Here is the code for the navbar:
    <div id="menu"><ul class="block-menu">
                        <li><a href="/home" class="three-d">
                                  Dynamic
                                  <span class="three-d-box"><span class="front">Dynamic</span><span class="back">Artisans</span></span>
                        </a></li>
                        <li><a href="/demos" class="three-d">
                                  Work
                                  <span class="three-d-box"><span class="front">Work</span><span class="back">Work</span></span>
                        </a></li>
                        <li><a href="/deals" class="three-d">
                                  Blog
                                  <span class="three-d-box"><span class="front">Blog</span><span class="back">Blog</span></span>
                        </a></li>
                        <li><a href="/about" class="three-d">
                                  Profile
                                  <span class="three-d-box"><span class="front">Profile</span><span class="back">Profile</span></span>
                        </a></li>
            <li><a href="/about" class="three-d">
                                  Contact
                                  <span class="three-d-box"><span class="front">Contact</span><span class="back">Contact</span></span>
                        </a></li>
              </ul>
    <span class="block-menu"></span></div>
    Full HTML:
    <!DOCTYPE html>
    <html>
    <head>
              <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
              <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
              <title>Untitled</title>
    <!--Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8" src="workapp_edgePreload.js"></script>
        <style>
            .edgeLoad-EDGE-57204389 { visibility:hidden; }
                  .block-menu {
                                  display: block;
                                  background: #000;
                        .block-menu li {
                                  display: inline-block;
                        .block-menu li a {
                                  color: #fff;
                                  display: block;
                                  text-decoration: none;
                                  font-family: 'Passion One',Arial,sans-serif;
                                  -webkit-font-smoothing: antialiased;
                                  -moz-font-smoothing: antialiased;
                                  font-smoothing: antialiased;
                                  text-transform: uppercase;
                                  overflow: visible;
                                  line-height: 20px;
                                  font-size: 24px;
                                  padding: 15px 10px;
                        /* animation domination */
                        .three-d {
                                  -webkit-perspective: 200px;
                                  -moz-perspective: 200px;
                                  perspective: 200px;
                                  -webkit-transition: all .07s linear;
                                  -moz-transition: all .07s linear;
                                  transition: all .07s linear;
                                  position: relative;
                                  .three-d:not(.active):hover {
                                            cursor: pointer;
                                  .three-d:not(.active):hover .three-d-box,
                                  .three-d:not(.active):focus .three-d-box {
                                            -moz-transform: translateZ(-25px) rotateX(90deg);
                                            -webkit-transform: translateZ(-25px) rotateX(90deg);
                                            -o-transform: translateZ(-25px) rotateX(90deg);
                                            transform: translateZ(-25px) rotateX(90deg);
                        .three-d-box {
                                  -webkit-transition: all .3s ease-out;
                                  -moz-transition: all .3s ease-out;
                                  -ms-transition: all .3s ease-out;
                                  -o-transition: all .3s ease-out;
                                  transition: all .3s ease-out;
                                  -webkit-transform: translatez(-25px);
                                  -moz-transform: translatez(-25px);
                                  -o-transform: translatez(-25px);
                                  transform: translatez(-25px);
                                  -webkit-transform-style: preserve-3d;
                                  -moz-transform-style: preserve-3d;
                                  -ms-transform-style: preserve-3d;
                                  -o-transform-style: preserve-3d;
                                  transform-style: preserve-3d;
                                  pointer-events: none;
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  display: block;
                                  width: 100%;
                                  height: 100%;
                        .front {
                                  -webkit-transform: rotatex(0deg) translatez(25px);
                                  -moz-transform: rotatex(0deg) translatez(25px);
                                  -o-transform: rotatex(0deg) translatez(25px);
                                  transform: rotatex(0deg) translatez(25px);
                        .back {
                                  -webkit-transform: rotatex(-90deg) translatez(25px);
                                  -moz-transform: rotatex(-90deg) translatez(25px);
                                  -o-transform: rotatex(-90deg) translatez(25px);
                                  transform: rotatex(-90deg) translatez(25px);
                                  color: #FFE7C4;
                        .front, .back {
                                  display: block;
                                  width: 100%;
                                  height: 100%;
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  background: black;
                                  padding: 15px 10px;
                                  color: white;
                                  pointer-events: none;
                                  -moz-box-sizing: border-box;
                                  box-sizing: border-box;
        </style>
    <!--Adobe Edge Runtime End-->
    </head>
    <body>
    <div id="menu"><ul class="block-menu">
                        <li><a href="/home" class="three-d">
                                  Dynamic
                                  <span class="three-d-box"><span class="front">Dynamic</span><span class="back">Artisans</span></span>
                        </a></li>
                        <li><a href="/demos" class="three-d">
                                  Work
                                  <span class="three-d-box"><span class="front">Work</span><span class="back">Work</span></span>
                        </a></li>
                        <li><a href="/deals" class="three-d">
                                  Blog
                                  <span class="three-d-box"><span class="front">Blog</span><span class="back">Blog</span></span>
                        </a></li>
                        <li><a href="/about" class="three-d">
                                  Profile
                                  <span class="three-d-box"><span class="front">Profile</span><span class="back">Profile</span></span>
                        </a></li>
            <li><a href="/about" class="three-d">
                                  Contact
                                  <span class="three-d-box"><span class="front">Contact</span><span class="back">Contact</span></span>
                        </a></li>
              </ul>
    <span class="block-menu"></span></div>
    <div  id="Stage" class="EDGE-57204389">
    </div>
    </body>
    </html>

    I've come across this from the Edge API:
    Edge.getComposition(compId)
    Anyone having trouble with this same issue should try this:
    var targetComp = AdobeEdge.getComposition('TARGETCOMPID');
       targetComp.getStage().play();
    in their trigger or event handler.
    How I got it to work:
    <li><a href="javascript:var targetComp = AdobeEdge.getComposition('EDGE-57204389');
       targetComp.getStage().play();" class="three-d">
                                  Dynamic
                                  <span class="three-d-box"><span class="front">Dynamic</span><span class="back">Artisans</span></span>
                        </a></li>

  • How to include a KB Update into a WIM in order to point to the WIM when using DISM (details inside)?

    Hi, I was told in another of the forums that my issue
    is best suited for the TechNet audience.  Previously, I posted it here: http://answers.microsoft.com/en-us/windows/forum/windows8_1-system/how-to-include-a-kb-update-into-a-wim-in-order-to/e7015076-b4a9-4862-a73b-6c58b4c82461?tm=1409598696763
    I've been struggling to fix a corrupted file.  
    Context:  I feel that something is not right with the computer, so I started poking around.
    I used "sfc /scannow" from an elevated command prompt and the result was: 
    Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log <var style="border:0px;margin:0px;padding:0px;vertical-align:top;-webkit-font-smoothing:antialiased;">%WinDir%</var>\Logs\CBS\CBS.log.
    I looked in the log.  This message appears 4 times:
    Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate",
    TypeName neutral, PublicKey neutral in the store, hash mismatch
    There is also the following message:
    This component was referenced by [l:186{93}]"Microsoft-Windows-Printer-Drivers-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.INF_prncacla"
    I'm not positive what to do next, but I have been led to believe the problem is that Flash files in version 6.3.9600.16407 are corrupted, that I need to find which KB updates Flash to this version, download the file, add it to a new WIM, and point
    to it when using DISM.  I'm not positive this is correct, but it was suggested.
    I downloaded the KB update: kb2889543, but I do not know how to add it to a new WIM or what the repercussions of doing so will be (e.g. Will I lose everything and have to restore my documents, etc from my external drive by doing this?).  
    So, the question is: How can I include a KB Update into a WIM and tell me what the result will be when once I do and point to it when using DISM?
    Secondarily, if this is a bad way to move forward with the issue, would some kind soul offer sage advise on how to move forward with resolving the original issue?

    Hi TTQSTTQS,
    As you mentioned in the answers forum, when run  the command DISM /Online /Cleanup-Image /RestoreHealth,  we received the error message “The source files could not be downloaded. Use the "source" option to specify the
    location of the files that are required to restore the feature”.
    When run the command Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess, we met the same error message.
    I think there are some mistakes in the source setting, so we meet the same error messages.
    As I mentioned in the last reply, we need a mounted image as a repair source, and then use this path.
    We need to configure a Windows repair source. Please refer to the following article.
    http://technet.microsoft.com/en-us/library/hh825020.aspx
    Please refer to the following steps to set the source image.
    1. Assign Drive Letters to Partitions by Windows PE.
    2. Capture Partition Images using DISM
    For more information, please refer to the following article.
    http://technet.microsoft.com/en-us/library/hh825072.aspx
    Then, we could try the command Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • FW CS4 Major Bugs I've Encountered So Far

    *Had to edit because even the bullet tag doesn't even work.
    C'MON ADOBE!*
    Some of these have been covered already, but I just wanted to
    start a definite list of things that make CS4 unusable and should
    have been fixed in the beta before the final release.
    New Text Engine:
    • Crazy Selection Boxes - The text remains in it's set
    place but the selection box that should be surrounding it is
    located elsewhere on the page. Selecting the text does not move the
    selection box back to the text, but rather the text to the
    selection box, rendering precise formatting useless. Seems to be
    triggered by using the arrow keys to move text, or shift+arrow keys
    for faster 10px movement.
    • Convert Text to Paths - Converting text to paths
    outputs something unrecognizable, especially fonts under 12pt/px.
    • Anti-aliasing - Text looks nothing like in-browser
    text, even when fiddling around with the advanced anti-aliasing
    settings.
    • Auto Kern - Does nothing?
    • Text Editor - Removed... but not?
    New Vector Engine
    • Combining Paths - produces graphic
    anomalies/bleeding. Go "punch" a box into another. A 1px line is
    formed when there shouldn't be anything at all.
    Tabs
    • Selecting Objects - When switching between tabs, a
    double click is required to select an object when going from one
    tab to another, even though said objects appears to be selected
    before switching back.
    • Exporting - When multiple tabs are open and I hit
    Command + Shift + X to export, the document that is going to be
    exported is not the document/tab I have currently selected/open.
    Going into the open document and selecting an object within will
    export it correctly.
    • Tab Management - Not really a bug, but very annoying.
    When the tab bar overflows with tabs, a small button appears at the
    right to scroll through each tab. But you can't scroll, you have to
    select the needed tab from a dropdown.
    • Moving Between/Creating New Tabs - Tabs should act
    more like safari in that objects should be able to be dragged to a
    tab in the tab bar and the tab that is being hovered over should
    open. Also, an object from within or from outside safari should be
    able to be dragged to the tab bar to be opened into a new
    document/tab.
    Fireworks in General
    • Closing - Most of the time, exiting Fireworks using
    Cmd + Q results in a "crash report" window. Not sure why.
    • Resizing Windows - Even without the Application
    Frame, maximizing the window can be a pain. If the "properties"
    toolbar isn't attached to the bottom of the screen, hitting the
    green + button on the main document window will maximize the window
    all the way to the bottom of the screen, behind the properties
    toolbar. It's kinda annoying.
    Text Engine - Convert text to paths sample:
    http://timshundo.com/dpud/uploads/fwcrap.png
    Text Engine - Crazy text boxes sample:
    http://www.timshundo.com/dpud/uploads/ugh.png
    Vector Engine - Combining paths sample:
    http://www.timshundo.com/dpud/uploads/fwcs41.png
    I think that's it for now. Any more I remember/find will be
    posted here. Dearest Adobe, I'm severely disappointed with this
    release and expect a (free) update that fixes it all.

    That works, but it's really just a quick fix. I find myself
    selecting all of the objects on the page before I save and switch
    them over to the cs3 engine. That has to mean something to you
    guys.
    In all, the new engine just isn't very good. Things appear
    bolder than before. All that was wrong with the old engine is that
    you would occasionally get 1 or 2 little rogue pixels when you drew
    paths with tight corners around 1 or 2°.
    quote:
    Originally posted by:
    ArunKaza
    Hi Tim,
    The visibility of 1px lines sometimes on punching 2 vectors
    is because of the differences in the vector rendering engines used
    in FWCS3 and FWCS4.
    While the vector rendering engine in CS4 was improved to be
    more faster and produce smoother antialiased vectors, subtle
    differences do exist between these engines.
    The good news is that you can use the older engine
    selectively on a vector if you wish to, using the command
    Use_FWCS3_Vector_Rendering_For_Selection. This marks the selected
    vector to switch to using the older rendering engine.
    Any vector brought into CS4 which was created in CS3 or
    earlier version of Fireworks, would still continue to use the older
    vector rendering engine to give the exact pixels. These can also be
    forced to use newer vector engine by using the script command
    Use_FWCS4_Vector_Rendering_For_Selection.
    Since these commands act on the selected objects, please be
    sure to select only those that need to be effected.
    For ease, I have attached these 2 command .jsf files that can
    be placed at below mentioned locations and used to switch b/w FWCS3
    and FWCS4 rendering.
    Windows: "[C:]\Program Files\Adobe\Adobe Fireworks
    CS4\Configuration\Commands\"
    Mac: "/Applications/Adobe Fireworks
    CS4/Configuration/Commands/"
    --Arun
    quote:
    Originally posted by:
    Tim Shundo
    New Vector Engine
    • Combining Paths - produces graphic
    anomalies/bleeding. Go "punch" a box into another. A 1px line is
    formed when there shouldn't be anything at all.
    Use_FWCS3_Vector_Rendering_For_Selection
    Use_FWCS4_Vector_Rendering_For_Selection

  • Adobe photoshop CC has stopped workng

    When I worked with photoshop I get this error message that adobe photoshop CC has stopped working. please help me...
    Adobe Photoshop Version: 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00) x64
    Operating System: Windows 8 64-bit
    Version: 6.2
    System architecture: Intel CPU Family:6, Model:5, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2527 MHz
    Built-in memory: 3894 MB
    Free memory: 1479 MB
    Memory available to Photoshop: 3233 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    Photoshop crashed on 15/10/2013 at 14:10:11 (GetImageViewResourceSharingGLContext)
    The GPU Sniffer crashed on 15/10/2013 at 14:15:33
    OpenCL Unavailable
    OpenGL Version: unknown
    Video Rect Texture Size: 0
    OpenGL Memory: 0 MB
    Video Card Vendor: unknown
    Video Card Renderer: unknown
    No video card detected
    Serial number: Tryout Version
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Temporary file path: C:\Users\HOQUEW~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 50,0G, 15,3G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Installed components:
       ACE.dll   ACE 2013/03/19-12:09:02   79.535293   79.535293
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdobeLinguistic.dll   Adobe Linguisitc Library   7.0.0  
       AdobeOwl.dll   Adobe Owl 2013/03/03-12:10:08   5.0.13   79.533484
       AdobePDFL.dll   PDFL 2013/03/13-12:09:15   79.499517   79.499517
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1768  
       AdobeXMP.dll   Adobe XMP Core 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPFiles.dll   Adobe XMP Files 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPScript.dll   Adobe XMP Script 2013/03/13-12:09:15   79.151481   79.151481
       adobe_caps.dll   Adobe CAPS   7,0,0,21  
       AGM.dll   AGM 2013/03/29-12:09:59   79.536232   79.536232
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       aif_core.dll   AIF   5.0   79.534508
       aif_ocl.dll   AIF   5.0   79.534508
       aif_ogl.dll   AIF   5.0   79.534508
       amtlib.dll   AMTLib (64 Bit)   7.0.0.169 BuildVersion: 7.0; BuildDate: Mon Apr 8 2013 2:31:50)   1.000000
       ARE.dll   ARE 2013/03/19-12:09:02   79.535293   79.535293
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2013/03/19-12:09:02   79.535293   79.535293
       BIBUtils.dll   BIBUtils 2013/03/19-12:09:02   79.535293   79.535293
       boost_date_time.dll   DVA Product   7.0.0  
       boost_signals.dll   DVA Product   7.0.0  
       boost_system.dll   DVA Product   7.0.0  
       boost_threads.dll   DVA Product   7.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.6.30158   2.1.6.30158
       CITThreading.dll   Adobe CITThreading   2.1.6.30158   2.1.6.30158
       CoolType.dll   CoolType 2013/03/19-12:09:02   79.535293   79.535293
       dvaaudiodevice.dll   DVA Product   7.0.0  
       dvacore.dll   DVA Product   7.0.0  
       dvamarshal.dll   DVA Product   7.0.0  
       dvamediatypes.dll   DVA Product   7.0.0  
       dvaplayer.dll   DVA Product   7.0.0  
       dvatransport.dll   DVA Product   7.0.0  
       dvaunittesting.dll   DVA Product   7.0.0  
       dynamiclink.dll   DVA Product   7.0.0  
       ExtendScript.dll   ExtendScript 2013/03/21-12:10:31   79.535742   79.535742
       FileInfo.dll   Adobe XMP FileInfo 2013/03/19-12:09:02   79.151561   79.151561
       filter_graph.dll   AIF   5.0   79.534508
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       imslib.dll   IMSLib DLL   7.0.0.37  
       JP2KLib.dll   JP2KLib 2013/02/19-12:28:44   79.248139   79.248139
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1756  
       mediacoreif.dll   DVA Product   7.0.0  
       MPS.dll   MPS 2013/03/15-13:25:52   79.535029   79.535029
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       PatchMatch.dll   PatchMatch 0000/00/00-00:00:00   1.   1.
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC   CC  
       Plugin.dll   Adobe Photoshop CC   CC  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   4.0.1.34  
       PSArt.dll   Adobe Photoshop CC   CC  
       PSViews.dll   Adobe Photoshop CC   CC  
       SCCore.dll   ScCore 2013/03/21-12:10:31   79.535742   79.535742
       ScriptUIFlex.dll   ScriptUIFlex 2013/03/21-12:10:31   79.535742   79.535742
       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, 1, 2012, 1003  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       WRServices.dll   WRServices Mon Feb 25 2013 16:09:10   Build 0.19078   0.19078
    Required plug-ins:
       3D Studio 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Accented Edges 14.0
       Adaptive Wide Angle 14.0
       Angled Strokes 14.0
       Average 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Bas Relief 14.0
       BMP 14.0
       Camera Raw 8.0
       Camera Raw Filter 8.0
       Chalk & Charcoal 14.0
       Charcoal 14.0
       Chrome 14.0
       Cineon 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Clouds 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Collada 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Color Halftone 14.0
       Colored Pencil 14.0
       CompuServe GIF 14.0
       Conté Crayon 14.0
       Craquelure 14.0
       Crop and Straighten Photos 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Crop and Straighten Photos Filter 14.0
       Crosshatch 14.0
       Crystallize 14.0
       Cutout 14.0
       Dark Strokes 14.0
       De-Interlace 14.0
       Dicom 14.0
       Difference Clouds 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Diffuse Glow 14.0
       Displace 14.0
       Dry Brush 14.0
       Eazel Acquire 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Embed Watermark 4.0
       Entropy 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Extrude 14.0
       FastCore Routines 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Fibers 14.0
       Film Grain 14.0
       Filter Gallery 14.0
       Flash 3D 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Fresco 14.0
       Glass 14.0
       Glowing Edges 14.0
       Google Earth 4 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Grain 14.0
       Graphic Pen 14.0
       Halftone Pattern 14.0
       HDRMergeUI 14.0
       IFF Format 14.0
       Ink Outlines 14.0
       JPEG 2000 14.0
       Kurtosis 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Lens Blur 14.0
       Lens Correction 14.0
       Lens Flare 14.0
       Liquify 14.0
       Matlab Operation 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Maximum 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Mean 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Measurement Core 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Median 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Mezzotint 14.0
       Minimum 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       MMXCore Routines 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Mosaic Tiles 14.0
       Multiprocessor Support 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Neon Glow 14.0
       Note Paper 14.0
       NTSC Colors 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Ocean Ripple 14.0
       Oil Paint 14.0
       OpenEXR 14.0
       Paint Daubs 14.0
       Palette Knife 14.0
       Patchwork 14.0
       Paths to Illustrator 14.0
       PCX 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Photocopy 14.0
       Photoshop 3D Engine 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Picture Package Filter 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Pinch 14.0
       Pixar 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Plaster 14.0
       Plastic Wrap 14.0
       PNG 14.0
       Pointillize 14.0
       Polar Coordinates 14.0
       Portable Bit Map 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Poster Edges 14.0
       Radial Blur 14.0
       Radiance 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Range 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Read Watermark 4.0
       Reticulation 14.0
       Ripple 14.0
       Rough Pastels 14.0
       Save for Web 14.0
       ScriptingSupport 14.0
       Shake Reduction 14.0
       Shear 14.0
       Skewness 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Smart Blur 14.0
       Smudge Stick 14.0
       Solarize 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Spatter 14.0
       Spherize 14.0
       Sponge 14.0
       Sprayed Strokes 14.0
       Stained Glass 14.0
       Stamp 14.0
       Standard Deviation 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       STL 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Sumi-e 14.0
       Summation 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Targa 14.0
       Texturizer 14.0
       Tiles 14.0
       Torn Edges 14.0
       Twirl 14.0
       Underpainting 14.0
       Vanishing Point 14.0
       Variance 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Variations 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Water Paper 14.0
       Watercolor 14.0
       Wave 14.0
       Wavefront|OBJ 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       WIA Support 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Wind 14.0
       Wireless Bitmap 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       ZigZag 14.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Adobe Exchange
       Kuler
    Installed TWAIN devices: NONE

    wasim hoque2 wrote:
    ... The GPU Sniffer crashed on 15/10/2013 at 14:15:33
    Visit the web site of the maker of your video card, find the display driver release that matches your hardware and operating system, download and install.  Display driver updates solve many problems.
    -Noel

Maybe you are looking for

  • Project Center - How to Update / Correct the URL/Link stored in the Project Name field.

    In the Project Center list, the link in the "Project Name" field for some projects take you the the project details page and some display the project schedule. How can I update/correct the links to display the project schedule?

  • How do I eject a blank DVD....

    ....that is NOT showing up on the desktop?? I had the same problem with iDVD '08 that many others were having and found the solution in this forum and thanks a lot for that fix! It worked like a charm! But I still have work to do on a video in iMovie

  • Creating a Magic Triangle

    We want to create a test Magic Triangle where we can test major changes before deploying them in production. We have a Mac Xserver 10.6 (matches production), Active Directory at Windows 2008 R2 functional level (Production is at 2003), and NetApp fil

  • TS3297 error code 5000

    I'm trying to  download a movie from itunes and keep receiving error code 5000.

  • Adding Line to 2 year contract.

    I have a 2 year contract with Verizon. I'm already one  year into it and decided to add a line for my daughter. Will the contract end the same day for her as mine?