DISMTools icon indicating copy to clipboard operation
DISMTools copied to clipboard

Program exception

Open Rapappa opened this issue 3 months ago • 7 comments

Getting install.wim packages fails with an error

DT-Error-18.09.2025 23-37-47.log

Rapappa avatar Sep 18 '25 20:09 Rapappa

Hi, @Rapappa.

While I appreciate the fact that you provided an error log, it's not enough for me to diagnose this issue. For this, you need to submit the DynaLog logs.

They are stored in <program directory>\logs\DT_DynaLog.log. For example:

Image

CodingWonders avatar Sep 21 '25 16:09 CodingWonders

Getting install.wim packages fails with an error

DT-Error-18.09.2025 23-37-47.log

I had the same error when loading install.wim using DISM Tools. I fixed it by disabling Windows Defender Real-Time and Pamper protection.

jekovcar avatar Oct 13 '25 15:10 jekovcar

@jekovcar, it's a bit weird seeing an AV conflict with images.

Can you share your DynaLog diagnostic logs?

CodingWonders avatar Oct 13 '25 18:10 CodingWonders

Hi there, When loading the install.wim package by DISMTools v0.7Update1 (not MSDN Win11_25H2_6899), I received a message with the error code: 80070003: An error occurred while getting information with the DISM API. Consider reading the message below for more information: The system cannot find the path specified.This does not indicate a program error, but it implies that you will not be able to perform some operations unless the issue is resolved. Does this mean that it is not possible to modify all futures? Thanks for support!

DT_DynaLog.zip

jekovcar avatar Oct 19 '25 08:10 jekovcar

@jekovcar, in your case, it's failing because information about Features on Demand (capabilities) can't be obtained. That means that you can modify packages, features and Store apps, but not capabilities and drivers; as the info processes will stop when they encounter errors.

Can you try running the following as admin?

dism /image="D:\Downloads\w11\mount" /get-capabilities

(I'm assuming the mount path based on the logs)

  • If DISM command-line does NOT succeed, then it's something wrong with the image
  • If DISM command-line succeeds, this may be a bug with the API

I think it will not succeed. If it doesn't succeed, try looking for a FodMetadata package:

Image

Lite images often tend to remove these.

CodingWonders avatar Oct 19 '25 09:10 CodingWonders

dism /image="D:\Downloads\w11\mount" /get-capabilities Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26200.6899 Error: 3 The system cannot find the path specified. The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

jekovcar avatar Oct 19 '25 10:10 jekovcar

@jekovcar, then it's something wrong with the image. I provided some more information in my previous comment, because most Lite images tend to remove metadata packages related to FoDs.

CodingWonders avatar Oct 19 '25 13:10 CodingWonders