Hasleo Software Forums
Problem with command line - Printable Version

+- Hasleo Software Forums (https://www.easyuefi.com/forums)
+-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forumdisplay.php?fid=1)
+--- Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) (https://www.easyuefi.com/forums/forumdisplay.php?fid=10)
+--- Thread: Problem with command line (/showthread.php?tid=1810)

Pages: 1 2 3


Problem with command line - maxhgm - 03-22-2024

After updating to version 4.4 (from 4.0), the Backup Suite crashes when attempting to use the command line, necessitating a reinstall.

However, the same tasks run successfully from the suite on demand and on schedule.

Nevertheless, I prefer to utilize the command line within a PowerShell script that executes additional backup steps.

"C:\Program Files\Hasleo\Hasleo Backup Suite\bin\BackupCmdUI.exe" /a run /g $guid /t 0


RE: Problem with command line - admin - 03-22-2024

Very strange it works very well on our side.

The service program appears to have terminated abnormally. Please check whether there is Crash_x_xxxx_xx_xx_xx_xx_xx.dmp or BackupService.exe.xxxx.dmp file in the bin folder under the installation directory of Hasleo Backup Suite, please send the file to us, and we will resolve it as soon as possible.


RE: Problem with command line - maxhgm - 03-22-2024

0xC0000094
The thread tried to divide an integer value by an integer divisor of zero.

The server is a Windows Server 2012 R2. The type of the task is a system backup that works fine from the program or even the program schedule.

Thanks!


RE: Problem with command line - admin - 03-23-2024

Is the issue reproducible? It's very strange that the code location indicated by the crash file doesn't perform a division operation. Technically executing the backup task through the GUI and through the command line should give the same result, since they simply send the command to run the backup task to the service program, which then processes the command.


RE: Problem with command line - maxhgm - 03-24-2024

After removing, deleting the folder manually, and reinstalling from scratch, the division by zero error occurs even when trying to create a new backup task or import a previously made backup.

In both cases, the division by zero error occurs. In the event log, the only error is related to the Hasleo Backup service, which terminates unexpectedly (presumably due to the division by zero).

There are no other indications of hardware failure, and no other system shows any noticeable failure on this data server.


RE: Problem with command line - maxhgm - 03-25-2024

Apparently, the issue was resolved after recreating the partitions of the involved disks. If the error occurs again after this, I'll update the post.


RE: Problem with command line - admin - 03-25-2024

This is a very strange issue where the crash file doesn't manage to point out the correct location where the error occurred.


RE: Problem with command line - maxhgm - 03-26-2024

In the BackupService log, I found a message about an invalid partition every time the program crashed. Could this possibly lead you to the source of the division by zero?

It's strange that Windows boots normally and shows no errors on scandisk.


RE: Problem with command line - admin - 03-26-2024

(03-26-2024, 06:41 AM)maxhgm Wrote: In the BackupService log, I found a message about an invalid partition every time the program crashed. Could this possibly lead you to the source of the division by zero?

It's strange that Windows boots normally and shows no errors on scandisk.

Too much information, can you point out where the message is in the log file? Thanks.


RE: Problem with command line - maxhgm - 03-26-2024

Just find for "invalid", there's a lot. Every one was an reinstall + first full backup ok + error on incremental backup scheduled (tried many times until figure out this message).

2024-03-23 18:48:47 T:000022B0 00000160: 24 02 C3 49 6E 76 61 6C 69 64 20 70 61 72 74 69 $..Invalid parti


2024-03-23 18:48:47 T:00001BBC Log version: 1.0
2024-03-23 18:48:47 T:00001BBC OS Name:Windows Server 2012 R2 Essentials Version:6.3 Build 9600 Bits:64
2024-03-23 18:48:47 T:00001BBC Hasleo Backup Suite Version:4.4.0.2
2024-03-23 18:48:47 T:00001BBC .\BackupService.cpp 804 Start...
2024-03-23 18:48:47 T:00001BBC .\ProcessHelper.cpp 55 nRet=0x000F001300000000
2024-03-23 18:48:47 T:00001BBC .\CmdDeal.cpp 3360 nRet=0x000F001300000000
2024-03-23 18:48:47 T:00001BBC .\BackupService.cpp 817 nRet=0x000F001300000000
2024-03-23 18:48:47 T:00001BBC .\LicenseKeyRegEx.cpp 325 BFEBFBFF0001067A Dell Inc.
2024-03-23 18:48:47 T:00001BBC .\NtSecurity.cpp 359 u32Result=0x534,GetLastError=1332
2024-03-23 18:48:47 T:00001BBC .\NtSecurity.cpp 359 u32Result=0x534,GetLastError=1332
2024-03-23 18:48:47 T:00001BBC .\FilePublic.cpp 1418 nRet=0x0845007F00000002 C:\Program Files\Hasleo\Hasleo Backup Suite\bin\BackupWorker.log
2024-03-23 18:48:47 T:00001BBC .\NtSecurity.cpp 359 u32Result=0x534,GetLastError=1332
2024-03-23 18:48:47 T:00001BBC .\FilePublic.cpp 1418 nRet=0x0845007F00000002 C:\Program Files\Hasleo\Hasleo Backup Suite\bin\BackupSystemTray.log
2024-03-23 18:48:47 T:00001BBC .\NtSecurity.cpp 359 u32Result=0x534,GetLastError=1332
2024-03-23 18:48:47 T:00001BBC .\FilePublic.cpp 1418 nRet=0x0845007F00000002 C:\Program Files\Hasleo\Hasleo Backup Suite\bin\BackupCmdUI.log
2024-03-23 18:48:47 T:00001BBC .\NtSecurity.cpp 359 u32Result=0x534,GetLastError=1332
2024-03-23 18:48:47 T:00001BBC .\BackupService.cpp 740
2024-03-23 18:48:47 T:00001BBC .\FilePublic.cpp 1418 nRet=0x0845007F00000002 C:\Program Files\Hasleo\Hasleo Backup Suite\bin\TaskConfig.xml
2024-03-23 18:48:47 T:00001BBC .\TaskConfigFile.cpp 208 nRet=0x00CF007F00000002
2024-03-23 18:48:47 T:00001BBC .\TaskConfigFile.cpp 146 nRet=0x00CF007F00000002
2024-03-23 18:48:47 T:00001BBC .\ConvertTask.cpp 189 nRet=0x00BC000100000000
2024-03-23 18:48:47 T:00001BBC .\ConvertTask.cpp 29 nRet=0x0000000000000000
2024-03-23 18:48:47 T:00001BBC .\BackupService.cpp 847 13579 13580 13581
2024-03-23 18:48:47 T:00001180 .\BackupService.cpp 585 13580
2024-03-23 18:48:47 T:00001BBC .\FilePublic.cpp 1418 nRet=0x0845007F00000002 C:\Program Files\Hasleo\Hasleo Backup Suite\bin\winpe.iso
2024-03-23 18:48:47 T:00001BBC .\LicenseKeyRegEx.cpp 172 dwErrNo=0x2
2024-03-23 18:48:47 T:00001BBC .\LicenseKeyRegEx.cpp 174 nRet=0x00AD001300000000
2024-03-23 18:48:47 T:00001BBC .\LicenseMgr.cpp 72 nRet=0x00AD001300000000
2024-03-23 18:48:47 T:00001BBC .\TrialMgr.cpp 141 nRet=0x0000000000000000 Edition Type=0
2024-03-23 18:48:47 T:00001BBC .\LicenseKeyRegEx.cpp 172 dwErrNo=0x2
2024-03-23 18:48:47 T:00001BBC .\LicenseKeyRegEx.cpp 174 nRet=0x00AD001300000000
2024-03-23 18:48:47 T:00001BBC .\LicenseMgr.cpp 72 nRet=0x00AD001300000000
2024-03-23 18:48:47 T:00001BBC .\TrialMgr.cpp 208 nRet=0x0000000000000000 Edition Type=0
2024-03-23 18:48:47 T:00001BBC .\CmdDeal.cpp 258 nRet=0x0000000000000000 ++++++
2024-03-23 18:48:47 T:00000D90 ..\BackupMainUI\UIPublic.cpp 404 13579
2024-03-23 18:48:47 T:000022B0 .\DiskPartManager.cpp 397 ====================ALL Disks:====================
2024-03-23 18:48:47 T:000022B0 .\EFIFirmware.cpp 1099 GetLastError()=0x00000001
2024-03-23 18:48:47 T:000022B0 .\EFIFirmware.cpp 1099 GetLastError()=0x00000001
2024-03-23 18:48:47 T:000012A8 .\ProcessHelper.cpp 55 nRet=0x000F001300000000
2024-03-23 18:48:47 T:000022B0 .\EnumDisk.cpp 285 nRet=0x0000000000000000 Enum Disk...
2024-03-23 18:48:47 T:000012A8 .\CmdDeal.cpp 3319 nRet=0x000F001300000000
2024-03-23 18:48:47 T:000022B0 00000000: 33 C0 8E D0 BC 00 7C 8E C0 8E D8 BE 00 7C BF 00 3.....|......|..
2024-03-23 18:48:47 T:000022B0 00000010: 06 B9 00 02 FC F3 A4 50 68 1C 06 CB FB B9 04 00 .......Ph.......
2024-03-23 18:48:47 T:000022B0 00000020: BD BE 07 80 7E 00 00 7C 0B 0F 85 0E 01 83 C5 10 ....~..|........
2024-03-23 18:48:47 T:000022B0 00000030: E2 F1 CD 18 88 56 00 55 C6 46 11 05 C6 46 10 00 .....V.U.F...F..
2024-03-23 18:48:47 T:000022B0 00000040: B4 41 BB AA 55 CD 13 5D 72 0F 81 FB 55 AA 75 09 .A..U..]r...U.u.
2024-03-23 18:48:47 T:000022B0 00000050: F7 C1 01 00 74 03 FE 46 10 66 60 80 7E 10 00 74 ....t..F.f`.~..t
2024-03-23 18:48:47 T:000022B0 00000060: 26 66 68 00 00 00 00 66 FF 76 08 68 00 00 68 00 &fh....f.v.h..h.
2024-03-23 18:48:47 T:000022B0 00000070: 7C 68 01 00 68 10 00 B4 42 8A 56 00 8B F4 CD 13 |h..h...B.V.....
2024-03-23 18:48:47 T:000022B0 00000080: 9F 83 C4 10 9E EB 14 B8 01 02 BB 00 7C 8A 56 00 ............|.V.
2024-03-23 18:48:47 T:000022B0 00000090: 8A 76 01 8A 4E 02 8A 6E 03 CD 13 66 61 73 1C FE .v..N..n...fas..
2024-03-23 18:48:47 T:000022B0 000000A0: 4E 11 75 0C 80 7E 00 80 0F 84 8A 00 B2 80 EB 84 N.u..~..........
2024-03-23 18:48:47 T:000022B0 000000B0: 55 32 E4 8A 56 00 CD 13 5D EB 9E 81 3E FE 7D 55 U2..V...]...>.}U
2024-03-23 18:48:47 T:000022B0 000000C0: AA 75 6E FF 76 00 E8 8D 00 75 17 FA B0 D1 E6 64 .un.v....u.....d
2024-03-23 18:48:47 T:000022B0 000000D0: E8 83 00 B0 DF E6 60 E8 7C 00 B0 FF E6 64 E8 75 ......`.|....d.u
2024-03-23 18:48:47 T:000022B0 000000E0: 00 FB B8 00 BB CD 1A 66 23 C0 75 3B 66 81 FB 54 .......f#.u;f..T
2024-03-23 18:48:47 T:000022B0 000000F0: 43 50 41 75 32 81 F9 02 01 72 2C 66 68 07 BB 00 CPAu2....r,fh...
2024-03-23 18:48:47 T:000022B0 00000100: 00 66 68 00 02 00 00 66 68 08 00 00 00 66 53 66 .fh....fh....fSf
2024-03-23 18:48:47 T:000022B0 00000110: 53 66 55 66 68 00 00 00 00 66 68 00 7C 00 00 66 SfUfh....fh.|..f
2024-03-23 18:48:47 T:000022B0 00000120: 61 68 00 00 07 CD 1A 5A 32 F6 EA 00 7C 00 00 CD ah.....Z2...|...
2024-03-23 18:48:47 T:000022B0 00000130: 18 A0 B7 07 EB 08 A0 B6 07 EB 03 A0 B5 07 32 E4 ..............2.
2024-03-23 18:48:47 T:000022B0 00000140: 05 00 07 8B F0 AC 3C 00 74 09 BB 07 00 B4 0E CD ......<.t.......
2024-03-23 18:48:47 T:000022B0 00000150: 10 EB F2 F4 EB FD 2B C9 E4 64 EB 00 24 02 E0 F8 ......+..d..$...
2024-03-23 18:48:47 T:000022B0 00000160: 24 02 C3 49 6E 76 61 6C 69 64 20 70 61 72 74 69 $..Invalid parti
2024-03-23 18:48:47 T:000022B0 00000170: 74 69 6F 6E 20 74 61 62 6C 65 00 45 72 72 6F 72 tion table.Error
2024-03-23 18:48:47 T:000022B0 00000180: 20 6C 6F 61 64 69 6E 67 20 6F 70 65 72 61 74 69 loading operati
2024-03-23 18:48:47 T:000022B0 00000190: 6E 67 20 73 79 73 74 65 6D 00 4D 69 73 73 69 6E ng system.Missin
2024-03-23 18:48:47 T:000022B0 000001A0: 67 20 6F 70 65 72 61 74 69 6E 67 20 73 79 73 74 g operating syst
2024-03-23 18:48:47 T:000022B0 000001B0: 65 6D 00 00 00 63 7B 9A 80 00 00 00 00 00 80 20 em...c{........
2024-03-23 18:48:47 T:000022B0 000001C0: 21 00 07 5B 2F 6C 00 08 00 00 00 88 1A 00 00 7C !..[/l.........|
2024-03-23 18:48:47 T:000022B0 000001D0: 11 6C 07 FE FF FF 00 98 1A 00 28 1A 80 25 00 00 .l........(..%..
2024-03-23 18:48:47 T:000022B0 000001E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
2024-03-23 18:48:47 T:000022B0 000001F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 AA ..............U.
2024-03-23 18:48:47 T:000012A8 .\CmdDeal.cpp 2244 C:\Program Files\Hasleo\Hasleo Backup Suite\bin\BackupSystemTray.exe
2024-03-23 18:48:47 T:000022B0 .\EnumDisk.cpp 108 DiskNumber:0 DiskType:2 CHS:116737*255*63 SectorSize:512 Sectors:1875385008 Readonly:0 Offline:0 Removable:0 USB:0
2024-03-23 18:48:47 T:000022B0 .\DiskAndPartPublic.cpp 1482 SymbolicLinkName=\??\Volume{27dcd298-599b-11e6-80b4-806e6f6e6963}
2024-03-23 18:48:47 T:000022B0 .\DiskAndPartPublic.cpp 1482 SymbolicLinkName=\DosDevices\C:
2024-03-23 18:48:47 T:000022B0 .\DiskAndPartPublic.cpp 1482 SymbolicLinkName=\??\Volume{27dcd299-599b-11e6-80b4-806e6f6e6963}
2024-03-23 18:48:47 T:00001BBC .\LicenseKeyRegEx.cpp 172 dwErrNo=0x2
2024-03-23 18:48:47 T:00001BBC .\LicenseKeyRegEx.cpp 174 nRet=0x00AD001300000000
2024-03-23 18:48:47 T:00001BBC .\LicenseMgr.cpp 72 nRet=0x00AD001300000000
2024-03-23 18:48:47 T:000022B0 .\EnumDisk.cpp 108 DiskNumber:1 DiskType:3 CHS:116737*255*63 SectorSize:512 Sectors:1875385008 Readonly:0 Offline:0 Removable:0 USB:0
2024-03-23 18:48:47 T:000022B0 .\DiskAndPartPublic.cpp 1466 nRet=0x05B9001500000057 wszDeviceName:\Device\Harddisk1\Partition1
2024-03-23 18:48:47 T:000022B0 .\DiskAndPartPublic.cpp 1591 nRet=0x05B9001500000057
2024-03-23 18:48:47 T:000022B0 .\VolInfo.cpp 338 nRet=0x05B9001500000057
2024-03-23 18:48:47 T:000022B0 .\VolInfo.cpp 446 nRet=0x0000000000000000
2024-03-23 18:48:47 T:000022B0 .\VolInfo.cpp 451 nRet=0x0000000000000000 wszDeviceName:\\?\{B23DD147-65B0-470B-9518-B6AF2F25310F}\ dwLastError:0x000003ED
2024-03-23 18:48:47 T:000022B0 .\VolInfo.cpp 622 nRet=0x026D0016000003ED
2024-03-23 18:48:47 T:000022B0 .\DiskAndPartPublic.cpp 1482 SymbolicLinkName=\??\Volume{344254cd-91f3-45e1-94c4-4ea7d6ea61a4}
2024-03-23 18:48:47 T:000022B0 .\DiskAndPartPublic.cpp 1482 SymbolicLinkName=\DosDevices\D:
2024-03-23 18:48:47 T:000022B0 00000000: 33 C0 8E D0 BC 00 7C 8E C0 8E D8 BE 00 7C BF 00 3.....|......|..
2024-03-23 18:48:47 T:000022B0 00000010: 06 B9 00 02 FC F3 A4 50 68 1C 06 CB FB B9 04 00 .......Ph.......
2024-03-23 18:48:47 T:000022B0 00000020: BD BE 07 80 7E 00 00 7C 0B 0F 85 0E 01 83 C5 10 ....~..|........
2024-03-23 18:48:47 T:000022B0 00000030: E2 F1 CD 18 88 56 00 55 C6 46 11 05 C6 46 10 00 .....V.U.F...F..
2024-03-23 18:48:47 T:000022B0 00000040: B4 41 BB AA 55 CD 13 5D 72 0F 81 FB 55 AA 75 09 .A..U..]r...U.u.
2024-03-23 18:48:47 T:000022B0 00000050: F7 C1 01 00 74 03 FE 46 10 66 60 80 7E 10 00 74 ....t..F.f`.~..t
2024-03-23 18:48:47 T:000022B0 00000060: 26 66 68 00 00 00 00 66 FF 76 08 68 00 00 68 00 &fh....f.v.h..h.
2024-03-23 18:48:47 T:000022B0 00000070: 7C 68 01 00 68 10 00 B4 42 8A 56 00 8B F4 CD 13 |h..h...B.V.....
2024-03-23 18:48:47 T:000022B0 00000080: 9F 83 C4 10 9E EB 14 B8 01 02 BB 00 7C 8A 56 00 ............|.V.
2024-03-23 18:48:47 T:000022B0 00000090: 8A 76 01 8A 4E 02 8A 6E 03 CD 13 66 61 73 1C FE .v..N..n...fas..
2024-03-23 18:48:47 T:000022B0 000000A0: 4E 11 75 0C 80 7E 00 80 0F 84 8A 00 B2 80 EB 84 N.u..~..........
2024-03-23 18:48:47 T:000022B0 000000B0: 55 32 E4 8A 56 00 CD 13 5D EB 9E 81 3E FE 7D 55 U2..V...]...>.}U
2024-03-23 18:48:47 T:000022B0 000000C0: AA 75 6E FF 76 00 E8 8D 00 75 17 FA B0 D1 E6 64 .un.v....u.....d
2024-03-23 18:48:47 T:000022B0 000000D0: E8 83 00 B0 DF E6 60 E8 7C 00 B0 FF E6 64 E8 75 ......`.|....d.u
2024-03-23 18:48:47 T:000022B0 000000E0: 00 FB B8 00 BB CD 1A 66 23 C0 75 3B 66 81 FB 54 .......f#.u;f..T
2024-03-23 18:48:47 T:000022B0 000000F0: 43 50 41 75 32 81 F9 02 01 72 2C 66 68 07 BB 00 CPAu2....r,fh...
2024-03-23 18:48:47 T:000022B0 00000100: 00 66 68 00 02 00 00 66 68 08 00 00 00 66 53 66 .fh....fh....fSf
2024-03-23 18:48:47 T:000022B0 00000110: 53 66 55 66 68 00 00 00 00 66 68 00 7C 00 00 66 SfUfh....fh.|..f
2024-03-23 18:48:47 T:000022B0 00000120: 61 68 00 00 07 CD 1A 5A 32 F6 EA 00 7C 00 00 CD ah.....Z2...|...
2024-03-23 18:48:47 T:000022B0 00000130: 18 A0 B7 07 EB 08 A0 B6 07 EB 03 A0 B5 07 32 E4 ..............2.
2024-03-23 18:48:47 T:000022B0 00000140: 05 00 07 8B F0 AC 3C 00 74 09 BB 07 00 B4 0E CD ......<.t.......
2024-03-23 18:48:47 T:000022B0 00000150: 10 EB F2 F4 EB FD 2B C9 E4 64 EB 00 24 02 E0 F8 ......+..d..$...
2024-03-23 18:48:47 T:000022B0 00000160: 24 02 C3 49 6E 76 61 6C 69 64 20 70 61 72 74 69 $..Invalid parti
2024-03-23 18:48:47 T:000022B0 00000170: 74 69 6F 6E 20 74 61 62 6C 65 00 45 72 72 6F 72 tion table.Error
2024-03-23 18:48:47 T:000022B0 00000180: 20 6C 6F 61 64 69 6E 67 20 6F 70 65 72 61 74 69 loading operati
2024-03-23 18:48:47 T:000022B0 00000190: 6E 67 20 73 79 73 74 65 6D 00 4D 69 73 73 69 6E ng system.Missin
2024-03-23 18:48:47 T:000022B0 000001A0: 67 20 6F 70 65 72 61 74 69 6E 67 20 73 79 73 74 g operating syst
2024-03-23 18:48:47 T:000022B0 000001B0: 65 6D 00 00 00 63 7B 9A ED 29 82 FA 00 00 00 20 em...c{..).....
2024-03-23 18:48:47 T:000022B0 000001C0: 21 00 07 FE FF FF 00 08 00 00 00 58 70 74 00 00 !..........Xpt..
2024-03-23 18:48:47 T:000022B0 000001D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
2024-03-23 18:48:47 T:000022B0 000001E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
2024-03-23 18:48:47 T:000022B0 000001F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 AA ..............U.
2024-03-23 18:48:47 T:000022B0 .\EnumDisk.cpp 108 DiskNumber:2 DiskType:2 CHS:121601*255*63 SectorSize:512 Sectors:1953525168 Readonly:0 Offline:0 Removable:0 USB:0
2024-03-23 18:48:47 T:000022B0 .\DiskAndPartPublic.cpp 1482 SymbolicLinkName=\??\Volume{27dcd29b-599b-11e6-80b4-806e6f6e6963}
2024-03-23 18:48:47 T:000022B0 .\DiskAndPartPublic.cpp 1482 SymbolicLinkName=\DosDevices\E:
2024-03-23 18:48:47 T:000022B0 .\EnumDisk.cpp 567 nRet=0x0000000000000000
2024-03-23 18:48:47 T:000022B0 .\EFIFirmware.cpp 1099 GetLastError()=0x00000001
2024-03-23 18:48:47 T:000022B0 .\EFIFirmware.cpp 1099 GetLastError()=0x00000001
2024-03-23 18:48:47 T:000022B0 .\SymbolicLink.cpp 152 nRet=0x00970015C0000033
2024-03-23 18:48:47 T:000022B0 .\EnumDisk.cpp 589 nRet=0x0000000000000000
2024-03-23 18:48:47 T:000022B0 .\EnumDisk.cpp 1307 nRet=0x0000000000000000
2024-03-23 18:48:47 T:000022B0 .\EnumDisk.cpp 1437 nRet=0x0000000000000000
2024-03-23 18:48:47 T:000022B0 .\EnumDisk.cpp 1574 nRet=0x0000000000000000
2024-03-23 18:48:48 T:000022B0 .\EnumDisk.cpp 1784 nRet=0x0000000000000000
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 301 DiskNumber:0 DiskType:2 CHS:116737*255*63 SectorSize:512 Sectors:1875385008 Readonly:0 Offline:0 Removable:0 USB:0
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 301 DiskNumber:1 DiskType:3 CHS:116737*255*63 SectorSize:512 Sectors:1875385008 Readonly:0 Offline:0 Removable:0 USB:0
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 301 DiskNumber:2 DiskType:2 CHS:121601*255*63 SectorSize:512 Sectors:1953525168 Readonly:0 Offline:0 Removable:0 USB:0
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 410 ====================Usable Disks:====================
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 424 DiskNumber:0 DiskType:2 CHS:116737*255*63 SectorSize:512 Sectors:1875385008 Readonly:0 Removable:0 USB:0
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 444 PartNumber:1 PartType:1 FsType:4 DriverLetter:* StartSector:2048 EndSector:1740799 VolumeGuid:\\?\Volume{27dcd298-599b-11e6-80b4-806e6f6e6963}\
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 444 PartNumber:2 PartType:1 FsType:4 DriverLetter:C StartSector:1742848 EndSector:630895143 VolumeGuid:\\?\Volume{27dcd299-599b-11e6-80b4-806e6f6e6963}\
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 424 DiskNumber:1 DiskType:3 CHS:116737*255*63 SectorSize:512 Sectors:1875385008 Readonly:0 Removable:0 USB:0
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 444 PartNumber:1 PartType:1 FsType:0 DriverLetter:* StartSector:34 EndSector:262177 VolumeGuid:
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 444 PartNumber:2 PartType:1 FsType:4 DriverLetterBig Grin StartSector:264192 EndSector:1875384974 VolumeGuid:\\?\Volume{344254cd-91f3-45e1-94c4-4ea7d6ea61a4}\
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 424 DiskNumber:2 DiskType:2 CHS:121601*255*63 SectorSize:512 Sectors:1953525168 Readonly:0 Removable:0 USB:0
2024-03-23 18:48:48 T:000022B0 .\DiskPartManager.cpp 444 PartNumber:1 PartType:1 FsType:4 DriverLetter:E StartSector:2048 EndSector:1953521663 VolumeGuid:\\?\Volume{27dcd29b-599b-11e6-80b4-806e6f6e6963}\
2024-03-23 18:48:48 T:000022B0 .\FixedPath.cpp 256 nRet=0x0000000000000000 nLastError=0x000003F0
2024-03-23 18:48:48 T:000022B0 .\EFIFirmware.cpp 1099 GetLastError()=0x00000001
2024-03-23 18:48:48 T:000022B0 .\EFIFirmware.cpp 1099 GetLastError()=0x00000001
2024-03-23 18:48:51 T:00001BBC .\LicenseKeyRegEx.cpp 172 dwErrNo=0x2
2024-03-23 18:48:51 T:00001BBC .\LicenseKeyRegEx.cpp 174 nRet=0x00AD001300000000
2024-03-23 18:48:51 T:00001BBC .\LicenseMgr.cpp 72 nRet=0x00AD001300000000
2024-03-23 18:48:51 T:00001BBC .\LicenseKeyRegEx.cpp 172 dwErrNo=0x2
2024-03-23 18:48:51 T:00001BBC .\LicenseKeyRegEx.cpp 174 nRet=0x00AD001300000000
2024-03-23 18:48:51 T:00001BBC .\LicenseMgr.cpp 72 nRet=0x00AD001300000000
2024-03-23 18:48:51 T:00001BBC .\LicenseKeyRegEx.cpp 172 dwErrNo=0x2
2024-03-23 18:48:51 T:00001BBC .\LicenseKeyRegEx.cpp 174 nRet=0x00AD001300000000
2024-03-23 18:48:51 T:00001BBC .\LicenseMgr.cpp 72 nRet=0x00AD001300000000
2024-03-23 18:48:52 T:00001BBC .\LicenseKeyRegEx.cpp 172 dwErrNo=0x2
2024-03-23 18:48:52 T:00001BBC .\LicenseKeyRegEx.cpp 174 nRet=0x00AD001300000000
2024-03-23 18:48:52 T:00001BBC .\LicenseMgr.cpp 72 nRet=0x00AD001300000000
2024-03-23 18:48:56 T:00001BBC .\EFIFirmware.cpp 1099 GetLastError()=0x00000001
2024-03-23 18:48:56 T:00001BBC .\EFIFirmware.cpp 1099 GetLastError()=0x00000001
2024-03-23 18:48:56 T:00001BBC .\BcdEdit.cpp 44 \\?\{E63D6B8B-FF80-46D3-97CD-E43D5337DB05}\boot\BCD
2024-03-23 18:48:56 T:00001BBC .\PreOS.cpp 383 {default}