Random BSOD 0x00000116 dxgkrnl.sys

nzoomed

New member
Local time
12:01 PM
Messages
10
Im getting random BSOD messages when using this computer, after looking at bluescreenview, its had this happen a few times as far back as 2017, but ive never noticed them before.

I suspect its a graphics driver issue, or perhaps directX, this is a low profile intel atom D525 based system and uses an nvidia ION graphics chipset.
Make is an Acer Veirton N282G
Graphics driver version is dated 03/02/2015 version 9.18.13.4144 im going to try and download a later version if possible, but wont know if this has fixed it for a few hours as its intermittent.


Any help would be great thanks :)
 

My Computer My Computer

At a glance

Win7 Ultimate x64core2 quad8GBGTX 275
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom built
OS
Win7 Ultimate x64
CPU
core2 quad
Motherboard
ASUS P5Q Deluxe
Memory
8GB
Graphics Card(s)
GTX 275
Hard Drives
1TB
Antivirus
NOD32
Browser
Firefox
Is there any possibility your laptop is overheating? Are air vents blocked or fans dusty? 0x116 errors are usually related to graphics hardware or drivers so let's see if your driver update has any effect.
 

My Computer My Computer

At a glance

Windows 10 Pro 64bit
Computer type
PC/Desktop
OS
Windows 10 Pro 64bit
See posting instructions > DM log collector
 

My Computer My Computer

At a glance

