Windows 10: No Output from dm_log_collector.exe

Discus and support No Output from dm_log_collector.exe in Windows 10 BSOD Crashes and Debugging to solve the problem; SFC, chkdsk, fixboot, rebuildbcd and many other commands many usually run is checked and verified when startup repair is run, if any of them is causing... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by cabujones, Mar 3, 2018.

  1. axe0 New Member

    No Output from dm_log_collector.exe


    SFC, chkdsk, fixboot, rebuildbcd and many other commands many usually run is checked and verified when startup repair is run, if any of them is causing issues startup repair should be able to fix it after a few runs at most.

    Could I ask, what happened before this problem occured?
     
  2. cabujones Win User

    @axe0:
    There were no device or software installs for many months. I was mostly using LiveMail and Firefox--no games or similar unusual setups. It did not crash, it BSOD'd 0xc0000001 on a restart. My guess is that it was a MSft update on Jan 25--that was the only restore point. After the first BSOD I was able to accomplish a System Restore from the Recovery Menu (?) and it booted. I was very happy but then I got a BSOD on the next restart (soon) and then and thereafter all roads end up in a BSOD 0xc0000225 from the 0xc0000001.

    • Using Windows Installation.iso I can find a System Restore option. But it shows the same unique restore point (dated Jan 25) and notes that that restore point was due to a "critical" update. But this System Restore failed then and always fails now.
    Perhaps more than you asked for.

    Thanks for staying with me axe0--I know you are very busy with many cases.
     
    cabujones, Mar 13, 2018
    #17
  3. axe0 New Member
    Do you have Windows 10 Home or Windows 10 Pro?

    Using the ISO, could you run DISM and run the following commands
    Code: dism /online /cleanup-image /scanhealth & dism /online /cleanup-image /restorehealth[/quote] Could you also run the following commands so I have an idea about the boot structure
    Code: diskpart list volume list disk select disk 0 list partitions[/quote] run the last 2 commands for each disk number.


    If possible, copy & paste the output, or take photos and post them.
     
  4. cabujones Win User

    No Output from dm_log_collector.exe

    @axe:
    • I have Windows 10x64 Home
      .
    • dism /online /cleanup-image /scanhealth
      I get the error message that disk /online can't be run from a Windows PE installation. (I was running from Winpese.iso)
      .
    • Diskpart: The output is out.diskpart.txt. Note that disk 1 is just the Winpese USB.
      .
    • Please note that I previously followed a number of online recommendations for fixing the BCD. For example:
    C:\> bootrec /rebuildbcd
    Please wait...
    Successfully scanned Windows installations
    Total identified Windows installations 1
    [1] C:\Windows.new
    Now when I first tried to fix this problem. I wanted to be cautious and copied C:\Windows to C:\Windows.new, using robocopy, I believe. Could this mean that bootrec cannot identify C:\Windows as an installation?

    • I've been through so many similar try's to get my system up. Quite possibly these rendered it beyond repair--though I hope not--and I certainly appreciate your generous efforts to help.
    . 5. I have also attached two images of my BIOS configuration, in case it helps.
     
    cabujones, Mar 14, 2018
    #19
  5. axe0 New Member
    It shouldn't, but I'm not 100% sure, it would make sense with the given error codes though.
    For a next time, copy the Windows folder to an extern drive, if possible.

    If you copied the Windows directory completely with success, I would recommend to move the original Windows directory to an extern drive, copy Windows.new as well for extra backup, and rename C:\Windows.new to C:\Windows. Be extra caution, with all the permissions Windows directory has there's a risk bound to this.
     
  6. cabujones Win User
    Thanks, axe0. That sounds like a good idea--back them up first and them delete windows and rename .new. I will do that. I do understand why my permissions my not be all good--I don't recall the flags I used to copy back then. We'll see.
    .
    I have another thought, perhaps you have time to comment on it. I can restore to factory defaults from the HP recovery drive. Not a great solution but I have made a .vhd of the C:-drive. (I checked it out by browsing it on my win7). But then trying to restore my situation by copying over old files and directories would be extremely difficult because I have many email accounts and a lot of other data that is scattered and it would be like trying to put Humpty Dumpty together again.

    • What if I did a factory reset and then copied the vhd back to my C:drive? Would this keep the new HP boot record? As I may poorly understand, the boot record is not part of the C:drive partition. This presumes of course that the problem is really in the MBR and that the error is not elsewhere on the C:drive--like a virus. I know little here.
    • But I presume that effective viruses don't kill the patient (cyber or living) because they wouldn't be able to spread. No Output from dm_log_collector.exe :)
     
    cabujones, Mar 15, 2018
    #21
  7. axe0 New Member
    The main boot part is in the EFI partition, however, much of the boot control is on the Windows partition.
    There are many phases in the boot process, the part where Windows partition takes control is in phase 4 or 5 of ~10. If a system has multiple operating systems, the part where the option to choose is shown is the part where Windows partition takes over (if you select Windows). If 1 OS is present, a few seconds before you see Windows loading is the part where Windows takes control.

    Startup Repair checked your MBR and claims it's fine, it thinks your move to copy the Windows folder is causing the problem.

    Malware that can spread itself are worms.
    Malware is a bit like real life viruses, some can do a very annoying, but limited damage, others can get you killed. If there's malware that can get a pc killed, and there's no resolution, you need to buy a new pc. There's malware on the internet that can nest so deep that even a clean install of the OS does not get rid of it. In 2015 there was a vulnerability in the UEFI firmware that could let many pcs get infected by opening a pdf in mail for example (see presentation: http://www.legbacore.com/Research_fi...fect_Full2.pdf), apart from that, from Hacking Team (see Hacking Team's malware uses a UEFI rootkit to survive operating system reinstalls | PCWorld) and NSA BIOS backdoor article (see NSA BIOS Backdoor a.k.a. God Mode Malware Part 1: DEITYBOUNCE)
     
