View Issue Details

IDProjectCategoryView StatusLast Update
0000139WoR ImagerRaspberry Pi 3 (ARM64)public2021-06-02 13:43
Reporterjenishngl Assigned ToMario  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformWindowsOS20H2OS Version19042.867
Product Version2.0.1 
Summary0000139: Installaition has failed
Description

I am getting an error while trying to write the windows 10 image into the SD card.

2021-04-12 10:11:07.1899 [info] -- Installation details --
2021-04-12 10:11:07.1899 [info] Disk
2021-04-12 10:11:07.1989 [info] Index: 5
2021-04-12 10:11:07.1989 [info] Name: TS-RDF8 SD Transcend USB Device
2021-04-12 10:11:07.1989 [info] Type: Removable Media
2021-04-12 10:11:07.2223 [info] Size: 29
2021-04-12 10:11:07.2223 [info] Device
2021-04-12 10:11:07.2283 [info] Type: RPi3-ARM64
2021-04-12 10:11:07.2283 [info] Image
2021-04-12 10:11:07.2528 [info] Format: ISO
2021-04-12 10:11:07.2528 [info] Index: 2
2021-04-12 10:11:07.2608 [info] Name: Windows 10 Pro
2021-04-12 10:11:07.2608 [info] Arch: ARM64
2021-04-12 10:11:07.2608 [info] Build: 19042.867
2021-04-12 10:11:07.2751 [info] Drivers package
2021-04-12 10:11:07.2751 [info] FilePath: worproject/RPi-Windows-Drivers
2021-04-12 10:11:07.2751 [info] ExtractedPath: C:\Users\XXX\Desktop\WoR_Release_2.0.1\res\drivers\RPi3-ARM64
2021-04-12 10:11:07.2751 [info] UEFI package
2021-04-12 10:11:07.3063 [info] FilePath: pftf/RPi3
2021-04-12 10:11:07.3063 [info] ExtractedPath: C:\Users\XXX\Desktop\WoR_Release_2.0.1\res\bootpackage\RPi3-ARM64
2021-04-12 10:11:07.3063 [info] Options
2021-04-12 10:11:07.3063 [info] UseLZXCompression: False
2021-04-12 10:11:07.3413 [info] PartitionScheme: MBR
2021-04-12 10:11:07.3413 [info] ImageDeployer: WIMGAPI
2021-04-12 10:11:07.3413 [info] MemoryLimit: 0
2021-04-12 10:11:07.3519 [info] RecoveryEnabled: False
2021-04-12 10:11:07.3760 [info] Boot config
2021-04-12 10:11:07.3760 [info] Path: C:\Users\XXX\Desktop\WoR_Release_2.0.1\res\bootpackage\RPi3-ARM64_wor_boot_config.txt
2021-04-12 10:11:07.3830 [info] Contents:
2021-04-12 10:11:07.3830 [info] arm_64bit=1
2021-04-12 10:11:07.4020 [info] disable_commandline_tags=2
2021-04-12 10:11:07.4020 [info] disable_overscan=1
2021-04-12 10:11:07.4020 [info] enable_uart=1
2021-04-12 10:11:07.4020 [info] uart_2ndstage=1
2021-04-12 10:11:07.4175 [info] armstub=RPI_EFI.fd
2021-04-12 10:11:07.4396 [info] device_tree_address=0x1f0000
2021-04-12 10:11:07.4396 [info] device_tree_end=0x200000
2021-04-12 10:11:07.4466 [info]
2021-04-12 10:11:07.4466 [info] CompressionRequired: False
2021-04-12 10:11:07.4715 [info] -- End of installation details --
2021-04-12 10:11:07.4715 [info] The installation process has started!
2021-04-12 10:11:07.4795 [info] Formatting the target device...
2021-04-12 10:11:07.4795 [debug] Launch diskpart.exe with the following commands: select disk 5 , clean , exit
2021-04-12 10:11:08.8722 [debug] diskpart.exe process output:
2021-04-12 10:11:08.8722 [debug] Standard output:

Microsoft DiskPart version 10.0.19041.610

Copyright (C) Microsoft Corporation.
On computer: XXX

