MOVED: Explain what just happened - Dead Video resurrected

This topic has been moved to AMD64 nVidia boards.
https://forum-en.msi.com/index.php?topic=121936.0

Hello!
I know I shouldn't but I like to guess:
- The graphics card fell out enough to...
- You were completely loaded when you put the memory sticks in.  
- Don't know if there is a power cable for this card, but that might be a little "jerky".
- What you thought was a problem with the g. card, wasn't really, though every test you made suggested that.

Similar Messages

  • Can anyone explain what just happened?

    I was just watching a video on Youtube and then all of a sudden my entire machine freezes, and it logged out me out completely to the main login screen? There was that tiny loading rotate logo in the screen also.
    What could have caused this?

    Hello Iftt,
    Thank you for using Apple Support Communities!
    It sounds like after updating to iOS 4.2.1 your phone is not picking up the cellular signal.
    I would recommend the steps from this article named:
    iPhone: Troubleshooting No Service
    http://support.apple.com/kb/ts4429
    Try turning iPhone off and then on again.
    Remove the SIM card and verify that it is a valid, carrier-manufactured SIM. Also verify that it is not damaged, worn, or modified. Then reinsert it.
    Check for a carrier settings update. Tap Settings > General > About while connected to a Wi-Fi network. If an update is available, a prompt should appear soon. If Wi-Fi is not available, connect your device to iTunes.
    Update your iPhone to the latest version of iOS.
    Restore the iPhone.
    If you're still experiencing No Service issues, contact your carrier to check for any network or account issues that could cause this issue.
    Regards,
    Sterling

  • When I try to download apps, a message appears saying that to move forward I have to agree to the new terms of the contract, but does not allow me to agree and not low Apps. Someone can explain what is happening?? thank you

    When I try to download apps, a message appears saying that to move forward I have to agree to the new terms of the contract, but does not allow me to agree and not low Apps. Someone can explain what is happening?? thank you

    Delete some stuff to make room on the device.
    iCloud is not local storage and has nothing to do with your situation.

  • I have downloaded ios 5.1.1 and the wifi has stop working or it would stay on for less then 20min its only 9 months old can someone explain what is happening and if some know how to fix it

    I have downloaded ios 5.1.1 and the wifi has stop working or it would stay on for less then 20min its only 9 months old can someone explain what is happening and if some know how to fix it

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

  • Please tell me what just happened...

    OK. Here is what just went down when I went into a corporate AT&T Store:
    1. I told the sales guy that I just purchased a 3G iPhone on June 3rd online, and would like to pay the 10% restocking fee and get a new 3GS.
    2. He said that would be fine and started messing on the computer and said he took the phone off my account and opted me back out of my 2 year contract I renewed.
    3. The manager then came over and said they cannot issue refunds from online purchases and I need to mail it back to AT&T.
    4. The sales guy then let me pre-order the iPhone 32GB 3GS iphone for $299 and said he had to keep my 3G iphone until I pick up my 3GS next friday, unless I wanted to come by sooner and "tell them how to return it to AT&T".
    5. He gave me my sim card out of my phone so I could use it on a backup phone I have at home.
    6. Now I am home, and AT&T website is telling me I am eligible for an upgrade (although I just upgraded at the store).
    Am I officially upgraded? If I order one online get I get the one next friday in the store AND in the mail and have 2, activate 1, and sell the other one on the side? If someone has any idea what just happened please let me know.
    Thanks

    Does View > Zoom > Reset help to get a normal font size?
    * http://kb.mozillazine.org/Zoom_text_of_web_pages

  • I accidentaly pressed on "forget this devise" in the bluetooth settings. Now my iPhone would not even list my headset. How can I reverse what just happened and connect my headset? Can anyone assit please?

    I accidentaly pressed on "forget this devise" in the bluetooth settings. Now my iPhone would not even list my headset. How can I reverse what just happened and connect my headset? Can anyone assit please?

    You need to put the headset into pairing mode. The phone should then see it even though you have done the forget this device.

  • Could someone explain what's happening? (pretty long)

    This post is similar to the one I have posted earlier. I was hoping someone could explain to me what really is going on in the server.
    I have a page where I have a header, left menu, right menu, footer. These are inluded jsp files using the include directive. In the main body I check if the request for the page was a post, do some actions with my beans then redirect to another page. So basically my code looks something like this:
       if (request.getMethod().equalsIgnoreCase("POST")) {
          // do some stuff with my beans
         response.sendRedirect("OtherPage.jsp");
         return; )When I reach the redirect that''s when I get an error: Microsoft Internal error. If I take off the redirect everything works except my user is still left in hte same page. The error occurs while I'm still loading my left menu. My left menu is made up of 2 sections. The first one is the menu options which is generated through JSP, and the second half the links of the site which is plain HTML. So I did a little experimentation. First I tried using the jsp:forward instead of the redirect. Still no go. Then I tried cutting my left menu to the point where I usually get the error, that's the part of the links. So I took of the links in the left menu - the pure HTML part of the menu, and it worked. So I tried generating the links through JSP as well. I got the error again. After researching in the forums I tried increasing the buffer size. A suggestion I saw in previous posts with people with similar problems. I increased the buffer size to 9kb using the <%@ page buffer ="9" %>. It worked. I restored my left menu the way it was before, and thikn s worked fine.
    What's bugging me is that my left menu is very simple. It's just has a small background image and some links. The main page is just a simple form as well. I really don't see why there is a need to increase the buffer size. Is my design flawed and inefficient? Or is the need to increase the buffer a common thing in web applications?
    I was also thinking could it be that I'm trying to send another response while still processing the current response? I noticed in some sites they do not redirect, instead the just post a page and link to the page where the user has to go. Is my approach wrong? Are you allowed to redirect in the manner I have?
    If my design is wrong, what are the other approaches in performing the preocedure? Are there other methods that are more efficient which do not require an increase of the buffer?
    I was hoping someone could explain what really is happening behind the scene, so I can decide what is the best approach. This is my first time doing a web application and everything is still new. Hoping to learn from you gurus. Thanks in advance for all the help!

    Hi,
    Vicky I did uncheck the show user friendly errors and
    I still get "an internal error has occured in the
    Microsoft internal extensions". Unless I'm doing
    something wrong. If it's any help I'm still using ie
    5. But I can tell you this, the error is raised while
    I'm still in the same page. The page posts to itself
    do some validation then redirects. When I hit the
    redirect That's when I get the error.It should have shown you the actual Exception,Ibelieve even after unchecking the show user friendly error the response is comming from cache...So now try this Tools-----General---DeleteFiles----AlloffLine files(Check this)....
    Now try the response....
    As regards to the buffer I tried increasing it to 9kb
    instead of the default 8kb and everything worked fine.
    Right now what I did with the page is keep the buffer
    at it's default 8kb size, it shows some message and
    provides a link to direct the user where to go. I
    don't think it's a Java exception because I have an
    error page that displays the exception and the stack,
    and I don't get redirected there. I think it has
    something to do with either the buffer and/or creating
    another response. Of course I could be wrong, I'm
    still trying to figure things out and me being a
    newbie and all I'm not getting anywhere.Well,try to access the page directly I mean OtherPage,jsp,which comes from response.sendRedirect.......
    Are you allowed to redirect while processing a
    response in the first place?Of cource you can....Actually if we see logically once the response is generated at the server it can be send as it is being generated or it can be stored in buffer at the server and then send at one time so the I/o allocations are not held forf the longer times.The default for the jsp is buffered state which can hold 8k,what will happen if the response you are trying to write is more than 8k,it will flush the old storage(check this) can depend on container implementation also....
    You get IllegalStateException if the the autoflush=false defined by you....
    Can you post the code of the two files let me see.
    regards vicky

  • Not sure what just happened...everything just slowed/choppy in the middle of my session

    I was working on a project and all of a sudden everything with in PS got noteably slow and choppy.  This first happened while using the selection tool (polygonal lasso), which was lagging behind and making late clicks.  I finished my selection and noticed the cursor in general was slow choppy still.  I saved my work, shutdown PS, then reboot my computer.  I reopen my project, the cursor lag seemed to be gone but the brush tool was not working correctly.  Instead of making smooth burst of color with one click (gradient like), it now looks like 256 4 bit (old nintendo style) bursts.  Or you could say it looks like multiple rings getting smaller and darker, like counting the rings of a tree trunk. 
    This happens instantly after opening a file of any type and size.  I work with CMYK and 300dpi and while working on a page, this just happened out of nowhere.
    I have an ASUS G74SX, i7 CPU, GeForce 560M w/2 gig RAM, 8 gig of SDRAM, 3 each SSD 300gigs (this is basically a 6 month old gaming laptop and has been working fine with PS until now).  I have my PS scratch disk set to my F drive for all art and there is nothing more than 2 gigs of space being used right now.  My RAM used in PS prefs was maxed at 5205k as suggested by the program.
    I would post a picture but this forum will not allow a big enough image to show exactly what I am describing.
    PS CS6 is fully up to date as well as all drivers for my GPU and the rest of my laptop.
    Thanks
    Josh

    I personally like to Crop, and then use PNG for my screen-caps. If I need more images, say to show other Palettes, etc., then I do one each for those shots.
    We see a lot of full-screen caps posted, where aggressive JPEG is used, and nothing can be read. That is especially true with images, like Adobe Encore's Flow-chart, where there is a lot of text and linking being shown.
    Just my personal preferences.
    Hunt

  • Round Corners Effect Can someone explain what's happening?

    I just don't get what's going on here... I have this shape, a bent rectangle and I need it to have rounded corners. When I apply the effect Round Corners the shape is transformed to a completely diferent shape instead of just applying round corners on each corner. See image below. What am I doing wrong?

    Now you've done it!
    What's happening well I would say it was not working, which means it is a bug.
    However you can get it to work if you do it one of three ways.
    Draw your rectangle then give it a round corner effect or convert it to a round corner rectangle
    then give it either a warp effect or go to Object>Envelop Distort>Make with Warp and then expand.
    You can expand the warp effect as well.
    The third way is to make a round corner rectangle and either do the warp from the Object menu or do it as an effect.
    Otherwise the explanation for the result you see is it is a bug. It shouldn't happen.
    I think this might have been reported.

  • I'm not exactly sure what just happened

    Hey,
    So yesterday I was online, and searching for images on google (not adult content, it was a school related search).
    I clicked on the the picture and then instead of seeing the picture, I get some kind of warning from safari. I don't exactly know what it said because it happened relatively quickly. All I know was that a pop up from Safari came up that said something along the line about "not closing out and something about scanning" and in the back of this Safari message pop up I saw something that looked like it was downloading (like when you download software, and it has those bars showing you the progress of the download).
    I'm really, really sorry that my explanation is as descriptive as possible. It just happened really, really fast, I didn't even get to read the whole Safari message. And then Safari says that it wasn't able to open up the page (it was the page you get when Safari cannot make an internet connection).
    So basically I wasn't sure if that was actually Safari scanning the picture before it was opened. (I was even downloading the picture, I was just doing a google search). Or if it was spyware/adware trying to download onto my computer. I don't know if it was successful and was wondering what you guys thought and if you think I should download some adware/spyware. I have Clam X and haven't really used it, but I just used it to scan my documents, and everything and nothing came up.
    Sorry if I'm really confusing. I'm just nervous that I may have gotten something malicious on my computer. Thanks.
    Btw I have Leopard. I don't know if that changes anything. I just got my Macbook, so i really, really don't want anything to happen to it. Thanks.

    I don't think I actually downloaded something. I was just worried because after I clicked on the picture, there was a Safari pop up (containing that warning). And then something on the actual screen, it looked as if something was downloaded (it may have been Safari scanning the picture) because the picture didn't open up, instead the window screen just said that it was unable to open up the page.
    I was just worried a trojan or something like that may have creeped in.
    I did your window download and it's just says Bio 112 (I downloaded something for my class like a week ago).
    Should I be worried? Should I get some type of adware installed?

  • Please explain what is happening at each step of a iphone sync

    I am trying to diagnose a problem regarding backing up my iphone 5 with itunes. I keep getting a doesn't sync error message (-50)
    I tried various methods, and I still getting the error message.
    Now I am going to do a complete restore, whipping out all the data, resetting my Iphone, and restoring from a backup.
    But I fear that with the error (-50), some data was not backed up.
    So someone, please tell me exact what is happening at each of the 6 or 7 steps of an iphone.
    Be very specific, don't give me speculation or opinion.
    What is saved after each of the 6 or 7 steps of an iphone sync with itunes.
    Such as "after step 1, so and so happened or saved,"
    "after step 2, so and so happened or was saved" and so forth.

    You can find more info on error -50 here... http://support.apple.com/kb/TS1275

  • What just happened? - iTunes gone crazy

    So, this just happened: I opened iTunes and EVERYTHING was gone, all the songs, podcasts etc. I can find them from my computer but they seem to have disappeared from my iTunes. Is there any sensible explanation for this? Has my computer been hacked or could I have done it myself by accident?
      Windows XP  

    Go to my documents/MyMusic/itunes/itunesMusic and see if there is anything there. if not it is a problem with XP.
    If all your music is there go to edit... preferences...advanced there make sure your iTunes music location is C:\Documents and Settings\"Your computer name"\My Documents\My Music\iTunes\iTunes Music
    if not change it to that.
    Still no avail File... Add folder to library... Add the above folder to library.

  • My iPhone is not syncing and iTunes is going wack. Can anyone explain what's happening?

    I guess this could constitute mainly as an iTunes problem, but there is disconnect with my IPhone 5. I have just recently added new songs to my iTunes and when I plugged my iPhone in, it didn't sync. At first I really didn’t care much about it. It usually does the same thing to my younger sister’s iPod touch. I assumed that all I’d have to do is go to my song menu and check the artists and songs I wanted to add. After doing this, I clicked apply and then sync and still the music didn’t download. Again, I didn’t worry much about it (and this could be my mistake) and I tried another solution that helped me with my old iPhone. I just checked off of music as a whole, clicked apply, synced, and then waited for iTunes to tell me the sync was over. This was unsuccessful. On iTunes, under ‘On this iPhone’ it said I had no music, however my iPhone still had all of my songs and playlists. This confused me so I took it a step further and caused more damage. I rechecked music (this time clicking add entire music library as opposed to only checked items), applied the changes, plugged my iPhone back in, and synced again. My iPhones library did not change. The number of songs I had remained the same. However, this time on the computer, iTunes told me I only had three songs under ‘On this iPhone’ but the capacity bar below told me a completely different number of songs than the ‘On this iPhone’ section and the number of song read on my iPhone. At this point I gave up meddling with everything and ejected my iPhone. I don’t want to delete and re-upload iTunes to my computer unless I absolutely have to (because I will lose all of my purchased music, apps, books, etc.). Does anyone know what’s wrong with my devices? Is there an easy fix, and if I have to delete and reload iTunes is there a way to do it without losing all of my stuff? I’m desperate for help, I don’t want to mess with it any more unless I’m absolutely sure the next time I plug my phone in it won’t experience and ultimate malfunction. Anyone with a solution is greatly appreciated.
    -Pibb

    Hey DaddyPaycheck and Japamac,
    Thanks both for your replies.
    +You are a tenacious one, that's for sure! :-)+
    I don't know if that's a good thing in this case.....;)
    I do agree with the statement that it cannot handle dual processors. I swapped the the "original" working CPU with the "original" one I thought was giving me problems. It is now running (although showing as single) with the CPU I thought was bad. Both sets, original and untested, will work together and register as dual, but will be unreliable and randomly freeze.
    +The defining bit of data would be if you could determine that one socket or the other is continually working, or if one is sporadic (thus explaining the occurrence of the pair working).+
    I'm having trouble narrowing down that part. I can swap them back and forth and get the same result-so both sockets seem to be working. But like I said when both pairs are couple together, it shows as dual, and it works for a certain amount of time. So I know they are working to a certain degree. But when they're mixed, only one (don't know which one) is being seen.
    Yes, I've run thermal calibration and everything goes fine. Even with the diagnostic disc, when the CPUs are mixed, hardware specs show one CPU. But when the original pairs are coupled, it will show both.
    This is like a splinter that I can't get out. It runs great as one CPU, and I could let it go like that, but knowing that it could (and should) be dual is driving me nuts.
    Is there anything either of you can think of that I can try?
    Message was edited by: fiveinchwrench

  • What just happened to my sd card?

    Ok so my my 3rd x came today charged it activated it did a reset to make sure there was no bugs....it ran fine for like 2 hours use same sd card as.before but I get an alert saying please insert sd card I thought well things happen so I popped the card out and reinserted the card. Now once the phone rebooted it said sd card safe or ok to remove...then that was followed by sd blank or has unsupported file system? I can't get the card to.load on the old droid x either now I get the.same message on both phones ....this is the same card I've used since october with no issues did my replacement kill my sd card?....I went to my local Verizon store asked the rep he was like uhhh here call customer service so I did and she said let me talk to the instore rep and I did they spoke I got the phone back and she says they will give me an identicle card to the.one I have and she told the instore rep this also he hangs up the phone and tells me "we can't do that here you have to go to the corporate store" I restated that she just said.to give me a card and he says we are a dealer not a corporate store ...I live 45 mind from a corporate store and not off til this sunday and if you don't know this phone is gimp with no sd card many apps wont open or download and no pics can be taken .....do I even want to put another card in this phone I got no.answer on why my card stopped working so I don't know what the deal is....any vzw employees here can you help the call should be on record if you can.

    hallcp1019 wrote:
    Is the class indicated on the cards I didn't look when I pulled it out ...I got my phone during the fiasco lol when the incredible and x had delays on shipping but was early october when I got it ..once it went bad I couldn't mount unmount format or close the notification had to remove card to resolve this but not surprised if a bad batch has led to issues for people if so it doesn't matter how Verizon patches with updates only new cards will get it done
    If you look at the card itself on the right upper corner there is a 4 with a circle around it.
    It should look something like this picture.  
    Provided the Manufacturer likely won't be the same.
    I've been looking at a 32GB class 10 for my next phone.  They run about $70 now, maybe down to $60 by the time I buy.

  • What just happened? HD password suddenly doesn't work...

    Alright this is a tricky one.  W520 w/ Intel SSD.
    I've got a Supervisor (SPV) password set for my BIOS as well as a HD password set. 
    I don't think I had a Power-on password set but I'm not sure.
    No problems, my password has always worked. 
    I'm working and I have my laptop plugged into my LAN via Ethernet and I shut down.  I always use wireless but was working with my router settings so had it plugged in via Ethernet this time.
    When I start up, it started trying to boot from LAN, I see the Intel Boot manager start up (screen saying Press Ctrl + S to change options), and of course there is nothing on my LAN to PXE boot from so it proceeds after failing.
    Then it asks for my Supervisor password, I enter it, works, asks for my HD password, I enter it, doesn't work.  I try again, doesn't work.  Try a third time, locks me out.  I restart the machine. 
    The next time it asks for my HD password first rather than my Supervisor password, which doesn't work again.  I reboot again. 
    Third time through this charade and for some reason the HD password works now but only to get me into the BIOS -- meaning I've pressed F1 and it asks for my password and lets me into the BIOS settings.
    From here I try to remove the User password on the hard drive but it does not accept the password -- the same password I just entered and it accepted. 
    Now I'm not fat fingering or anything, the password is simple and I'm making sure I'm typing it in exactly correct.
    So somehow powering off and powering on with my Ethernet cable connected has majorly screwed up my passwords in the BIOS.  I think it was set to re-order boot devices if Wake-on-LAN was enabled or something, but something in that process must have screwed up my BIOS config.   I don't know what to do.  I don't understand what the heck is happening here. Password works then all of a sudden doesn't?

    But the real question is why for the past year did the passwords work and then all of the sudden after this anomaly the disk password doesn't work?  I'm not 100% sure of what my configuration was, but I know that most of the time it required one password -- supervisor, and occasionally it asked for 2 -- disk password as well I believe.  This may have been related to the Password on Restart setting I think -- asking for the disk password on cold vs. warm boot.  But I know both were exactly the same.  But after this incident only the Supervisor password worked.

Maybe you are looking for

  • How to print A3 spread in 2x A4

    Hello guys, i have a problem.  for our users i am making lowres pdf files of our magazine and want to put it online so they can read and print it. it must be a spread so you don't miss the half of the big landscape picture.  the problem is if i want

  • [SOLVED] vi (vim) no longer works properly after updating the system

    After updating the system with pacman -Syu vi stopped working. All syntax colors are gone, and everything is grey. When I press i to enter "insert" mode, editing is not visible. Changes are obscure and you can't tell what you are modifying.  Quitting

  • Clicking noise when scrolling with 2 fingers on new MBP?

    Hi Everyone, Just got a Penryn 2.6 MBP 17in, love the machine, it is pretty much perfect. I have just noticed that sometimes on graphically intensive web pages if I scroll using two fingers there is a very slight clicking noise coming from under the

  • Import PDF into Director for Interactive CD

    I'm in the process of creating an interactive CD with Director 11. This is also the first time I've used this program. I need to be able to link interactive buttons to the PDFs that have the information I want displayed. Director doesn't have pdf as

  • Adding a picture of Signature In Script

    Hi All, I'm working on Script,need to add a digital signature in script ,How to proceed please help me on this. Thank You