Thema:

No Output from dm_log_collector.exe

Loading...
  1. No Output from dm_log_collector.exe - Similar Threads - Output dm_log_collector exe

  2. Visual Studio 2017 Does not link exe and output to the specified directory

    in Windows 10 Gaming
    Visual Studio 2017 Does not link exe and output to the specified directory: Hello,As the title suggests, I recently set up VS2017 for C programming, installed everything I need, even the Intel compilers.I created a new project with all the include files, libraries and set up the folders to the latter in properties.That aside, the code in the source...
  3. Visual Studio 2017 Does not link exe and output to the specified directory

    in Windows 10 Software and Apps
    Visual Studio 2017 Does not link exe and output to the specified directory: Hello,As the title suggests, I recently set up VS2017 for C programming, installed everything I need, even the Intel compilers.I created a new project with all the include files, libraries and set up the folders to the latter in properties.That aside, the code in the source...
  4. Visual Studio 2017 Does not link exe and output to the specified directory

    in Windows 10 Customization
    Visual Studio 2017 Does not link exe and output to the specified directory: Hello,As the title suggests, I recently set up VS2017 for C programming, installed everything I need, even the Intel compilers.I created a new project with all the include files, libraries and set up the folders to the latter in properties.That aside, the code in the source...
  5. Exclude an exe from superfetch/prefetch

    in Windows 10 Customization
    Exclude an exe from superfetch/prefetch: Hi! As I know it prefetch/superfetch creates .pf files for all executables that were previously runned. As such I don't want windows to make a specific executable's .pf file through prefetch because I don't want to disable prefetch entirely for this. Any help would be...
  6. EXE FILE DISSAPEARS FROM FOLDER

    in AntiVirus, Firewalls and System Security
    EXE FILE DISSAPEARS FROM FOLDER: I'm trying to download the program BenBox for Laser Engraver onto my computer. After installing the program it runs on the install but when I close it and try to reopen it my benbox.exe file disappears from the folder it was in. How do I solve to problem of the disappearing...
  7. Sound output from 2 devices.

    in Windows 10 Ask Insider
    Sound output from 2 devices.: Hi, I was wondering is there a way to output sound from 2 devices at the same time (my TV connected by HDMI and my speakers connected by aux) to get better sound. Thanks in advance. submitted by /u/theubusu [link] [comments]...
  8. ran "dm_log_collector", now cant find YourComputerName-xxxx.zip file

    in Windows 10 BSOD Crashes and Debugging
    ran "dm_log_collector", now cant find YourComputerName-xxxx.zip file: No it's not on my Desktop. bit strange. My User files have been redirected to my D: drive to keep my C: ssd clutter free. so now i dont know where the YourComputerName-xxxx.zip has been saved to. I searched for Zip files PC wide, but didnt find it. Where else could it have...
  9. dm_log_collector - NO FILE!

    in Windows 10 BSOD Crashes and Debugging
    dm_log_collector - NO FILE!: Repeated BSODs. I run dm_log_collector and after running it immediately deletes the zip file that it creates. It's not in my recycle bin either. Advice? 57893
  10. Why won't my dm_log_collector finish?

    in Windows 10 BSOD Crashes and Debugging
    Why won't my dm_log_collector finish?: Everytime I try to run the dm log collector it seems to run into an error and then stops immediately. I don't have enough time to read the error either. It used to work and now it doesn't. Can anyone propose a solution? I've attached the latest report from the log...