DISKPART>
The disk you specified is not valid.

There is no disk selected.

DISKPART>
There is no disk selected.
Please select a disk and try again.

DISKPART>
Leaving DiskPart...

2021-04-12 10:11:12.3995 [info] The target device has been erased!
2021-04-12 10:11:12.3995 [info] Allocated partition letters:
2021-04-12 10:11:12.4245 [info] Windows partition: Q
2021-04-12 10:11:12.4365 [info] Boot partition: R
2021-04-12 10:11:12.4465 [info] Creating the partitions...
2021-04-12 10:11:12.4656 [debug] Launch diskpart.exe with the following commands: select disk 5 , convert mbr , create partition primary size=128 , format fs=fat32 quick label=BOOT , assign letter=R , active , create partition primary , format fs=ntfs quick label=Windows , assign letter=Q , exit
2021-04-12 10:11:13.8239 [debug] diskpart.exe process output:
2021-04-12 10:11:13.8239 [debug] Standard output:

Microsoft DiskPart version 10.0.19041.610

Copyright (C) Microsoft Corporation.
On computer: XXX

DISKPART>
The disk you specified is not valid.

There is no disk selected.

DISKPART>
There is no disk selected to convert.
Select a disk and try again.

DISKPART>
There is no disk selected to create a partition.
Select a disk and try again.

DISKPART>
There is no volume selected.
Please select a volume and try again.

DISKPART>
There is no volume specified.
Please select a volume and try again.

DISKPART>
There is no partition selected.
Please select a partition and try again.

DISKPART>
There is no disk selected to create a partition.
Select a disk and try again.

DISKPART>
There is no volume selected.
Please select a volume and try again.

DISKPART>
There is no volume specified.
Please select a volume and try again.

DISKPART>
Leaving DiskPart...

2021-04-12 10:11:13.8420 [info] The partitions have been created!
2021-04-12 10:11:13.8420 [info] Applying the WIM image to: Q
2021-04-12 10:11:13.8580 [trace] Started Windows Imaging
2021-04-12 10:11:14.1710 [error] System.ComponentModel.Win32Exception (0x80004005): The system cannot find the path specified
at Microsoft.Wim.WimgApi.ApplyImage(WimHandle imageHandle, String path, WimApplyImageOptions options)
at WoR.Wrappers.WIMGAPIWrapper.<>c__DisplayClass1_0.<ApplyImage>b0()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at WoR.Wrappers.WIMGAPIWrapper.<ApplyImage>d
1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at WoR.Setup.SetupProcess.<ApplyWimTask>d19.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at WoR.Setup.SetupProcess.<Run>d
16.MoveNext()
2021-04-12 10:11:14.1880 [warn] The installation could not be finished!
2021-04-12 10:11:14.1880 [info] Elapsed time: 00:00:06

Steps To Reproduce

1) Downloaded the windows os package from https://uupdump.net/download.php?id=d6a39dd1-a5f5-4ecd-aa41-0311468baaeb&amp;pack=en-us&amp;edition=core;professional
2) Ran the uup_download_windows.cmd to build the iso
3) Downloaded WoR from https://www.worproject.ml/
4) Ran WoR
5) Selected ths iso and clicked on Install

Additional Information

Boot Options selected:
arm_64bit=1
disable_commandline_tags=2
disable_overscan=1
enable_uart=1
uart_2ndstage=1
armstub=RPI_EFI.fd
device_tree_address=0x1f0000
device_tree_end=0x200000

TagsNo tags attached.

Activities

jenishngl

jenishngl

2021-04-12 04:59

reporter  

image.png (84,593 bytes)   
image.png (84,593 bytes)   
image-2.png (70,381 bytes)   
image-2.png (70,381 bytes)   
image-3.png (64,307 bytes)   
image-3.png (64,307 bytes)   
image-4.png (64,882 bytes)   
image-4.png (64,882 bytes)   
image-5.png (72,762 bytes)   
image-5.png (72,762 bytes)   
image-6.png (77,788 bytes)   
image-6.png (77,788 bytes)   
image-7.png (38,880 bytes)   
image-7.png (38,880 bytes)   
image-8.png (44,886 bytes)   
image-8.png (44,886 bytes)   
image-9.png (41,756 bytes)   
image-9.png (41,756 bytes)   
Mario

