BSOD with constant locking and memory errors with applications crashing.

perry147

Active member
Joined
Oct 6, 2020
Posts
25
  • System Manufacturer? Cyberpowr
  • Laptop or Desktop? Desktop
  • Exact model number (if laptop, check label on bottom) Custom
  • OS ? (Windows 10, 8.1, 8, 7, Vista) Windows 10
  • x86 (32bit) or x64 (64bit)? 64
  • (Only for xp, vista, 7) Service pack?
  • What was original installed OS on system? Windows 7
  • Is the OS an OEM version (came pre-installed on system) or full retail version (YOU purchased it from retailer)? I bought the OS from Microsoft online
  • Age of system? (hardware) 10 years
  • Age of OS installation? 8 years
  • Have you re-installed the OS? No not yet - I do not have a disk. The only disk I have is windows 7.
  • CPU I7 CPu 950@3.07 GHz 3.06 GHz.
  • RAM (brand, EXACT model, what slots are you using?)V-color PC3-12800 DDR3-1600
  • Video Card - R9 280X
  • MotherBoard - (if NOT a laptop) -GIGABYTE X58A-UD3R
  • Power Supply - brand & wattage (if laptop, skip this one) 1000 Watts
  • Is driver verifier enabled or disabled?
  • What security software are you using? (Firewall, antivirus, antimalware, antispyware, and so forth) Windows Defender and firewall.
  • Are you using proxy, vpn, ipfilters or similar software? NO
  • Are you using Disk Image tools? (like daemon tools, alcohol 52% or 120%, virtual CloneDrive, roxio software) NO
  • Are you currently under/overclocking? Are there overclocking software installed on your system? NO
 
The logs displayed possible malfunctioning RAM and drive file system corruption.
Video issues were also seen.


For all steps / test make sure images are posted into the thread.
For any problems posting images use share links: one drive, drop box, or google drive.


Please perform the following tests:

1) Open administrative command prompt (CP) and type or copy and paste:
2) sfc /scannow
3) dism /online /cleanup-image /scanhealth
4) dism /online /cleanup-image /restorehealth
5) sfc /scannow
6) chkdsk /scan
7) wmic recoveros set autoreboot = false
8) wmic recoveros set DebugInfoType = 7
9) wmic recoveros get autoreboot
10) wmic recoveros get DebugInfoType
11) bcdedit /enum {badmemory}
12) wmic memorychip get manufacturer, capacity, partnumber, speed, memorytype, devicelocator, formfactor

13) When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread

14) Make sure that there is no over clocking while troubleshooting

15) Open administrative Powershell (PS) and copy and paste: (all at one time)

Code:
[Cmdletbinding()]
Param(
    [string]$Computername = "localhost"
)
cls
$PysicalMemory = Get-WmiObject -class "win32_physicalmemory" -namespace "root\CIMV2" -ComputerName $Computername

Write-Host "Memore Modules:" -ForegroundColor Green
$PysicalMemory | Format-Table Tag,BankLabel,@{n="Capacity(GB)";e={$_.Capacity/1GB}},Manufacturer,PartNumber,Speed -AutoSize

Write-Host "Total Memory:" -ForegroundColor Green
Write-Host "$((($PysicalMemory).Capacity | Measure-Object -Sum).Sum/1GB)GB"

$TotalSlots = ((Get-WmiObject -Class "win32_PhysicalMemoryArray" -namespace "root\CIMV2" -ComputerName $Computername).MemoryDevices | Measure-Object -Sum).Sum
Write-Host "`nTotal Memory Slots:" -ForegroundColor Green
Write-Host $TotalSlots

$UsedSlots = (($PysicalMemory) | Measure-Object).Count
Write-Host "`nUsed Memory Slots:" -ForegroundColor Green
Write-Host $UsedSlots

If($UsedSlots -eq $TotalSlots)
{
    Write-Host "All memory slots are filled up, none is empty!" -ForegroundColor Yellow
}


16) When these have completed > right click on the top bar or title bar of the administrative powershell box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread


17) Run HD Tune (free version) (all drives)
HD Tune website
Post images into the thread for results on these tabs:
a) Health
b) Benchmark
c) Full error scan

