MSI GX 633 falled down

Hi,
Recently, I managed (somehow) to get my MSI fallen from table in the office to the ground.
No external damage is visible, only Small piece of plastic was broken off, but that is already solved.
Computer runs normally, nothing seems to be damaged, no hardware is malfunctioning so far.
My question is, is there any inspection/test I might perform to make sure, that everything in the PC is in normal condition ?
Or what hardware could have been damaged ?
Regards,
Daniel

Yes, it can happen.
That is the problem with a fallen machine, it's not to predict or test what has been damaged or not, there can be cracks in circuits that will show later on.
As such my advise is: With a fallen Laptop/PC replace when troubles start.
Do not try to repair the damage, as it typical leads from one repair to the next and the next and the next and the next....etc..
If it works, you are lucky but if troubles start don't repair but buy a new one.

Similar Messages

  • My iphone 4s screen is dark due to fall down on floor, my iphone 4s screen is dark due to fall down on floor

    hi
    i have got iphone 4s and my screen or lcd full of dark due to fall down floor and i can receive call ad whe i press to siri button it says" i am really sorry about it i can take any request ow please try again later" so can i repair my iphone in any apple store in uk. and otherthing when i bought this phone my network provider didt say about any insurance thats why i really really worry about my iphone cause it workless now for me.
    so can u describe me or what i have to do for repair ??

    Take it to the Local Apple Retail Store make a Genius bar appointment first ( Strongly advise not going through your carrier )
    They  will exchange for a refurb unit identical to yours assuming the hardware is damaged at a cost of £146 as an out of warranty repair over the counter

  • JVM falls down often. Why? (I have thread dump)

    Good day!
    Sometimes (about each two days) our production server falls down. But we can't understand why.
    There is no one record in logs and stdout.
    When server has falled down two days ago, I make full stack dump (kill -3). This is the link to stackdump:
    http://users.g.com.ua/~vitaly_b/work/stackdump2.zip
    I have writed tool that analyzes stackdump.
    I've seen that there is 5 locks that are in waiting state from more than one another threads. This locks are in waiting state for some minutes.
    One of this lock (0x00002b58afb89630) is never locked in stack dump, but 85 threads waits for it. How can it be???
    Another 5 locks are locked with threads, that makes primitive operations for very long time. For example this thread now in java.util.HashMap.newKeyIterator, but 89 other threads are waiting for lock <0x00002b58afb85b1> for few minutes:
    "http-8080-Processor1533" daemon prio=1 tid=0x00002aaab2566160 nid=0x6acb runnable
    [0x000000004c410000..0x000000004c412c20]
         at java.util.HashMap.newKeyIterator(HashMap.java:889)
         at java.util.HashMap$KeySet.iterator(HashMap.java:921)
         at java.util.HashSet.iterator(HashSet.java:154)
         at net.sf.ehcache.event.RegisteredEventListeners.notifyElementExpiry(RegisteredEventListeners.java:116)
         at net.sf.ehcache.Cache.remove(Cache.java:1017)
         at net.sf.ehcache.Cache.searchInMemoryStore(Cache.java:829)
         at net.sf.ehcache.Cache.get(Cache.java:654)
         - locked <0x00002b58afb85b18> (a net.sf.ehcache.Cache)
         at org.hibernate.cache.EhCache.get(EhCache.java:75)
         at org.hibernate.cache.StandardQueryCache.get(StandardQueryCache.java:96)
         at org.hibernate.loader.Loader.getResultFromQueryCache(Loader.java:2086)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)Other locks are waits in same state.
    Stack dump analysis with my tool:
    waiting to lock <xxx>::
    <0x00002b58afb8bd18>: 1 times.
    <0x00002b58afb9aa50>: 1 times.
    <0x00002b58afb9c138>: 2 times.
    <0x00002b58afb8b690>: 1 times.
    <0x00002b597ae1ecf8>: 1 times.
    <0x00002b58afb85b18>: 89 times.
    <0x00002b58afb88548>: 1 times.
    <0x00002b58afb96110>: 1 times.
    <0x00002b58afb89630>: 85 times.
    <0x00002b58afb8e5a0>: 1 times.
    <0x00002b58afb98090>: 1 times.
    <0x00002b58afbacd28>: 1 times.
    <0x00002b58afb99380>: 1 times.
    <0x00002b58afb9a0f8>: 1 times.
    <0x00002b58afb90d48>: 1 times.
    <0x00002b58a34127a8>: 4 times.
    <0x00002b58b09c5138>: 29 times.
    <0x00002b58afb91d18>: 1 times.
    waiting on <xxx>::
    <0x00002b58afbb0370>: 1 times.
    <0x00002b58adae0ff8>: 1 times.
    <0x00002b58adae0f48>: 1 times.
    <0x00002b58adae0d38>: 1 times.
    <0x00002b58afbb0518>: 1 times.
    <0x00002b58adae0de8>: 1 times.
    <0x00002b58af9a7ba0>: 1 times.
    <0x00002b58adae0e98>: 1 times.
    <0x00002b58afbaf898>: 1 times.
    <0x00002b58b0930400>: 1 times.
    <0x00002b58afbaff00>: 1 times.My system configuration:
    jdk 1.5.0.11
    tomcat 5.5.20
    SuSe Linux 10.1
    How can I solve this problem? Help me please!
    Thanks!

    Good day!
    Sometimes (about each two days) our production server falls down. But we can't understand why.
    There is no one record in logs and stdout.
    When server has falled down two days ago, I make full stack dump (kill -3). This is the link to stackdump:
    http://users.g.com.ua/~vitaly_b/work/stackdump2.zip
    I have writed tool that analyzes stackdump.
    I've seen that there is 5 locks that are in waiting state from more than one another threads. This locks are in waiting state for some minutes.
    One of this lock (0x00002b58afb89630) is never locked in stack dump, but 85 threads waits for it. How can it be???
    Another 5 locks are locked with threads, that makes primitive operations for very long time. For example this thread now in java.util.HashMap.newKeyIterator, but 89 other threads are waiting for lock <0x00002b58afb85b1> for few minutes:
    "http-8080-Processor1533" daemon prio=1 tid=0x00002aaab2566160 nid=0x6acb runnable
    [0x000000004c410000..0x000000004c412c20]
         at java.util.HashMap.newKeyIterator(HashMap.java:889)
         at java.util.HashMap$KeySet.iterator(HashMap.java:921)
         at java.util.HashSet.iterator(HashSet.java:154)
         at net.sf.ehcache.event.RegisteredEventListeners.notifyElementExpiry(RegisteredEventListeners.java:116)
         at net.sf.ehcache.Cache.remove(Cache.java:1017)
         at net.sf.ehcache.Cache.searchInMemoryStore(Cache.java:829)
         at net.sf.ehcache.Cache.get(Cache.java:654)
         - locked <0x00002b58afb85b18> (a net.sf.ehcache.Cache)
         at org.hibernate.cache.EhCache.get(EhCache.java:75)
         at org.hibernate.cache.StandardQueryCache.get(StandardQueryCache.java:96)
         at org.hibernate.loader.Loader.getResultFromQueryCache(Loader.java:2086)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)Other locks are waits in same state.
    Stack dump analysis with my tool:
    waiting to lock <xxx>::
    <0x00002b58afb8bd18>: 1 times.
    <0x00002b58afb9aa50>: 1 times.
    <0x00002b58afb9c138>: 2 times.
    <0x00002b58afb8b690>: 1 times.
    <0x00002b597ae1ecf8>: 1 times.
    <0x00002b58afb85b18>: 89 times.
    <0x00002b58afb88548>: 1 times.
    <0x00002b58afb96110>: 1 times.
    <0x00002b58afb89630>: 85 times.
    <0x00002b58afb8e5a0>: 1 times.
    <0x00002b58afb98090>: 1 times.
    <0x00002b58afbacd28>: 1 times.
    <0x00002b58afb99380>: 1 times.
    <0x00002b58afb9a0f8>: 1 times.
    <0x00002b58afb90d48>: 1 times.
    <0x00002b58a34127a8>: 4 times.
    <0x00002b58b09c5138>: 29 times.
    <0x00002b58afb91d18>: 1 times.
    waiting on <xxx>::
    <0x00002b58afbb0370>: 1 times.
    <0x00002b58adae0ff8>: 1 times.
    <0x00002b58adae0f48>: 1 times.
    <0x00002b58adae0d38>: 1 times.
    <0x00002b58afbb0518>: 1 times.
    <0x00002b58adae0de8>: 1 times.
    <0x00002b58af9a7ba0>: 1 times.
    <0x00002b58adae0e98>: 1 times.
    <0x00002b58afbaf898>: 1 times.
    <0x00002b58b0930400>: 1 times.
    <0x00002b58afbaff00>: 1 times.My system configuration:
    jdk 1.5.0.11
    tomcat 5.5.20
    SuSe Linux 10.1
    How can I solve this problem? Help me please!
    Thanks!

  • Problem with the adobe flash player, its falling down, what to do?

    Its always falling down almost immediately when i hear music. I have tried to update Adobe Flash player and so on. But it still not working, its strange but i have been thinking if Mozilla doesn't ''allow'' the adobe flash player. Do I need maybe change Firefox to something else??

    Is it only the sound or do you have other problems with Flash as well?
    See [[No sound in Firefox]] and [[Video or audio does not play]]
    You can click the Volume icon on the Windows Taskbar near the clock and click the Mixer link at the bottom to open the mixer.
    You can adjust the volume level for each application in that window, so make sure that Firefox is not muted or set at a low level.
    You will only see the Firefox program in the Mixer if you are on a website that plays sound.
    You can also try to uninstall and reinstall Flash.
    Troubleshoot Flash Player installation for Windows: http://kb2.adobe.com/cps/191/tn_19166.html
    Flash Player uninstall: http://www.adobe.com/go/tn_14157 (this will remove the Firefox Flash plugin and the ActiveX control for IE)

  • Battery of a 4 week old macbook (2012) pro 13''. It reaches 100% after a hard time but fall down to 99% after few seconds. What is the problem?

    Why does my newly bought Macbook pro 13'' 2012 battery has a hard time reaching 100%. It reaches to 100% with a longer charging but then falls down to 99% in a few seconds time. I have heard and read about calibration. But I think that the computer is young (only 4 weeks old) to be calibirated. What might be the issue here? This problem started just recently.

    When my MBP is plugged into the wall (when I am near a plug, I usually have it plugged in) it will stop charging at 100% and drop slowly to 95% before auto-recharging to 100%.
    Saves the circuits from charging all of the time.
    I do run it on battery at least once a month down to 40%.

  • Hello, i have buy iphone 6 recently now it is fall down on the ground and any chance to repair buy apple on free of cost if not then what will be price for this

    Hello, i have buy iphone 6 recently now it is fall down on the ground and any chance to repair buy apple on free of cost if not then what will be price for this

    santosh7783 wrote:
    and its screen is break down please help me
    iPhone 6 screen replacement is $109 U.S.
    => https://www.apple.com/support/iphone/repair/screen-damage/

  • Help please my ip 5 tochscreen doesn't  response at all :( what should i do ? by the way my phne didnt fall down or get touch with water

    i have problem with my tochscreen for two days it doesnt response at all . I dont know what should i do now ? and by the way my phone didnt fall down or be in toch with water

    thanks
    i think im gonna have an apointment with apple and give them a visit

  • IMovie fall down HELP !!

    I have macbook 13" on MAC OS X 10.6.8, I was upgreated iMovie from 8 to 11 version 9.0.4. iMovie always fall down. I did: open iMovie, import and load video, click on to edit it and after that iMovie fall down and close, after that open message: Check with developer to make sure iMovie works with version of Mac OS X. You may need to reinstall the app.Be sure to install any available updates fot the app and Mac OS X. I already delete iMovie from my APP, that I make restart on mac, then I download it one more time from App Store, nothing help.
    Pls can you help me ? Thansk

    SHARE TO iDVD works only for DV and Apple Intermediate Codec (which were usually AVCHD in the camera).
    Anything else should go to the Media Browser. DV and Apple Intermediate Codec files can also go to the Media Browser, and most people prefer this, because the report better results, and this allows you to have multiple movies on one DVD.
    In my opinion, the option to send directly to iDVD as AIC or DV was added in response to customer beliefs that sending DV, for example, would save a compression step and therefor produce better results. However, iMovie has to render even DV to DV and AIC to AIC so this is not really an advantage.

  • I try  to print an illustrator document and the program fall down (lion)

    When i try to print an illustretor document, illustrator fall down an i have to reiniciate but if i save the same document as a pdf and i open it with previous view I can print it.
    I think it's the firts time i have tried to print since I change to lion

    Thanks for your help Monika. Yes, the printer is is supported by the system. The printer is about 2 months old and the driver were installed then. I called Canon support and they said it sounded like a problem with Illustrator. I can print the same file by saving it as a pdf and printing from Acrobat Pro, so it seems to be a problem with Illustrator. If I try to print the pdf from Illustrator it will quit.

  • My Ipad fall down and the screan got broken , i need to know where the certified Apple store which can repaire the same and how long will it take ( near SOHO NY )

    Hi There,
    My Ipad fall down and the screen glass got broken ,
    i will be in NY for a week only and i was wondering where is the closest certified Apple repair shop in SOHO is where i can take it for repair whithin a day ???
    thanks

    Apple's Limited Warranty http://www.apple.com/legal/warranty/ for iPad excludes coverage for damage resulting from accident, disassembly, unauthorized service and unauthorized modifications.
    Apple will provide a replacement iPad for:
    iPad model
    Out-of-Warranty Service Fee
    New iPad
    $299
    iPad 2, iPad
    $249
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
    You can get the glass replaced at 3rd party repair sources for less $, however, the Apple warranty will be voided.
    iPad Repair & Screen Replacement Services
    http://www.ifixyouri.com/16-ipad-repairs
    RepairZoom iPad Repair
    http://www.repairzoom.com/ipad-repair.html
    Mission Repair
    http://www.missionrepair.com/Apple_iPad_Repair_Services_s/431.htm
    iGadgetResQ
    http://www.igadgetresq.com/ipad-repair/
     Cheers, Tom

  • Hi my name is Aditya. i am using ipad 2. 2 days ago my ipad fall down from my hand and now its screen is not working it is totally blank but shocking thing is that when i take a screen shot the display came back for 2-3 second. any one like me?

    hi my name is Aditya. i am using ipad 2. 2 days ago my ipad fall down from my hand and now its screen is not working it is totally blank but shocking thing is that when i take a screen shot the display came back for 2-3 second. dose ne 1 have same problem....?

    Anyone have any suggestions? or is everyone else just as clueless as me !

  • I let my macbook pro fall down is covered by apple care services?

    I let my macbook pro fall down is covered by apple care services?

    apple doesn't cover accidental damage if they can prove it or there are any indications that shows it.

  • I have an ipod nano and its fall down , the inside screen is broken..... can APPLE replace this(inside screen)???!

    i have an ipod nano and its fall down , the inside screen is broken..... can APPLE replace this(inside screen)???!

    Hello Alia A,
    Sorry to hear about your iPod nano screen.  I recommend reviewing the following link for service options (you can update the country selection to your location after accessing the link):
    Service Answer Center - iPod
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipod
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Iphone 6 fall down and touchID is not working, it says touch id unable, plz help what should i do

    iphone fall down and touchID is not working

    Anypats is right. A fall can make anything happen. Try to go into Settings> General> Reset> Reset All Settings. This will not erase any user data, but it will force the device to re-read it's internal information. You will have to re-add a few settings after this. Things like your wifi connection, alarms you've programed and a few other things. If it doesn't come back, get someone to look at it.

  • My phone fall down and suddenly the network stopped working can't find for any coverage, And I already reset the all settings and network settings!!! plz help me

    my phone fall down and the network stopped working can't search to any coverage

    It is not properly connected to the network.
    Make sure location is set correctly
    DNS should be on auto (settings - general - network)
    Try ethernet
    Signal strength on device won't account for issues, you would need a network report from istumbler, netstumbler or similar. This will show accurate signal strength along with noise and nearby networks

Maybe you are looking for

  • How to Update the data in R/3 From BW

    Hi All ,      I Need some suggestion . i want to update the data of MARC table in R/3 from BW . Here data goes from BW to R/3 . so How to do this ? . There are no standard BAPI's in BW for this . Thanks Prithvi.

  • Itunes wont set up for me.!!

    The CD that came with my ipod worked fine but my little sister lost it, and my computer received a trojan about 2 weeks ago and had to be fixed and now i dont have the CD and when i try to download itunes 6. from this website, an error always comes u

  • How to use 3 motors when gaming

    when i load game only main computer works the other 2 screens dont load game

  • Right after starting up display goes blank and shuts down?

    Right after starting up display goes blank and shuts down? Any ideas I can't get it started. Thought I would ask for help before making a genius appt.

  • DC noise values set from ini file

    Hello,        I am trying to build a waveform generator with ( sine wave, triangle, saw tooth, square, DC,  random noise). I managed to get the waveform working using the NI waveform generator built in VI function. but I want to add the DC case which