Mario

2021-04-23 13:47

administrator   ~0000240

There seems to be something wrong with your drive / card reader.

dhtm15

dhtm15

2021-05-08 05:58

reporter   ~0000254

Same problem here! (SSD perfect and no problem detected)

WoR.2021-05-08 02_49_22.9020.log (15,418 bytes)   
2021-05-08 02:49:22.9020 [info] Windows on Raspberry 64-bit (version 2.1.1)
2021-05-08 02:49:22.9450 [info] Copyright � 2018-2021 Mario Balanica. All Rights Reserved.
2021-05-08 02:49:22.9450 [info] OS: Windows 10 Pro ver 2009 (19041.1.amd64fre.vb_release.191206-1406)
2021-05-08 02:49:22.9450 [info] OS language: pt-BR
2021-05-08 02:49:23.2562 [info] Loaded language: en-US
2021-05-08 02:49:23.3421 [info] Checking for updates...
2021-05-08 02:49:24.6475 [info] Loading disks...
2021-05-08 02:49:24.7215 [info] Disk 3 - KingSpec Z3-90 SCSI Disk Device - External hard disk media - 83 GB
2021-05-08 02:49:24.7215 [info] Disk 2 - WD My Passport 0820 USB Device - External hard disk media - 931 GB
2021-05-08 02:49:24.7215 [info] Disk 1 - Seagate Expansion SCSI Disk Device - External hard disk media - 931 GB
2021-05-08 02:49:24.7215 [info] ? Disk 0 - Asgard AN2 500NVMe-M.2/80 - Fixed hard disk media - 465 GB
2021-05-08 02:49:24.7215 [info] 4 disk(s) found
2021-05-08 02:49:25.3434 [info] No updates found.
2021-05-08 02:49:25.5906 [info] Selected device: Raspberry Pi 4 / 400 [ARM64]
2021-05-08 02:49:47.2675 [info] Selected disk: Disk 3 - KingSpec Z3-90 SCSI Disk Device - External hard disk media - 83 GB
2021-05-08 02:49:58.0281 [info] Selected image (ISO): 21376.1.210503-1432.CO_RELEASE_CLIENTCORE_OEMRET_A64FRE_EN-US.ISO
2021-05-08 02:49:58.1185 [info] Mounting the ISO image...
2021-05-08 02:50:00.6219 [info] ISO file mounted on: G:\
2021-05-08 02:50:00.6219 [info] Found WIM image: G:\sources\install.wim
2021-05-08 02:50:00.6756 [info] Edition 1: Windows 10 Home build 21376.1
2021-05-08 02:50:00.6756 [info] Selected edition: Windows 10 Home build 21376.1
2021-05-08 02:50:05.5936 [info] Drivers package source: server
2021-05-08 02:50:05.5994 [info] Drivers package remote repository: worproject/RPi-Windows-Drivers
2021-05-08 02:50:05.6355 [debug] Verifying the local asset...
2021-05-08 02:50:05.6355 [debug] Local asset ID: "34732105"
2021-05-08 02:50:05.6443 [debug] Getting the latest release from "worproject/RPi-Windows-Drivers"
2021-05-08 02:50:06.3605 [debug] Release name: "Version 0.9", ID: "41207938"
2021-05-08 02:50:06.3605 [debug] Getting the latest asset from release "41207938"
2021-05-08 02:50:06.3605 [debug] Asset name filter: "RPi4_Windows_ARM64"
2021-05-08 02:50:06.3605 [debug] Asset name: "RPi4_Windows_ARM64_Drivers_v0.9.zip", ID: "34732105"
2021-05-08 02:50:06.3605 [debug] The local asset is up-to-date!
2021-05-08 02:50:08.2267 [info] UEFI package source: server
2021-05-08 02:50:08.2267 [info] UEFI package remote repository: pftf/RPi4
2021-05-08 02:50:08.2658 [debug] Verifying the local asset...
2021-05-08 02:50:08.2668 [debug] Local asset ID: "35170241"
2021-05-08 02:50:08.2668 [debug] Getting the latest release from "pftf/RPi4"
2021-05-08 02:50:08.4235 [debug] Release name: "v1.26", ID: "41537538"
2021-05-08 02:50:08.4235 [debug] Getting the latest asset from release "41537538"
2021-05-08 02:50:08.4235 [debug] Asset name: "RPi4_UEFI_Firmware_v1.26.zip", ID: "35170241"
2021-05-08 02:50:08.4235 [debug] The local asset is up-to-date!
2021-05-08 02:50:37.3755 [info] -- Installation details --
2021-05-08 02:50:37.3755 [info] Disk
2021-05-08 02:50:37.3755 [info]   Index: 3
2021-05-08 02:50:37.3755 [info]   Name: KingSpec Z3-90 SCSI Disk Device
2021-05-08 02:50:37.3755 [info]   Type: External hard disk media
2021-05-08 02:50:37.3755 [info]   Size: 83
2021-05-08 02:50:37.3755 [info] Device
2021-05-08 02:50:37.3755 [info]   Type: RPi4-ARM64
2021-05-08 02:50:37.3755 [info] Image
2021-05-08 02:50:37.3755 [info]   Format: ISO
2021-05-08 02:50:37.3755 [info]   Index: 1
2021-05-08 02:50:37.3755 [info]   Name: Windows 10 Home
2021-05-08 02:50:37.3755 [info]   Arch: ARM64
2021-05-08 02:50:37.3926 [info]   Build: 21376.1
2021-05-08 02:50:37.3926 [info] Drivers package
2021-05-08 02:50:37.3926 [info]   FilePath: worproject/RPi-Windows-Drivers
2021-05-08 02:50:37.4073 [info]   ExtractedPath: C:\Users\Administrator\Desktop\WoR_Release_2.1.1\res\drivers\RPi4-ARM64
2021-05-08 02:50:37.4073 [info] UEFI package
2021-05-08 02:50:37.4073 [info]   FilePath: pftf/RPi4
2021-05-08 02:50:37.4073 [info]   ExtractedPath: C:\Users\Administrator\Desktop\WoR_Release_2.1.1\res\bootpackage\RPi4-ARM64
2021-05-08 02:50:37.4073 [info] Options
2021-05-08 02:50:37.4073 [info]   UseLZXCompression: False
2021-05-08 02:50:37.4073 [info]   PartitionScheme: GPT
2021-05-08 02:50:37.4073 [info]   ImageDeployer: WIMGAPI
2021-05-08 02:50:37.4073 [info]   MemoryLimit: 0
2021-05-08 02:50:37.4073 [info]   RecoveryEnabled: True
2021-05-08 02:50:37.4073 [info] Boot config
2021-05-08 02:50:37.4073 [info]   Path: C:\Users\Administrator\Desktop\WoR_Release_2.1.1\res\bootpackage\RPi4-ARM64\_wor_boot_config.txt
2021-05-08 02:50:37.4073 [info]   Contents:
2021-05-08 02:50:37.4073 [info]      arm_64bit=1
2021-05-08 02:50:37.4073 [info]      enable_uart=1
2021-05-08 02:50:37.4073 [info]      uart_2ndstage=1
2021-05-08 02:50:37.4073 [info]      enable_gic=1
2021-05-08 02:50:37.4073 [info]      armstub=RPI_EFI.fd
2021-05-08 02:50:37.4228 [info]      disable_commandline_tags=1
2021-05-08 02:50:37.4228 [info]      disable_overscan=1
2021-05-08 02:50:37.4384 [info]      device_tree_address=0x1f0000
2021-05-08 02:50:37.4384 [info]      device_tree_end=0x200000
2021-05-08 02:50:37.4384 [info]      dtoverlay=miniuart-bt
2021-05-08 02:50:37.4384 [info]      
2021-05-08 02:50:37.4384 [info] CompressionRequired: False
2021-05-08 02:50:37.4384 [info] -- End of installation details --
2021-05-08 02:50:37.4384 [info] The installation process has started!
2021-05-08 02:50:37.4384 [info] Allocated partition letters:
2021-05-08 02:50:37.4384 [info] Windows partition: S
2021-05-08 02:50:37.4384 [info] Boot partition: T
2021-05-08 02:50:37.4540 [info] Formatting the target device...
2021-05-08 02:50:37.4540 [debug] Creating diskpart script with the following commands: select disk 3 , clean , exit
2021-05-08 02:50:37.4540 [debug] Launch diskpart.exe with the following arguments: /s "C:\Users\Administrator\Desktop\WoR_Release_2.1.1\temp\diskpart.script"
2021-05-08 02:50:37.7711 [debug] diskpart.exe process output:
2021-05-08 02:50:37.7711 [debug] Standard output:

