1

Тема: Допоможіть(С++(двовимірні динамічні масиви))

⦁    Створити двовимірний динамічний масив трикутної форми2:
ось код

Прихований текст
#include <iostream>
#include <iomanip>
#include <time.h>
using namespace std;
void print(int** ar, int m, int n);
void set(int** ar, int m, int n);
void main() {
    setlocale(LC_ALL, "ru");
    srand(time(0));
    int m, n;
    cout << "Введiть кiлькiсть рядкiв: ";
    cin >> m;
    n = m;
    int**ar = new int*[m];
    for (int i = 0; i < m; i++) {
        ar[i] = new int[n];
        n--;
    }
    set(ar, m, m);
    print(ar, m, m);
    system("pause");
}
void print(int** ar, int m, int n) {
    for (int i = 0; i < m; i++) {
        for (int j = n; j > 0; j--) {
            cout << setw(5) << ar[i][j];
        }
        cout << "\n";
    }
}
void set(int** ar, int m, int n) {
    for (int i = 0; i < m; i++) {
        for (int j = n; j > 0; j--) {
            ar[i][j] = rand() % 101 - 50;
        }
    }
}

а ось помилка
wntdll.pdb не скачаний
ucrtbased.pdb не скачаний
https://replace.org.ua/misc.php?action=pun_attachment&amp;item=1914&amp;download=0

Post's attachments

Без імені.png 6.92 kb, 95 downloads since 2018-10-15 

2

Re: Допоможіть(С++(двовимірні динамічні масиви))

форма масиву на скріншоті без імені

3

Re: Допоможіть(С++(двовимірні динамічні масиви))

Помилка зараз трохи російської(мені просто написали по російськи а я перекласти неможу тому що може і англійські слове перекласти перекладач)

Прихований текст

Project2.exe" (Win32). Загружено "C:\Users\Роман\source\repos\Project2\Debug\Project2.exe". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\ntdll.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\kernel32.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\KernelBase.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\apphelp.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\AppPatch\AcLayers.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\msvcrt.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\user32.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\gdi32.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\shell32.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\windows.storage.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\combase.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\rpcrt4.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sspicli.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\cryptbase.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\bcryptprimitives.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sechost.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\advapi32.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\shlwapi.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\kernel.appcore.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\SHCore.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\powrprof.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\profapi.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\oleaut32.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\setupapi.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\cfgmgr32.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\mpr.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sfc.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\winspool.drv". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\bcrypt.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sfc_os.dll". Невозможно найти или открыть PDB-файл.
FTH: (7892): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\imm32.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\msctf.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\vcruntime140d.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\msvcp140d.dll". Невозможно найти или открыть PDB-файл.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\ucrtbased.dll". Невозможно найти или открыть PDB-файл.
Поток 0x190c завершился с кодом 0 (0x0).
Поток 0x1b34 завершился с кодом 0 (0x0).
Поток 0x1d34 завершился с кодом 0 (0x0).
Программа "[7892] Project2.exe" завершилась с кодом 0 (0x0).

4

Re: Допоможіть(С++(двовимірні динамічні масиви))

тепер така помилка

Прихований текст

"Project2.exe" (Win32). Загружено "C:\Users\Роман\source\repos\Project2\Debug\Project2.exe". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\ntdll.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\kernel32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\KernelBase.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\apphelp.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\AppPatch\AcLayers.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\msvcrt.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\user32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\gdi32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\shell32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\windows.storage.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\combase.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\rpcrt4.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sspicli.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\cryptbase.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\bcryptprimitives.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sechost.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\advapi32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\shlwapi.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\kernel.appcore.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\SHCore.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\powrprof.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\profapi.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\oleaut32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\setupapi.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\cfgmgr32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\mpr.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sfc.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\winspool.drv". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\bcrypt.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sfc_os.dll". Символы загружены.
FTH: (4280): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\imm32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\msctf.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\vcruntime140d.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\msvcp140d.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\ucrtbased.dll". Символы загружены.
Поток 0x1504 завершился с кодом 0 (0x0).
Поток 0x122c завершился с кодом 0 (0x0).
Поток 0x163c завершился с кодом 0 (0x0).
Программа "[4280] Project2.exe" завершилась с кодом 0 (0x0).

5

Re: Допоможіть(С++(двовимірні динамічні масиви))

думаю тут щось не так
FTH: (4280): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes.

6

Re: Допоможіть(С++(двовимірні динамічні масиви))

тепер така помилка

Прихований текст

"Project2.exe" (Win32). Загружено "C:\Users\Роман\source\repos\Project2\Debug\Project2.exe". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\ntdll.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\kernel32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\KernelBase.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\apphelp.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\AppPatch\AcLayers.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\msvcrt.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\user32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\gdi32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\shell32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\windows.storage.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\combase.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\rpcrt4.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sspicli.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\cryptbase.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\bcryptprimitives.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sechost.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\advapi32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\shlwapi.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\kernel.appcore.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\SHCore.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\powrprof.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\profapi.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\oleaut32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\setupapi.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\cfgmgr32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\mpr.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sfc.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\winspool.drv". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\bcrypt.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\sfc_os.dll". Символы загружены.
FTH: (7292): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\imm32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\msctf.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\msvcp140d.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\vcruntime140d.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\ucrtbased.dll". Символы загружены.
Вызвано исключение по адресу 0x00892F77 в Project2.exe: 0xC0000005: нарушение прав доступа при чтении по адресу 0xCDCDCDD5.

Необработанное исключение по адресу 0x00892F77 в Project2.exe: 0xC0000005: нарушение прав доступа при чтении по адресу 0xCDCDCDD5.

Программа "[7292] Project2.exe" завершилась с кодом 0 (0x0).

7

Re: Допоможіть(С++(двовимірні динамічні масиви))

ще помилка

Прихований текст

//
// throw_bad_alloc.cpp
//
//      Copyright (c) Microsoft Corporation. All rights reserved.
//
// Defines functions that throw std::bad_alloc and std::bad_array_new_length.
// We cannot include the <vcruntime_exception.h> header in the source files
// that define the various operator new functions because that header defines
// inline functions that may be referenced by user code.  The operators
// themselves are replaceable by the user.
//
#include <vcruntime_exception.h>
#include <vcstartup_internal.h>



#if defined MRTDLL && defined _M_CEE

    _CRT_SECURITYCRITICAL_ATTRIBUTE
    void __CRTDECL __scrt_throw_std_bad_alloc()
    {
        TerminateProcess(GetCurrentProcess(), 3);
    }

    _CRT_SECURITYCRITICAL_ATTRIBUTE
    void __CRTDECL __scrt_throw_std_bad_array_new_length()
    {
        TerminateProcess(GetCurrentProcess(), 3);
    }

#else // ^^^ Managed ^^^ // vvv Native vvv //

    __declspec(noreturn) void __CRTDECL __scrt_throw_std_bad_alloc()
    {
        throw std::bad_alloc{};
    }

    __declspec(noreturn) void __CRTDECL __scrt_throw_std_bad_array_new_length()
    {
        throw std::bad_array_new_length{};
    }

#endif




