Hi JoshBoi,
Welcome to the 10forums.
Please remove / disable items from the startup in taskmanager
These programs could interfere with the boot process giving you trouble and increase the boot time.
The 0xD1 has a write error, meaning a driver tried to write data to the memory
Code:
DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: ffffe00100177808, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000001, value 0 = read operation, 1 = write operation
Arg4: fffff80127d3a294, address which referenced memory
The blamed driver is a Windows driver, which is network related.
This indicates a network related crash
Code:
SYMBOL_STACK_INDEX: 3
SYMBOL_NAME: tcpip!IppTimeout+5d4
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: tcpip
IMAGE_NAME: tcpip.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 55fa5310
IMAGE_VERSION: 10.0.10240.16515
BUCKET_ID_FUNC_OFFSET: 5d4
FAILURE_BUCKET_ID: AV_tcpip!IppTimeout
Another 0xD1 looks a little like the latest 0xD1, except that it is caused by the graphics part.
This crash is likely a hardware problem
Code:
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: hardware
DEBUG_FLR_IMAGE_TIMESTAMP: 0
IMAGE_VERSION: 10.0.10240.16515
MODULE_NAME: hardware
FAILURE_BUCKET_ID: IP_MISALIGNED_dxgmms2.sys
BUCKET_ID: IP_MISALIGNED_dxgmms2.sys
Another crash is a 0x1A which has its usual causes the memory and drivers, but Google Chrome is active at the moment.
Google Chrome is currently a known program for causing various crashes.
Code:
BUGCHECK_STR: 0x1a_61941
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
PROCESS_NAME: chrome.exe
CURRENT_IRQL: 0
ANALYSIS_VERSION: 6.3.9600.17336 (debuggers(dbg).150226-1500) amd64fre
LAST_CONTROL_TRANSFER: from fffff8023c787888 to fffff8023c769240
Another crash is a 0x3B which indicates a service exception, related to the graphics as it speaks
Code:
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: dxgkrnl!DXGADAPTER::ReleaseCoreResource+16
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: dxgkrnl
IMAGE_NAME: dxgkrnl.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 55fa5392
IMAGE_VERSION: 10.0.10240.16515
STACK_COMMAND: .cxr 0xffffd00024acf400 ; kb
I suggest to uninstall Google Chrome while troubleshooting, updating your Realtek network driver, clean installing the graphics drivers and running a stress test on the GPU.
Please uninstall everything of Nvidia using Display Driver Uninstaller and install new drivers from Nvidia
Run Furmark to test your GPU. Furmark tutorial
Note
Run Furmark for around 30 minutes
Warning
Your GPU temperatures will rise quickly while Furmark is running. Keep a keen eye on them and abort the test if temperatures rise too high