18) Run Sea Tools for Windows
long generic test
Post an image of the test result into the thread
SeaTools for Windows | Seagate
How to use SeaTools for Windows | Seagate Support US

19) Open administrative command prompt and type or copy and paste:
chkdsk /r /v
This may take hours to run so plan to run overnight.
Run on all drives using the syntax: chkdsk /r /v C: or chkdsk /r /v D: changing the drive letter to the applicable drive.

C:\Windows\system32>chkdsk /r /v
The type of the file system is NTFS.
Cannot lock current drive.

Chkdsk cannot run because the volume is in use by another
process. Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N)

Type: Y
reboot


20) Use the information in this link to find the chkdsk report in the event viewer.
Copy and paste into notepad > save to desktop > post into the thread using a one drive, drop box, or google drive share link:
Read Chkdsk Log in Event Viewer in Windows 10 Windows 10 Performance Maintenance Tutorials
Read Chkdsk Log in Event Viewer in Windows 10

21) Run memtest86+ version 5.31 for at least 8 passes.
Memtest86+ - Advanced Memory Diagnostic Tool
This may take hours so plan to run it overnight.

a) Please make sure you use the Memtest86+ version 5.31 with the link below.
Memtest86+ - Advanced Memory Diagnostic Tool

The testing is done not by time but by passes.
The more passes the better the testing conditions.
There are a significant number of false negatives if fewer than 8 passes are made.
A false negative is a test pass when there is malfunctioning RAM.
There is 10 GB of RAM on the computer.
Memtest86+ version 5.01 testing takes approximately 1 - 2 hours /GB RAM
Just 1 error is a fail and you can abort testing.
Then test 1 RAM module at a time in the same DIMM each for 8 or more passes.

b) When Memtest86+ version 5.31 has completed 8 or more passes use a camera or smart phone camera to take a picture and post an image into the thread.
Memory problems.
MemTest86+ - Test RAM

22) These tests can be performed overnight:
a) HD Tune full error scan
b) Sea Tools for Windows long generic test
c) Chkdsk /r /v
d) Memtest86





Code:
Mon Sep  7 21:38:45.448 2020 (UTC - 5:00)
Bugcheck code 00000139
Code:
atikmpag.sys Tue Jul  4 14:48:49 2017 (595C0D41)
Code:
bugchecks:
12B
133
139
1A
1E
34
3B
7A
E3
EF
 
Last edited:
Microsoft Windows [Version 10.0.19041.1]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 43% complete.

Windows Resource Protection found corrupt files but was unable to fix some of them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.

C:\WINDOWS\system32>dism /online /cleanup-image /scanhealth

Deployment Image Servicing and Management tool
Version: 10.0.19041.1

Image Version: 10.0.19041.1

[== 4.9% ]
Error: 2

The system cannot find the file specified.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

C:\WINDOWS\system32>dism /online /cleanup-image /restorehealth

Deployment Image Servicing and Management tool
Version: 10.0.19041.1

Image Version: 10.0.19041.1

[== 3.8% ]
Error: 2

The system cannot find the file specified.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

C:\WINDOWS\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 43% complete.

Windows Resource Protection found corrupt files but was unable to fix some of them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.

C:\WINDOWS\system32>chkdsk /scan
The type of the file system is NTFS.

Stage 1: Examining basic file system structure ...
934400 file records processed.
File verification completed.
Phase duration (File record verification): 22.52 seconds.
4234 large file records processed.
Phase duration (Orphan file record recovery): 0.00 milliseconds.
0 bad file records processed.
Phase duration (Bad file record checking): 0.54 milliseconds.

Stage 2: Examining file name linkage ...
13094 reparse records processed.
1089862 index entries processed.
Index verification completed.
Phase duration (Index verification): 1.38 minutes.
0 unindexed files scanned.
Phase duration (Orphan reconnection): 1.18 seconds.
0 unindexed files recovered to lost and found.
Phase duration (Orphan recovery to lost and found): 0.52 milliseconds.
13094 reparse records processed.
Phase duration (Reparse point and Object ID verification): 58.34 milliseconds.

