Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

DISM Exited With Code 112 #12

Closed
patel8786 opened this issue Feb 23, 2019 · 4 comments
Closed

DISM Exited With Code 112 #12

patel8786 opened this issue Feb 23, 2019 · 4 comments
Labels
invalid This doesn't seem right

Comments

@patel8786
Copy link

Same problem reported in WOA Installer

2019-02-23 08:58:49.885 +02:00 [Verbose] (WIM) Found WIM XML Data at 032047808422
2019-02-23 08:58:49.904 +02:00 [Verbose] Wim metadata deserialized correctly WimMetadata { TotalBytes: "3204780842", Images: [ImageMetadata { DirectoryCount: "19016", FileCount: "85770", TotalBytes: "13896743737", HardLinkBytes: "6092415839", CreationTime: Time { HighPart: "0x01D4C09E", LowPart: "0xE35BD26F" }, LastModificationTime: Time { HighPart: "0x01D4C09F", LowPart: "0xA17D02E1" }, WimBoot: "0", Windows: Windows { Arch: "12", ProductName: "Microsoft® Windows® Operating System", EditionId: "Core", InstallationType: "Client", ServicingData: ServicingData { GdrDuRevision: "0", PKeyConfigVersion: "10.0.18836.1000;2016-01-01T00:00:00Z" }, ProductType: "WinNT", ProductSuite: "Terminal Server", Languages: Languages { Language: "en-GB", Default: "en-GB" }, Version: Version { Major: "10", Minor: "0", Build: "18836", SpBuild: "1000", SpLevel: "0" }, SystemRoot: "WINDOWS" }, Name: "Windows 10 Home", Description: "Windows 10 Home", Flags: null, DiplayName: "Windows 10 Home", DisplayDescription: "Windows 10 Home", Index: "1" }] }
2019-02-23 08:58:49.905 +02:00 [Verbose] We are about to run DISM: "C:\WINDOWS\SysNative\dism.exe" "/Apply-Image /ImageFile:"C:\Users\Mo Patel\Downloads\WoA\install.wim" /Index:1 /ApplyDir:E:"
2019-02-23 08:58:49.905 +02:00 [Verbose] Starting process { FileName: "C:\WINDOWS\SysNative\dism.exe", Arguments: "/Apply-Image /ImageFile:"C:\Users\Mo Patel\Downloads\WoA\install.wim" /Index:1 /ApplyDir:E:" }
2019-02-23 08:58:49.950 +02:00 [Verbose] Process started sucessfully
2019-02-23 09:41:26.014 +02:00 [Error] An error has occurred
Deployer.Exceptions.DeploymentException: There has been a problem during deployment: DISM exited with code 112.
at Deployer.Filesystem.FullFx.DismImageService.d__1.MoveNext() in D:\a\1\s\Source\DeployerPlatform\Deployer.NetFx\DismImageService.cs:line 46
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.WindowsDeployer.d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Tasks.DeployWindows.d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Execution.ScriptRunner.d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Execution.ScriptRunner.d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Raspberry.WoaDeployer.d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Raspberry.Gui.ViewModels.DeploymentViewModel.d__20.MoveNext() in D:\a\1\s\Source\Deployer.Raspberry.Gui\ViewModels\DeploymentViewModel.cs:line 82
2019-02-23 09:41:26.056 +02:00 [Information] Error: There has been a problem during deployment: DISM exited with code 112.

@SuperJMN
Copy link
Member

I've seen 112 means that there's not enough space on the disk. What size is your SD Card?

@patel8786
Copy link
Author

patel8786 commented Feb 23, 2019 via email

@SuperJMN
Copy link
Member

Sorry, but that's not enough for Windows. Get a bigger one, please 😅

@cewbdex cewbdex added the invalid This doesn't seem right label Feb 23, 2019
@Rajivp87
Copy link

how can solve error

System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Deployer.Raspberry.Gui.ViewModels.DeploymentViewModel.d__20.MoveNext() in D:\a\1\s\Source\Deployer.Raspberry.Gui\ViewModels\DeploymentViewModel.cs:line 82

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

4 participants