📎 AI Summary:
The WindowsForum thread features a user seeking help with a Blue Screen of Death (BSOD) issue, sharing dump files for analysis. A responder identifies the likely cause as related to the security software "IDSvia64.sys," associated with Norton antivirus, and recommends uninstalling Norton using its removal tool, followed by running the system file checker (sfc /scannow) to repair potential system file issues. The overall tone is collaborative, with instructions aimed at resolving the BSOD potentially caused by the antivirus software.

MJL

New Member
Member details
Joined
Oct 7, 2016
Messages
2
Thread Author #1
All,

I'm new to BSOD investigation, so I'm asking for some professional assistance here. I've attached the requisite captures in hope that someone can help.

MJ
 

Attachments

Solution
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck D1, {fffe, 2, 0, fffff880057577e0}

*** WARNING: Unable to verify timestamp for IDSvia64.sys
*** ERROR: Module load completed but symbols could not be loaded for IDSvia64.sys
*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols...

kemical

Essential Member
Member details
Joined
Aug 28, 2007
Messages
36,163
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck D1, {fffe, 2, 0, fffff880057577e0}

*** WARNING: Unable to verify timestamp for IDSvia64.sys
*** ERROR: Module load completed but symbols could not be loaded for IDSvia64.sys
*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
Probably caused by : IDSvia64.sys ( IDSvia64+967e0 )

Followup:     MachineOwner
Hi,
the probable cause relates to Norton AV and is well known for causing the odd issue here and there.

Use the tool below to remove Norton:
Uninstall and Reinstall Norton product using the Norton Remove and Reinstall tool

We normally ask users to remove Norton as a matter of course and use something like MSE which is extremely stable.
https://support.microsoft.com/en-gb/help/14210security-essentials-download

Once your at this point run the sfc scanner. Find command prompt, right click on it and run as admin. Type:
sfc /scannow
Press enter and await results.

Post any new dump files.
 

Solution