Stage 3: Examining security descriptors ...
Security descriptor verification completed.
Phase duration (Security descriptor verification): 153.01 milliseconds.
77732 data files processed.
Phase duration (Data attribute verification): 0.29 milliseconds.
CHKDSK is verifying Usn Journal...
14713048 USN bytes processed.
Usn Journal verification completed.
Phase duration (USN journal verification): 224.27 milliseconds.

Windows has scanned the file system and found no problems.
No further action is required.

1952891077 KB total disk space.
1045707780 KB in 445418 files.
261616 KB in 77733 indexes.
0 KB in bad sectors.
1082801 KB in use by the system.
65536 KB occupied by the log file.
905838880 KB available on disk.

4096 bytes in each allocation unit.
488222769 total allocation units on disk.
226459720 allocation units available on disk.
Total duration: 1.78 minutes (107083 ms).

C:\WINDOWS\system32>wmic recoveros set autoreboot = false
Updating property(s) of '\\DESKTOP-1O1VUI3\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\WINDOWS|\\Device\\Harddisk0\\Partition2"'
Property(s) update successful.

C:\WINDOWS\system32>wmic recoveros set DebugInfoType = 7
Updating property(s) of '\\DESKTOP-1O1VUI3\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\WINDOWS|\\Device\\Harddisk0\\Partition2"'
Property(s) update successful.

C:\WINDOWS\system32>wmic recoveros get autoreboot
AutoReboot
FALSE


C:\WINDOWS\system32> wmic recoveros get DebugInfoType
DebugInfoType
7


C:\WINDOWS\system32>bcdedit /enum {badmemory}

RAM Defects
-----------
identifier {badmemory}
badmemorylist 0x1d0004
0x1d0005
0x1d0014
0x1d0015

C:\WINDOWS\system32>wmic memorychip get manufacturer, capacity, partnumber, speed, memorytype, devicelocator, formfactor
Capacity DeviceLocator FormFactor Manufacturer MemoryType PartNumber Speed
2147483648 A0 8 0 400
2147483648 A2 8 0 400
2147483648 A3 8 0 400
2147483648 A4 8 0 400
2147483648 A5 8 0 400


C:\WINDOWS\system32>
 
Memore Modules:

Tag BankLabel Capacity(GB) Manufacturer PartNumber Speed
--- --------- ------------ ------------ ---------- -----
Physical Memory 0 Bank0/1 2 400
Physical Memory 2 Bank4/5 2 400
Physical Memory 3 Bank6/7 2 400
Physical Memory 4 Bank8/9 2 400
Physical Memory 5 Bank10/11 2 400


Total Memory:
10GB

Total Memory Slots:
6

Used Memory Slots:
5
PS C:\WINDOWS\system32>
 
The full error is taking some time, I will post it when it finishes.
 

Attachments

  • 07-October-2020_18-27.png
    07-October-2020_18-27.png
    40.7 KB · Views: 2
  • 07-October-2020_18-26.png
    07-October-2020_18-26.png
    37.6 KB · Views: 2
First scannow:
Code:
Windows Resource Protection found corrupt files but was unable to fix some of them.

Second scannow (after restorehealth):
Code:
Windows Resource Protection found corrupt files but was unable to fix some of them.



1) Open administrative command prompt and copy and paste:

findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"

Find the new text file on the desktop > post a share link into this thread


2) Search for

C:\Windows\Logs\CBS\CBS.log > post a share link into this thread



3) Run: SFCFix Official Download - Repair Windows Update > post a share link


4) Find a flash drive that you can format (> or = 8 GB).


5) Create a bootable Windows 10 iso 2004:
Download Windows 10
Download Windows 10 ISO File
Create Bootable USB Flash Drive to Install Windows 10


6) The motherboard: X58A-UD3R > confirm revision 2 > GA-X58A-UD3R (rev. 2.0) Support | Motherboard - GIGABYTE Global


7) Find replacement RAM options on the Qualified Vendor List (QVL):
https://download.gigabyte.com/FileList/Memory/mb_memory_ga-x58a-ud3r_v2.0.pdf


