Multiple BSOD and Consistent Game crashes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ajax
    PCHF Member
    • Dec 2022
    • 15

    #16
    Originally posted by Bastet
    Is Windows installed? If not then disconnect any unneeded USB devices & disconnect from the internet, then install Windows & choose not to install updates.
    If Windows is installed then run Sfc & dism-
    Right click on start & choose powershell/terminal with admin & type/copy & paste these cmds one at a time then click Enter:
    SFC /SCANNOW
    DISM /Online /Cleanup-Image /StartComponentCleanup
    DISM /Online /Cleanup-Image /RestoreHealth
    All operations were completed successfully (Windows is installed). SFC found corrupt files and repaired. Still unable to load any video games.

    Comment

    • Bastet
      PCHF Member
      • Aug 2016
      • 1515

      #17
      Are these games via Microsoft, Steam, Epic, Ubisoft or another gaming platform?
      What happens exactly when you install or open the games?

      Comment

      • Ajax
        PCHF Member
        • Dec 2022
        • 15

        #18
        Originally posted by Bastet
        Are these games via Microsoft, Steam, Epic, Ubisoft or another gaming platform?
        What happens exactly when you install or open the games?
        The games are across steam, battlenet, and origin. All are on seperate SSDs as well. I can launch the launcher, but crashes shortly after launching. Some games like Cyberpunk, I can walk around for about 5-10 seconds then it crashes. Same with Sims 4. Games like Warhammer Darktide, crash immedialtely after picking which game to load. I used the 3D Mark Stress test on steam, and that had no issues and the system stress test completed fully.

        Comment

        • Malnutrition
          PCHF Moderator
          • Jul 2016
          • 7041

          #19
          Here are a few things you can do to improve performance on the computer. Perhaps it will help your issue, I am thinking it may be a hardware setting, but I am unsure.



          Reset your Hosts file.

          [ol]
          [li]Click here to download RstHosts v2.0[/li][li]Save the file to your desktop.[/li][li]Right Click and Run as Administrator.[/li][li]Click on Restaurer, then click OK at the prompt.[/li][li]This will restore the default host file.[/li][/ol]



          Open a notepad and copy the content of the code box below, paste into open notepad and save it to your desktop as clean.bat then right click on clean.bat and run as admin.

          Note: You should allow the n batch file to complete, it may take some time (ten minutes) and some assistance on your part!! Once it reboots your machine that is when it is done.

          [COLOR=rgb(184, 49, 47)]Do not copy the word Code:
          Code:
          @echo off
          wmic /Namespace:\\root\default Path SystemRestore Call Enable "%SystemDrive%"
          WMIC /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "BatchRestorePoint", 100, 10
          fsutil resource setautoreset true c:\&fsutil usn deletejournal /d /n c:
          powercfg.exe /setactive 381b4222-f694-41f0-9685-ff5bb260df2e
          powercfg -hibernate off
          bitsadmin /reset /allusers
          nbtstat -R
          nbtstat -RR
          netsh winsock reset all
          netsh winsock reset catalog
          netsh winhttp reset proxy
          netsh int tcp set heuristics disabled
          netsh int tcp set global rss=enabled
          netsh int tcp set global autotuninglevel=normal
          netsh interface httpstunnel reset all
          netsh interface portproxy reset all
          netsh interface ip delete arpcache
          netsh advfirewall reset
          netsh advfirewall set allprofiles state On
          wmic nicconfig where (IPEnabled=TRUE) call SetDNSServerSearchOrder ("76.76.19.19", "8.8.4.4")
          %WINDIR%\SYSTEM32\lodctr.exe /R
          %WINDIR%\SysWOW64\lodctr.exe /R
          C:\Windows\SYSTEM32\lodctr.exe /R
          C:\Windows\SysWOW64\lodctr.exe /R
          DISM.exe /Online /Cleanup-Image /StartComponentCleanup
          pause
          DISM.exe /Online /Cleanup-image /Restorehealth
          pause
          del /s /q C:\Windows\SoftwareDistribution\download\*.*
          del /s /q "%userprofile%\AppData\Local\Microsoft\Edge\User Data\Default\Cache\*.*"
          del /s /q "%userprofile%\AppData\Local\Google\Chrome\User Data\Default\Cache\*.*"
          del /s /q "%userprofile%\AppData\Local\Opera Software\Opera Stable\Cache\Cache_Data\*.*"
          del /s /q "%userprofile%\AppData\Local\temp\*.*"
          del /f /s /q %systemdrive%\*.tmp
          del /f /s /q %systemdrive%\*.log
          del /f /s /q %systemdrive%\*.chk
          del /f /s /q %systemdrive%\recycled\*.*
          del /f /s /q %windir%\*.bak
          del /f /s /q %windir%\prefetch\*.*
          ipconfig /flushdns
          ipconfig /registerdns
          sc stop RasAuto
          sc stop RasMan
          sc stop SessionEnv
          sc stop TermService
          sc stop UmRdpService
          sc stop RemoteAccess
          sc config RasAuto start= disabled
          sc config RasMan start= disabled
          sc config SessionEnv start= disabled
          sc config TermService start= disabled
          sc config UmRdpService start= disabled
          sc config RemoteAccess start= disabled
          sc stop sysmain
          sc config sysmain start= disabled
          sc stop iphlpsvc
          sc config iphlpsvc start= disabled
          sc stop DiagTrack
          sc config DiagTrack start= disabled
          sc stop dmwappushservice
          sc config dmwappushservice start= disabled
          sc stop WSearch
          sc config WSearch start= disabled
          sc stop lfsvc
          sc config lfsvc start= disabled
          del /s /q %ProgramData%\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
          REG ADD HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /d 0 /t REG_DWORD /f
          reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
          reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
          echo "" > %ProgramData%\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
          sfc /scannow
          pause
          shutdown -r
          Exit /B


          Use O&O shutup ten with suggested and somewhat suggested settings enabled.

          Disable windows update, and only enable it once a week to update on your terms not whenever microsoft feels you need an update.

          Uninstall Useless to you windows apps with O&O App buster.


          Completely remove all traces of old graphics driver wit DDU

          The tool can be used in Normal mode but for absolute stability when using DDU, Safemode is always the best.

          Download Display Driver Uninstaller (DDU) Official - Remove AMD/NVIDIA/INTEL Graphics Drivers Cleanly - DDU is a driver removal utility that helps you completely uninstall AMD/NVIDIA graphics card drivers and packages from your system, leaving no leftovers behind, including registry keys, folders, files, and driver store.


          Boot up into normal mode, and use this tool.



          Install this program and run all below to max.

          [ATTACH type=β€œfull”]10981[/ATTACH]

          Reboot your machine and see how things are.[/COLOR]

          Comment

          • Ajax
            PCHF Member
            • Dec 2022
            • 15

            #20
            Originally posted by Malnutrition
            Here are a few things you can do to improve performance on the computer. Perhaps it will help your issue, I am thinking it may be a hardware setting, but I am unsure.



            Reset your Hosts file.

            [ol]
            [li]Click here to download RstHosts v2.0[/li][li]Save the file to your desktop.[/li][li]Right Click and Run as Administrator.[/li][li]Click on Restaurer, then click OK at the prompt.[/li][li]This will restore the default host file.[/li][/ol]



            Open a notepad and copy the content of the code box below, paste into open notepad and save it to your desktop as clean.bat then right click on clean.bat and run as admin.

            Note: You should allow the n batch file to complete, it may take some time (ten minutes) and some assistance on your part!! Once it reboots your machine that is when it is done.

            [COLOR=rgb(184, 49, 47)]Do not copy the word Code:
            Code:
            @echo off
            wmic /Namespace:\\root\default Path SystemRestore Call Enable "%SystemDrive%"
            WMIC /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "BatchRestorePoint", 100, 10
            fsutil resource setautoreset true c:\&fsutil usn deletejournal /d /n c:
            powercfg.exe /setactive 381b4222-f694-41f0-9685-ff5bb260df2e
            powercfg -hibernate off
            bitsadmin /reset /allusers
            nbtstat -R
            nbtstat -RR
            netsh winsock reset all
            netsh winsock reset catalog
            netsh winhttp reset proxy
            netsh int tcp set heuristics disabled
            netsh int tcp set global rss=enabled
            netsh int tcp set global autotuninglevel=normal
            netsh interface httpstunnel reset all
            netsh interface portproxy reset all
            netsh interface ip delete arpcache
            netsh advfirewall reset
            netsh advfirewall set allprofiles state On
            wmic nicconfig where (IPEnabled=TRUE) call SetDNSServerSearchOrder ("76.76.19.19", "8.8.4.4")
            %WINDIR%\SYSTEM32\lodctr.exe /R
            %WINDIR%\SysWOW64\lodctr.exe /R
            C:\Windows\SYSTEM32\lodctr.exe /R
            C:\Windows\SysWOW64\lodctr.exe /R
            DISM.exe /Online /Cleanup-Image /StartComponentCleanup
            pause
            DISM.exe /Online /Cleanup-image /Restorehealth
            pause
            del /s /q C:\Windows\SoftwareDistribution\download\*.*
            del /s /q "%userprofile%\AppData\Local\Microsoft\Edge\User Data\Default\Cache\*.*"
            del /s /q "%userprofile%\AppData\Local\Google\Chrome\User Data\Default\Cache\*.*"
            del /s /q "%userprofile%\AppData\Local\Opera Software\Opera Stable\Cache\Cache_Data\*.*"
            del /s /q "%userprofile%\AppData\Local\temp\*.*"
            del /f /s /q %systemdrive%\*.tmp
            del /f /s /q %systemdrive%\*.log
            del /f /s /q %systemdrive%\*.chk
            del /f /s /q %systemdrive%\recycled\*.*
            del /f /s /q %windir%\*.bak
            del /f /s /q %windir%\prefetch\*.*
            ipconfig /flushdns
            ipconfig /registerdns
            sc stop RasAuto
            sc stop RasMan
            sc stop SessionEnv
            sc stop TermService
            sc stop UmRdpService
            sc stop RemoteAccess
            sc config RasAuto start= disabled
            sc config RasMan start= disabled
            sc config SessionEnv start= disabled
            sc config TermService start= disabled
            sc config UmRdpService start= disabled
            sc config RemoteAccess start= disabled
            sc stop sysmain
            sc config sysmain start= disabled
            sc stop iphlpsvc
            sc config iphlpsvc start= disabled
            sc stop DiagTrack
            sc config DiagTrack start= disabled
            sc stop dmwappushservice
            sc config dmwappushservice start= disabled
            sc stop WSearch
            sc config WSearch start= disabled
            sc stop lfsvc
            sc config lfsvc start= disabled
            del /s /q %ProgramData%\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
            REG ADD HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /d 0 /t REG_DWORD /f
            reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
            reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
            echo "" > %ProgramData%\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
            sfc /scannow
            pause
            shutdown -r
            Exit /B


            Use O&O shutup ten with suggested and somewhat suggested settings enabled.

            Disable windows update, and only enable it once a week to update on your terms not whenever microsoft feels you need an update.

            Uninstall Useless to you windows apps with O&O App buster.


            Completely remove all traces of old graphics driver wit DDU

            The tool can be used in Normal mode but for absolute stability when using DDU, Safemode is always the best.

            Download Display Driver Uninstaller (DDU) Official - Remove AMD/NVIDIA/INTEL Graphics Drivers Cleanly - DDU is a driver removal utility that helps you completely uninstall AMD/NVIDIA graphics card drivers and packages from your system, leaving no leftovers behind, including registry keys, folders, files, and driver store.


            Boot up into normal mode, and use this tool.



            Install this program and run all below to max.

            [ATTACH type=β€œfull” alt=β€œ1670711489747.png”]10981[/ATTACH]

            Reboot your machine and see how things are.
            [/COLOR]
            [COLOR=rgb(184, 49, 47)]
            Installed everything. Same results [/color]

            Comment

            • Malnutrition
              PCHF Moderator
              • Jul 2016
              • 7041

              #21
              Perhaps in your case enabling XMP will help. I know that ram is supposed to run at a certain level for different machines. I do not know enough about hardware to tell you exactly what it is in your case.

              I’ll tag the resident hardware expert, there is no guarantee he will reply, but in the mean time play around with the XMP settings.

              @phillpower2 Could you lend your expertise here please.

              Comment

              • Ajax
                PCHF Member
                • Dec 2022
                • 15

                #22
                Originally posted by Malnutrition
                Perhaps in your case enabling XMP will help. I know that ram is supposed to run at a certain level for different machines. I do not know enough about hardware to tell you exactly what it is in your case.

                I’ll tag the resident hardware expert, there is no guarantee he will reply, but in the mean time play around with the XMP settings.

                @phillpower2 Could you lend your expertise here please.
                Ive tried with both XMP enabled and off, right now I have it hard set at 4800MHz since that is what my CPU recommends. Now its a waiting game

                Comment

                • Malnutrition
                  PCHF Moderator
                  • Jul 2016
                  • 7041

                  #23
                  Keep us updated, hopefully he will reply. I just do not know enough about hardware to help out.

                  Comment

                  • Ajax
                    PCHF Member
                    • Dec 2022
                    • 15

                    #24
                    Originally posted by Malnutrition
                    Keep us updated, hopefully he will reply. I just do not know enough about hardware to help out.
                    Will do. I appreciate your assistance!!!

                    Comment

                    • PeterOz
                      PCHF Technical Response Team
                      • Mar 2021
                      • 4190

                      #25
                      To be honest I have not read the entire thread as the first thing I notice is you are using ram that is DDR5 6200
                      Your Processor can only take
                      Memory Types
                      Up to DDR5 4800 MT/s
                      Up to DDR4 3200 MT/s
                      From here
                      https://www.intel.com.au/content/www...fications.html

                      Comment

                      • Ajax
                        PCHF Member
                        • Dec 2022
                        • 15

                        #26
                        Originally posted by PeterOz
                        To be honest I have not read the entire thread as the first thing I notice is you are using ram that is DDR5 6200
                        Your Processor can only take
                        Memory Types
                        Up to DDR5 4800 MT/s
                        Up to DDR4 3200 MT/s
                        From here
                        https://www.intel.com.au/content/www...fications.html
                        That was a mistake on my part, but I have manually set that speed in Bios. Seen in this image. Is this enough to help that issue? Or does it still conflict?
                        [ATTACH type=β€œfull”]10984[/ATTACH]

                        Comment

                        • PeterOz
                          PCHF Technical Response Team
                          • Mar 2021
                          • 4190

                          #27
                          bottom line of the pic AEMP might be worth trying
                          Let’s see if @phillpower2 has an opinion

                          Comment

                          • PeterOz
                            PCHF Technical Response Team
                            • Mar 2021
                            • 4190

                            #28
                            do you have any friends, relo’s ect that you could borrow some ddr from for testing.
                            I do not know how well the bios clocking works with memory

                            Comment

                            • Ajax
                              PCHF Member
                              • Dec 2022
                              • 15

                              #29
                              Originally posted by PeterOz
                              do you have any friends, relo’s ect that you could borrow some ddr from for testing.
                              I do not know how well the bios clocking works with memory
                              I am the only idiot I know that upgraded to ddr5 unfortunately

                              Comment

                              • PeterOz
                                PCHF Technical Response Team
                                • Mar 2021
                                • 4190

                                #30
                                Originally posted by PeterOz
                                bottom line of the pic AEMP might be worth trying
                                I do not know if this will help

                                Comment

                                Working...