"Project2.exe" (Win32). Загружено "C:\Users\Роман\source\repos\Project2\Debug\Project2.exe". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\ntdll.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\kernel32.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\KernelBase.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\vcruntime140d.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\msvcp140d.dll". Символы загружены.
"Project2.exe" (Win32). Загружено "C:\Windows\SysWOW64\ucrtbased.dll". Символы загружены.
Вызвано исключение по адресу 0x74B641C8 в Project2.exe: исключение Microsoft C++: std::bad_array_new_length по адресу памяти 0x0056F878.
Возникло необработанное исключение по адресу 0x74B641C8 в Project2.exe: исключение Microsoft C++: std::bad_array_new_length по адресу памяти 0x0056F878.

Программа "[7076] Project2.exe" завершилась с кодом 0 (0x0).

8

Re: Допоможіть(С++(двовимірні динамічні масиви))

я провів сканування через командний рядок і тут  меня щось по англійськи написали я точно не зрозумів що але мені здається що знайшли якусь помилку в віндовсі але не зміг виправити
Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.

9

Re: Допоможіть(С++(двовимірні динамічні масиви))

я був ввів команду sfc /scannow в командний рядок і почекав деякий час

10 Востаннє редагувалося Parsifal (15.10.2018 13:47:53)

Re: Допоможіть(С++(двовимірні динамічні масиви))

я ось що зробив

Прихований текст

Щоб переглянути відомості у файлі CBS.Log, можна скопіювати їх до файлу Sfcdetails.txt за допомогою команди Findstr, а потім переглянути відомості у файлі Sfcdetails.txt. Для цього виконайте описані нижче дії.
Відкрийте командний рядок у режимі адміністратора, як описано в попередньому кроці 1.
У командному рядку введіть наведену нижче команду та натисніть клавішу Enter.
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
Примітка. Файл Sfcdetails.txt містить відомості про кожен запуск засобу перевірки системних файлів на комп’ютері. Цей файл містить відомості про файли, не відновлені за допомогою засобу перевірки системних файлів. Перегляньте дату й час, щоб з’ясувати, які файли знайдено під час останнього запуску засобу перевірки системних файлів.
Відкрийте файл Sfcdetails.txt на робочому столі.

і тоді мені показало що ось ці файли не вдалось відновити

Прихований текст