Microsoft DiskPart vers�o 10.0.19041.610

Copyright (C) Microsoft Corporation.
No computador: WIN-B3BOK6BSAGQ

O disco 3 � o disco selecionado.

DiskPart est� limpando o disco.

Saindo do Diskpart...

2021-05-08 02:50:37.7711 [debug] Exit code: 0
2021-05-08 02:50:41.2824 [info] The target device has been erased!
2021-05-08 02:50:41.2824 [info] Creating the partitions...
2021-05-08 02:50:41.2976 [debug] Creating diskpart script with the following commands: select disk 3 , convert mbr , convert gpt , list partition , exit
2021-05-08 02:50:41.2976 [debug] Launch diskpart.exe with the following arguments: /s "C:\Users\Administrator\Desktop\WoR_Release_2.1.1\temp\diskpart.script"
2021-05-08 02:50:41.4233 [debug] diskpart.exe process output:
2021-05-08 02:50:41.4233 [debug] Standard output:

Microsoft DiskPart vers�o 10.0.19041.610

Copyright (C) Microsoft Corporation.
No computador: WIN-B3BOK6BSAGQ

O disco 3 � o disco selecionado.

DiskPart converteu com �xito o disco selecionado em formato MBR.

DiskPart converteu com �xito o disco selecionado em formato GPT.

  Parti��o No.   Tipo              Tamanho  Deslocamento
  -------------  ----------------  -------  ------------
  Parti��o 1    Reservado           15 MB    17 KB