8) Run the Crucial scanner to view options for RAM replacement:
Crucial System Scanner


9) When replacing RAM:
a) replace in pairs with matching SKU
b) make sure the RAM modules are displayed on the QVL
(or RAM manufacturer guarantees compatibility)
c) consider manufacturers that have lifetime warranties



Code:
 Memory  6 x 1.5V DDR3 DIMM sockets supporting up to 24 GB of system memory (Note 1)
 Dual/3 channel memory architecture
 Support for DDR3 2200/1333/1066/800 MHz memory modules
 Support for non-ECC memory modules
     Support for Extreme Memory Profile (XMP) memory modules
             (Go to GIGABYTE's website for the latest supported memory speeds and
memory modules.)


Code:
Dual/3 Channel Memory Configuration

This motherboard provides six DDR3 memory sockets and supports Dual/3 Channel Technology.

After the memory is installed, the BIOS will automatically detect the specifications and capacity of the memory.

Dual or 3 Channel memory mode may double or triple the original memory bandwidth.

The six DDR3 memory sockets are divided into three channels:
Channel 0: DDR3_1, DDR3_2
Channel 1: DDR3_3, DDR3_4
Channel 2: DDR3_5, DDR3_6

If only one DDR3 memory module is installed, be sure to install it in the DDR3_1 or DDR3_3.

Due to chipset limitation, read the following guidelines before installing the memory in Dual or 3 Channel mode.

Dual Channel--
1. Dual Channel mode cannot be enabled if only one DDR3 memory module is installed.
2. When enabling Dual Channel mode with two or four modules, it is recommended that memory of the same
capacity, brand, speed, and chips be used. When enabling Dual Channel mode with two memory modules,
be sure to install them in the DDR3_1 and DDR3_3 sockets.

3 Channel--
1. 3 Channel mode cannot be enabled if only one or two DDR3 memory modules are installed.
2. When enabling 3 Channel mode with three, four or six modules, it is recommended that memory of the
same capacity, brand, speed, and chips be used.
When enabling 3 Channel mode with three memory
modules, be sure to install them in the DDR3_1, DDR3_3 and DDR3_5 sockets.
When enabling 3 Channel mode with four memory modules, be sure to install them in the DDR3_1, DDR3_2, DDR3_3 and
DDR3_5 sockets.
 
SFCFix crashed.

SFCFix version 3.0.2.1 by niemiro.
Start time: 2020-10-08 18:12:37.543
Microsoft Windows 10 Build 19041 - amd64
Not using a script file.




SFCFix version 3.0.2.1 by niemiro has encountered an unhandled exception.
Currently storing 0 datablocks.
Finish time: 2020-10-08 18:12:49.667
----------------------EOF-----------------------j

Here is the crash message.


SFCFix Has Crashed


Something has gone horribly wrong and SFCFix has crashed. Would you like SFCFix
to submit a crash report to the developer so that this problem can be fixed?
Type "y" for yes or "n" for no and press enter to continue:
 
Boot into safe mode using shift + restart > run SFCFix > post results
Boot into Safe Mode on Windows 10

When available update the progress with / post images:
a) HD Tune full error scan
b) chkdsk /r /v
c) Memtest86

Download and install: voidtools
Launch Everything and search for each > post images into the thread

BCMWL63AL.SYS
rtwlane.sys
athwnx.sys
netathrx.inf
netbc63a.inf
netrtwlane.inf
 
Last edited:
The motherboard I think is a version 1, But I can not be sure they look exactly alike, and the documentation I have makes no mention of rev. 2.
 
Safe mode chkdsk /r /v results.


Microsoft Windows [Version 10.0.19041.1]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Users\perry.DESKTOP-1O1VUI3>chkdsk /r /v
The type of the file system is NTFS.
Cannot lock current drive.

Chkdsk cannot run because the volume is in use by another
process. Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N)
 
The memtest86+ version 5.31 failed everything.. No passes. I have run memory tests before on the other board and it always passed.
 

Attachments

  • image1.jpeg
    image1.jpeg
    473.2 KB · Views: 7
Last edited:

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top