2018-10-15 14:13:43, Info                  CSI    0000000a [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:13:43, Info                  CSI    0000000b [SR] Beginning Verify and Repair transaction
2018-10-15 14:13:48, Info                  CSI    00000070 [SR] Verify complete
2018-10-15 14:13:48, Info                  CSI    00000071 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:13:48, Info                  CSI    00000072 [SR] Beginning Verify and Repair transaction
2018-10-15 14:13:53, Info                  CSI    000000d7 [SR] Verify complete
2018-10-15 14:13:53, Info                  CSI    000000d8 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:13:53, Info                  CSI    000000d9 [SR] Beginning Verify and Repair transaction
2018-10-15 14:13:57, Info                  CSI    0000013f [SR] Verify complete
2018-10-15 14:13:57, Info                  CSI    00000140 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:13:57, Info                  CSI    00000141 [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:02, Info                  CSI    000001a6 [SR] Verify complete
2018-10-15 14:14:02, Info                  CSI    000001a7 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:02, Info                  CSI    000001a8 [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:06, Info                  CSI    0000020d [SR] Verify complete
2018-10-15 14:14:06, Info                  CSI    0000020e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:06, Info                  CSI    0000020f [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:10, Info                  CSI    00000274 [SR] Verify complete
2018-10-15 14:14:10, Info                  CSI    00000275 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:10, Info                  CSI    00000276 [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:14, Info                  CSI    000002db [SR] Verify complete
2018-10-15 14:14:14, Info                  CSI    000002dc [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:14, Info                  CSI    000002dd [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:18, Info                  CSI    00000342 [SR] Verify complete
2018-10-15 14:14:18, Info                  CSI    00000343 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:18, Info                  CSI    00000344 [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:22, Info                  CSI    000003a9 [SR] Verify complete
2018-10-15 14:14:22, Info                  CSI    000003aa [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:22, Info                  CSI    000003ab [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:26, Info                  CSI    00000410 [SR] Verify complete
2018-10-15 14:14:27, Info                  CSI    00000411 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:27, Info                  CSI    00000412 [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:30, Info                  CSI    00000477 [SR] Verify complete
2018-10-15 14:14:31, Info                  CSI    00000478 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:31, Info                  CSI    00000479 [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:34, Info                  CSI    000004de [SR] Verify complete
2018-10-15 14:14:35, Info                  CSI    000004df [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:35, Info                  CSI    000004e0 [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:39, Info                  CSI    00000545 [SR] Verify complete
2018-10-15 14:14:39, Info                  CSI    00000546 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:39, Info                  CSI    00000547 [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:43, Info                  CSI    000005ac [SR] Verify complete
2018-10-15 14:14:43, Info                  CSI    000005ad [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:43, Info                  CSI    000005ae [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:48, Info                  CSI    00000613 [SR] Verify complete
2018-10-15 14:14:49, Info                  CSI    00000614 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:49, Info                  CSI    00000615 [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:53, Info                  CSI    0000067a [SR] Verify complete
2018-10-15 14:14:53, Info                  CSI    0000067b [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:53, Info                  CSI    0000067c [SR] Beginning Verify and Repair transaction
2018-10-15 14:14:58, Info                  CSI    000006e3 [SR] Verify complete
2018-10-15 14:14:58, Info                  CSI    000006e4 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:14:58, Info                  CSI    000006e5 [SR] Beginning Verify and Repair transaction
2018-10-15 14:15:03, Info                  CSI    0000074a [SR] Verify complete
2018-10-15 14:15:03, Info                  CSI    0000074b [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:15:03, Info                  CSI    0000074c [SR] Beginning Verify and Repair transaction
2018-10-15 14:15:08, Info                  CSI    000007b1 [SR] Verify complete
2018-10-15 14:15:08, Info                  CSI    000007b2 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:15:08, Info                  CSI    000007b3 [SR] Beginning Verify and Repair transaction
2018-10-15 14:15:13, Info                  CSI    00000818 [SR] Verify complete
2018-10-15 14:15:13, Info                  CSI    00000819 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:15:13, Info                  CSI    0000081a [SR] Beginning Verify and Repair transaction
2018-10-15 14:15:17, Info                  CSI    0000087f [SR] Verify complete
2018-10-15 14:15:18, Info                  CSI    00000880 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:15:18, Info                  CSI    00000881 [SR] Beginning Verify and Repair transaction
2018-10-15 14:15:22, Info                  CSI    000008e6 [SR] Verify complete
2018-10-15 14:15:22, Info                  CSI    000008e7 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:15:22, Info                  CSI    000008e8 [SR] Beginning Verify and Repair transaction
2018-10-15 14:15:26, Info                  CSI    0000094d [SR] Verify complete
2018-10-15 14:15:26, Info                  CSI    0000094e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:15:26, Info                  CSI    0000094f [SR] Beginning Verify and Repair transaction
2018-10-15 14:15:31, Info                  CSI    000009b4 [SR] Verify complete
2018-10-15 14:15:31, Info                  CSI    000009b5 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:15:31, Info                  CSI    000009b6 [SR] Beginning Verify and Repair transaction
2018-10-15 14:15:39, Info                  CSI    00000a1d [SR] Verify complete
2018-10-15 14:15:40, Info                  CSI    00000a1e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:15:40, Info                  CSI    00000a1f [SR] Beginning Verify and Repair transaction
2018-10-15 14:15:46, Info                  CSI    00000a84 [SR] Verify complete
2018-10-15 14:15:46, Info                  CSI    00000a85 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:15:46, Info                  CSI    00000a86 [SR] Beginning Verify and Repair transaction
2018-10-15 14:15:52, Info                  CSI    00000aeb [SR] Verify complete
2018-10-15 14:15:52, Info                  CSI    00000aec [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:15:52, Info                  CSI    00000aed [SR] Beginning Verify and Repair transaction
2018-10-15 14:15:57, Info                  CSI    00000b53 [SR] Verify complete
2018-10-15 14:15:57, Info                  CSI    00000b54 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:15:57, Info                  CSI    00000b55 [SR] Beginning Verify and Repair transaction
2018-10-15 14:16:03, Info                  CSI    00000bbb [SR] Verify complete
2018-10-15 14:16:04, Info                  CSI    00000bbc [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:16:04, Info                  CSI    00000bbd [SR] Beginning Verify and Repair transaction
2018-10-15 14:16:10, Info                  CSI    00000c22 [SR] Verify complete
2018-10-15 14:16:10, Info                  CSI    00000c23 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:16:10, Info                  CSI    00000c24 [SR] Beginning Verify and Repair transaction
2018-10-15 14:16:16, Info                  CSI    00000c89 [SR] Verify complete
2018-10-15 14:16:16, Info                  CSI    00000c8a [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:16:16, Info                  CSI    00000c8b [SR] Beginning Verify and Repair transaction
2018-10-15 14:16:20, Info                  CSI    00000cf0 [SR] Verify complete
2018-10-15 14:16:21, Info                  CSI    00000cf1 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:16:21, Info                  CSI    00000cf2 [SR] Beginning Verify and Repair transaction
2018-10-15 14:16:25, Info                  CSI    00000d57 [SR] Verify complete
2018-10-15 14:16:25, Info                  CSI    00000d58 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:16:25, Info                  CSI    00000d59 [SR] Beginning Verify and Repair transaction
2018-10-15 14:16:33, Info                  CSI    00000dc6 [SR] Verify complete
2018-10-15 14:16:33, Info                  CSI    00000dc7 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:16:33, Info                  CSI    00000dc8 [SR] Beginning Verify and Repair transaction
2018-10-15 14:16:39, Info                  CSI    00000e2d [SR] Verify complete
2018-10-15 14:16:39, Info                  CSI    00000e2e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:16:39, Info                  CSI    00000e2f [SR] Beginning Verify and Repair transaction
2018-10-15 14:16:44, Info                  CSI    00000e94 [SR] Verify complete
2018-10-15 14:16:44, Info                  CSI    00000e95 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:16:44, Info                  CSI    00000e96 [SR] Beginning Verify and Repair transaction
2018-10-15 14:16:48, Info                  CSI    00000f04 [SR] Verify complete
2018-10-15 14:16:48, Info                  CSI    00000f05 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:16:48, Info                  CSI    00000f06 [SR] Beginning Verify and Repair transaction
2018-10-15 14:16:53, Info                  CSI    00000f6e [SR] Verify complete
2018-10-15 14:16:53, Info                  CSI    00000f6f [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:16:53, Info                  CSI    00000f70 [SR] Beginning Verify and Repair transaction
2018-10-15 14:16:58, Info                  CSI    00000fd6 [SR] Verify complete
2018-10-15 14:16:58, Info                  CSI    00000fd7 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:16:58, Info                  CSI    00000fd8 [SR] Beginning Verify and Repair transaction
2018-10-15 14:17:06, Info                  CSI    00001058 [SR] Verify complete
2018-10-15 14:17:07, Info                  CSI    00001059 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:17:07, Info                  CSI    0000105a [SR] Beginning Verify and Repair transaction
2018-10-15 14:17:17, Info                  CSI    000010cc [SR] Verify complete
2018-10-15 14:17:18, Info                  CSI    000010cd [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:17:18, Info                  CSI    000010ce [SR] Beginning Verify and Repair transaction
2018-10-15 14:17:28, Info                  CSI    0000113d [SR] Verify complete
2018-10-15 14:17:28, Info                  CSI    0000113e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:17:28, Info                  CSI    0000113f [SR] Beginning Verify and Repair transaction
2018-10-15 14:17:37, Info                  CSI    000011af [SR] Verify complete
2018-10-15 14:17:38, Info                  CSI    000011b0 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:17:38, Info                  CSI    000011b1 [SR] Beginning Verify and Repair transaction
2018-10-15 14:17:47, Info                  CSI    00001224 [SR] Verify complete
2018-10-15 14:17:47, Info                  CSI    00001225 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:17:47, Info                  CSI    00001226 [SR] Beginning Verify and Repair transaction
2018-10-15 14:17:57, Info                  CSI    0000128c [SR] Verify complete
2018-10-15 14:17:57, Info                  CSI    0000128d [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:17:57, Info                  CSI    0000128e [SR] Beginning Verify and Repair transaction
2018-10-15 14:18:04, Info                  CSI    000012f4 [SR] Verify complete
2018-10-15 14:18:05, Info                  CSI    000012f5 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:18:05, Info                  CSI    000012f6 [SR] Beginning Verify and Repair transaction
2018-10-15 14:18:10, Info                  CSI    0000135b [SR] Verify complete
2018-10-15 14:18:10, Info                  CSI    0000135c [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:18:10, Info                  CSI    0000135d [SR] Beginning Verify and Repair transaction
2018-10-15 14:18:22, Info                  CSI    000013c9 [SR] Verify complete
2018-10-15 14:18:22, Info                  CSI    000013ca [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:18:22, Info                  CSI    000013cb [SR] Beginning Verify and Repair transaction
2018-10-15 14:18:39, Info                  CSI    0000147a [SR] Verify complete
2018-10-15 14:18:39, Info                  CSI    0000147b [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:18:39, Info                  CSI    0000147c [SR] Beginning Verify and Repair transaction
2018-10-15 14:18:50, Info                  CSI    000014f4 [SR] Verify complete
2018-10-15 14:18:50, Info                  CSI    000014f5 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:18:50, Info                  CSI    000014f6 [SR] Beginning Verify and Repair transaction
2018-10-15 14:19:06, Info                  CSI    000015d8 [SR] Verify complete
2018-10-15 14:19:06, Info                  CSI    000015d9 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:19:06, Info                  CSI    000015da [SR] Beginning Verify and Repair transaction
2018-10-15 14:19:15, Info                  CSI    00001650 [SR] Verify complete
2018-10-15 14:19:15, Info                  CSI    00001651 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:19:15, Info                  CSI    00001652 [SR] Beginning Verify and Repair transaction
2018-10-15 14:19:24, Info                  CSI    000016c9 [SR] Verify complete
2018-10-15 14:19:24, Info                  CSI    000016ca [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:19:24, Info                  CSI    000016cb [SR] Beginning Verify and Repair transaction
2018-10-15 14:19:32, Info                  CSI    0000174f [SR] Verify complete
2018-10-15 14:19:33, Info                  CSI    00001750 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:19:33, Info                  CSI    00001751 [SR] Beginning Verify and Repair transaction
2018-10-15 14:19:40, Info                  CSI    000017ca [SR] Verify complete
2018-10-15 14:19:40, Info                  CSI    000017cb [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:19:40, Info                  CSI    000017cc [SR] Beginning Verify and Repair transaction
2018-10-15 14:19:48, Info                  CSI    0000183c [SR] Verify complete
2018-10-15 14:19:48, Info                  CSI    0000183d [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:19:48, Info                  CSI    0000183e [SR] Beginning Verify and Repair transaction
2018-10-15 14:19:56, Info                  CSI    000018a5 [SR] Verify complete
2018-10-15 14:19:56, Info                  CSI    000018a6 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:19:56, Info                  CSI    000018a7 [SR] Beginning Verify and Repair transaction
2018-10-15 14:20:03, Info                  CSI    0000191e [SR] Verify complete
2018-10-15 14:20:04, Info                  CSI    0000191f [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:20:04, Info                  CSI    00001920 [SR] Beginning Verify and Repair transaction
2018-10-15 14:20:10, Info                  CSI    0000199e [SR] Verify complete
2018-10-15 14:20:10, Info                  CSI    0000199f [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:20:10, Info                  CSI    000019a0 [SR] Beginning Verify and Repair transaction
2018-10-15 14:20:24, Info                  CSI    00001a40 [SR] Verify complete
2018-10-15 14:20:25, Info                  CSI    00001a41 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:20:25, Info                  CSI    00001a42 [SR] Beginning Verify and Repair transaction
2018-10-15 14:20:39, Info                  CSI    00001b0d [SR] Verify complete
2018-10-15 14:20:39, Info                  CSI    00001b0e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:20:39, Info                  CSI    00001b0f [SR] Beginning Verify and Repair transaction
2018-10-15 14:20:53, Info                  CSI    00001bae [SR] Verify complete
2018-10-15 14:20:53, Info                  CSI    00001baf [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:20:53, Info                  CSI    00001bb0 [SR] Beginning Verify and Repair transaction
2018-10-15 14:21:00, Info                  CSI    00001c20 [SR] Verify complete
2018-10-15 14:21:00, Info                  CSI    00001c21 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:21:00, Info                  CSI    00001c22 [SR] Beginning Verify and Repair transaction
2018-10-15 14:21:10, Info                  CSI    00001cae [SR] Verify complete
2018-10-15 14:21:10, Info                  CSI    00001caf [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:21:10, Info                  CSI    00001cb0 [SR] Beginning Verify and Repair transaction
2018-10-15 14:21:20, Info                  CSI    00001d5d [SR] Verify complete
2018-10-15 14:21:20, Info                  CSI    00001d5e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:21:20, Info                  CSI    00001d5f [SR] Beginning Verify and Repair transaction
2018-10-15 14:21:24, Info                  CSI    00001dc4 [SR] Verify complete
2018-10-15 14:21:24, Info                  CSI    00001dc5 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:21:24, Info                  CSI    00001dc6 [SR] Beginning Verify and Repair transaction
2018-10-15 14:21:28, Info                  CSI    00001e2b [SR] Verify complete
2018-10-15 14:21:29, Info                  CSI    00001e2c [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:21:29, Info                  CSI    00001e2d [SR] Beginning Verify and Repair transaction
2018-10-15 14:21:35, Info                  CSI    00001ea1 [SR] Verify complete
2018-10-15 14:21:36, Info                  CSI    00001ea2 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:21:36, Info                  CSI    00001ea3 [SR] Beginning Verify and Repair transaction
2018-10-15 14:21:43, Info                  CSI    00001f73 [SR] Verify complete
2018-10-15 14:21:43, Info                  CSI    00001f74 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:21:43, Info                  CSI    00001f75 [SR] Beginning Verify and Repair transaction
2018-10-15 14:21:53, Info                  CSI    00001ffd [SR] Verify complete
2018-10-15 14:21:53, Info                  CSI    00001ffe [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:21:53, Info                  CSI    00001fff [SR] Beginning Verify and Repair transaction
2018-10-15 14:22:06, Info                  CSI    00002081 [SR] Verify complete
2018-10-15 14:22:06, Info                  CSI    00002082 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:22:06, Info                  CSI    00002083 [SR] Beginning Verify and Repair transaction
2018-10-15 14:22:13, Info                  CSI    000020f7 [SR] Verify complete
2018-10-15 14:22:13, Info                  CSI    000020f8 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:22:13, Info                  CSI    000020f9 [SR] Beginning Verify and Repair transaction
2018-10-15 14:22:24, Info                  CSI    000021ac [SR] Verify complete
2018-10-15 14:22:25, Info                  CSI    000021ad [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:22:25, Info                  CSI    000021ae [SR] Beginning Verify and Repair transaction
2018-10-15 14:22:35, Info                  CSI    0000222d [SR] Verify complete
2018-10-15 14:22:35, Info                  CSI    0000222e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:22:35, Info                  CSI    0000222f [SR] Beginning Verify and Repair transaction
2018-10-15 14:22:45, Info                  CSI    000022ae [SR] Verify complete
2018-10-15 14:22:45, Info                  CSI    000022af [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:22:45, Info                  CSI    000022b0 [SR] Beginning Verify and Repair transaction
2018-10-15 14:22:52, Info                  CSI    0000231c [SR] Verify complete
2018-10-15 14:22:52, Info                  CSI    0000231d [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:22:52, Info                  CSI    0000231e [SR] Beginning Verify and Repair transaction
2018-10-15 14:23:08, Info                  CSI    0000239e [SR] Verify complete
2018-10-15 14:23:09, Info                  CSI    0000239f [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:23:09, Info                  CSI    000023a0 [SR] Beginning Verify and Repair transaction
2018-10-15 14:23:22, Info                  CSI    00002475 [SR] Verify complete
2018-10-15 14:23:22, Info                  CSI    00002476 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:23:22, Info                  CSI    00002477 [SR] Beginning Verify and Repair transaction
2018-10-15 14:23:29, Info                  CSI    000024e6 [SR] Verify complete
2018-10-15 14:23:30, Info                  CSI    000024e7 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:23:30, Info                  CSI    000024e8 [SR] Beginning Verify and Repair transaction
2018-10-15 14:23:35, Info                  CSI    00002550 [SR] Verify complete
2018-10-15 14:23:35, Info                  CSI    00002551 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:23:35, Info                  CSI    00002552 [SR] Beginning Verify and Repair transaction
2018-10-15 14:23:43, Info                  CSI    000025c7 [SR] Verify complete
2018-10-15 14:23:44, Info                  CSI    000025c8 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:23:44, Info                  CSI    000025c9 [SR] Beginning Verify and Repair transaction
2018-10-15 14:23:51, Info                  CSI    00002639 [SR] Verify complete
2018-10-15 14:23:51, Info                  CSI    0000263a [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:23:51, Info                  CSI    0000263b [SR] Beginning Verify and Repair transaction
2018-10-15 14:23:58, Info                  CSI    000026a6 [SR] Verify complete
2018-10-15 14:23:58, Info                  CSI    000026a7 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:23:58, Info                  CSI    000026a8 [SR] Beginning Verify and Repair transaction
2018-10-15 14:24:07, Info                  CSI    00002726 [SR] Verify complete
2018-10-15 14:24:07, Info                  CSI    00002727 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:24:07, Info                  CSI    00002728 [SR] Beginning Verify and Repair transaction
2018-10-15 14:24:15, Info                  CSI    0000279e [SR] Verify complete
2018-10-15 14:24:15, Info                  CSI    0000279f [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:24:15, Info                  CSI    000027a0 [SR] Beginning Verify and Repair transaction
2018-10-15 14:24:22, Info                  CSI    00002811 [SR] Verify complete
2018-10-15 14:24:23, Info                  CSI    00002812 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:24:23, Info                  CSI    00002813 [SR] Beginning Verify and Repair transaction
2018-10-15 14:24:34, Info                  CSI    000028b1 [SR] Verify complete
2018-10-15 14:24:34, Info                  CSI    000028b2 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:24:34, Info                  CSI    000028b3 [SR] Beginning Verify and Repair transaction
2018-10-15 14:24:42, Info                  CSI    0000292e [SR] Verify complete
2018-10-15 14:24:42, Info                  CSI    0000292f [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:24:42, Info                  CSI    00002930 [SR] Beginning Verify and Repair transaction
2018-10-15 14:24:47, Info                  CSI    00002995 [SR] Verify complete
2018-10-15 14:24:48, Info                  CSI    00002996 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:24:48, Info                  CSI    00002997 [SR] Beginning Verify and Repair transaction
2018-10-15 14:24:55, Info                  CSI    00002a0f [SR] Verify complete
2018-10-15 14:24:56, Info                  CSI    00002a10 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:24:56, Info                  CSI    00002a11 [SR] Beginning Verify and Repair transaction
2018-10-15 14:25:03, Info                  CSI    00002a89 [SR] Verify complete
2018-10-15 14:25:03, Info                  CSI    00002a8a [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:25:03, Info                  CSI    00002a8b [SR] Beginning Verify and Repair transaction
2018-10-15 14:25:09, Info                  CSI    00002af4 [SR] Verify complete
2018-10-15 14:25:09, Info                  CSI    00002af5 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:25:09, Info                  CSI    00002af6 [SR] Beginning Verify and Repair transaction
2018-10-15 14:25:15, Info                  CSI    00002b62 [SR] Verify complete
2018-10-15 14:25:15, Info                  CSI    00002b63 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:25:15, Info                  CSI    00002b64 [SR] Beginning Verify and Repair transaction
2018-10-15 14:25:31, Info                  CSI    00002be7 [SR] Verify complete
2018-10-15 14:25:31, Info                  CSI    00002be8 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:25:31, Info                  CSI    00002be9 [SR] Beginning Verify and Repair transaction
2018-10-15 14:25:41, Info                  CSI    00002c5d [SR] Verify complete
2018-10-15 14:25:42, Info                  CSI    00002c5e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:25:42, Info                  CSI    00002c5f [SR] Beginning Verify and Repair transaction
2018-10-15 14:25:53, Info                  CSI    00002cd4 [SR] Verify complete
2018-10-15 14:25:53, Info                  CSI    00002cd5 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:25:53, Info                  CSI    00002cd6 [SR] Beginning Verify and Repair transaction
2018-10-15 14:26:08, Info                  CSI    00002d7f [SR] Verify complete
2018-10-15 14:26:09, Info                  CSI    00002d80 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:26:09, Info                  CSI    00002d81 [SR] Beginning Verify and Repair transaction
2018-10-15 14:26:18, Info                  CSI    00002e00 [SR] Verify complete
2018-10-15 14:26:18, Info                  CSI    00002e01 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:26:18, Info                  CSI    00002e02 [SR] Beginning Verify and Repair transaction
2018-10-15 14:26:25, Info                  CSI    00002e6a [SR] Verify complete
2018-10-15 14:26:25, Info                  CSI    00002e6b [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:26:25, Info                  CSI    00002e6c [SR] Beginning Verify and Repair transaction
2018-10-15 14:26:33, Info                  CSI    00002ee3 [SR] Verify complete
2018-10-15 14:26:33, Info                  CSI    00002ee4 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:26:33, Info                  CSI    00002ee5 [SR] Beginning Verify and Repair transaction
2018-10-15 14:26:41, Info                  CSI    00002f4e [SR] Verify complete
2018-10-15 14:26:41, Info                  CSI    00002f4f [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:26:41, Info                  CSI    00002f50 [SR] Beginning Verify and Repair transaction
2018-10-15 14:26:48, Info                  CSI    00002fc0 [SR] Verify complete
2018-10-15 14:26:49, Info                  CSI    00002fc1 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:26:49, Info                  CSI    00002fc2 [SR] Beginning Verify and Repair transaction
2018-10-15 14:26:56, Info                  CSI    0000302f [SR] Verify complete
2018-10-15 14:26:56, Info                  CSI    00003030 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:26:56, Info                  CSI    00003031 [SR] Beginning Verify and Repair transaction
2018-10-15 14:27:05, Info                  CSI    000030a6 [SR] Verify complete
2018-10-15 14:27:05, Info                  CSI    000030a7 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:27:05, Info                  CSI    000030a8 [SR] Beginning Verify and Repair transaction
2018-10-15 14:27:13, Info                  CSI    00003123 [SR] Verify complete
2018-10-15 14:27:13, Info                  CSI    00003124 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:27:13, Info                  CSI    00003125 [SR] Beginning Verify and Repair transaction
2018-10-15 14:27:19, Info                  CSI    00003194 [SR] Verify complete
2018-10-15 14:27:19, Info                  CSI    00003195 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:27:19, Info                  CSI    00003196 [SR] Beginning Verify and Repair transaction
2018-10-15 14:27:26, Info                  CSI    00003209 [SR] Verify complete
2018-10-15 14:27:26, Info                  CSI    0000320a [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:27:26, Info                  CSI    0000320b [SR] Beginning Verify and Repair transaction
2018-10-15 14:27:32, Info                  CSI    0000327b [SR] Verify complete
2018-10-15 14:27:33, Info                  CSI    0000327c [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:27:33, Info                  CSI    0000327d [SR] Beginning Verify and Repair transaction
2018-10-15 14:27:39, Info                  CSI    000032e5 [SR] Verify complete
2018-10-15 14:27:40, Info                  CSI    000032e6 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:27:40, Info                  CSI    000032e7 [SR] Beginning Verify and Repair transaction
2018-10-15 14:27:48, Info                  CSI    00003350 [SR] Verify complete
2018-10-15 14:27:48, Info                  CSI    00003351 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:27:48, Info                  CSI    00003352 [SR] Beginning Verify and Repair transaction
2018-10-15 14:27:57, Info                  CSI    000033bc [SR] Verify complete
2018-10-15 14:27:57, Info                  CSI    000033bd [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:27:57, Info                  CSI    000033be [SR] Beginning Verify and Repair transaction
2018-10-15 14:28:10, Info                  CSI    00003498 [SR] Verify complete
2018-10-15 14:28:10, Info                  CSI    00003499 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:28:10, Info                  CSI    0000349a [SR] Beginning Verify and Repair transaction
2018-10-15 14:28:18, Info                  CSI    00003528 [SR] Verify complete
2018-10-15 14:28:18, Info                  CSI    00003529 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:28:18, Info                  CSI    0000352a [SR] Beginning Verify and Repair transaction
2018-10-15 14:28:27, Info                  CSI    000035b5 [SR] Verify complete
2018-10-15 14:28:27, Info                  CSI    000035b6 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:28:27, Info                  CSI    000035b7 [SR] Beginning Verify and Repair transaction
2018-10-15 14:28:32, Info                  CSI    0000361c [SR] Verify complete
2018-10-15 14:28:32, Info                  CSI    0000361d [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:28:32, Info                  CSI    0000361e [SR] Beginning Verify and Repair transaction
2018-10-15 14:28:38, Info                  CSI    00003683 [SR] Verify complete
2018-10-15 14:28:38, Info                  CSI    00003684 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:28:38, Info                  CSI    00003685 [SR] Beginning Verify and Repair transaction
2018-10-15 14:28:45, Info                  CSI    000036ec [SR] Verify complete
2018-10-15 14:28:45, Info                  CSI    000036ed [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:28:45, Info                  CSI    000036ee [SR] Beginning Verify and Repair transaction
2018-10-15 14:28:51, Info                  CSI    00003754 [SR] Verify complete
2018-10-15 14:28:51, Info                  CSI    00003755 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:28:51, Info                  CSI    00003756 [SR] Beginning Verify and Repair transaction
2018-10-15 14:28:57, Info                  CSI    000037bb [SR] Verify complete
2018-10-15 14:28:57, Info                  CSI    000037bc [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:28:57, Info                  CSI    000037bd [SR] Beginning Verify and Repair transaction
2018-10-15 14:29:02, Info                  CSI    00003822 [SR] Verify complete
2018-10-15 14:29:03, Info                  CSI    00003823 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:29:03, Info                  CSI    00003824 [SR] Beginning Verify and Repair transaction
2018-10-15 14:29:08, Info                  CSI    00003889 [SR] Verify complete
2018-10-15 14:29:08, Info                  CSI    0000388a [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:29:08, Info                  CSI    0000388b [SR] Beginning Verify and Repair transaction
2018-10-15 14:29:16, Info                  CSI    00003911 [SR] Verify complete
2018-10-15 14:29:16, Info                  CSI    00003912 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:29:16, Info                  CSI    00003913 [SR] Beginning Verify and Repair transaction
2018-10-15 14:29:21, Info                  CSI    00003978 [SR] Verify complete
2018-10-15 14:29:22, Info                  CSI    00003979 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:29:22, Info                  CSI    0000397a [SR] Beginning Verify and Repair transaction
2018-10-15 14:29:28, Info                  CSI    000039df [SR] Verify complete
2018-10-15 14:29:28, Info                  CSI    000039e0 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:29:28, Info                  CSI    000039e1 [SR] Beginning Verify and Repair transaction
2018-10-15 14:29:43, Info                  CSI    00003a4e [SR] Verify complete
2018-10-15 14:29:43, Info                  CSI    00003a4f [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:29:43, Info                  CSI    00003a50 [SR] Beginning Verify and Repair transaction
2018-10-15 14:29:49, Info                  CSI    00003ab6 [SR] Verify complete
2018-10-15 14:29:49, Info                  CSI    00003ab7 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:29:49, Info                  CSI    00003ab8 [SR] Beginning Verify and Repair transaction
2018-10-15 14:29:55, Info                  CSI    00003b1f [SR] Verify complete
2018-10-15 14:29:55, Info                  CSI    00003b20 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:29:55, Info                  CSI    00003b21 [SR] Beginning Verify and Repair transaction
2018-10-15 14:30:00, Info                  CSI    00003b87 [SR] Verify complete
2018-10-15 14:30:00, Info                  CSI    00003b88 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:30:00, Info                  CSI    00003b89 [SR] Beginning Verify and Repair transaction
2018-10-15 14:30:10, Info                  CSI    00003bf0 [SR] Verify complete
2018-10-15 14:30:10, Info                  CSI    00003bf1 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:30:10, Info                  CSI    00003bf2 [SR] Beginning Verify and Repair transaction
2018-10-15 14:30:20, Info                  CSI    00003c6b [SR] Verify complete
2018-10-15 14:30:20, Info                  CSI    00003c6c [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:30:20, Info                  CSI    00003c6d [SR] Beginning Verify and Repair transaction
2018-10-15 14:30:25, Info                  CSI    00003cd2 [SR] Verify complete
2018-10-15 14:30:25, Info                  CSI    00003cd3 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:30:25, Info                  CSI    00003cd4 [SR] Beginning Verify and Repair transaction
2018-10-15 14:30:33, Info                  CSI    00003d49 [SR] Verify complete
2018-10-15 14:30:33, Info                  CSI    00003d4a [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:30:33, Info                  CSI    00003d4b [SR] Beginning Verify and Repair transaction
2018-10-15 14:30:40, Info                  CSI    00003dba [SR] Verify complete
2018-10-15 14:30:40, Info                  CSI    00003dbb [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:30:40, Info                  CSI    00003dbc [SR] Beginning Verify and Repair transaction
2018-10-15 14:30:46, Info                  CSI    00003e21 [SR] Verify complete
2018-10-15 14:30:46, Info                  CSI    00003e22 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:30:46, Info                  CSI    00003e23 [SR] Beginning Verify and Repair transaction
2018-10-15 14:30:52, Info                  CSI    00003e88 [SR] Verify complete
2018-10-15 14:30:52, Info                  CSI    00003e89 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:30:52, Info                  CSI    00003e8a [SR] Beginning Verify and Repair transaction
2018-10-15 14:30:59, Info                  CSI    00003f02 [SR] Verify complete
2018-10-15 14:30:59, Info                  CSI    00003f03 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:30:59, Info                  CSI    00003f04 [SR] Beginning Verify and Repair transaction
2018-10-15 14:31:09, Info                  CSI    00003f76 [SR] Verify complete
2018-10-15 14:31:09, Info                  CSI    00003f77 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:31:09, Info                  CSI    00003f78 [SR] Beginning Verify and Repair transaction
2018-10-15 14:31:17, Info                  CSI    00003ffa [SR] Verify complete
2018-10-15 14:31:17, Info                  CSI    00003ffb [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:31:17, Info                  CSI    00003ffc [SR] Beginning Verify and Repair transaction
2018-10-15 14:31:25, Info                  CSI    00004075 [SR] Verify complete
2018-10-15 14:31:25, Info                  CSI    00004076 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:31:25, Info                  CSI    00004077 [SR] Beginning Verify and Repair transaction
2018-10-15 14:31:33, Info                  CSI    000040f0 [SR] Verify complete
2018-10-15 14:31:33, Info                  CSI    000040f1 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:31:33, Info                  CSI    000040f2 [SR] Beginning Verify and Repair transaction
2018-10-15 14:31:44, Info                  CSI    0000419d [SR] Verify complete
2018-10-15 14:31:44, Info                  CSI    0000419e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:31:44, Info                  CSI    0000419f [SR] Beginning Verify and Repair transaction
2018-10-15 14:31:48, Info                  CSI    00004207 [SR] Verify complete
2018-10-15 14:31:48, Info                  CSI    00004208 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:31:48, Info                  CSI    00004209 [SR] Beginning Verify and Repair transaction
2018-10-15 14:31:52, Info                  CSI    0000426e [SR] Verify complete
2018-10-15 14:31:52, Info                  CSI    0000426f [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:31:52, Info                  CSI    00004270 [SR] Beginning Verify and Repair transaction
2018-10-15 14:31:57, Info                  CSI    000042dc [SR] Verify complete
2018-10-15 14:31:57, Info                  CSI    000042dd [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:31:57, Info                  CSI    000042de [SR] Beginning Verify and Repair transaction
2018-10-15 14:32:12, Info                  CSI    0000435b [SR] Verify complete
2018-10-15 14:32:12, Info                  CSI    0000435c [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:32:12, Info                  CSI    0000435d [SR] Beginning Verify and Repair transaction
2018-10-15 14:32:23, Info                  CSI    000043c8 [SR] Verify complete
2018-10-15 14:32:23, Info                  CSI    000043c9 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:32:23, Info                  CSI    000043ca [SR] Beginning Verify and Repair transaction
2018-10-15 14:32:32, Info                  CSI    0000443c [SR] Verify complete
2018-10-15 14:32:32, Info                  CSI    0000443d [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:32:32, Info                  CSI    0000443e [SR] Beginning Verify and Repair transaction
2018-10-15 14:32:40, Info                  CSI    000044c2 [SR] Verify complete
2018-10-15 14:32:40, Info                  CSI    000044c3 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:32:40, Info                  CSI    000044c4 [SR] Beginning Verify and Repair transaction
2018-10-15 14:32:47, Info                  CSI    0000453d [SR] Verify complete
2018-10-15 14:32:48, Info                  CSI    0000453e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:32:48, Info                  CSI    0000453f [SR] Beginning Verify and Repair transaction
2018-10-15 14:32:56, Info                  CSI    000045ba [SR] Verify complete
2018-10-15 14:32:56, Info                  CSI    000045bb [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:32:56, Info                  CSI    000045bc [SR] Beginning Verify and Repair transaction
2018-10-15 14:33:06, Info                  CSI    0000463f [SR] Verify complete
2018-10-15 14:33:06, Info                  CSI    00004640 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:33:06, Info                  CSI    00004641 [SR] Beginning Verify and Repair transaction
2018-10-15 14:33:16, Info                  CSI    000046c6 [SR] Verify complete
2018-10-15 14:33:16, Info                  CSI    000046c7 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:33:16, Info                  CSI    000046c8 [SR] Beginning Verify and Repair transaction
2018-10-15 14:33:25, Info                  CSI    0000474b [SR] Verify complete
2018-10-15 14:33:25, Info                  CSI    0000474c [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:33:25, Info                  CSI    0000474d [SR] Beginning Verify and Repair transaction
2018-10-15 14:33:33, Info                  CSI    000047b4 [SR] Verify complete
2018-10-15 14:33:33, Info                  CSI    000047b5 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:33:33, Info                  CSI    000047b6 [SR] Beginning Verify and Repair transaction
2018-10-15 14:33:48, Info                  CSI    000048e9 [SR] Verify complete
2018-10-15 14:33:48, Info                  CSI    000048ea [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:33:48, Info                  CSI    000048eb [SR] Beginning Verify and Repair transaction
2018-10-15 14:33:56, Info                  CSI    00004955 [SR] Verify complete
2018-10-15 14:33:57, Info                  CSI    00004956 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:33:57, Info                  CSI    00004957 [SR] Beginning Verify and Repair transaction
2018-10-15 14:34:03, Info                  CSI    000049bc [SR] Verify complete
2018-10-15 14:34:03, Info                  CSI    000049bd [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:34:03, Info                  CSI    000049be [SR] Beginning Verify and Repair transaction
2018-10-15 14:34:09, Info                  CSI    00004a26 [SR] Verify complete
2018-10-15 14:34:09, Info                  CSI    00004a27 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:34:09, Info                  CSI    00004a28 [SR] Beginning Verify and Repair transaction
2018-10-15 14:34:19, Info                  CSI    00004add [SR] Verify complete
2018-10-15 14:34:19, Info                  CSI    00004ade [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:34:19, Info                  CSI    00004adf [SR] Beginning Verify and Repair transaction
2018-10-15 14:34:30, Info                  CSI    00004bba [SR] Verify complete
2018-10-15 14:34:30, Info                  CSI    00004bbb [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:34:30, Info                  CSI    00004bbc [SR] Beginning Verify and Repair transaction
2018-10-15 14:34:37, Info                  CSI    00004c32 [SR] Verify complete
2018-10-15 14:34:37, Info                  CSI    00004c33 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:34:37, Info                  CSI    00004c34 [SR] Beginning Verify and Repair transaction
2018-10-15 14:34:43, Info                  CSI    00004c9e [SR] Verify complete
2018-10-15 14:34:44, Info                  CSI    00004c9f [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:34:44, Info                  CSI    00004ca0 [SR] Beginning Verify and Repair transaction
2018-10-15 14:34:52, Info                  CSI    00004d1e [SR] Verify complete
2018-10-15 14:34:52, Info                  CSI    00004d1f [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:34:52, Info                  CSI    00004d20 [SR] Beginning Verify and Repair transaction
2018-10-15 14:35:03, Info                  CSI    00004dfa [SR] Verify complete
2018-10-15 14:35:03, Info                  CSI    00004dfb [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:35:03, Info                  CSI    00004dfc [SR] Beginning Verify and Repair transaction
2018-10-15 14:35:14, Info                  CSI    00004ec4 [SR] Verify complete
2018-10-15 14:35:14, Info                  CSI    00004ec5 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:35:14, Info                  CSI    00004ec6 [SR] Beginning Verify and Repair transaction
2018-10-15 14:35:20, Info                  CSI    00004f31 [SR] Verify complete
2018-10-15 14:35:20, Info                  CSI    00004f32 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:35:20, Info                  CSI    00004f33 [SR] Beginning Verify and Repair transaction
2018-10-15 14:35:28, Info                  CSI    00004fb4 [SR] Verify complete
2018-10-15 14:35:29, Info                  CSI    00004fb5 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:35:29, Info                  CSI    00004fb6 [SR] Beginning Verify and Repair transaction
2018-10-15 14:35:37, Info                  CSI    0000506a [SR] Verify complete
2018-10-15 14:35:37, Info                  CSI    0000506b [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:35:37, Info                  CSI    0000506c [SR] Beginning Verify and Repair transaction
2018-10-15 14:35:43, Info                  CSI    000050d2 [SR] Verify complete
2018-10-15 14:35:43, Info                  CSI    000050d3 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:35:43, Info                  CSI    000050d4 [SR] Beginning Verify and Repair transaction
2018-10-15 14:35:47, Info                  CSI    000050fb [SR] Repairing corrupted file [ml:60{30},l:58{29}]"\??\C:\Windows\SysWOW64\en-US"\[l:26{13}]"mlang.dll.mui" from store
2018-10-15 14:35:55, Info                  CSI    000051b3 [SR] Verify complete
2018-10-15 14:35:55, Info                  CSI    000051b4 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:35:55, Info                  CSI    000051b5 [SR] Beginning Verify and Repair transaction
2018-10-15 14:36:02, Info                  CSI    00005221 [SR] Verify complete
2018-10-15 14:36:02, Info                  CSI    00005222 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:36:02, Info                  CSI    00005223 [SR] Beginning Verify and Repair transaction
2018-10-15 14:36:08, Info                  CSI    0000528b [SR] Verify complete
2018-10-15 14:36:08, Info                  CSI    0000528c [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:36:08, Info                  CSI    0000528d [SR] Beginning Verify and Repair transaction
2018-10-15 14:36:15, Info                  CSI    000052f7 [SR] Verify complete
2018-10-15 14:36:15, Info                  CSI    000052f8 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:36:15, Info                  CSI    000052f9 [SR] Beginning Verify and Repair transaction
2018-10-15 14:36:20, Info                  CSI    00005364 [SR] Verify complete
2018-10-15 14:36:21, Info                  CSI    00005365 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:36:21, Info                  CSI    00005366 [SR] Beginning Verify and Repair transaction
2018-10-15 14:36:27, Info                  CSI    000053d9 [SR] Verify complete
2018-10-15 14:36:28, Info                  CSI    000053da [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:36:28, Info                  CSI    000053db [SR] Beginning Verify and Repair transaction
2018-10-15 14:36:33, Info                  CSI    0000544a [SR] Verify complete
2018-10-15 14:36:34, Info                  CSI    0000544b [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:36:34, Info                  CSI    0000544c [SR] Beginning Verify and Repair transaction
2018-10-15 14:36:40, Info                  CSI    000054b6 [SR] Verify complete
2018-10-15 14:36:41, Info                  CSI    000054b7 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:36:41, Info                  CSI    000054b8 [SR] Beginning Verify and Repair transaction
2018-10-15 14:36:46, Info                  CSI    00005520 [SR] Verify complete
2018-10-15 14:36:46, Info                  CSI    00005521 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:36:46, Info                  CSI    00005522 [SR] Beginning Verify and Repair transaction
2018-10-15 14:36:52, Info                  CSI    0000558a [SR] Verify complete
2018-10-15 14:36:52, Info                  CSI    0000558b [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:36:52, Info                  CSI    0000558c [SR] Beginning Verify and Repair transaction
2018-10-15 14:37:00, Info                  CSI    0000560d [SR] Verify complete
2018-10-15 14:37:01, Info                  CSI    0000560e [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:37:01, Info                  CSI    0000560f [SR] Beginning Verify and Repair transaction
2018-10-15 14:37:07, Info                  CSI    00005677 [SR] Verify complete
2018-10-15 14:37:07, Info                  CSI    00005678 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:37:07, Info                  CSI    00005679 [SR] Beginning Verify and Repair transaction
2018-10-15 14:37:14, Info                  CSI    000056df [SR] Verify complete
2018-10-15 14:37:14, Info                  CSI    000056e0 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:37:14, Info                  CSI    000056e1 [SR] Beginning Verify and Repair transaction
2018-10-15 14:37:20, Info                  CSI    00005747 [SR] Verify complete
2018-10-15 14:37:20, Info                  CSI    00005748 [SR] Verifying 100 (0x0000000000000064) components
2018-10-15 14:37:20, Info                  CSI    00005749 [SR] Beginning Verify and Repair transaction
2018-10-15 14:37:26, Info                  CSI    000057b0 [SR] Verify complete
2018-10-15 14:37:26, Info                  CSI    000057b1 [SR] Verifying 58 (0x000000000000003a) components
2018-10-15 14:37:26, Info                  CSI    000057b2 [SR] Beginning Verify and Repair transaction
2018-10-15 14:37:31, Info                  CSI    000057ed [SR] Verify complete
2018-10-15 14:37:31, Info                  CSI    000057ee [SR] Repairing 1 components
2018-10-15 14:37:31, Info                  CSI    000057ef [SR] Beginning Verify and Repair transaction
2018-10-15 14:37:31, Info                  CSI    000057f0 [SR] Repairing corrupted file [ml:60{30},l:58{29}]"\??\C:\Windows\SysWOW64\en-US"\[l:26{13}]"mlang.dll.mui" from store
2018-10-15 14:37:31, Info                  CSI    000057f5 [SR] Repair complete
2018-10-15 14:37:31, Info                  CSI    000057f6 [SR] Committing transaction
2018-10-15 14:37:31, Info                  CSI    000057fb [SR] Verify and Repair Transaction completed. All files and registry keys listed in this transaction  have been successfully repaired

11

Re: Допоможіть(С++(двовимірні динамічні масиви))

тут проблема в коді чи в віндовсі?

12

Re: Допоможіть(С++(двовимірні динамічні масиви))

і при відкритті калькулятора віндовського він зразу закривається

Подякували: leofun011

13

Re: Допоможіть(С++(двовимірні динамічні масиви))

переустановка віндовса допоможе?

14

Re: Допоможіть(С++(двовимірні динамічні масиви))

Parsifal написав:

тут проблема в коді чи в віндовсі?

тут проблема сидить на форумі :D
Тепер по ділу:
Яке IDE використовуєте ?
Запакуйте свій проектsolution (повністю) в архів і прикріпіть його сюди.

Подякували: Parsifal1

15

Re: Допоможіть(С++(двовимірні динамічні масиви))

IDE - Visual Studio
зараз навчусь архівувати і скину

Подякували: leofun011

16

Re: Допоможіть(С++(двовимірні динамічні масиви))

заархівував тепер шукаю файлообміник щоб на форум скинути

17

Re: Допоможіть(С++(двовимірні динамічні масиви))

ось архів на 7 днів
https://dropmefiles.com/KoFLi

Подякували: leofun011

18

Re: Допоможіть(С++(двовимірні динамічні масиви))

Parsifal написав:

Visual Studio

Це прекрасно, але версія теж важлива. Вголовному меню має бути Help -> About, що там написано про версію ?

Подякували: Parsifal1

19

Re: Допоможіть(С++(двовимірні динамічні масиви))

2017 руска версія(англійської мови просто не знаю)

20

Re: Допоможіть(С++(двовимірні динамічні масиви))

в справка про пише
Microsoft Visual Studio community 2017
версія 15.8.3

Подякували: leofun011