Question PC is fine for 30 minute - a few hours intervals then gets BSOD with a reference by pointer error.

Page 3 - Seeking answers? Join the Tom's Hardware community: where nearly two million members share solutions and discuss the latest tech.
May 20, 2022
44
1
35
So just live the title states, when I got home today it looked like my PC was frozen on a blue screen that stated "We found a problem with your PC and are restarting it" or something along those lines. So I force restarted it and now whenever it restarts it is fine for about 20-30 min before it says the same thing and restarts. Any one have any ideas on what the problem could be? So far I have run a memory test, ran a CHKDSK which took about 8 hours, ran a file scan on powershell, tried updating my realtek audio drivers, as well as running malware check but nothing seems to be working. Any help with this would be greatly apprecaited.

Edit: Here are my Minidump files. I have more if anyone needs some.
https://files.catbox.moe/bt0neu.zip
 

Colif

Win 11 Master
Moderator
did you do this bit?

Go to C:\Program Files\Dell\DellDataVault and delete the Dell Data Vault and Dell Data Vault Wizard applications or move them someplace in case you want them back. Then go to task manager:services and stop them.
as that should stop it.

its part of Dell Support Assistant. Should have been removed when you took it off.

Just Disable it. Start Task Manager, go to Services tab, find and right click on DDVDataCollector, then click (Open) Services, find & right click Dell Data Vault Collector, go to Properties and change Start Up Type to Disabled.

https://www.dell.com/community/Wind...-uninstall-the-Data-Vault/td-p/4775645/page/2
 
looked at the most current bugcheck.
verifier is on and detected a pool leak in the game driver for
vgk.sys
Timestamp: Fri Jun 3 09:55:28 2022

you will need to exclude this driver from verifier testing if you want to continue looking for driver bugs.

verifier.exe /standard /all /driver.exclude vgk.sys
verifier.exe /reset
(will turn off all verifier testing)

this will skip vgk.sys driver from testing since it never passes the tests
Driver Verifier Command Syntax - Windows drivers | Microsoft Docs

the older bugchecks looked like a device was being removed by plug and play. For this bugcheck you should change the memory dump type to kernel and provide the kernel dump
c:\windows\memory.dmp file.
this will include the info from the plug and play subsystem so it can be debugged. memory tag just indicated the driver was pnpi
(plug and play internal function)

note: the most current bugcheck where the system was running for 17 seconds looked very good in terms of drivers.

the older bugchecks with plug and play issues run much longer but 3 core windows files were modified and had the checksums removed so they can not be checked for changes. This would mean something was making changes to the files in memory after they were loaded from disk.
files:
win32kbase
win32k
win32kfull
 
Last edited:
May 20, 2022
44
1
35
Why just disable and not delete?

Sleep well, hope the headache wil be gone.
I already deleted this file : C:\Program Files\Dell\DellDataVault as well as deleted them off of autoruns. Was playing escape from tarkov for maybe 20 min and it crashed again. Same error, Reference by Pointer. I don't think ETF is the problem tho as this has been happening when just using chrome as well.
 
May 20, 2022
44
1
35
This is afaik taken from the device manager i am not talking about "C: Program Files", so open device manager, rightclick the "Dell data controll device" and choose delete. If you feel more comfortable with the option of disable is that up to you.
Every time I do try to delete it I just get another BSOD with a reference to pointer error.
 
May 20, 2022
44
1
35
@Machu101
Setting up kernel dumps is pretty much same process as setting up minidumps
follow option 1 here - https://www.tenforums.com/tutorials/5560-configure-windows-10-create-minidump-bsod.html
then scroll down to Have windows create a Kernel dump on BSOD
Hey guys, thanks for all youre help, i wound up fixing the crashes through deleting the drivers and phymem64.sys, however i went to play tarkov and i think i deleted en essential file to play the game while deleting stuff in auto run💀. So i had to end up reinstalling windows entirely. No more crashes and i am good. I appreciate youre help!
 
  • Like
Reactions: Vic 40