Norton File Insight = BSOD

Note: Please do not post Personally Identifiable Information like email address, personal phone number, physical home address, product key etc.

Issue abstract:

Detailed description: Couple months ago I downloaded some game demos via Steam Client. As I hit play Norton does a file checker making sure it is safe (File Insight) just as Norton was scanning it, bam Windows 10 Blue Screen of Death; PC rebooted. I re ran the game; same thing happened. I actually reached out to the game developers cause it was during the time Unity Games had a vulnerability and unless they patched it bad thing would happen. Never got a response.

Fast forward to today. New PC game came out on Steam. Downloaded it; hit Play Norton File Insight was scanning the .exe for issues and bam Windows BSOD again. Once PC came up I tried running a quick scan which didnt work. So I ran a live update then rebooted PC then re ran a quick scan = nothing. Then I did a quick search online. Did a SFC /Scannow under command prompt = no issues either. Decided to go to said games location directory and the game exe and did a right click for Norton FIle Insight. Unreal Engine 5; hmmm Tried sifting thru previous games that are installed to see if any were from UE 5 and it wasnt. Either way Norton FIle Insight by then told me hundreds or so was using the file and it deemed it safe and all information was shown in the file insight. Decided to hit play on the game again to see if BSOD occurs. Thankfully it did not. I’ve had this PC since November 2020; my benchmarks of some components ranks it above 85% so none of my equipment is outdated. I dont get any BSODs on any other day/time. My only instances again are downloading video games via Steam Client. Hitting play seeing Norton run a scan and boom BSOD.

Product & version number: Norton 360 for Windows and 25.11.10580 (build 25.11.10580.0)

OS details: Windows 10 64bit version 22h2

What is the error message you are seeing? BSOD

If you have any supporting screenshots, please add them:

Just curious why ‘during a file scan’ does my BSOD happen?

Hello @Larry_Tolman

AI Mode
A Blue Screen of Death (BSOD) during a file scan happens because antivirus software operates at a very deep system level, within the Windows kernel, and any conflict at this level can cause the entire operating system to crash.

Here is a breakdown of why this interaction is a sensitive process and can lead to a BSOD:

  1. Kernel-Level Access

Antivirus programs need special, elevated permissions to effectively monitor, intercept, and scan all system operations, including low-level drivers and memory access, to detect and neutralize stealthy threats like rootkits. This is done by running components in the Windows kernel mode. When software runs in kernel mode, any critical error or incompatibility it encounters can cause a fatal system error (BSOD) because the operating system cannot recover safely.

  1. Driver Conflicts

BSODs are most often caused by faulty or incompatible device drivers. Antivirus software installs its own filter drivers to intercept file access requests in real-time. When Norton’s driver interacts with other drivers (like those for your graphics card, storage drive, or the specific game’s anti-cheat software), an incompatibility can cause a conflict that the system cannot resolve, leading to a crash.

  1. File System Interaction

During a deep scan, the antivirus software rapidly reads numerous files, including the game’s executable (.exe) and associated data files (like those from Unreal Engine 5). This intensive disk I/O puts a heavy load on your storage drive and file system. If there is underlying file system corruption or a problem with your SSD/HDD, the scan might trigger a critical error that forces Windows to shut down.

  1. Memory Management Issues

The scanning process uses system memory (RAM) and can involve memory-intensive operations, such as emulating code to check for viruses. If there is a problem with your computer’s RAM or how memory is being managed, the antivirus’s access to specific memory pages can trigger errors like PAGE_FAULT_IN_NONPAGED_AREA or MEMORY_MANAGEMENT, resulting in a BSOD.

  1. Resource Contention

When you hit “Play” on Steam, the game engine (Unreal Engine 5 in this case) and Norton File Insight are both trying to access the same files simultaneously. This resource contention can create a race condition or deadlock, where neither process can proceed, causing the system to lock up and crash.

Summary

The BSOD isn’t necessarily Norton’s fault alone, but rather an indication that the intensive process of an antivirus scan, combined with the launch of a new, potentially resource-intensive game executable, is exposing an underlying instability, likely a driver conflict or a hardware/file system issue.

The fact that the issue resolved itself after Norton had fully analyzed the file and deemed it safe suggests the initial “first-run” scan was the specific trigger point. Adding an exclusion for the game file within Norton’s settings may prevent this in the future.

AI Mode may make mistakes

==================================================

AI Mode
It appears your Windows 10 Blue Screen of Death (BSOD) events are specifically triggered by the interaction between the Norton File Insight scanner and the execution of newly downloaded game executables from Steam, likely involving game engines like Unreal Engine 5. This suggests a potential software conflict or incompatibility, rather than a hardware issue with your PC.

Here are steps you can take to troubleshoot and resolve this issue:

  1. Update/Reinstall Relevant Software

Outdated or corrupted drivers and software are the most common causes of BSODs.

  • Update Windows: Ensure your Windows 10 operating system is fully up to date via Windows Update.
  • Update Graphics Drivers: Visit the website for your graphics card manufacturer (NVIDIA, AMD, or Intel) to download and install the latest drivers.
  • Update Norton: Manually check for updates within the Norton client to ensure you have the latest version and definitions. You may also want to use the Norton Remove and Reinstall Tool to perform a clean installation of the security software.
  • Update Steam: The Steam client usually updates automatically, but you can manually check for client updates within the application.
  1. Configure Norton Exclusions

If the issue is a conflict between Norton’s real-time scanning and the game execution process, you can configure Norton to ignore the specific game executables and their installation folders.

  • Navigate to your Norton settings and add exclusions for the problematic game folders or executables. Refer to the Norton support documentation for detailed instructions on adding exclusions.
  1. Analyze the BSOD Error Code

The blue screen usually displays a “Stop Code” (e.g., KERNEL_DATA_INPAGE_ERROR, SYSTEM_SERVICE_EXCEPTION). This code is crucial for identifying the underlying cause.

  • After the next BSOD, note down the exact stop code.
  • You can use the Microsoft Support website or a search engine to look up the specific error code and find targeted solutions.
  1. Use Alternative Antivirus Software Temporarily

To determine if Norton is definitely the culprit, you could temporarily disable Norton’s real-time protection (at your own risk) and launch the game, or temporarily switch to Windows Defender for testing purposes.

  1. Check System Files and Memory

While SFC /scannow found no issues, the BSOD could indicate a memory problem.

  • Run the Windows Memory Diagnostic tool to check your RAM for errors.

By following these steps, you should be able to pinpoint the source of the conflict and prevent future BSODs when launching new games via Steam.

AI Mode may make mistakes

===================================

Caveat: I’m not a gamer. I’m not familiar with Steam.

Lets ask @SoulAsylum to chime in.

@Larry_Tolman Do you have the BSOD dump file and do you/can you get information from the Windows Events viewer for that BSOD? I would like to see what specific module caused the kernel to crash. The new Norton engine is very prone to be ultra sensitive and its never something specific that makes it perform that way.

FWIW!! I run games servers and play steam religiously, to date I haven’t ever had a BSOD using any material offered on Steam on Windows 10 or 11.

Edited: In general BSOD causes are usually hardware related but not always.

SA

So I found a Microsoft Program called “Windbg” (windows debug) I did find the mini dump log it created and had the program analyze it. It seems to be pointing to a Memory Problem perhaps. Bug Check Code 50 I think. Checked the other time too it did a BSOD during the scan. From this thread I am gathering that during the initial scan of the file perhaps one or more of my memory modules just couldnt handle it?

I think the workaround for now for me is after I download a game I might just scan the folder first? Maybe check File Insights on it; then hope for the best LOL.

Wish I knew the exact number of new .exe I launched from BSOD to BSOD might just be lucky is all.

PS. Am I going to run a Memory Checker? I dont know lol. I think I bought my memory in 2021. I found the manufacturer date to be in the year 2020

Another thought is, if you have changed any memory timings and/or voltages on your MOBO those can cause hardware to start acting out over time. Let us know what memory check results are. As a suggestion, use a checker from the manufacturer website of your memory. Those will give you more accurate results that you can compare with the Windows checker.

SA