I have been getting bluescreens with that code for a while now,if someone could help me it would be nice.
Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!
I have been getting bluescreens with that code for a while now,if someone could help me it would be nice.
Hello,thank you for your answer.As it doesnty present itself as you said, i sent a screenshot of the main tab in SpeedFan.
I have temperatures over 110degrees on things calleed AUXTIN1,AUXTIN2 and AUXTIN3.
I ran the memory test and no errors were detected.
After running the Who crashed analyse,i put the results on a notepad file wich i called "whocarshedlog".It is in this reply.
About Process Explorer,i put the txt file below too,called"log.txt".
about LatencyMon i did the same "latencymon.txt".
I also put the drivers tab screenshot as well as the processes one.
i wish you a good day or evening or even night(idk where you re from),and thank you for your help.
Edited by bambidbl, 11 April 2024 - 11:32 AM.
I'm in Melbourne Beach Florida, USA so Eastern Time Zone (with Daylight Saving Time) so I'm about 5 hours behind you.
I think Speedfan is picking up some bad info (it hasn't been updated in about 8 years) but the CPU and GPU temps look OK.
Latency Monitor shows Wdf01000.sys is very active. You might try
Way 1: Disable High Precision Event Timer
on
https://www.minitool...gh-latency.html
The High Precision Event Timer isn't used much any more so it shouldn't hurt anything but you can go back and reenable it if
it causes a problem. Please tell me if you notice something not working after the change.
Please rerun Latency Monitor again after making the change and let's see if the drivers page changes.
Process Explorer doesn't show any real problems though Interrupts are a bit high. (A sign of a poorly written driver)
WhoCrashed says you have a bad driver but it needs more info. In Windows, go to
Settings, System then on the right side of the screen click on Advanced System Settings.
That will take you to the old Control Panel =>System window. Near the bottom of the window find
Startup and Recovery
and click on its Settings.
This will bring up a new window. About 2/3 of the way down find
Write debugging information
Click on the box just below (Default says Kernel Memory Dump)
A menu will open up. Select
Complete Memory Dump
then OK. OK.
Then wait until it crashes again and rerun WhoCrashed. Hopefully it will tell us which driver is the problem.
You can try DriverMax and see if it has any updates for you. I don't usually trust these driver companies but this one has
solved a few problems for me in the past. It only lets you download two drivers per day and it will nag you to buy the product with annoying popups o I usually install it, get two of the drivers it recommends then uninstall it. Wait 24 hours before reinstalling and then get the next two.
https://www.drivermax.com/download.htm
Choose the free Download (orange)
download, Save and then go to the Download folder and right click on the file and Run As Administrator
When the installation completes let it run DriverMax.
Close the Browser that pops up.
Click on Scan For Driver Updates now.
It will show you a list of drivers and tell you which ones it has updates for. You can only install one at a time and each time it tries to sell you the product but at the bottom is a line that says No Thanks, Continue with Free which you need to click.
I would look for Nvidia, Realtek and any network drivers and try them first. Keep a list of which drivers you update so you can go into Device Manager and revert back to an older version if something does wrong. It also creates a System Restore point so you can backout the changes that way.
You don't need to update the C++ Redistributables.
Hello,i am also still on windows 10,able to update to windows 11.Is it a problem?
Edit:my computer is really laggy and i get some big freezes in games.
Here is the list of the drivers that DriverMax notified.
Nvidia High Definition Audio
Realtek Pcie Gbe Family controller
HID-compliant vendor-defined device
Microsoft Visual C++ Runtime2012 (x86)
Microsoft Visual C++ Runtime 2013 (x64)
Nvidia PhysX
Oracle Java
Hope you have a good day,waiting for an answer.
Edited by bambidbl, 12 April 2024 - 11:56 AM.
Here is the log from Who crashed:
It doesn't look like you configured your System for Complete memory dump since WhoCrashed is still complaining.
Ignore these two:
Microsoft Visual C++ Runtime2012 (x86)
Microsoft Visual C++ Runtime 2013 (x64)
Unless you have a real reason for having Java on your PC it should be uninstalled. If you absolutely need it get the latest version at java.com. Sometimes DriverMax will report you still have Java even if you have uninstalled it.
Nvidia PhysX is game related so might be a good candidate. There is an update on Nvidia's site:
https://www.nvidia.c...19-0218-driver/
so you don't have to use DriverMax.
Realtek Pcie Gbe Family controller is your network adapter (wired). You can get the latest version from Realtek:
https://www.realtek....xpress-software
Realtek has had a lot of problems with their drivers so you really want the latest.
Nvidia High Definition Audio seems to be part of your graphics card software. To get it from Nvidia you have to go to
https://www.nvidia.c...aspx?lang=en-us
(You may need to change the language)
and put in your card info then "If you just need to install NVIDIA High Definition Audio driver and not the whole driver package, choose Custom Install and uncheck the other optional driver packages."
so it might be easier to use DriverMax.
HID-compliant vendor-defined device
is Human Interface Device so could be mouse, keyboard, headset, joystick, steering wheel or other device that a user would use. No way to tell. Probably would not hurt to update it with DriverMax but you might want to go into Device Manager and see what version you have now.
Some things which help a system run faster:
Search for
You can also try WhySoSlow:
Hello,i a m sorry if i made a mistake but i follow your intru but i followed your instructions as much as i could,i sent you a screenshot of the tab you asked me to modify.
About those drivers,i updated the realtek one to the most recent from their websites but all my nvidia ones were the most recent i could get on the official site.
After following your instructions in the Event Viewer,i found an error and two warnings in the application one as well as four errors and one waring in the system one.
I put down the MTB.txt,as well as the results from why so wlow,just so you know the computert was downloading and was used during all those procceses.
i hope you have a good day.
Overall the whysoslow tool report didnt show any problem,just a bit of usage on the memory but the computer was used for other things during the process so nothing to worry about.
The reason the memory dump did not work is revealed in the error message:
Error: (04/13/2024 12:09:20 AM) (Source: volmgr) (EventID: 49) (User: )Description: Échec de la configuration du fichier d'échange pour l'image mémoire après incident.Vérifiez qu'un fichier d'échange est présent sur la partition de démarrageet qu'il est assez grand pour contenir toute la mémoire physique.
There are lots of ways to check the size of pagefile but to me the easiest is to just search for
cmd
then right click on Command Prompt and Run as Admin.
Type:
cd \
Hit Enter. Prompt will change to C:\
dir /a pagefile.sys
Hit Enter.
You will get something like this:
C:\Windows\system32>cd \C:\>dir /a pagefile.sysVolume in drive C has no label.Volume Serial Number is 761E-FFF9Directory of C:\04/10/2024 01:25 AM 16,642,998,272 pagefile.sys1 File(s) 16,642,998,272 bytes0 Dir(s) 346,330,259,456 bytes free
I have 16GB of RAM so I should probably have at least 24GB but Windows is controlling the size and doesn't think I need that much. Since your system is complaining I would make sure to have 1.5 times your RAM.
This page shows how to adjust it.
https://www.tomshard...s-10,36929.html
Also the above error happens at the same time that we get:
Error: (04/13/2024 12:09:32 AM) (Source: Service Control Manager) (EventID: 7023) (User: )Description: Le service GameInput Service s’est arrêté avec l’erreur :%%2147680517 = Le fichier composé %1 a été produit avec une version plus récente de la mémoire.
So it's possible that this causes or is related to the crash. What game were you playing when it crashed?
I was in a war thunder lobby(btw war thunder is real laggy idk why),i went to eat and when i came back it had restarted after a crash.
I put 1.5times my ram in the virtual memory and rebooted.Do i need to send you the sasme things i sent before if it crashes?
Yes. Both the WhoCrashed report and the Minitoolbox error report.
here is the whocrashed and minitoolbox.
This may point to your delays. "30000 millisecondes" is 30 seconds. That is a ridiculously long time for a process to take. (and it still didn't finish) Normally on a fast PC it should be only a few milliseconds.
Error: (04/13/2024 11:38:31 AM) (Source: Service Control Manager) (EventID: 7011) (User: )Description: Le dépassement de délai (30000 millisecondes) a été atteint lors de l’attente de la réponse transactionnelle du service GamingServices.Error: (04/13/2024 11:38:01 AM) (Source: Service Control Manager) (EventID: 7011) (User: )Description: Le dépassement de délai (30000 millisecondes) a été atteint lors de l’attente de la réponse transactionnelle du service GamingServices.Error: (04/13/2024 11:37:31 AM) (Source: Service Control Manager) (EventID: 7011) (User: )Description: Le dépassement de délai (30000 millisecondes) a été atteint lors de l’attente de la réponse transactionnelle du service GamingServices.Error: (04/13/2024 11:37:01 AM) (Source: Service Control Manager) (EventID: 7011) (User: )Description: Le dépassement de délai (30000 millisecondes) a été atteint lors de l’attente de la réponse transactionnelle du service GamingServices.
Try running the Gaming Services Repair Tool:
https://support.xbox...ces-repair-tool
Also see if CrystalDiskInfo will work for you. Let's make sure the hard drive is healthy.
here is the disk read from crystalmark.
Little update,i crashed again with a different code (KERNEL_DATA_INPAGE_ERROR)
I believe i understand that whocrashed and minitoolbox will give info about it som i m sending you new logs.
0 members, 1 guests, 0 anonymous users
Community Forum Software by IP.Board
Licensed to: Geeks to Go, Inc.