Saindo do Diskpart...

2021-05-08 02:50:41.4233 [debug] Exit code: 0
2021-05-08 02:50:41.4233 [debug] Creating diskpart script with the following commands: select disk 3 , convert mbr , convert gpt , list partition , exit , exit
2021-05-08 02:50:41.4233 [debug] Launch diskpart.exe with the following arguments: /s "C:\Users\Administrator\Desktop\WoR_Release_2.1.1\temp\diskpart.script"
2021-05-08 02:50:41.5462 [debug] diskpart.exe process output:
2021-05-08 02:50:41.5462 [debug] Standard output:

Microsoft DiskPart vers�o 10.0.19041.610

Copyright (C) Microsoft Corporation.
No computador: WIN-B3BOK6BSAGQ

O disco 3 � o disco selecionado.

DiskPart converteu com �xito o disco selecionado em formato MBR.

DiskPart converteu com �xito o disco selecionado em formato GPT.

  Parti��o No.   Tipo              Tamanho  Deslocamento
  -------------  ----------------  -------  ------------
  Parti��o 1    Reservado           15 MB    17 KB

Saindo do Diskpart...

2021-05-08 02:50:41.5462 [debug] Exit code: 0
2021-05-08 02:50:41.5511 [debug] Creating diskpart script with the following commands: select disk 3 , create partition primary size=128 , format fs=fat32 quick label=BOOT , assign letter=T , create partition msr size=16 , create partition primary , format fs=ntfs quick label=Windows , assign letter=S , exit
2021-05-08 02:50:41.5511 [debug] Launch diskpart.exe with the following arguments: /s "C:\Users\Administrator\Desktop\WoR_Release_2.1.1\temp\diskpart.script"
2021-05-08 02:50:42.9254 [debug] diskpart.exe process output:
2021-05-08 02:50:42.9254 [debug] Standard output:

Microsoft DiskPart vers�o 10.0.19041.610

