ubuysa
The BSOD Doctor
The two kernel dumps are both for the manually induced crash and are thus of no use in debugging your original freezing issue.
The system logs are very sparse too. All I can see is a problem starting SysMain (what used to be SuperFetch) but that's not causing your problems. There are a couple of NetBIOS devices that couldn't start because of name conflicts (are you sharing printers or drivers at all?) these might possibly be related to your freezing problem.
There are also 'dump file creation failed' errors from volmgr, and this is possibly why you're not getting kernel dumps. The causes for this are varied, check first that the volume (HarddiskVolume4) is not too full, then open an elevated command prompt or PowerShell session and enter the command dism /online /cleanup-image /scanhealth. If that reports no corruptions then that's good. If it reports corruptions found but which are repairable then enter the command dism /online /cleanup-image /restorehealth. If that command reports errors found then a reinstall of Windows is needed. If the dism command runs clean or if the restorehealth runs clean then enter the command sfc /scannow. If that reports no errors found then that's good. If it reports errors found and repaired then just reboot. If it reports errors found and not corrected then a reinstall of Windows is needed. In addition, if you're running any tune-up tools ensure they are not deleting the dump file or preventing its creation (these kinds of tools are best avoided in any case).
The application logs are pretty sparse too. There are a bunch of failures to start the EapHost service - this is the Extensible Authentication Protocol which provides network authentication services mainly used for VPNs. I can also see RAS (Remote Access Services) failures for the PureVPN service, so all these failures are related to a VPN via the PureVPN product.
There are also two application errors, one for Firefox in a Mozilla module - so that can be put down to Firefox. The other is a failure of Aac3572MbHal_x86.exe, which is a component of Asus Aura.
Not very conclusive I'm afraid. I would investigate my suggestions for the 'dump file creation failed' errors, you want it creating dumps after all. I would also investigate the NetBIOS issues too.
The system logs are very sparse too. All I can see is a problem starting SysMain (what used to be SuperFetch) but that's not causing your problems. There are a couple of NetBIOS devices that couldn't start because of name conflicts (are you sharing printers or drivers at all?) these might possibly be related to your freezing problem.
There are also 'dump file creation failed' errors from volmgr, and this is possibly why you're not getting kernel dumps. The causes for this are varied, check first that the volume (HarddiskVolume4) is not too full, then open an elevated command prompt or PowerShell session and enter the command dism /online /cleanup-image /scanhealth. If that reports no corruptions then that's good. If it reports corruptions found but which are repairable then enter the command dism /online /cleanup-image /restorehealth. If that command reports errors found then a reinstall of Windows is needed. If the dism command runs clean or if the restorehealth runs clean then enter the command sfc /scannow. If that reports no errors found then that's good. If it reports errors found and repaired then just reboot. If it reports errors found and not corrected then a reinstall of Windows is needed. In addition, if you're running any tune-up tools ensure they are not deleting the dump file or preventing its creation (these kinds of tools are best avoided in any case).
The application logs are pretty sparse too. There are a bunch of failures to start the EapHost service - this is the Extensible Authentication Protocol which provides network authentication services mainly used for VPNs. I can also see RAS (Remote Access Services) failures for the PureVPN service, so all these failures are related to a VPN via the PureVPN product.
There are also two application errors, one for Firefox in a Mozilla module - so that can be put down to Firefox. The other is a failure of Aac3572MbHal_x86.exe, which is a component of Asus Aura.
Not very conclusive I'm afraid. I would investigate my suggestions for the 'dump file creation failed' errors, you want it creating dumps after all. I would also investigate the NetBIOS issues too.