No dumps nor minidumps.
New nvidia driver available.
New nvidia driver available.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hmm, odd. I'll send another if I send another if I got another BSOD.No dumps nor minidumps.
New nvidia driver available.
There was no thread activity after 11/2 until today 11/28.
Recent BSOD were seen (11/22) that did not create dump files.
When available post Memtest86 results from post #4 step #16.
2 tests: 4 passes each = 8 passes
Images with text reports
If there are no errors then read this link on Windows Driver Verifier (WDV):
Driver Verifier - BSOD related - Windows 10, 8.1, 8, 7 + Vista | Sysnative Forums
Log Name: System
Source: VBoxNetLwf
Event ID: 12
Description:
The driver detected an internal driver error on \Device\VBoxNetLwf.
bcdedit /export c:\DEFAULT-BCDedit-SystemStoreContent
powershell -executionpolicy unrestricted "%userprofile%\desktop\EnableVerifier.ps1"
Verifier Flags: 0x0002892b
Standard Flags:
[X] 0x00000001 Special pool.
[X] 0x00000002 Force IRQL checking.
[X] 0x00000008 Pool tracking.
[ ] 0x00000010 I/O verification.
[X] 0x00000020 Deadlock detection.
[ ] 0x00000080 DMA checking.
[X] 0x00000100 Security checks.
[X] 0x00000800 Miscellaneous checks.
[X] 0x00020000 DDI compliance checking.
Additional Flags:
[ ] 0x00000004 Randomized low resources simulation.
[ ] 0x00000200 Force pending I/O requests.
[ ] 0x00000400 IRP logging.
[ ] 0x00002000 Invariant MDL checking for stack.
[ ] 0x00004000 Invariant MDL checking for driver.
[X] 0x00008000 Power framework delay fuzzing.
[ ] 0x00010000 Port/miniport interface checking.
[ ] 0x00040000 Systematic low resources simulation.
[ ] 0x00080000 DDI compliance checking (additional).
[ ] 0x00200000 NDIS/WIFI verification.
[ ] 0x00800000 Kernel synchronization delay fuzzing.
[ ] 0x01000000 VM switch verification.
[ ] 0x02000000 Code integrity checks.
[X] Indicates flag is enabled.
Boot Mode:
ResetOnUnusualShutdown
Rules:
All rules are using default settings
Extensions:
wdm: rules.default
Verified Drivers:
More data is available.
The system reboot is required for the changes to take effect.
verifier /querysettings
verifier /reset
md "%userprofile%\desktop\minidump" && copy c:\windows\minidump "%userprofile%\desktop\minidump"
bcdedit /import "c:\DEFAULT-BCDedit-SystemStoreContent"
I sent the wrong file, sorry.No dumps nor minidumps.
Logs seem the same you sent previous time (28-29 Nov 2020).
To get the new logs (with the minidumps in it, if present), re-use the bsodcollectionapp: SysnativeBSODCollectionApp
I have deleted the .VirtualBox folder, thanks for thatIt seems you can solve it deleting .Virtualbox folder from your profile folder: VirtualBox will not start
Here's the link, MEMORY.zipIt seems a memory.dmp is present in c:\windows (seeing your logs).
If yes, you could zip and upload it to a file sharing service, then send the link here.
I don't think I'm willing to carry out the driver verifier, at least not at the moment. Apologies.You could impose the creation of another minidump with ms windows driver verifier, if you prefer to investigate the cause of your BSODs.
Please read CAREFULLY the following instructions:
If you won't get BSODs at all, we'll wait the next BSOD in next days/weeks.
- Create a restore point
- Create a system image.
You can follow this tutorial, if you shouldn't know how to do: Using Macrium Free to Backup or Image your drives- Backup your important files (the files you don't want to lose)
- Read the guide about Driver Verifier - BSOD related - Windows 10, 8.1, 8, 7 & Vista (click).
- Read some other tutorials/guides and WARNINGS on internet.
- Unzip on your desktop the file I attached Verifier.zip and then:
- Open an elevated command prompt (right-click on windows start button, click command prompt (admin)
- Type (copy/paste) in it:
Code:bcdedit /export c:\DEFAULT-BCDedit-SystemStoreContent powershell -executionpolicy unrestricted "%userprofile%\desktop\EnableVerifier.ps1"
- Press enter
- The previous commands will modify your bcdedit settings, will set the necessary driver verifier settings, will reboot your PC in three minutes (but you can reboot it before).
It will (more precisely):Read More:
- export/save your current bcdedit system store content in c:\DEFAULT-BCDedit-SystemStoreContent
- show the current bcdedit content in "BCDoriginal.txt" (in the folder Created-by-verifier-script on your desktop)
- change the bcdedit {bootmgr} displaybootmenu setting from No to Yes
- change the bcdedit {bootmgr} timeout setting to 30 seconds
- change the bcdedit bootmenupolicy setting from standard to legacy
- show the modified bcdedit content in "BCDmodified.txt" (in the folder Created-by-verifier-script on your desktop)
- find non-microsoft drivers and set the necessary driver verifier settings
- restart your PC after three minutes (you can abort this with "shutdown -a" in an elevated command prompt)
- the boot menu should appear at every restart and it should allow you to select windows advanced boot options (SAFE MODE included).
I've added the parameter /bootmode ResetOnUnusualShutdown.
This should reset driver verifier settings, if they should cause a BSOD.
You will see something like:Read More:Code:Verifier Flags: 0x0002892b Standard Flags: [X] 0x00000001 Special pool. [X] 0x00000002 Force IRQL checking. [X] 0x00000008 Pool tracking. [ ] 0x00000010 I/O verification. [X] 0x00000020 Deadlock detection. [ ] 0x00000080 DMA checking. [X] 0x00000100 Security checks. [X] 0x00000800 Miscellaneous checks. [X] 0x00020000 DDI compliance checking. Additional Flags: [ ] 0x00000004 Randomized low resources simulation. [ ] 0x00000200 Force pending I/O requests. [ ] 0x00000400 IRP logging. [ ] 0x00002000 Invariant MDL checking for stack. [ ] 0x00004000 Invariant MDL checking for driver. [X] 0x00008000 Power framework delay fuzzing. [ ] 0x00010000 Port/miniport interface checking. [ ] 0x00040000 Systematic low resources simulation. [ ] 0x00080000 DDI compliance checking (additional). [ ] 0x00200000 NDIS/WIFI verification. [ ] 0x00800000 Kernel synchronization delay fuzzing. [ ] 0x01000000 VM switch verification. [ ] 0x02000000 Code integrity checks. [X] Indicates flag is enabled. Boot Mode: ResetOnUnusualShutdown Rules: All rules are using default settings Extensions: wdm: rules.default Verified Drivers: More data is available. The system reboot is required for the changes to take effect.
- After the reboot, open a command prompt and check if verifier settings are enabled with this command
Press enter.Code:verifier /querysettings
If they are enabled, let verifier run from 24 to 72 hours.
If they are not enabled, inform me.
If you'll get a very fast BSOD after you logged into windows, or after some dozens of minutes, the option ResetOnUnusualShutdown (rous) should reset driver verifier settings (and should allow you to boot your machine in a normal state).
But if this won't happen, you'll need to go to safe mode to reset verifier settings.
Once safe mode is available, from an elevated command prompt you'll type:Press enter.Code:verifier /reset
Sometimes it is necessary to use a system restore point (or a system image).- If you get a verifier BSOD in next 24-72 hours, post here the new verifier dump; from an elevated command prompt, launch this command:
Code:md "%userprofile%\desktop\minidump" && copy c:\windows\minidump "%userprofile%\desktop\minidump"
When we have finished and hopefully solved the BSOD, to restore the previous bcdedit settings you'll type (copy/paste) in an elevated command prompt:Press enter.Code:bcdedit /import "c:\DEFAULT-BCDedit-SystemStoreContent"
Here's the results.There was no thread activity after 11/2 until today 11/28.
Recent BSOD were seen (11/22) that did not create dump files.
When available post Memtest86 results from post #4 step #16.
2 tests: 4 passes each = 8 passes
Images with text reports
If there are no errors then read this link on Windows Driver Verifier (WDV):
Driver Verifier - BSOD related - Windows 10, 8.1, 8, 7 + Vista | Sysnative Forums
Of the 5 unknown USB,For the unknown USB device use the hardware ID:
How to Find Drivers for Unknown Devices in the Device Manager
How to easily find drivers for Unknown Devices in Windows
Mini Kernel Dump File: Only registers and stack trace are available
Debug session time: Mon Dec 7 22:35:58.882 2020 (UTC + 1:00)
System Uptime: 15 days 6:06:33.071
BugCheck 1E, {ffffffffc0000005, fffff800080a86ad, ffffc3849cb94928, ffffc3849cb94160}
*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
Probably caused by : FLTMGR.SYS ( FLTMGR!TreeUnlinkMulti+7d )
KMODE_EXCEPTION_NOT_HANDLED (1e)
This is a very common bugcheck. Usually the exception address pinpoints the driver/function that caused the problem. Always note this address as well as the link date of the driver/image that contains this address. Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff800080a86ad, The address that the exception occurred at
Arg3: ffffc3849cb94928, Parameter 0 of the exception
Arg4: ffffc3849cb94160, Parameter 1 of the exception
BUGCHECK_CODE: 1e
BUGCHECK_P1: ffffffffc0000005
BUGCHECK_P2: fffff800080a86ad
BUGCHECK_P3: ffffc3849cb94928
BUGCHECK_P4: ffffc3849cb94160
WRITE_ADDRESS: fffff8000b0fb390: Unable to get MiVisibleState
Unable to get NonPagedPoolStart
Unable to get NonPagedPoolEnd
Unable to get PagedPoolStart
Unable to get PagedPoolEnd
fffff8000b00f340: Unable to get Flags value from nt!KdVersionBlock
fffff8000b00f340: Unable to get Flags value from nt!KdVersionBlock
unable to get nt!MmSpecialPagesInUse
ffffc3849cb94160
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.
FAULTING_IP:
FLTMGR!TreeUnlinkMulti+7d
fffff800`080a86ad 488b5718 mov rdx,qword ptr [rdi+18h]
EXCEPTION_PARAMETER1: ffffc3849cb94928
EXCEPTION_PARAMETER2: ffffc3849cb94160
BUGCHECK_STR: 0x1E_c0000005
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
PROCESS_NAME: System
EXCEPTION_RECORD: 0000000000001000 -- (.exr 0x1000)
Cannot read Exception record @ 0000000000001000
TRAP_FRAME: ffff800000000000 -- (.trap 0xffff800000000000)
Unable to read trap frame at ffff8000`00000000
LAST_CONTROL_TRANSFER: from fffff8000a90e6bf to fffff8000a7f45a0
STACK_TEXT:
ffffc384`9cb938e8 fffff800`0a90e6bf : 00000000`0000001e ffffffff`c0000005 fffff800`080a86ad ffffc384`9cb94928 : nt!KeBugCheckEx
ffffc384`9cb938f0 fffff800`0a80d066 : ffffc384`9cb94160 fffff800`0a68db25 ffffc384`9cb94b60 fffff800`080a86ad : nt!KiFatalFilter+0x1f
ffffc384`9cb93930 fffff800`0a7cb262 : fffff800`00000002 fffff800`0a4c9aa4 ffffc384`9cb90000 ffffc384`9cb96000 : nt!KeExpandKernelStackAndCalloutInternal$filt$0+0x16
ffffc384`9cb93970 fffff800`0a7fd462 : fffff800`0a4c9aa4 ffffc384`9cb93f50 fffff800`0a7cb1c0 00000000`00000000 : nt!_C_specific_handler+0xa2
ffffc384`9cb939e0 fffff800`0a652d97 : ffffc384`9cb93f50 00000000`00000000 ffffc384`9cb95340 fffff800`0a60d468 : nt!RtlpExecuteHandlerForException+0x12
ffffc384`9cb93a10 fffff800`0a6519a6 : ffffc384`9cb94928 ffffc384`9cb94660 ffffc384`9cb94928 00000000`00004000 : nt!RtlDispatchException+0x297
ffffc384`9cb94130 fffff800`0a8066ac : 00000000`00001000 ffffc384`9cb949d0 ffff8000`00000000 00000000`00000000 : nt!KiDispatchException+0x186
ffffc384`9cb947f0 fffff800`0a802843 : 00000000`00000000 00000000`00000706 ffffd706`5913f660 ffffc488`f87b0978 : nt!KiExceptionDispatch+0x12c
ffffc384`9cb949d0 fffff800`080a86ad : ffffc489`39264770 fffff800`0a6db31e ffffc489`392640c0 ffffc489`671ac228 : nt!KiPageFault+0x443
ffffc384`9cb94b60 fffff800`080dc2bb : ffffc489`671ac238 00000000`00000001 ffffd706`00000000 ffffffff`ffffffff : FLTMGR!TreeUnlinkMulti+0x7d
ffffc384`9cb94bb0 fffff800`080dc834 : ffffc489`671ac228 00000000`00000705 ffffffff`ffffffff ffffc488`ec269588 : FLTMGR!FltpDeleteContextList+0x4b
ffffc384`9cb94be0 fffff800`080dcd8a : ffffc489`671ac1e0 ffffc489`671ac1e8 ffffc489`671ac1e0 ffffc489`671ac1e0 : FLTMGR!CleanupStreamListCtrl+0x5c
ffffc384`9cb94c20 fffff800`0a9cfb09 : ffffd706`5913f7f8 ffffc489`671ac1e8 00000000`00000000 ffffc488`f87b0978 : FLTMGR!DeleteStreamListCtrlCallback+0xba
ffffc384`9cb94c60 fffff800`0e50c17b : ffffd706`5913f7c0 ffffc384`9cb94da8 ffffc488`f87b0978 00000000`00000705 : nt!FsRtlTeardownPerStreamContexts+0xc9
ffffc384`9cb94ca0 fffff800`0e50bf06 : ffffd706`5913f7c0 ffffd706`2f17e200 ffffd706`000002c5 fffff800`0e41db42 : Ntfs!NtfsDeleteScb+0x17b
ffffc384`9cb94d40 fffff800`0e417b95 : 00000000`00000000 ffffd706`5913f7c0 ffffd706`59140528 00000000`00000000 : Ntfs!NtfsRemoveScb+0x66
ffffc384`9cb94da0 fffff800`0e50bc9c : ffffc488`f87b0978 00000000`00000000 ffffd706`5913f660 00000000`00000000 : Ntfs!NtfsPrepareFcbForRemoval+0x75
ffffc384`9cb94de0 fffff800`0e41bd40 : ffffc488`f87b0978 ffffc384`9cb94ee2 00000000`00000000 ffffd706`5913f660 : Ntfs!NtfsTeardownStructures+0x9c
ffffc384`9cb94e60 fffff800`0e53b547 : ffffc384`9cb95000 ffffd706`00000001 00000000`00000000 ffffd706`5913f600 : Ntfs!NtfsDecrementCloseCounts+0xb0
ffffc384`9cb94ea0 fffff800`0e538061 : ffffc488`f87b0978 ffffd706`5913f7c0 ffffd706`5913f660 ffffc488`ec2b8180 : Ntfs!NtfsCommonClose+0x467
ffffc384`9cb94f80 fffff800`0e55f544 : ffffc384`9cb953f0 fffff800`0a6cd805 ffffc488`f43b3800 fffff800`0aac58eb : Ntfs!NtfsFspCloseInternal+0x241
ffffc384`9cb950e0 fffff800`0e4f6d1c : 00000000`00000000 00000000`00000000 ffffc488`ec2b8180 ffffd706`226bc5a0 : Ntfs!NtfsFlushVolume+0x10c
ffffc384`9cb951f0 fffff800`0e4f5ef9 : ffffc488`f010ba28 ffffc489`52fbe010 ffffc488`f010ba01 ffffc384`9cb95420 : Ntfs!NtfsCommonFlushBuffers+0x8d0
ffffc384`9cb95310 fffff800`0a60d468 : ffffc384`9cb95420 ffffc488`f010ba28 ffffc488`00000000 ffffc489`52fbe010 : Ntfs!NtfsCommonFlushBuffersCallout+0x19
ffffc384`9cb95340 fffff800`0a60d3dd : fffff800`0e4f5ee0 ffffc384`9cb95420 00000000`00000000 fffff800`00000000 : nt!KeExpandKernelStackAndCalloutInternal+0x78
ffffc384`9cb953b0 fffff800`0e550f9b : 00000000`00000000 00000000`00000310 ffffc384`9cb96000 00000000`00000030 : nt!KeExpandKernelStackAndCalloutEx+0x1d
ffffc384`9cb953f0 fffff800`0e550ec5 : 00000000`00000000 ffffc488`e86dcbc0 ffffc384`9cb95488 00000000`00000000 : Ntfs!NtfsCommonFlushBuffersOnNewStack+0x67
ffffc384`9cb95460 fffff800`0a6cd805 : ffffc488`f1082050 ffffc489`52fbe010 ffffc488`f010ba28 ffffc384`9cb95488 : Ntfs!NtfsFsdFlushBuffers+0xe5
ffffc384`9cb954d0 fffff800`080a6ccf : ffffc384`9cb95548 ffffc384`9cb955f0 ffffc384`9cb95530 00000000`00000000 : nt!IofCallDriver+0x55
ffffc384`9cb95510 fffff800`080a48d3 : ffffc384`9cb955a0 00000000`00000000 00000000`00000000 ffffc488`e8689d40 : FLTMGR!FltpLegacyProcessingAfterPreCallbacksCompleted+0x28f
ffffc384`9cb95580 fffff800`0a6cd805 : ffffc489`52fbe010 ffffc488`e5ea1000 ffffc384`9cb95810 ffff9a80`f191e000 : FLTMGR!FltpDispatch+0xa3
ffffc384`9cb955e0 fffff800`0aac2528 : ffffc384`9cb95810 ffffc489`52fbe010 00000000`00000001 fffff800`00000000 : nt!IofCallDriver+0x55
ffffc384`9cb95620 fffff800`0aa703d9 : ffffc488`00000000 ffffc384`9cb95810 00000000`00000000 ffffc384`9cb95810 : nt!IopSynchronousServiceTail+0x1a8
ffffc384`9cb956c0 fffff800`0aa701c6 : ffffc489`392640c0 00000000`00000000 ffffc488`ec1a2700 00000000`00000000 : nt!NtFlushBuffersFileEx+0x1f9
ffffc384`9cb95750 fffff800`0a805fb8 : fffff800`0a400000 fffff800`0a69ccce ffffc384`9cb959e0 00000000`00000000 : nt!NtFlushBuffersFile+0x16
ffffc384`9cb95790 fffff800`0a7f8400 : fffff800`0ad9378a ffffc384`9cb25380 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x28
ffffc384`9cb95928 fffff800`0ad9378a : ffffc384`9cb25380 00000000`00000000 00000000`00000000 ffffc489`70a556e0 : nt!KiServiceLinkage
ffffc384`9cb95930 fffff800`0a6a2ae5 : ffffc489`392640c0 ffffc489`392640c0 fffff800`0ad93600 00000000`00000001 : nt!PopFlushVolumeWorker+0x18a
ffffc384`9cb95c10 fffff800`0a7fbbf8 : ffff9a80`f1910180 ffffc489`392640c0 fffff800`0a6a2a90 00000000`00000246 : nt!PspSystemThreadStartup+0x55
ffffc384`9cb95c60 00000000`00000000 : ffffc384`9cb96000 ffffc384`9cb90000 00000000`00000000 00000000`00000000 : nt!KiStartSystemThread+0x28
FOLLOWUP_IP:
FLTMGR!TreeUnlinkMulti+7d
fffff800`080a86ad 488b5718 mov rdx,qword ptr [rdi+18h]
FAULT_INSTR_CODE: 18578b48
SYMBOL_NAME: FLTMGR!TreeUnlinkMulti+7d
MODULE_NAME: FLTMGR
IMAGE_NAME: FLTMGR.SYS
IMAGE_VERSION: 10.0.19041.264
BUCKET_ID_FUNC_OFFSET: 7d
FAILURE_BUCKET_ID: 0x1E_c0000005_FLTMGR!TreeUnlinkMulti
BUCKET_ID: 0x1E_c0000005_FLTMGR!TreeUnlinkMulti
PRIMARY_PROBLEM_CLASS: 0x1E_c0000005_FLTMGR!TreeUnlinkMulti
TARGET_TIME: 2020-12-07T21:35:58.000Z
OSBUILD: 19041
OSSERVICEPACK: 572
BUILDDATESTAMP_STR: 191206-1406
BUILDOSVER_STR: 10.0.19041.1.amd64fre.vb_release.191206-1406
ANALYSIS_SESSION_ELAPSED_TIME: 5719
FAILURE_ID_HASH_STRING: km:0x1e_c0000005_fltmgr!treeunlinkmulti
FAILURE_ID_HASH: {2d2f5071-205c-c309-f636-868f2dc8a4be}
Event[59]:
Log Name: Application
Source: Microsoft-Windows-Winsrv
Date: 2020-12-08T05:35:09.3630000Z
Event ID: 10001
Level: Information
User: S-1-5-18
User Name: NT AUTHORITY\SYSTEM
Computer: DESKTOP-PQJP3E8
Description:
The following application attempted to veto the shutdown: upc.exe.
DevNode 0xffffc489304e1cc0 for PDO 0xffffc488f1c86310
InstancePath is "USB\VID_0000&PID_0002\6&3af0f9ce&0&8"
State = DeviceNodeRemoved (0x312)
Previous State = DeviceNodeRemovePendingCloses (0x311)
Problem = CM_PROB_FAILED_POST_START
Problem Status = 0x00000000
Oh yeah, due to having multiple windows and tabs open, I usually terminate my browsers through the task manager if I ever need to reboot or free up ram.Honestly, I didn't find anything useful in the dump:It looks like you got errors from chrome and opera, got bored and rebooted.Read More:
Uplay was intercepted by the event log:There's an error in a USB device, maybe the one you showed at 24th post:Read More:Rich (BB code):Event[59]: Log Name: Application Source: Microsoft-Windows-Winsrv Date: 2020-12-08T05:35:09.3630000Z Event ID: 10001 Level: Information User: S-1-5-18 User Name: NT AUTHORITY\SYSTEM Computer: DESKTOP-PQJP3E8 Description: The following application attempted to veto the shutdown: upc.exe.
Read More:Rich (BB code):DevNode 0xffffc489304e1cc0 for PDO 0xffffc488f1c86310 InstancePath is "USB\VID_0000&PID_0002\6&3af0f9ce&0&8" State = DeviceNodeRemoved (0x312) Previous State = DeviceNodeRemovePendingCloses (0x311) Problem = CM_PROB_FAILED_POST_START Problem Status = 0x00000000
I guess I am a little puzzled here. Poster is using a brand new motherboard with some old and new hardware, getting memory error messages and you have been asked to do Memtest86 quite a few times and post logs and that appears to be the only thing you haven't done yet it is the single most important thing you were asked. Specific messages aside 90% of all error messages are caused by bad or mismatched memory and your memory is a brand new category of memory being Ddr4, low end memory at that used on Ryzen 3rd Gen hardware that in my experience requires daily tweaking to begin with.
(I must explain as I am sitting on a Ryzen 3600 Gen 3 cpu with an AS Rock B550M Pro4 board which is my second motherboard after a Gigabyte Aorus board failure being driven crazy by freezes and "failures to execute" as I wait for endlessly slow shipping of an Intel i7 9700K cpu so I can throw this junk in the trash where I believe it belongs. I have never had so many issues with a cpu and boards in my life and I don't think any of this is "ready for prime time".)
Has Sysnative Forums helped you? Please consider donating to help us support the site!