Copyright (C) Microsoft Corporation.
No computador: WIN-B3BOK6BSAGQ

O disco 3 � o disco selecionado.

DiskPart criou com �xito a parti��o especificada.


    0 por cento conclu�do
  100 por cento conclu�do


O DiskPart formatou com �xito o volume.

DiskPart atribuiu com �xito a letra de unidade ou o ponto de montagem.

DiskPart criou com �xito a parti��o especificada.

DiskPart criou com �xito a parti��o especificada.


    0 por cento conclu�do
    0 por cento conclu�do
    0 por cento conclu�do
  100 por cento conclu�do


O DiskPart formatou com �xito o volume.

DiskPart atribuiu com �xito a letra de unidade ou o ponto de montagem.

Saindo do Diskpart...

2021-05-08 02:50:42.9254 [debug] Exit code: 0
2021-05-08 02:50:42.9547 [info] The partitions have been created!
2021-05-08 02:50:42.9547 [info] Applying the WIM image to: S
2021-05-08 02:50:42.9693 [trace] Started Windows Imaging
2021-05-08 02:53:58.8533 [trace] Windows Imaging finished the task successfully!
2021-05-08 02:53:58.8533 [info] The image has been applied to: S
2021-05-08 02:53:58.8633 [info] Installing drivers into the base image...
2021-05-08 02:54:02.2704 [info] Finding WinRE image...
2021-05-08 02:54:02.2704 [info] Found image at: S:\Windows\System32\Recovery\winre.wim
2021-05-08 02:54:02.2704 [info] Mounting the image at: C:\Users\Administrator\Desktop\WoR_Release_2.1.1\temp\winre
2021-05-08 02:54:09.8210 [info] Installing drivers into the WinRE image...
2021-05-08 02:54:12.5665 [info] Unmounting the image and saving the changes...
2021-05-08 02:54:23.7881 [info] The drivers have been installed!
2021-05-08 02:54:23.7881 [info] Installing the boot files on: T
2021-05-08 02:54:23.8446 [info] The boot files have been copied to: T
2021-05-08 02:54:23.8446 [info] Creating the BCD...
2021-05-08 02:54:23.8446 [debug] Launch bcdboot.exe with the following arguments: S:\Windows /s T: /f UEFI
2021-05-08 02:54:24.7606 [debug] bcdboot.exe process output:
2021-05-08 02:54:24.7606 [debug] Standard output:
Arquivos de inicializa��o criados com �xito.

2021-05-08 02:54:24.7606 [debug] Exit code: 0
2021-05-08 02:54:24.7606 [info] The BCD has been created!
2021-05-08 02:54:24.7830 [info] Setting testsigning and nointegritychecks on...
2021-05-08 02:54:24.7830 [debug] Launch bcdedit.exe with the following arguments: /store T:\EFI\Microsoft\Boot\BCD /set {bootloadersettings} testsigning on
2021-05-08 02:54:24.8606 [debug] bcdedit.exe process output:
2021-05-08 02:54:24.8606 [debug] Standard output:
A opera��o foi conclu�da com �xito.

2021-05-08 02:54:24.8606 [debug] Exit code: 0
2021-05-08 02:54:24.8606 [debug] Launch bcdedit.exe with the following arguments: /store T:\EFI\Microsoft\Boot\BCD /set {bootloadersettings} nointegritychecks on
2021-05-08 02:54:24.9359 [debug] bcdedit.exe process output:
2021-05-08 02:54:24.9359 [debug] Standard output:
A opera��o foi conclu�da com �xito.

2021-05-08 02:54:24.9359 [debug] Exit code: 0
2021-05-08 02:54:24.9564 [info] testsigning and nointegritychecks have been enabled!
2021-05-08 02:54:24.9564 [info] Converting boot partition to ESP...
2021-05-08 02:54:24.9564 [debug] Creating diskpart script with the following commands: select disk 3 , select partition 1 , remove letter=T: , set id=C12A7328-F81F-11D2-BA4B-00A0C93EC93B , exit
2021-05-08 02:54:24.9564 [debug] Launch diskpart.exe with the following arguments: /s "C:\Users\Administrator\Desktop\WoR_Release_2.1.1\temp\diskpart.script"
2021-05-08 02:54:25.0941 [debug] diskpart.exe process output:
2021-05-08 02:54:25.0941 [debug] Standard output:

Microsoft DiskPart vers�o 10.0.19041.610

Copyright (C) Microsoft Corporation.
No computador: WIN-B3BOK6BSAGQ

O disco 3 � o disco selecionado.

1 � a parti��o selecionada.

Nenhum volume foi selecionado.
Selecione um volume e tente novamente.

2021-05-08 02:54:25.0941 [warn] Exit code: -2147024809
2021-05-08 02:54:25.1136 [error] WoR.Exceptions.ProcessException: The diskpart.exe process has returned an error!
   em WoR.Wrappers.ProcessWrapper.<ExecuteAsync>b__21_0()
   em System.Threading.Tasks.Task`1.InnerInvoke()
   em System.Threading.Tasks.Task.Execute()
--- Fim do rastreamento de pilha do local anterior onde a exce��o foi gerada ---
   em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em WoR.Wrappers.ProcessWrapper.<ExecuteAsync>d__21.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exce��o foi gerada ---
   em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em WoR.Wrappers.DiskpartWrapper.<Run>d__1.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exce��o foi gerada ---
   em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em WoR.Wrappers.DiskpartWrapper.<ConvertBoot_ESP>d__5.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exce��o foi gerada ---
   em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em WoR.Setup.SetupProcess.<ConvertBootPartitionToESPTask>d__35.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exce��o foi gerada ---
   em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em WoR.Setup.SetupProcess.<Run>d__17.MoveNext()
2021-05-08 02:54:25.1256 [warn] The installation could not be finished!
2021-05-08 02:54:25.1256 [info] Elapsed time: 00:03:47
2021-05-08 02:55:24.0369 [info] Unmounting the ISO image...
2021-05-08 02:55:24.6610 [info] The ISO image has been unmounted!
2021-05-08 02:55:24.6610 [info] Deleting the temporary folder...
2021-05-08 02:55:24.6776 [info] The temporary folder has been deleted!
Mario

Mario

2021-05-09 15:03

administrator   ~0000255

@dhtm15 your issue has been fixed in version 2.1.2: https://worproject.ml/downloads

jenishngl

jenishngl

2021-05-09 16:24

reporter   ~0000256

Norton has scanned this file to be affected

image-10.png (78,877 bytes)   
image-10.png (78,877 bytes)   
Mario

Mario

2021-05-09 16:54

administrator   ~0000257

That's why it's recommended in the guide to disable any anti-virus solution. There will always be some anti-virus that blocks something due to false-positives.
I recommend scanning files on https://www.virustotal.com/ rather than trusting Norton.

Issue History

Date Modified Username Field Change
2021-04-12 04:59 jenishngl New Issue
2021-04-12 04:59 jenishngl File Added: image.png
2021-04-12 04:59 jenishngl File Added: image-2.png
2021-04-12 04:59 jenishngl File Added: image-3.png
2021-04-12 04:59 jenishngl File Added: image-4.png
2021-04-12 04:59 jenishngl File Added: image-5.png
2021-04-12 04:59 jenishngl File Added: image-6.png
2021-04-12 04:59 jenishngl File Added: image-7.png
2021-04-12 04:59 jenishngl File Added: image-8.png
2021-04-12 04:59 jenishngl File Added: image-9.png
2021-04-23 13:47 Mario Note Added: 0000240
2021-05-08 05:58 dhtm15 Note Added: 0000254
2021-05-08 05:58 dhtm15 File Added: WoR.2021-05-08 02_49_22.9020.log
2021-05-09 15:03 Mario Note Added: 0000255
2021-05-09 16:24 jenishngl Note Added: 0000256
2021-05-09 16:24 jenishngl File Added: image-10.png
2021-05-09 16:54 Mario Note Added: 0000257
2021-06-02 13:43 Mario Assigned To => Mario
2021-06-02 13:43 Mario Status new => closed
2021-06-02 13:43 Mario Resolution open => unable to reproduce