windows 10 professional version 1607 build 14...Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (8 ...Memory: 32768MB RAMHybrid Graphics GPU:Integrated Nvidia Quadro ...
Computer type
Laptop
Computer Manufacturer/Model Number
HP
OS
windows 10 professional version 1607 build 14393.969 64 bit
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (8 CPUs), ~2.7GHz
Memory
Memory: 32768MB RAM
Graphics Card(s)
Hybrid Graphics GPU:Integrated Nvidia Quadro Intel(R) HD Gra
Antivirus
windows defender
Browser
firefox, edge, chrome, IE
Is there any possibility your laptop is overheating? Are air vents blocked or fans dusty? 0x116 errors are usually related to graphics hardware or drivers so let's see if your driver update has any effect.

Will know hopefully soon if the driver update fixed it from NVIDIA.
It did cross my mind about overheating, but i cleaned out the dust of it fairly recently, as there was a bit in the fan. It is in a cubpoard, but I often leave the door open when using it. Its not actually a laptop, but a slimline desktop machine.
See posting instructions > DM log collector
I thought thats what i had done.
 

My Computer My Computer

At a glance

Win7 Ultimate x64core2 quad8GBGTX 275
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom built
OS
Win7 Ultimate x64
CPU
core2 quad
Motherboard
ASUS P5Q Deluxe
Memory
8GB
Graphics Card(s)
GTX 275
Hard Drives
1TB
Antivirus
NOD32
Browser
Firefox
When the DM log collector is run it should collect multiple computer files for the troubleshooting:
msinfo32, dxdiag, drivers, hosts, install, uninstall, event viewer log files, mini dumps, startup, etc.
The posted zip only had mini dumps and did not have the files used in the troubleshooting.
 

My Computer My Computer

At a glance

windows 10 professional version 1607 build 14...Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (8 ...Memory: 32768MB RAMHybrid Graphics GPU:Integrated Nvidia Quadro ...
Computer type
Laptop
Computer Manufacturer/Model Number
HP
OS
windows 10 professional version 1607 build 14393.969 64 bit
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (8 CPUs), ~2.7GHz
Memory
Memory: 32768MB RAM
Graphics Card(s)
Hybrid Graphics GPU:Integrated Nvidia Quadro Intel(R) HD Gra
Antivirus
windows defender
Browser
firefox, edge, chrome, IE
When the DM log collector is run it should collect multiple computer files for the troubleshooting:
msinfo32, dxdiag, drivers, hosts, install, uninstall, event viewer log files, mini dumps, startup, etc.
The posted zip only had mini dumps and did not have the files used in the troubleshooting.
OK, thats weird, as its the only file it left behind and I do agree it was rather small in size.
 

My Computer My Computer

At a glance

Win7 Ultimate x64core2 quad8GBGTX 275
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom built
OS
Win7 Ultimate x64
CPU
core2 quad
Motherboard
ASUS P5Q Deluxe
Memory
8GB
Graphics Card(s)
GTX 275
Hard Drives
1TB
Antivirus
NOD32
Browser
Firefox

My Computer My Computer

At a glance

windows 10 professional version 1607 build 14...Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (8 ...Memory: 32768MB RAMHybrid Graphics GPU:Integrated Nvidia Quadro ...
Computer type
Laptop
Computer Manufacturer/Model Number
HP
OS
windows 10 professional version 1607 build 14393.969 64 bit
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (8 CPUs), ~2.7GHz
Memory
Memory: 32768MB RAM
Graphics Card(s)
Hybrid Graphics GPU:Integrated Nvidia Quadro Intel(R) HD Gra
Antivirus
windows defender
Browser
firefox, edge, chrome, IE

My Computer My Computer

At a glance

Win7 Ultimate x64core2 quad8GBGTX 275
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom built
OS
Win7 Ultimate x64
CPU
core2 quad
Motherboard
ASUS P5Q Deluxe
Memory
8GB
Graphics Card(s)
GTX 275
Hard Drives
1TB
Antivirus
NOD32
Browser
Firefox
Open administrative command prompt and copy and paste:

Code:
md "%USERPROFILE%\Desktop\CollectedFiles"&wmic /output:"%USERPROFILE%\Desktop\CollectedFiles\hotfix.txt" qfe list full /format:table&copy %SystemRoot%\minidump\*.dmp "%USERPROFILE%\Desktop\CollectedFiles"&type %SystemRoot%\System32\drivers\etc\hosts >> "%USERPROFILE%\Desktop\CollectedFiles\hosts.txt"&systeminfo > "%USERPROFILE%\Desktop\CollectedFiles\systeminfo.tmp"&findstr /v "Owner." "%USERPROFILE%\Desktop\CollectedFiles\systeminfo.tmp" > "%USERPROFILE%\Desktop\CollectedFiles\systeminfo.txt"&del "%USERPROFILE%\Desktop\CollectedFiles\systeminfo.tmp"&driverquery /v > "%USERPROFILE%\Desktop\CollectedFiles\drivers.txt"&msinfo32 /nfo "%USERPROFILE%\Desktop\CollectedFiles\msinfo32.nfo"&wevtutil qe System /f:text > "%USERPROFILE%\Desktop\CollectedFiles\eventlog.txt"&reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall "%USERPROFILE%\Desktop\CollectedFiles\uninstall.txt"&reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components" "%USERPROFILE%\Desktop\CollectedFiles\installed.txt"&net start > "%USERPROFILE%\Desktop\CollectedFiles\services.txt"&sc query type= driver state= all > "%USERPROFILE%\Desktop\CollectedFiles\driver_status.txt"&sc query type= service state= inactive > "%USERPROFILE%\Desktop\CollectedFiles\inactive_services_status.txt"&sc query type= service state= all > "%USERPROFILE%\Desktop\CollectedFiles\all_services_status.txt"&REM wmic service list full /format:htable >%USERPROFILE%\Desktop\CollectedFiles\service.html&REM wmic /output:%USERPROFILE%\Desktop\CollectedFiles\nics.html nicconfig list /format:hform

Use z7ip > post into the thread
 

My Computer My Computer

At a glance

windows 10 professional version 1607 build 14...Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (8 ...Memory: 32768MB RAMHybrid Graphics GPU:Integrated Nvidia Quadro ...
Computer type
Laptop
Computer Manufacturer/Model Number
HP
OS
windows 10 professional version 1607 build 14393.969 64 bit
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (8 CPUs), ~2.7GHz
Memory
Memory: 32768MB RAM
Graphics Card(s)
Hybrid Graphics GPU:Integrated Nvidia Quadro Intel(R) HD Gra
Antivirus
windows defender
Browser
firefox, edge, chrome, IE
Sorry for the wait,
Ive attached everything i collected after running the command in command prompt.
 

My Computer My Computer

At a glance

Win7 Ultimate x64core2 quad8GBGTX 275
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom built
OS
Win7 Ultimate x64
CPU
core2 quad
Motherboard
ASUS P5Q Deluxe
Memory
8GB
Graphics Card(s)
GTX 275
Hard Drives
1TB
Antivirus
NOD32
Browser
Firefox
Back
Top