Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 3B, {c0000005, fffff961c3e82a1b, ffffd00023e9bc40, 0}
GetPointerFromAddress: unable to read from fffff8015a407270
Probably caused by : win32kfull.sys ( win32kfull!xxxCallHook2+62b )
Followup: MachineOwner
Hi,
this is by far the most frequent bugcheck out of those sent. It's usually relates back to corruption with drivers or system data. The system will try and execute a program and an exception will cause the bsod. This is sometimes linked to gpu drivers and you did have a dump file mentioning the Intel driver as a probable cause. The only other driver mentioned was a Atheros wireless driver.
As your probably aware laptop drivers are almost exclusively supplied the manufacturer and in the first instance one should always access your systems support page at ACER.
I did have a check through and some of your dates don't seem to match the versions available.
So first let's try and get your drivers updated properly. Use the page I've linked to (double check it's correct for your system) and go through each driver:
Link Removed
File scans
Right click on the Start menu icon and from the revealed list choose 'admin command prompt'. Type:
sfc /scannow
press enter and await results
In the same command prompt and after the above scan has finished type:
dism /online /cleanup-image /restorehealth
Press enter and await results (longer this time).
If the first scan found files it could not repair but the second scan is successful, run the first scan again using the same command prompt box and this time it should repair the files found.
See how your running after making the above changes.
Post any new dump files and if you have any questions please post back.