Your minidump file just indicates generic Windows system errors, nothing specific as the cause of that crash.
If this is an on-going problem, do you have any more minidump files available that you can upload for analysis.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I just recently formatted my PC and get these errors. Whats the issue? Its not that often but very annoying. Someone said that it happens because I have formatted my PC through web but not an USB stick.
here's the dump file: https://drive.google.com/file/d/1JAu-lnJDPRmko_wS0vxg5MwfHy25xh2u/view
Your minidump file just indicates generic Windows system errors, nothing specific as the cause of that crash.
If this is an on-going problem, do you have any more minidump files available that you can upload for analysis.
The 0x0000003B (SYSTEM_SERVICE_EXCEPTION) bugcheck on Windows is commonly associated with graphics or kernel-mode driver issues. On Windows 7/Server 2008 R2, Microsoft documented a specific 0x3B pattern caused by the Direct3D 9 (D3D9) runtime and the graphics kernel (dxgkrnl.sys) not validating parameters correctly. This led to invalid rectangle coordinates being passed and a divide-by-zero exception in kernel mode.
In that documented case, the crash occurred when running certain GPU-using applications (for example, Cyberlink YouCam) and was fixed by an update to the graphics stack.
For a modern Windows 11 system with random 0x3B crashes after a reinstall, the most relevant, supported actions based on this pattern are:
The fact that Windows was installed via web reset vs. USB is not, by itself, a known cause of 0x3B; the pattern in the documented case and similar reports points instead to graphics/runtime or driver conflicts.
References: