Windows 10: BSOD: What is that debugging file means ?

Discus and support BSOD: What is that debugging file means ? in Windows 10 Software and Apps to solve the problem; Hi, I built a new PC and 3 days ago i had a blue screen saying FAULTY_HARDWARE_CORRUPTED_PAGE. I've read online that it can be caused my bad RAM but i... Discussion in 'Windows 10 Software and Apps' started by Simon Renald, Nov 24, 2024.

  1. BSOD: What is that debugging file means ?


    Hi, I built a new PC and 3 days ago i had a blue screen saying FAULTY_HARDWARE_CORRUPTED_PAGE. I've read online that it can be caused my bad RAM but i ran a memory test and nothing came out, it was not showing any problem. So i updated my Bios cause my version was from 2023 and decided today to look online what solution except bios update i had and i've read that minidump folder can hold the answer to my question. So i did an analysis of my minidump file but i don't know how to read these informations so here is what it says and maybe someone can help me : Important to note, that minidump fil

    :)
     
    Simon Renald, Nov 24, 2024
    #1
  2. Ztruker Win User

    Post problem reports here for Batch files for use in BSOD debugging

    Matthew, you need to update your Upgrade_failure_info.bat in the Batch repository. Change Step 7 to Step 8 please.



    Part Three
    Upload the ZIP file and attach to a post in your BSOD thread.


    Follow the directions in Part Two-Four step 7 to upload the zip file for posting in your BSOD thread at tenforums.com.
     
    Ztruker, Nov 24, 2024
    #2
  3. Ztruker Win User
    Batch files and instructions for use in BSOD debugging

    Post the following lines to point people here to the Batch repository for how to download the batch file and collect the required output data.
    LOGS.bat - Click here to go to the BSOD batch repository to download and run this batch file.Step One Download the batch fileStep Two Run the batch fileStep Three Log Collection and description of logs collected


    LOGS.bat [/i] Windows Standard Log Collection w/ EventSearch (Technet)


    BSOD: What is that debugging file means ? infosmall10.png
    Information Written by JOHN_E_M @ Technet Gallery 01/28/2018
    Wrapper batch modified by 09/26/2020
    Updated by 02/01/2021
    Found and suggest by Zbook 09/18/2020


    Contents
    • Step One Download the batch file
    • Step Two Run the batch file
    • Step Three Log Collection and description of logs collected:
    • Step Four Legacy - manual creation and execution of Powershell PS1 file



    BSOD: What is that debugging file means ? infosmall10.png
    Information LOGS.bat v1.6.3 is a wrapper that contains LOGS.PS1 v1.6.2 by John_E_M. It is from Technet Gallery, which is being retired. That is the the reason why this is now being hosted here for our Tenforums users.

    LOGS.PS1 allows you to quickly collect information from a Windows 10 client machine: Main cmdlt functions: Invoke-WebRequest, Get-WinEvent, Get-WindowsUpdateLog, Get-WMIObject, Get-Printer, Get-Process, Select-String, SetupDiag.exe.
    Designed to be run from File Explorer.

    The LOGS.BAT file will create the LOGS.PS1 file in the same directory it is in, then launch it. It also handles elevation to Admin level if needed.

    If you experience an issue running the BAT file Proceed to Step Four Legacy - manual creation and execution of Powershell PS1 file to create and run the PS1 Code in PowerShell ISE w/ Appropriate privileges





    Step One [/i] Download the Batch file
    Download the LOGS.bat file to your Desktop or Downloads folder.


    Download Attachment 298506 CURRENTLY REMOVED



    Step Two [/i] Run the batch file
    Open File Explore, navigate to the folder you downloaded the LOGS.bat file to. Double click on LOGS.bat or right click on it and select Open.

    DO NOT run directly from a Download as your anti-virus may object and prevent it from running.
    Always download to your hard drive then run it from there.




    When you launch LOGS.bat, you may see this:


    BSOD: What is that debugging file means ? 317146d1612205736t-batch-files-use-bsod-debugging-securitywarning.jpg


    If you do, click the Run button or uncheck Always ask before opening this file then click on the [B/Run[/B] button.

    You will see the following Window where you can select what functions you want to run. Normally you will run it as shown below. The Event Viewer logs are only collected when requested.

    EventSearch Output is unchecked by default as you can see.


    BSOD: What is that debugging file means ? 298520d1600721572t-batch-files-use-bsod-debugging-eventlog-1.jpg


    If you select EventSearch Output then you will see the following Windows when the process completes:

    This is Top "Errors" via EVTX:


    BSOD: What is that debugging file means ? 298519d1600721264t-batch-files-use-bsod-debugging-eventsearch-1.jpg





    Step Three [/i] Log Collection and description of logs collected:
    The log collection tool will determine the %temp% location and create a “LOGS” folder there into which all collected logs will be transported.
    This translates to C:\users\<username>\AppData\Local\LOGS
    Once the Script has finished collecting logs you should see a pop-up from Explorer.exe which will open to the %temp%/LOGS location. This is what you would zip up to upload to a file sharing site, then post a link to in your Tenforums thread.

    This is the LOGS folder and is opened in File Explorer automatically. This is what you would want to ZIP up then upload to a file sharing site. When done then post a link to it in your thread at Tenforums. It can be as large as 400MB, depending primarilly on the size of the EVTX folder, before you ZIP it. Once zipped, my test run went from 172MB down to 27MB.


    BSOD: What is that debugging file means ? 298742d1600893749t-batch-files-use-bsod-debugging-eventsearch-2.jpg


    This is an example of what Event logs (.evtx) are collected.


    BSOD: What is that debugging file means ? 298744d1600893925t-batch-files-use-bsod-debugging-eventsearch-3.jpg


    At the time of this writing the following logs are collected by the script:
    • Major Event Logs including Application Event, System and Store Logs
    • All Event logs are queried for the string “Error” and located errors are written to TOP-ERRORS.TXT:
    • Top-Errors will display the most frequent errors experienced on a per day basis and sort these in descending order with the date, the message ID and provider from which the error was located – these can be used to quickly locate errors which have been experienced on the machine in ALL EVTX locations:
    • Use the date and Provider Name to Investigate further in the actual logs on the machine – note that additional logs outside of Application and System Event are located under Applications and Services Logs/Microsoft/Windows in the Windows Event Viewer.
    • Power management logs including powercfg /a, energy report and battery report if the machine is a laptop – these are stored in the /POWER folder under /LOGS
    • Any files located in /WER on the system (Windows Error Reporting)
    • DXDiag, MSINFO32 and Winsat logs
    • A list of all installed applications on the system – this is useful to verify 3rd party software installed on the system – we also pull running processes under Get-Process.TXT
    • WLAN diagnostics written to wlan.txt if the machine is WiFi enabled
    • A CHKDKSK performed on the system reserved partition of the machine – this is achieved by quickly mounting and unmounting the system reserved partition to y: during the collection
    • GPRESULT.TXT contains Group Policy and Domain information to verify if the machine is domain joined or has policies applied
    • UPDATE-ERRORS.TXT contains a count of all 0x8######## errors located through regex scans on Windows-Update.log or WindowsUpdate.log respectively
    • REG_SystemProductName.TXT contains the registry value for the SystemProduct – when invalid we have seen this cause issues with Windows Update


    Step Four [/i] Legacy - manual creation and execution of Powershell PS1 file
    Since you've had problems running the batch file, you can manually create and run the Powershell .PS1 file.
    Open a command prompt.
    Navigate to the folder you have LOGS.bat in. Lets use your Desktop for an example.
    In the Command prompt window, copy and paste the following command:

    MORE /E +10 "%userprofile%\Desktop\LOGS.bat" > "%userprofile%\Desktop\LOGS.PS1"

    Or do it the long way using Notepad:
    Open File Explorer and navigate to the folder you have LOGS..bat stored in.
    Click in an empty area and select New then Text Document. You should now have a file called New Text Document.txt in the folder.
    Click on it then Press F2 or right click and select Rename. Name it LOGS.PS1.
    Click on Yes when asked if you are sure you want to change it.

    Right click on LOGS.bat and select Open with. Make sure Notepad is default option and click OK.
    Select everything from line 10 (this line: ####LOGS.PS1 v.1.6.3#####) to the end of the file.
    Press Ctrl+C or right click then Copy to copy the selected data to the clipboard.
    Close Notepad (click on the X).

    Right click on LOGS.PS1 you created and select Open with. Make sure Notepad is default option and click OK.
    Press Ctrl+V or right click and select Paste to paste the contents of the clipboard into the Notepad window.
    Click on File then Save.
    You now have the Powershell script by itself without the batch file wrapper.

    The following is a video showing you how to run LOGS.PS1 in the Powershell ISE. No idea how long the video will be available though as it belongs to the author John_E_M.

    Video showing how to run LOGS.PS1 in Powershell ISE

    Ignore the part about creating the Powershell script from the web site as I already covered that locally above.
     
    Ztruker, Nov 24, 2024
    #3
Thema:

BSOD: What is that debugging file means ?

Loading...
  1. BSOD: What is that debugging file means ? - Similar Threads - BSOD debugging file

  2. BSOD: What is that debugging file means ?

    in Windows 10 Gaming
    BSOD: What is that debugging file means ?: Hi, I built a new PC and 3 days ago i had a blue screen saying FAULTY_HARDWARE_CORRUPTED_PAGE. I've read online that it can be caused by bad RAM but i ran a memory test and nothing came out, it was not showing any problem. So i updated my Bios cause my version was from 2023...
  3. BSOD what the dump means?

    in Windows 10 Gaming
    BSOD what the dump means?: Hello everyone , first of all I wish you happy holidays if you celebrate.I have a desktop since 2 months , everything has been running smoothly but since 2 days ago I have had BSOD whenever I open the game RUST from steam, does not happen with any other game.I have all...
  4. BSOD what the dump means?

    in Windows 10 Software and Apps
    BSOD what the dump means?: Hello everyone , first of all I wish you happy holidays if you celebrate.I have a desktop since 2 months , everything has been running smoothly but since 2 days ago I have had BSOD whenever I open the game RUST from steam, does not happen with any other game.I have all...
  5. BSOD on laptop ? What's all this mean?

    in Windows 10 BSOD Crashes and Debugging
    BSOD on laptop ? What's all this mean?: should i be worried or do some things just need to be updated https://answers.microsoft.com/en-us/windows/forum/all/bsod-on-laptop-whats-all-this-mean/58d8eda2-1e45-4314-bb80-fd7e9034cafb
  6. what is this debug file

    in Windows 10 Ask Insider
    what is this debug file: So i was using google chrome and i exit and i saw this weird debug file in my desktop i researched on the internet and they have the same problem but they use windows edge i dont really use Edge but i dont know if the problem is caused by chrome or windows Edge Please...
  7. Debug document on my computer what do I do/ what does this mean?

    in Windows 10 Ask Insider
    Debug document on my computer what do I do/ what does this mean?: [ATTACH] submitted by /u/jackiekennedyischill [link] [comments] https://www.reddit.com/r/Windows10/comments/k3nm9h/debug_document_on_my_computer_what_do_i_do_what/
  8. What does the debug file do?

    in Windows 10 Network and Sharing
    What does the debug file do?: Can somebody tell me what a debug file does? i want to know what it does cus i kepp geting the dbug file https://answers.microsoft.com/en-us/windows/forum/all/what-does-the-debug-file-do/8ae25b41-dbed-435b-a976-4f0ce71d2457
  9. Batch files for use in BSOD debugging

    in Windows 10 BSOD Crashes and Debugging
    Batch files for use in BSOD debugging: [img] Warning This thread is for use by the BSOD team ONLY, to store batch files that can be used to collect additional data, fix settings or anything else that is useful in debugging BSOD problems in Windows 10. [img] Information The way I see it working is the first post...
  10. what are mat-debug files

    in Windows 10 Network and Sharing
    what are mat-debug files: Stupid question but I couldn't find an answer. When i launch my computer around every 15 minutes mat-debug-nnnnn files are created in my AppData\Local\Temp They are 0kb text documents and I do not know if they will go away on their own, but they are being created quite...