All moving objects, maps, or moving graphics appear black. Some help?

Suddenly all of my projects damaged, every graphic that is within the project itself became black, trailer graphics are black, the plane on the maps are black. Some hellp here. I already reinstalled iMove and a have installed updates but nothing works. Can it be that my graphics card is damaged someways?
I have a MacBook Pro mid 2009 with 8 gb of RAM and a intel core 2 duo 2.53 ghz. Hope that hellps.
Thank You.

etineo3859 wrote:
…  No i havent installed any Quartz- plugin or patches. Its like it was working yesterday and today nothing. …
… but a computer doesn't go on strike
hmmm … very hard to tell from remote:
• it could be some hardware failure (Ram, GPU)
• it could be some flaw in iMovie (do you know how to erase the pref-file of an app?)
• it could mean, a re-install of iMovie could help
• it could be some 'general' flaw in your system, 'cause Quartz is a 'core function', used for or in other apps too ....
etineo3859 wrote:
…  And it was not working since Lion, now im using Mountain Lion.
so, you used Snow Leopard/10.6x = working
Lion/10.7x = not working
Mountain Lion//10.8 = not working?
... I dare to say, a from-ground re-install could probably give your System a new start .....

Similar Messages

  • Cannot retrieve all vector objects - reading only last line .. Please help

    <pre>
    When I test the vector in the method that adds the elements, each line is returned. Testing the vector in the method getData(), all items are returned within the while loop, but the test returns only the last line of in the vector. Can anyone help me out and let me know what I'm doing wrong.
    Here's a summary of what I'm doing and the code follows.....
    My bean class:
    - creates a vector and adds several lines to the vector
    - using StringTokenizer and Enumeration, parses the data and checks to see if the line has the required amount of tokens (which is 4). If so, then the string is passed to my main class
    In the main class, the string is parsed into its appropriate attribute and then the required ones are displayed in the browser.
    //Vector class bean
    public SpecBean()
    public Vector addData()
    vecdata.addElement ("3|4||");
    vecdata.addElement ("2|3||1200");
    vecdata.addElement ("1|2|Q|");
    vecdata.addElement ("4|2|U|4356");
    return vecdata;
    public String getData()
    StringTokenizer st;
    String record = new String();
    Enumeration enumdata = vecdata.elements();
    while (enumdata.hasMoreElements())
    record = enumdata.nextElement().toString();
    System.out.println (record);
    st = new StringTokenizer( record, "|");
    int numberOfTokens = st.countTokens();
    if (numberOfTokens < 4)
    record = "Incomplete Data";
    return record;
    // end class...
    //begin main class -- this is a servlet which is why the
    //out.println statements are there
    try {
    SpecBean specs = new SpecBean();
    specs.getItemListing();
    token = new StringTokenizer ((String)specs.getData(), "|");
    out.println ("<table width=\"100%\" border=1>");
    out.println("<tr>");
    out.println ("<td width=\"40%\">");
    while (token.hasMoreTokens())
    String id = token.nextToken();
    String orderNum = token.nextToken();
    String name = token.nextToken();
    String confNum = token.nextToken();
    out.println (title + "</td>");
    out.println ("<td width=\"20%\" align=\"right\">" + "$" + price + "</td>");
    out.println ("<td width=\"40%\">" + notes);
    //end main class
    Thank you.

    <pre>
    My apologies. What I was looking to do was return EVERY line from the vector that had an equivalent of 4 tokens and no less. I just realized that the sample data I had entered into the vector only had one line w/ 4 tokens. When this is modified and there are 2+ lines that contain 4 tokens, the only line that is retrieved is the very last line. So if the data in the vector was:
    public Vector addData()
    vecdata.addElement ("3|4|rtd|222");
    vecdata.addElement ("2|3||1200");
    vecdata.addElement ("1|2|QsT|");
    vecdata.addElement ("4|2|U|4356");
    return vecdata;
    public String getData()
    StringTokenizer st;
    String record = new String();
    Enumeration enumdata = vecdata.elements();
    while (enumdata.hasMoreElements())
    record = enumdata.nextElement().toString();
    System.out.println (record);
    st = new StringTokenizer( record, "|");
    int numberOfTokens = st.countTokens();
    if (numberOfTokens < 4)
    record = "Incomplete Data";
    return record;
    The output to the browser is
    4 2 U 4356
    and not
    3 4 rtd 222
    4 2 U 4356
    I did some print statements throughout addData() and getData() to see if all of the objects in the vector were still there and everything checked out until I hit the end of the getData(). Before 'return record' the print statement returned '4 2 U 4356' only. I'm not sure what I have missed to have the getData() method return only one matching line and not all of them.
    Your help is appreciated. Thank you.

  • Powerpoint graphics appear black on PCs

    I have created a Keynote presentation with some PDFs (created in Illustrator CS2) and then have exported that presentation to PowerPoint.
    The PC users that I send this/these file/s to see the embedded PDFs as black boxes. I'm not certain what version of Powerpoint they're using, but I can't seem to rectify the problem. I use PDFs for their scalability in Keynote.
    Any suggestions?

    Welcome to the forums.
    In my experience PDF conversion for PowerPoint is less than optimal at the best of times. You might try saving your Illustrator graphics in an earlier (more compatible) version of PDF (you should have this option when you save the document). Alternatively, a workaround would be to use TIFFs or JPEGs instead of PDFs for the graphics (at least when exporting to PowerPoint).

  • Blur moving object in AE CS6

    Hi:
    I need to blur a moving object:
    - The effect is only needed at some point of the video, it must appear, and then disappear, not being on screen the whole time.
    - The object is moving, and changing shape, the blur must adapt to it.
    - I've been trying to use the "Track Motion" option with Position & Rotation, then the "Analyze Forward" button, but the thing makes a mess all over, it's not following the object at all, then if You try to adjust it manually, it's only done in 1 frame, in the other frames the thing is off the object, then the "Tracking" stays on screen.
    Thanks in advance.

    Are you saying that you have something in some video that you have shot that you want blurred out? If so, you could create an adjustment layer with a mask on it over the object you want to blur and then just animate the mask over time. Now, you could use motion tracking to help that mask follow the object, but it sounds like you are having trouble with getting it to work properly. Try the tips here for doing motion tracking correctly. Alternatively, you could follow the tips on rotoscoping to make the mask animation go more quickly. Also, if you have After Effects version 12 (also known as AE CC), you can use the new mask tracker feature.

  • Nstimer Score system affecting moving objects.

    Okay so, ive quickly made this code to clone what is happening with my other app! so What happens is when the view is loaded, there is a count up function (this in my game is a scoring system) . But everytime it counts up by 1 the NStimer controlling the moving object - denoted as "moving" moves for 1 second but then goes back to its original position and repeats this process until the app in terminated.... I have no idea why this happens! It worked fine in xcode 5. But by running it on xcode 6, it doesnt work.
    -(void)counter{
        NSLog(@"1");
        count =  count + 1;
        _label.text = [NSString stringWithFormat:@"%i", count];
    -(void)move{
         NSLog(@"why am i repeating");
        _block.center = CGPointMake(_block.center.x , _block.center.y+ 5  );
        if (_block.center.y>400) {
            _block.center = CGPointMake(160 , _block.center.y );
    - (void)viewDidLoad {
        timer = [NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(counter) userInfo:nil repeats:YES];
         moving = [NSTimer scheduledTimerWithTimeInterval:0.1 target:self selector:@selector(move) userInfo:nil repeats:YES];
        [super viewDidLoad];
        // Do any additional setup after loading the view, typically from a nib.

    nope viewdidload is never called , but the code isnt too difficult to replicate. Id be glad to post it up somewhere, but i dont know how to post it to github!
    but to clone the code,
    in the .h file we have:
    int count;
    @interface ViewController : UIViewController
        NSTimer*timer;
        NSTimer*moving;
    @property (strong, nonatomic) IBOutlet UILabel *label;
    @property (strong, nonatomic) IBOutlet UIImageView *block;
    and .m file
    -(void)counter{
        NSLog(@"1");
        count =  count + 1;
        _label.text = [NSString stringWithFormat:@"%3.2i", count];
    -(void)move{
         NSLog(@"why am i going bak to the start");
        _block.center = CGPointMake(_block.center.x , _block.center.y+3  );
    - (void)viewDidLoad {
        timer = [NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(counter) userInfo:nil repeats:YES];
         moving = [NSTimer scheduledTimerWithTimeInterval:0.1 target:self selector:@selector(move) userInfo:nil repeats:YES];
        [super viewDidLoad];
        // Do any additional setup after loading the view, typically from a nib.
    It must be something with the new xcode... because it worked perfectly in xcode 5, perhaps it might be a thread problem? i duno , really want to solve this issue

  • Object Map Link in Navigation Page

    I am playing with Navigation Pages in R2. When I create a new page group Portal automantically creates two sample navigation pages: "Sample Banner 1" and "Sample Vertical Navbar". On the "Sample Vertical Navbar" there is an item called "Page Group Map" which has a type of "Object Map Link".
    I've tried to create my own custom navigation Page and would like to include this item. However, "Object Map Link" does not appear in any of the "add item" choices. Am I looking in the wrong place?

    Hi Robert,
    You may need to expose the Object Map Link item type in your page group first. Edit the page group properties, go to the Configure tab, click Edit in the Content Type and Classification section, then make sure that Object Map Link is included in the Visible Item Types list.

  • Lines on moving objects

    When I export DV clips from FCE I get lines appear on moving objects, (HDTV). When I export the same clip using iMovie08 it all looks smooth.
    I've tried the de-interlace, it made it worse.
    How can I get rid of the lines in FCE?

    shuggyboy1 wrote:
    ... What is the _best setting to export_ from imovie HD 6 to idvd to prevent this yet still maintain DV quality?
    .. not to export at all, that simple..
    the zillions of Export options could cause trouble.
    simply, store your iM projects in the 'Movies' folder of your Mac ...
    iDVD will 'find' them automatically and cares for itself to import..
    Plan B)
    drag'n drop the whole project from Finder to iDVD.. again: no export involved, no trouble..

  • MDT manager's desktop  - possible moving objects US, P, S, O

    Hi,
    We implemented HR MDT with the workflow to transfer employees. This workflow is triggered by a change in the structure (drag and drop) to the following objects:
    O: org unit
    S: position
    US: user
    P: person
    However, I want to restrict the objects that can be moved so that only the P object could be moved. In fact, I want that admin cannot move O, S, US in the structure. Is there a way to do it quickly? We found one, but we then would have to change SAP standard code.
    Thanks in advance.

    Hi and Welcome to the Community!
    Here is a KB that discusses that error:
    KB19300 Windows Installer command line parameters information box appears when attempting to install BlackBerry Desktop Manager
    Hopefully it contains something useful! There also are multiple existing threads on this site that discuss that exact error...your review of those might prove useful, and a search of this site, using the error message, error code, or symptom, should reveal all applicable existing threads to you.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Start moving object during a movie

    Ok I'm making objects "float away" using motion 5.
    So far I have all the objects and using the record feature and moving the playhead to where I want and then moving the object so it moves over the path over that amount of time.
    Things are all moving from the start of the clip.
    Basically what is happening is a balloon is floating in, and "grabing" and object already visible and floating away with the object.
    I have all the objects moving right etc etc but I cant get the chair to stay still for "x" frames and then start moving. The record feature only moves an object from the begining.
    I even tried having one chair in the timeline while the balloon was moving into position, then a new chair on the timeline in the exact same position on the canvas then move this second chair which only "appears" half way through the video, but motion starts moving this second chair even before it appears so when it does appear it is half to its destination!!
    I've two ideas
    1. start moving this second chair from the begining but on a huge path so when it gets to that point on the timeline it is in the position of the first chair and it just continues moving from there.
    2. create two seperate movies, one of the balloon moving into position and the other of the chair floating away and stich them in FCP
    How can i do this properly in motion 5?
    Regards

    hi,
    as you state, when you add keyframes to an object somewhere on the timeline, Motion will automatically add a keyframe to the start of that object. Sometimes this isnt what you want. So my advice is go to the start of the timeline add a keyframe for your chair. Now go forward to where you want it to start moving and add another keyframe. The chair hasnt moved but you've just locked it in place with another keyframe. Now go forwards again to where you want it to move to and add another keyframe for it in its new postion.
    There's a little gotcha here that can sometimes throw things off. The default animaiton type for keyframes is often a bezier curve. This means that although point A and Point B are equal, the object seems to move out and into place. To fix this you need to open the Keyframes editor, control click on the keyframes in question and select Linear as the animation type. Now it wont move til its meant to.
    hth
    adam

  • Fast moving objects get "cropped"

    I have got this annoying problem with Flash. Whenever I tween an object fast across the screen the part which points to the direction of the movement of the object gets cropped.
    Here is an example:
    The circle is moving across the screen roughly 3 times every second and as you can see, the front has magically disappeared for some reason. Same thing happens for objects moving slower aswell but the cropped off part is smaller. I could not printscreen this as the screen pauses on the current frame when you do that so that is why I used an external camera. Updating my graphic card drivers has not solved the problem.
    Has anyone else ever had this problem?
    Any help is appreciated.

    the only other options for you are:
    1.  optimize the performance of your swf, in general.  (a complex topic for advanced developers.)  but the simplest performance enhancement would be to enable the cacheAsBitmap properties of all other objects that would benefit.
    2.  upgrade your computer's graphics capabilities.
    3.  ignore the problem if it only occurs on computers that have such limited capabilites that it's not likely to impact many users.

  • Interlace problems with moving objects using iDVD

    I had an MP4 file (created by a 3rd party) from a Hi-8 analog tape which has some interlace artifacts on moving images (left image of boy) but not too bad. When the MP4 files was imported into iMovie 11 the interlace artifacts smoothed somewhat - that was OK (right image of boy). The camera was still and the boy was moving.  Vertical lines on stationary objects are OK in all images. These are screen captures from the Mac of the mp4 played through quicktime and the same file imported into iMovie 11 and played.  I paused both to take the screen capture.
    The completed project in iMovie 11 looked OK when previewed prior to rendering. These are 20 year old videos so my expections were being met.   I rendered the project with iDVD to the hard drive first and then to a DVD with the same poor imaging result on the moving object.  I am using a new Macbook Pro I bought in early January which came with iMovie 11 and iDVD  Ver 7.1.2 (1158). Running Mac OS X 10.7.3  Macbook Pro  2.3 Ghz Corei7   8GB 1333 Mhz DDR3.
    I couldn't screen capture from the MAC DVD player screen to illustrate the poor result (got a checkerboard screen) so I took a photo of the screen and imported that (below).  The moving boy on the left is from an  iMovie 11 screen capture, the image on the right is the moving boy from the rendered DVD I paused on the Mac (and took a pic of).
    Below a close up of the poorly rendered moving boy viewed on the resultant DVD.  This translates into a horrible rendition of any quick moving object.  It happens with any moving image - i.e. a pan across a room with straight vertical lines like edges of a wall will show as serrated and poorly rendered edge. I used a trial version of the Daniusoft DVD creator with the same result!  I am at a loss on how to resolve this issue.  Any thoughts out there??
    I had previously used Pinnacle Studios on my old XP PC which worked great on other tape's Mpeg files and created great DVD's (never had an interlace problem) ... until my computer died .....  so I figured Apple and associated software should be at least equal if not a superior product.   Now I'm not too sure!

    I had an MP4 file (created by a 3rd party) from a Hi-8 analog tape which has some interlace artifacts on moving images (left image of boy) but not too bad. When the MP4 files was imported into iMovie 11 the interlace artifacts smoothed somewhat - that was OK (right image of boy). The camera was still and the boy was moving.  Vertical lines on stationary objects are OK in all images. These are screen captures from the Mac of the mp4 played through quicktime and the same file imported into iMovie 11 and played.  I paused both to take the screen capture.
    The completed project in iMovie 11 looked OK when previewed prior to rendering. These are 20 year old videos so my expections were being met.   I rendered the project with iDVD to the hard drive first and then to a DVD with the same poor imaging result on the moving object.  I am using a new Macbook Pro I bought in early January which came with iMovie 11 and iDVD  Ver 7.1.2 (1158). Running Mac OS X 10.7.3  Macbook Pro  2.3 Ghz Corei7   8GB 1333 Mhz DDR3.
    I couldn't screen capture from the MAC DVD player screen to illustrate the poor result (got a checkerboard screen) so I took a photo of the screen and imported that (below).  The moving boy on the left is from an  iMovie 11 screen capture, the image on the right is the moving boy from the rendered DVD I paused on the Mac (and took a pic of).
    Below a close up of the poorly rendered moving boy viewed on the resultant DVD.  This translates into a horrible rendition of any quick moving object.  It happens with any moving image - i.e. a pan across a room with straight vertical lines like edges of a wall will show as serrated and poorly rendered edge. I used a trial version of the Daniusoft DVD creator with the same result!  I am at a loss on how to resolve this issue.  Any thoughts out there??
    I had previously used Pinnacle Studios on my old XP PC which worked great on other tape's Mpeg files and created great DVD's (never had an interlace problem) ... until my computer died .....  so I figured Apple and associated software should be at least equal if not a superior product.   Now I'm not too sure!

  • Positioning moving objects

    I'm getting ready to make a 2d game and wasn't sure how to draw moving objects on the screen. I've played around in the past and always had a fixed sized window and basically moved objects around on a pixel grid. I want to have a resizeable window but keep the relative size and movements of objects the same. How is this usually done? Should I just render it to the largest possible window size and then transform it to the appropriate size? Thanks in advance!

    jgould wrote:
    I'm getting ready to make a 2d game and wasn't sure how to draw moving objects on the screen. I've played around in the past and always had a fixed sized window and basically moved objects around on a pixel grid. I want to have a resizeable window but keep the relative size and movements of objects the same. How is this usually done? Should I just render it to the largest possible window size and then transform it to the appropriate size? Thanks in advance!Not sure what that means. Basically you have a couple options:
    1- Store locations by ratios, not exact coordinates. So if you want a GameObject's location to be in the direct middle of the screen, its position would be (.5, .5). Then when you go to draw that GameObject, you have to convert that position to screen coordinates. You do this simply by multiplying the ratio-coordinates by the game window's width or height.
    2- Store locations by some model coordinates. This is similar to the first method, but requires some extra translation. You would store the GameObject's location via coordinates such as (50, 50), but you would also have to keep track of how large your game window model was (for simplicity's sake, let's say it is 200 by 100):
    drawPoint( (gameObject.getX() / 200) * gamePanel.getWidth(), (gameObject.getY() / 100) * gamePanel.getHeight() );Does that make any more sense?
    Edit- I should say that there probably are a ton of other ways to do it, these are just the ways that most easily fit into my head. It's all just algebra though.
    Edited by: kevinaworkman on Nov 13, 2009 2:54 PM

  • How do you filter out moving objects in a movie?

    Hello!
    I'v searched the internet for solutions to this but I cann't find any.
    Im prittie new and I need to make a house on fire while two guys (one is me)
    will be walking away from it, towards the camera.
    I want to filter out these two guys and only apply fire and flames to the house itself!
    To do this I used Time Diffrence and tried to isolate the guy using Fast Blur and Luma Key
    but Im prittie lost.. Nothing works and I really need guidence
    Do you know a trick to use?
    I cant do greenscreening as the green background would cost a fortune..
    But isn't there anyway to filter out moving objects?

    I'm not sure that you totally get the process. This kind of shot requires at least 3 elements or plates. These three plates become three layers in After Effects. The bottom layer would be the Background Plate which is a shot of the house without any actors in the shot. The next plate would be the Effect Plate or Fire Plate which could be any shot you can get or generate through plug-ins of flames. The top layer would be your Foreground Plate or your two actors.
    Now that you know what you need you can plan your shoot. The background plate is easy. Just set the camera on a tripod and lock it off. NO zooming. No panning, No change of focus. The foreground plate is also easy. You don't have to green screen the entire set, all you need to do is to put a green screen behind your actors. I do this kind of thing all the time using a 6' X 6' (sometimes smaller) green screen (or blue or red or purple) made of fabric and stretched over a frame that I made from 1/2" EMT electrical conduit and 4 90º elbow connectors for less than $20 at Home Depot or Lowes. You get a couple of assistants to walk behind your actors holding the green screen behind them. If you need to include their feet they can be easily rotoscoped out later and you can garbage matte everything else. If it's impossible to green screen the shot then you are stuck with roto, but that's much easier in CS5 using the roto brush. If you use your show with the actors as the background plate roto is even easier because you can hide a multitude of sins by simply feathering the roto and letting the fire light wrap around the actors a bit.
    The fire plate can be purchased footage, or you could shoot a real fire against a black background, or you could create the flames using AE or even a 3D app like Blender (free) or a bunch of other apps.
    Making the shot look real requires a few tricks once you have your clean plates. Fire creates light so you've got to add lighting effects to the background plate to sell the fire. You've also got to wrap light around your actors. Look for tutorials on light wrap for this. You can really help sell the effect if you place some flickering light sources behind and to the side of your actors when you shoot the foreground (actors) plate.
    Once you get a handle on these techniques it's fairly easy to make the transition to pulling of this kind of a shot with a hand held camera (now you have to learn motion tracking). On a project I recently completed we had to put a fire in a prop fireplace while actors moved around bringing milk and cookies for Santa. It was all roto and the fire was shot at night with nothing more than a black cloth (Duvetyne) behind the fireplace grate. The final composite was 10 layers and was so totally believable that no one questions the shot.
    The layers were from top to bottom, reflection in grandmas glasses, light wrap, actors (roto of original background plate), fire flicker layer, color mask layer (more orange around fire, fire glow layer, fire layer in Add mode, second fire layer in screen mode, third fire layer Luma keyed, and finally the original plate which contained all the actors, carefully lit with flickering firelight simulated by dangling a stick with fabric cut into 1/2 inch wide strips about one foot long in front of a orange gelled light behind and to the right of  the actors.
    If I get a chance I'll post a screenshot.
    Here you go:
    Light Wrap:
    The Movie
    Part of the original render before color grading.
    Enjoy

  • When I render and Export there are these little lines around moving objects

    When I render and Export there are these little lines around moving objects, what are they and how do I fix it?

    The lines are caused by the video being interlaced.
    If you export to DVD they should no longer appear. However, if they don't disappear you can use the Deinterlace filter on the footage whilst in FCE.
    How are you exporting ..... QT Movie or QT Conversion ....... and what are you exporting to - the internet or DVD?

  • Video titling behind moving objects

    i recently saw a titling effect in a video, in which a motorcycle drove across the screen and as it passed a title appeared behind it. how does one create video titling behind moving objects? i have no experience in animation, so i'm guessing that the video layer is duplicated and the top layer masked, frame by frame? would an 8-point garbage matte work?

    You won't have an easy time doing this in FCP, but Motion, After Effects, or ultimately Shake, can do this a lot easier. You have to rotoscope the motorcycle, accounting for the rims, and space between the engine parts, or anywhere else where you would logically see through to the background, then duplicate that layer on top of the original, with the text in between the two layers. Depending on how long the clip is, you're in for a long haul. But if the footage is anything but DV25, clip analysis and automated keyframing might serve you well as a starting point after the initial mask is made.

Maybe you are looking for

  • IOS 8.1 and ipad

    My ipad 2 is nearly useless with the new software update. It freezes several times a minute or crashes. I´m using apple products for more than a decade but have never experienced something like this . This is the third update of iOS 8 and it is getti

  • Evaluate is not working for my custom function

    Hello everyone , I have a function , here's the code CREATE OR REPLACE FUNCTION FU_BUSCA_RECD_PRDC_OBIEE(NIVEL   VARCHAR,                                                     NM_AGPM VARCHAR) RETURN NUMBER AS   V_RECD_PRDC NUMBER(10); BEGIN   IF NIVEL

  • Change display language of smartform from within the smartform itself

    Hi! The smartform is invoked to display from the standard with some language, which we want to change. We can't change calling code (because it's standard). Is it possible to change the displaying language of a smartform from within the smartform. Sa

  • How do get rid of "STARTPAGE24" when I open a new tab

    When I start Firefox Google is my home page but when I open a new tab the page is"Startpage24. My antivirus does not like this and I want to get rid of STARTPAGE24. How do I do this. Firefox is my default browser but If I am unable to do this I will

  • Dead Pixel and Frayed Charger

    Hey guys.Let me start off buy saying that I **do** have AppleCare as of now. I've had my MacBook Pro Retina 13" Laptop for about 1-2 years and I haven't had much to complain about. However, my laptop's charger has started to fray and charging my lapt