View Issue Details

IDProjectCategoryView StatusLast Update
0000015WoR ImagerGeneralpublic2018-09-15 19:35
Reportermooseler Assigned ToMario  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.2.1 
Target Version0.2.2Fixed in Version0.2.2 
Summary0000015: DISM process fails when a path has spaces
Description

Former "it tries to mount iso and then unmounts it and says check the log"

The dism is having an issue and the iso cant be moved into the temporary folder and the dism doesnt recognise a command.

Steps To Reproduce

I just went through the normal process and when i went to put the iso in thats what happened.

TagsNo tags attached.

Activities

mooseler

mooseler

2018-09-15 16:05

reporter   ~0000022

Here's the log because its too big for the uploader:

2018-09-15 11:51:09.3672|DEBUG|WoR.MainWindow| Deleting the temporary folder...
2018-09-15 11:51:09.4580|TRACE|WoR.MainWindow| WoR started!
2018-09-15 11:51:09.4829|DEBUG|WoR.MainWindow| Loaded language file: English
2018-09-15 11:51:10.9935|DEBUG|WoR.MainWindow| Loading drives...
2018-09-15 11:51:11.8176|DEBUG|WoR.MainWindow| Detected drives:
Disk 0 - HGST HTS541010B7E610 - Fixed hard disk media - 931GB
Disk 1 - SDXC Card - Removable Media - 59GB
2018-09-15 11:51:14.2304|DEBUG|WoR.MainWindow| Selected drive:
Disk 1 - SDXC Card - 59GB
2018-09-15 11:51:41.7322|DEBUG|WoR.MainWindow| Selected image (ISO): 17672.1000.180511-1445.RS_PRERELEASE_CLIENTCORE_OEMRET_A64FRE_EN-US.ISO
2018-09-15 11:51:41.7492|DEBUG|WoR.Image| Mounting ISO image...
2018-09-15 11:51:44.4547|DEBUG|WoR.Image| ISO file mounted on: E:\
2018-09-15 11:51:44.5104|DEBUG|WoR.ProcessCmd| Launch "dism.exe" with the following arguments: /Export-Image /SourceImageFile:E:\sources\install.wim /SourceIndex:1 /DestinationImageFile:C:\Users\Moussa Hamzi\Desktop\wor 2.0\temp\wim\install.wim
2018-09-15 11:51:44.6421|DEBUG|WoR.ProcessCmd| dism.exe process output:
Error: 87

DISM doesn't recognize the command-line option "Hamzi\Desktop\wor".
For more information, refer to the help by running DISM.exe /?.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

2018-09-15 11:51:44.6511|ERROR|WoR.Exceptions.ProcessException| The dism.exe process has returned an error!
2018-09-15 11:51:44.6581|ERROR|WoR.Exceptions.ImageException| The WIM image couldn't be copied to the temporary folder!

Mario

Mario

2018-09-15 17:04

administrator   ~0000023

Thanks for reporting this issue! I will fix it soon.

Mario

Mario

2018-09-15 18:25

administrator   ~0000024

Fixed.

Issue History

Date Modified Username Field Change
2018-09-15 16:02 mooseler New Issue
2018-09-15 16:05 mooseler Note Added: 0000022
2018-09-15 17:04 Mario Note Added: 0000023
2018-09-15 17:05 Mario Assigned To => Mario
2018-09-15 17:05 Mario Status new => assigned
2018-09-15 17:06 Mario Target Version => 0.2.2
2018-09-15 18:25 Mario Status assigned => resolved
2018-09-15 18:25 Mario Resolution open => fixed
2018-09-15 18:25 Mario Fixed in Version => 0.2.2
2018-09-15 18:25 Mario Note Added: 0000024
2018-09-15 19:35 Mario Summary it tries to mount iso and then unmounts it and says check the log => DISM process fails when a path has spaces
2018-09-15 19:35 Mario Description Updated