Solved DISM error, unable to download source files

ktm583

New Member
Messages
15
In the course of trying to fix another problem I ran the DISM checkhealth command and it said that windows image needed repaired, so I ran the restore health command and I got an error. How can I fix this error?

I am attaching a screen shot of the error and Dism logs and CBS logs of both the scanhealth command and the restorehealth command.

It appears there is something missing related to windows defender in the windows image.
 

Attachments

  • DISM error.png
    DISM error.png
    17.3 KB · Views: 252
  • scan health cbs log.txt
    scan health cbs log.txt
    8 KB · Views: 191
  • scan health dism log.txt
    scan health dism log.txt
    30.9 KB · Views: 242
  • restore health CBS log.txt
    restore health CBS log.txt
    10.2 KB · Views: 293
  • restore health dism log.txt
    restore health dism log.txt
    60 KB · Views: 223
That's the same problem I had for months. Could not solve it until I upgraded from 8 to 8.1 and then applied Update 1.
Now SFC and DISM both run without errors.

I have not found anyone who has successfully fixed this specific problem.

You can my thread here: http://www.eightforums.com/performance-maintenance/41434-sfc-dism-problems.html

Same here Ztruker - but mine didn't go away like yours after upgrading. Seem to be many users having a problem with this. Mine runs SFC without any integrity violations, but DISM can not find source files? If anyone finds a real solution, please post. Thanks.
 
When it says the source files can't be downloaded that means it can't obtain the image from Windows update.

Sometimes you can fix this by running the following command in an elevated command prompt.

Code:
net start wuauserv

If the code works it should say "The Windows update service is starting" then say " The Windows update service started successfully" after that try running the DISM repair command again.

If none of this works then the system might be fixed by running a Refresh or Reset but that takes you back to square one.
 
When it says the source files can't be downloaded that means it can't obtain the image from Windows update.

Sometimes you can fix this by running the following command in an elevated command prompt.

Code:
net start wuauserv

If the code works it should say "The Windows update service is starting" then say " The Windows update service started successfully" after that try running the DISM repair command again.

If none of this works then the system might be fixed by running a Refresh or Reset but that takes you back to square one.

Thanks for the suggestion but it did not work :(
 
Microsoft should have fixed this by now. It's a fairly common problem with no working fix I've seen. It shouldn't be hard for one of the Softies who has access to the source code to be able to debug this and find the cause.
 
Microsoft should have fixed this by now. It's a fairly common problem with no working fix I've seen. It shouldn't be hard for one of the Softies who has access to the source code to be able to debug this and find the cause.

I was thinking the same thing. It seems to be common to shrug us off and recommend refresh or reset. I can't say I blame them - but I find it frustrating for me. Maybe it's not as important as I make it. :D
 
I recently made a windows 8.1 install disc and reinstalled my operating system, the problem is now fixed
 
Back
Top