Same old song and dance...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tennafa
    PCHF Member
    • Jun 2018
    • 26

    #1

    Same old song and dance...

    Hello again,

    Having a repeat issue of computer wanting to shut down unexpectedly while playing games, downloaded and on Steam. Any idea why this is a recurring issue and is there a way to fix it permanently so we can get back to gaming without interruption? Thanks all.
  • Tennafa
    PCHF Member
    • Jun 2018
    • 26

    #2
    Did I post this in the wrong place?

    Comment

    • jmarket
      PCHF Owner
      • Jan 2015
      • 7635

      #3
      Hey @Tennafa

      Sorry about the delay.

      What are your temps?

      Comment

      • Rustys
        PCHF Member
        • Jul 2016
        • 7862

        #4
        Originally posted by Tennafa
        while playing games, downloaded and on Steam
        The Steam ones should be fine where are you getting the Downloaded ones form they may be hacked, cracked and or carrying a payload that can be infecting your system.

        Comment

        • Tennafa
          PCHF Member
          • Jun 2018
          • 26

          #5
          Originally posted by jmarket
          What are your temps?
          What are temps and where would I find that info?

          I download from the developer/publisher websites to try to get as clean a download as I can. However, the problem DOES seem to come from Steam more than the downloaded games.

          Comment

          • system
            PCHF Owner
            • Jan 2015
            • 7635

            #6
            @Tennafa, This guide will show how to record your temps.

            Please go HERE and download the portable version of Speccy. Save it to somewhere you can find, locate the file and as it comes as a Zip file use your favorite unzip application to decompress it. Open the newly created folder and double left click Speccy.exe if you have a 32 bit system or Speccy64.exe if yours is 64bit. If you are not sure what your system is click HERE.

            [MEDIA=imgur]JMFpNKe[/MEDIA]

            Speccy will open and after a short wait will display a summary of your system specs.

            [ol]
            [li]Click on the file menu.[/li][li]Then click Publish snapshot.[/li][/ol]

            [MEDIA=imgur]NvJMjmm[/MEDIA]

            A dialogue box will ask you to confirm, select yes.

            [MEDIA=imgur]0dFCjbj[/MEDIA]

            Another dialogue box will open

            [ol]
            [li]Click Copy to Clipboard.[/li][li]Then click Close.[/li][/ol]

            [MEDIA=imgur]Lo6qmsI[/MEDIA]

            Now that your link has been copied please paste it into your next post. It should look something like the example below



            BTW: once you have finished with speccy and no longer want it removing it is easy because it is a portable app with no install. Simply delete the downloaded file and folder you created when you decompressed it. Gone:thumbsup:

            Comment

            • Tennafa
              PCHF Member
              • Jun 2018
              • 26

              #7

              Comment

              • system
                PCHF Owner
                • Jan 2015
                • 7635

                #8
                Sorry Tennafa, you asked
                Originally posted by Tennafa
                What are temps and where would I find that info?
                And I only answered part of your question.

                What was meant by “temps” is jmarket wanted to know the physical temperatures of your systems vital components. Reason for it is some components will throttle or shut down the system if they exceed certain temperatures. Just something basic to rule out before more sophisticated diagnosis.

                Comment

                • Tennafa
                  PCHF Member
                  • Jun 2018
                  • 26

                  #9
                  Ah, okay. Computer seems to stay cool, but I’m not quite sure how to measure that, but I’m willing to learn.

                  Comment

                  • system
                    PCHF Owner
                    • Jan 2015
                    • 7635

                    #10
                    The Speccy log you provided lists your PC’s main component temperatures, in the Summary section pictured below, which aren’t an issue here. Now that temperatures have been ruled out someone with more knowledge on your problem than I will assist.

                    [ATTACH]3904[/ATTACH]

                    Comment

                    • Tennafa
                      PCHF Member
                      • Jun 2018
                      • 26

                      #11
                      Cool, thank you!

                      Comment

                      • Rustys
                        PCHF Member
                        • Jul 2016
                        • 7862

                        #12
                        Run [COLOR=rgb(243, 121, 52)]Check Disk on the HDD using the elevated command prompt.

                        Here is one way that you can pull the log to view it.
                        1. Press the Windows + R keys to open the Run dialog, type powershell.exe, and press Enter.
                        2. In PowerShell, copy and paste the command below, and press Enter.

                        get-winevent -FilterHashTable @{logname=“Application”; id=“1001”}| ?{$_.providername –match “wininit”} | fl timecreated, message | out-file Desktop\CHKDSKResults.txt
                        3. CHKDSKResults.txt file will be created on your desktop, that is the log file of your chkdsk scan results from Event Viewer.
                        1. [COLOR=rgb(184, 49, 47)]COPY and PASTE the contents from the CHKDSKResults.txt file into your next post.
                          [/COLOR]
                        [COLOR=rgb(184, 49, 47)][/color][/COLOR]

                        Comment

                        • Tennafa
                          PCHF Member
                          • Jun 2018
                          • 26

                          #13
                          Okay, I did exactly what you said, but got no results.

                          Comment

                          • Tennafa
                            PCHF Member
                            • Jun 2018
                            • 26

                            #14
                            I copied and pasted this from the actual command prompt:

                            Windows PowerShell
                            Copyright (C) Microsoft Corporation. All rights reserved.

                            PS C:\WINDOWS\system32> get-winevent -FilterHashTable @{logname=“Application”; id=“1001”}| ?{$_.providername –match “win
                            init”} | fl timecreated, message | out-file Desktop\CHKDSKResults.txt
                            out-file : Could not find a part of the path ‘C:\WINDOWS\system32\Desktop\CHKDSKResults.txt’.
                            At line:1 char:132
                            • … init"} | fl timecreated, message | out-file Desktop\CHKDSKResults.txt
                            • Code:
                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              • CategoryInfo : OpenError: ( [Out-File], DirectoryNotFoundException
                              • FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutF ileCommand

                            PS C:\WINDOWS\system32>

                            Comment

                            • Rustys
                              PCHF Member
                              • Jul 2016
                              • 7862

                              #15
                              Try following the instruction [COLOR=rgb(243, 121, 52)]here to see if you can find the information in the Event Viewer. Match the date and time to when you ran the Check Disk.

                              If not found there then re run the check disk again.[/COLOR]

                              Comment

                              Working...