Jump to content

So my pc bluescreened with tcpip.sys being the culprit so i decided to use driver verifier to see what is crashing this network driver, and i chose all the drivers except the ones from microsofot and restarted and now everytime i boot into windows 10 i get bluescreen saying driver verifier detected violation, what could be the issue? I dont have any oc or anything on any of my components and everything is updated including bios and windows and drivers.

Specs

Rtx 4090 

7950x3d

32gb ram 5600mhz

1tb 980 pro ssd

Link to comment
https://linustechtips.com/topic/1554213-driver-verifier-detected-violation/
Share on other sites

Link to post
Share on other sites

Don't run Driver Verifier. It's not meant to be used to figure out why you are BSODing. If you are BSODing, the dump files will tell you what the issue is. Running Driver Verifier is at best redundant. Most third party drivers however have mistakes in code that in normal use are harmless, but when you run Driver Verifier it will order a crash because of these mistakes. That's the purpose of Driver Verifier, find mistakes in code so that the programmer can fix them.

 

Hopefully you have some dump files from before you enabled Driver Verifier as Driver Verifier usually just gives you an endless stream of red herrings. Go to C:\Windows\Minidump and check if you have any minidump files. If you do, go back to the Windows folder and copy the Minidump folder itself to the Downloads folder (You can use the desktop if you don't have OneDrive syncing files). Zip the copied folder and attach it to a post. Please follow the instructions to the letter as Windows doesn't like you messing with files in this location.

Link to post
Share on other sites

2 hours ago, Bjoolz said:

Don't run Driver Verifier. It's not meant to be used to figure out why you are BSODing. If you are BSODing, the dump files will tell you what the issue is. Running Driver Verifier is at best redundant. Most third party drivers however have mistakes in code that in normal use are harmless, but when you run Driver Verifier it will order a crash because of these mistakes. That's the purpose of Driver Verifier, find mistakes in code so that the programmer can fix them.

 

Hopefully you have some dump files from before you enabled Driver Verifier as Driver Verifier usually just gives you an endless stream of red herrings. Go to C:\Windows\Minidump and check if you have any minidump files. If you do, go back to the Windows folder and copy the Minidump folder itself to the Downloads folder (You can use the desktop if you don't have OneDrive syncing files). Zip the copied folder and attach it to a post. Please follow the instructions to the letter as Windows doesn't like you messing with files in this location.

unfortunately i switched to windows 11 because it never crashes on me, only windows 10 would do so, however if it ever crashes ill do these steps and post the dump file here. Thanks alot for your reply!

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×