0% found this document useful (0 votes)
68 views20 pages

Archives Hell Extension

The document contains log entries related to a shell extension for file archiving, detailing the loading of user locale settings and configuration files. It indicates that the configuration file was not found, prompting the creation of a default configuration with various menu options for packing and unpacking files. Additionally, it logs the initialization of various components and commands related to the shell extension's functionality.

Uploaded by

Douglas Machado
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views20 pages

Archives Hell Extension

The document contains log entries related to a shell extension for file archiving, detailing the loading of user locale settings and configuration files. It indicates that the configuration file was not found, prompting the creation of a default configuration with various menu options for packing and unpacking files. Additionally, it logs the initialization of various components and commands related to the shell extension's functionality.

Uploaded by

Douglas Machado
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 20

[D] [16012] 15.02.2025 17:46:10:742 {dll.

cpp:40 DllMain} @@@


DllMain(DLL_PROCESS_ATTACH)
[D] [16012] 15.02.2025 17:46:10:742 {Constants.h:27
ShellExtension::Constants::GetFirstUserPreferredUILocaleOrDefault} User default
locale:
[D] [16012] 15.02.2025 17:46:10:744 {Localization.cpp:27
__H_ns::Locale::Log} .localName = pt-BR
[D] [16012] 15.02.2025 17:46:10:744 {Localization.cpp:28
__H_ns::Locale::Log} .languageCode = pt
[D] [16012] 15.02.2025 17:46:10:744 {Localization.cpp:33
__H_ns::Locale::Log} .countryCode = BR
[D] [16012] 15.02.2025 17:46:10:744 {Constants.h:37
ShellExtension::Constants::GetFirstUserPreferredUILocaleOrDefault} User preferred
UI locales:
[D] [16012] 15.02.2025 17:46:10:744 {Localization.cpp:27
__H_ns::Locale::Log} .localName = pt-BR
[D] [16012] 15.02.2025 17:46:10:744 {Localization.cpp:28
__H_ns::Locale::Log} .languageCode = pt
[D] [16012] 15.02.2025 17:46:10:744 {Localization.cpp:33
__H_ns::Locale::Log} .countryCode = BR

[D] [16012] 15.02.2025 17:46:10:744 {Localization.cpp:27


__H_ns::Locale::Log} .localName = en-US
[D] [16012] 15.02.2025 17:46:10:744 {Localization.cpp:28
__H_ns::Locale::Log} .languageCode = en
[D] [16012] 15.02.2025 17:46:10:744 {Localization.cpp:33
__H_ns::Locale::Log} .countryCode = US

[D] [16012] 15.02.2025 17:46:10:744 {JSONLoader.hpp:32 __H_ns::JSONLoader<struct


ShellExtension::ShellExtensionConfigJSON>::Load} @@@ Load(filepath =
ShellExtensionConfig.txt)
[W] [16012] 15.02.2025 17:46:10:745 {JSONLoader.hpp:63 __H_ns::JSONLoader<struct
ShellExtension::ShellExtensionConfigJSON>::Load} *** [W] = ShellExtensionConfig.txt
not found, create with default json
[D] [16012] 15.02.2025 17:46:10:745 {JSONLoader.hpp:84 __H_ns::JSONLoader<struct
ShellExtension::ShellExtensionConfigJSON>::Save} @@@ Save(filepath, jsonObject)
[D] [16012] 15.02.2025 17:46:10:745 {JSONLoader.hpp:88 __H_ns::JSONLoader<struct
ShellExtension::ShellExtensionConfigJSON>::Save} Serialized jsonObject data:
{
"shellExtensionConfig": {
"shellExtensionSettings": {
"menus": [
{
"title": "Pack [Dirs and Files]",
"command": "pack",
"shellItemType": "SI_Any",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "<translate:Pack [Directory]>",
"command": "pack",
"shellItemType": "SI_Directory",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Pack [AnyFile]",
"command": "pack",
"shellItemType": "SI_File",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Pack [NonArchiveFile]",
"command": "pack",
"shellItemType": "SI_NonArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Pack [ArchiveFile]",
"command": "pack",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Unpack [ArchiveFile]",
"command": "",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
{
"title": "<translate:Unpack here>",
"command": "unpack",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "<translate:Unpack to>",
"command": "unpack",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
}
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
}
],
"shellExtensionType": "Archivator",
"activationProtocol": "dct-archivator",
"rootMenuTitle": "Archivator",
"channelName": "shellExtensionChannel"
},
"supportedArchiveExtensions": {
"extensions": [
".7z",
".bz2",
".bzip2",
".gz",
".gzip",
".tgz",
".tar",
".zip",
".rar",
".xz",
".cab",
".iso",
".lzma",
".cpio",
".ar",
".lzip",
".lzop",
".lz4"
]
},
"shellExtensionLocalization": {
"fallbackLocale": "en",
"localizationMap": {
"en": {
"translationMap": {
"Pack [Directory]": "Pack [Directory]",
"Unpack here": "Unpack here",
"Unpack to": "Unpack to"
}
},
"ru": {
"translationMap": {
"Pack [Directory]": "Упаковать [Папка]",
"Unpack here": "Распаковать здесь",
"Unpack to": "Распаковать в"
}
}
}
}
}
}
[E] [16012] 15.02.2025 17:46:10:747 {JSONLoader.hpp:98 __H_ns::JSONLoader<struct
ShellExtension::ShellExtensionConfigJSON>::Save} *** [E] = Cannot save config
[E] [16012] 15.02.2025 17:46:10:748 {JSONLoader.hpp:99 __H_ns::JSONLoader<struct
ShellExtension::ShellExtensionConfigJSON>::Save} *** [E] = Last error: The system
cannot find the path specified.
[E] [16012] 15.02.2025 17:46:10:748 {AppFeatures.cpp:47
ShellExtension::AppFeatures::AppFeatures} *** [E] = Config not loaded, use default:
{
"shellExtensionSettings": {
"menus": [
{
"title": "Pack [Dirs and Files]",
"command": "pack",
"shellItemType": "SI_Any",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "<translate:Pack [Directory]>",
"command": "pack",
"shellItemType": "SI_Directory",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Pack [AnyFile]",
"command": "pack",
"shellItemType": "SI_File",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Pack [NonArchiveFile]",
"command": "pack",
"shellItemType": "SI_NonArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Pack [ArchiveFile]",
"command": "pack",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Unpack [ArchiveFile]",
"command": "",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
{
"title": "<translate:Unpack here>",
"command": "unpack",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "<translate:Unpack to>",
"command": "unpack",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
}
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
}
],
"shellExtensionType": "Archivator",
"activationProtocol": "dct-archivator",
"rootMenuTitle": "Archivator",
"channelName": "shellExtensionChannel"
},
"supportedArchiveExtensions": {
"extensions": [
".7z",
".bz2",
".bzip2",
".gz",
".gzip",
".tgz",
".tar",
".zip",
".rar",
".xz",
".cab",
".iso",
".lzma",
".cpio",
".ar",
".lzip",
".lzop",
".lz4"
]
},
"shellExtensionLocalization": {
"fallbackLocale": "en",
"localizationMap": {
"en": {
"translationMap": {
"Pack [Directory]": "Pack [Directory]",
"Unpack here": "Unpack here",
"Unpack to": "Unpack to"
}
},
"ru": {
"translationMap": {
"Pack [Directory]": "Упаковать [Папка]",
"Unpack here": "Распаковать здесь",
"Unpack to": "Распаковать в"
}
}
}
}
}
[D] [16012] 15.02.2025 17:46:10:748 {dll.cpp:63 DllMain} AppFeatures load OK
[D] [16012] 15.02.2025 17:46:10:748 {dll.cpp:201 DllGetClassObject} @@@
DllGetClassObject()
[D] [16012] 15.02.2025 17:46:10:748 {dll.cpp:168 CClassFactory::CClassFactory} @@@
CClassFactory()
[D] [16012] 15.02.2025 17:46:10:748 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [16012] 15.02.2025 17:46:10:748 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [16012] 15.02.2025 17:46:10:748 {ExplorerCommandBase.cpp:12
ShellExtension::ExplorerCommandBase::ExplorerCommandBase} @@@ ExplorerCommandBase()
[D] [16012] 15.02.2025 17:46:10:748 {ArchivatorCommand.cpp:228
ShellExtension::ArchivatorRootCommand::ArchivatorRootCommand} @@@
ArchivatorRootCommand()
[D] [16012] 15.02.2025 17:46:10:748 {dll.cpp:189 CClassFactory::~CClassFactory} @@@
~CClassFactory()
[D] [16012] 15.02.2025 17:46:10:748 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [16012] 15.02.2025 17:46:10:754 {ExplorerCommandBase.cpp:61
ShellExtension::ExplorerCommandBase::GetState} @@@ GetState()
[D] [16012] 15.02.2025 17:46:10:754 {ExplorerCommandBase.cpp:23
ShellExtension::ExplorerCommandBase::GetTitle} @@@ GetTitle()
[D] [16012] 15.02.2025 17:46:10:754 {ArchivatorCommand.cpp:236
ShellExtension::ArchivatorRootCommand::GetTitleImpl} @@@ GetTitleImpl()
[D] [16012] 15.02.2025 17:46:10:765 {ArchivatorCommand.cpp:241
ShellExtension::ArchivatorRootCommand::GetTitleImpl} shellNonArchiveFileEntry.path
= C:\Users\dougl\Downloads\Arquivos para o computador\JGSMRTAS03.mp4
[D] [16012] 15.02.2025 17:46:10:766 {ExplorerCommandBase.cpp:37
ShellExtension::ExplorerCommandBase::GetIcon} @@@ GetIcon()
[D] [16012] 15.02.2025 17:46:10:766 {ExplorerCommandBase.cpp:37
ShellExtension::ExplorerCommandBase::GetIcon} @@@ GetIcon()
[D] [16012] 15.02.2025 17:46:10:766 {ExplorerCommandBase.cpp:70
ShellExtension::ExplorerCommandBase::GetFlags} @@@ GetFlags()
[D] [16012] 15.02.2025 17:46:10:766 {ExplorerCommandBase.cpp:80
ShellExtension::ExplorerCommandBase::EnumSubCommands} @@@ EnumSubCommands()
[D] [16012] 15.02.2025 17:46:10:766 {ArchivatorCommand.cpp:264
ShellExtension::ArchivatorRootCommand::EnumSubCommandsImpl} @@@
EnumSubCommandsImpl()
[D] [16012] 15.02.2025 17:46:10:766 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [16012] 15.02.2025 17:46:10:766 {EnumCommandsBase.cpp:6
ShellExtension::EnumCommandsBase::EnumCommandsBase} @@@ EnumCommandsBase()
[D] [16012] 15.02.2025 17:46:10:766 {ArchivatorCommand.cpp:170
ShellExtension::EnumCommands<1>::EnumCommands} @@@
EnumCommands<SI_NonArchiveFile>()
[D] [16012] 15.02.2025 17:46:10:766 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [16012] 15.02.2025 17:46:10:766 {ExplorerCommandBase.cpp:12
ShellExtension::ExplorerCommandBase::ExplorerCommandBase} @@@ ExplorerCommandBase()
[D] [16012] 15.02.2025 17:46:10:766 {ArchivatorCommand.cpp:333
ShellExtension::ArchivatorSubCommandCustom::ArchivatorSubCommandCustom} @@@
ArchivatorSubCommandCustom(title = Pack [NonArchiveFile], command = pack,
shellEntries)
[D] [16012] 15.02.2025 17:46:10:769 {ExplorerCommandBase.cpp:61
ShellExtension::ExplorerCommandBase::GetState} @@@ GetState()
[D] [16012] 15.02.2025 17:46:10:770 {ExplorerCommandBase.cpp:23
ShellExtension::ExplorerCommandBase::GetTitle} @@@ GetTitle()
[D] [16012] 15.02.2025 17:46:10:770 {ExplorerCommandBase.cpp:37
ShellExtension::ExplorerCommandBase::GetIcon} @@@ GetIcon()
[D] [16012] 15.02.2025 17:46:10:770 {ExplorerCommandBase.cpp:37
ShellExtension::ExplorerCommandBase::GetIcon} @@@ GetIcon()
[D] [16012] 15.02.2025 17:46:10:771 {ExplorerCommandBase.cpp:70
ShellExtension::ExplorerCommandBase::GetFlags} @@@ GetFlags()
[D] [16012] 15.02.2025 17:46:10:771 {EnumCommandsBase.cpp:10
ShellExtension::EnumCommandsBase::~EnumCommandsBase} @@@ ~EnumCommandsBase()
[D] [16012] 15.02.2025 17:46:10:771 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [16012] 15.02.2025 17:46:11:461 {ArchivatorCommand.cpp:337
ShellExtension::ArchivatorSubCommandCustom::~ArchivatorSubCommandCustom} @@@
~ArchivatorSubCommandCustom()
[D] [16012] 15.02.2025 17:46:11:461 {ExplorerCommandBase.cpp:16
ShellExtension::ExplorerCommandBase::~ExplorerCommandBase} @@@
~ExplorerCommandBase()
[D] [16012] 15.02.2025 17:46:11:461 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [16012] 15.02.2025 17:46:11:461 {ArchivatorCommand.cpp:232
ShellExtension::ArchivatorRootCommand::~ArchivatorRootCommand} @@@
~ArchivatorRootCommand()
[D] [16012] 15.02.2025 17:46:11:461 {ExplorerCommandBase.cpp:16
ShellExtension::ExplorerCommandBase::~ExplorerCommandBase} @@@
~ExplorerCommandBase()
[D] [16012] 15.02.2025 17:46:11:461 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [16012] 15.02.2025 17:46:16:476 {dll.cpp:89 DllCanUnloadNow} @@@
DllCanUnloadNow()
[D] [16012] 15.02.2025 17:46:16:476 {dll.cpp:94 DllCanUnloadNow} @@@
DllCanUnloadNow OK
[D] [16012] 15.02.2025 17:46:16:476 {dll.cpp:78 DllMain} @@@
DllMain(DLL_PROCESS_DETACH)

===================================================================================
=======================
[D] 27.02.2025 15:13:17:094 New session started
===================================================================================
=======================
[D] [15216] 27.02.2025 15:13:17:094 {dll.cpp:40 DllMain} @@@
DllMain(DLL_PROCESS_ATTACH)
[D] [15216] 27.02.2025 15:13:17:094 {Constants.h:27
ShellExtension::Constants::GetFirstUserPreferredUILocaleOrDefault} User default
locale:
[D] [15216] 27.02.2025 15:13:17:095 {Localization.cpp:27
__H_ns::Locale::Log} .localName = pt-BR
[D] [15216] 27.02.2025 15:13:17:095 {Localization.cpp:28
__H_ns::Locale::Log} .languageCode = pt
[D] [15216] 27.02.2025 15:13:17:095 {Localization.cpp:33
__H_ns::Locale::Log} .countryCode = BR
[D] [15216] 27.02.2025 15:13:17:095 {Constants.h:37
ShellExtension::Constants::GetFirstUserPreferredUILocaleOrDefault} User preferred
UI locales:
[D] [15216] 27.02.2025 15:13:17:095 {Localization.cpp:27
__H_ns::Locale::Log} .localName = pt-BR
[D] [15216] 27.02.2025 15:13:17:095 {Localization.cpp:28
__H_ns::Locale::Log} .languageCode = pt
[D] [15216] 27.02.2025 15:13:17:095 {Localization.cpp:33
__H_ns::Locale::Log} .countryCode = BR

[D] [15216] 27.02.2025 15:13:17:096 {Localization.cpp:27


__H_ns::Locale::Log} .localName = en-US
[D] [15216] 27.02.2025 15:13:17:096 {Localization.cpp:28
__H_ns::Locale::Log} .languageCode = en
[D] [15216] 27.02.2025 15:13:17:096 {Localization.cpp:33
__H_ns::Locale::Log} .countryCode = US

[D] [15216] 27.02.2025 15:13:17:096 {JSONLoader.hpp:32 __H_ns::JSONLoader<struct


ShellExtension::ShellExtensionConfigJSON>::Load} @@@ Load(filepath = C:\Program
Files\WindowsApps\15647NeonBand.RarZipExtractorPro_1.379.64.0_x64__g3b9h1p9bdemw\
ShellExtensionConfig.txt)
[D] [15216] 27.02.2025 15:13:17:097 {JSONLoader.hpp:40 __H_ns::JSONLoader<struct
ShellExtension::ShellExtensionConfigJSON>::Load} "ShellExtensionConfig.txt" data:
{
"shellExtensionConfig": {
"shellExtensionSettings": {
"menus": [
{
"title": "<translate:Pack [Dirs and Files]>",
"command": "pack",
"shellItemType": "SI_Any",
"subMenus": [
]
},
{
"title": "<translate:Pack [Directory]>",
"command": "pack",
"shellItemType": "SI_Directory",
"subMenus": [
]
},
{
"title": "<translate:Pack [AnyFile]>",
"command": "pack",
"shellItemType": "SI_File",
"subMenus": [
]
},
{
"title": "<translate:Pack [NonArchiveFile]>",
"command": "pack",
"shellItemType": "SI_NonArchiveFile",
"subMenus": [
]
},
{
"title": "<translate:Pack [ArchiveFile]>",
"command": "pack",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
]
},
{
"title": "<translate:Unpack to>",
"command": "unpack",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
]
},
{
"title": "<translate:Unpack here>",
"command": "unpackHere",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
]
}
],
"shellExtensionType": "Archivator",
"activationProtocol": "dct-archivator",
"rootMenuTitle": "Archivator",
"channelName": "shellExtensionChannel"
},
"supportedArchiveExtensions": {
"extensions": [
".7z",
".bz2",
".bzip2",
".gz",
".gzip",
".tgz",
".tar",
".zip",
".rar",
".xz",
".cab",
".iso",
".lzma",
".cpio",
".ar",
".lzip",
".lzop",
".lz4"
]
},
"shellExtensionLocalization": {
"fallbackLocale": "en",
"localizationMap": {
"en": {
"translationMap": {
"Pack [Directory]": "Pack",
"Unpack here": "Unpack here",
"Unpack to": "Unpack to",
"Pack [ArchiveFile]": "Pack archive file",
"Pack [NonArchiveFile]": "Pack non archive file",
"Pack [Dirs and Files]": "Pack directories and files",
"Pack [AnyFile]": "Pack any file"
}
},
"de-DE": {
"translationMap": {
"Pack [Directory]": "Packen",
"Unpack here": "Hier entpacken",
"Unpack to": "Entpacken nach",
"Pack [ArchiveFile]": "Archivdatei packen",
"Pack [NonArchiveFile]": "Nicht-Archiv-Datei packen",
"Pack [Dirs and Files]": "Verzeichnisse und Dateien packen",
"Pack [AnyFile]": "Beliebige Datei packen"
}
},
"es-ES": {
"translationMap": {
"Pack [Directory]": "Comprimir",
"Unpack here": "Extraer aquí",
"Unpack to": "Extraer en",
"Pack [ArchiveFile]": "Archivo de archivo comprimido",
"Pack [NonArchiveFile]": "Archivo no comprimido",
"Pack [Dirs and Files]": "Comprimir carpetas y archivos",
"Pack [AnyFile]": "Comprimir cualquier archivo"
}
},
"fr-FR": {
"translationMap": {
"Pack [Directory]": "Compresser",
"Unpack here": "Extraire ici",
"Unpack to": "Extraire vers",
"Pack [ArchiveFile]": "Compresser le fichier d'archive",
"Pack [NonArchiveFile]": "Compresser le fichier non-archive",
"Pack [Dirs and Files]": "Compresser les dossiers et fichiers",
"Pack [AnyFile]": "Compresser tout fichier"
}
},
"hi-IN": {
"translationMap": {
"Pack [Directory]": "पैक करें",
"Unpack here": "यहाँ अनपैक करें",
"Unpack to": "यहाँ अनपैक करें",
"Pack [ArchiveFile]": "संग्रह फ़ाइल पैक करें",
"Pack [NonArchiveFile]": "गैर-संग्रह फ़ाइल पैक करें",
"Pack [Dirs and Files]": "निर्देशिकाएँ और फ़ाइलें पैक करें",
"Pack [AnyFile]": "कोई भी फ़ाइल पैक करें"
}
},
"it-IT": {
"translationMap": {
"Pack [Directory]": "Comprimi",
"Unpack here": "Estrarre qui",
"Unpack to": "Estrarre in",
"Pack [ArchiveFile]": "Comprimi file di archivio",
"Pack [NonArchiveFile]": "Comprimi file non di archivio",
"Pack [Dirs and Files]": "Comprimi directory e file",
"Pack [AnyFile]": "Comprimi qualsiasi file"
}
},
"ja-JP": {
"translationMap": {
"Pack [Directory]": "圧縮",
"Unpack here": "ここに解凍",
"Unpack to": "解凍先",
"Pack [ArchiveFile]": "アーカイブファイルを圧縮",
"Pack [NonArchiveFile]": "非アーカイブファイルを圧縮",
"Pack [Dirs and Files]": "ディレクトリとファイルを圧縮",
"Pack [AnyFile]": "任意のファイルを圧縮"
}
},
"ko-KR": {
"translationMap": {
"Pack [Directory]": "압축",
"Unpack here": "여기서 풀기",
"Unpack to": "풀 위치",
"Pack [ArchiveFile]": "아카이브 파일 압축",
"Pack [NonArchiveFile]": "비아카이브 파일 압축",
"Pack [Dirs and Files]": "디렉터리 및 파일 압축",
"Pack [AnyFile]": "모든 파일 압축"
}
},
"pt-PT": {
"translationMap": {
"Pack [Directory]": "Compactar",
"Unpack here": "Extrair aqui",
"Unpack to": "Extrair para",
"Pack [ArchiveFile]": "Compactar arquivo de arquivo",
"Pack [NonArchiveFile]": "Compactar arquivo não arquivado",
"Pack [Dirs and Files]": "Compactar diretórios e arquivos",
"Pack [AnyFile]": "Compactar qualquer arquivo"
}
},
"zh-CN": {
"translationMap": {
"Pack [Directory]": "打包",
"Unpack here": "解压到此处",
"Unpack to": "解压到",
"Pack [ArchiveFile]": "打包归档文件",
"Pack [NonArchiveFile]": "打包非归档文件",
"Pack [Dirs and Files]": "打包目录和文件",
"Pack [AnyFile]": "打包任意文件"
}
},
"zh-HK": {
"translationMap": {
"Pack [Directory]": "壓縮",
"Unpack here": "解壓至此處",
"Unpack to": "解壓至",
"Pack [ArchiveFile]": "壓縮存檔文件",
"Pack [NonArchiveFile]": "壓縮非存檔文件",
"Pack [Dirs and Files]": "壓縮目錄和文件",
"Pack [AnyFile]": "壓縮任何文件"
}
},
"tr-TR": {
"translationMap": {
"Pack [Directory]": "Paketle",
"Unpack here": "Buraya Çıkart",
"Unpack to": "Şuraya Çıkart",
"Pack [ArchiveFile]": "Arşiv dosyasını paketle",
"Pack [NonArchiveFile]": "Arşiv dışı dosyayı paketle",
"Pack [Dirs and Files]": "Dizinleri ve dosyaları paketle",
"Pack [AnyFile]": "Herhangi bir dosyayı paketle"
}
},
"ru-RU": {
"translationMap": {
"Pack [Directory]": "Упаковать",
"Unpack here": "Распаковать здесь",
"Unpack to": "Распаковать в",
"Pack [ArchiveFile]": "Упаковать архивный файл",
"Pack [NonArchiveFile]": "Упаковать неархивный файла",
"Pack [Dirs and Files]": "Упаковать каталоги и файлы",
"Pack [AnyFile]": "Упаковать любой файл"
}
},
"uk": {
"translationMap": {
"Pack [Directory]": "Упакувати",
"Unpack here": "Розпакувати тут",
"Unpack to": "Розпакувати до",
"Pack [ArchiveFile]": "Упакувати архівний файл",
"Pack [NonArchiveFile]": "Упакувати неархівний файл",
"Pack [Dirs and Files]": "Упакувати каталоги та файли",
"Pack [AnyFile]": "Упакувати будь-який файл"
}
}
}
}
}
}
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:53
ShellExtension::AppFeatures::TranslateConfig} @@@ TranslateConfig()
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:54
ShellExtension::AppFeatures::TranslateConfig} userLocale = "pt-BR"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:65
ShellExtension::AppFeatures::TranslateConfig} searchedLocales:
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:67
ShellExtension::AppFeatures::TranslateConfig} searchedLocale = pt-BR
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:67
ShellExtension::AppFeatures::TranslateConfig} searchedLocale = en
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@
TranslateShellMenuRecursive(shellMenu.title = "<translate:Pack [Dirs and Files]>")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:89
ShellExtension::AppFeatures::TranslateShellMenuRecursive} sourceString = "Pack
[Dirs and Files]"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:109
ShellExtension::AppFeatures::TranslateShellMenuRecursive} suitable locale = "en"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:114
ShellExtension::AppFeatures::TranslateShellMenuRecursive} translatedString = "Pack
directories and files"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@ <=
TranslateShellMenuRecursive(shellMenu.title = "Pack directories and files")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@
TranslateShellMenuRecursive(shellMenu.title = "<translate:Pack [Directory]>")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:89
ShellExtension::AppFeatures::TranslateShellMenuRecursive} sourceString = "Pack
[Directory]"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:109
ShellExtension::AppFeatures::TranslateShellMenuRecursive} suitable locale = "en"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:114
ShellExtension::AppFeatures::TranslateShellMenuRecursive} translatedString = "Pack"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@ <=
TranslateShellMenuRecursive(shellMenu.title = "Pack")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@
TranslateShellMenuRecursive(shellMenu.title = "<translate:Pack [AnyFile]>")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:89
ShellExtension::AppFeatures::TranslateShellMenuRecursive} sourceString = "Pack
[AnyFile]"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:109
ShellExtension::AppFeatures::TranslateShellMenuRecursive} suitable locale = "en"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:114
ShellExtension::AppFeatures::TranslateShellMenuRecursive} translatedString = "Pack
any file"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@ <=
TranslateShellMenuRecursive(shellMenu.title = "Pack any file")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@
TranslateShellMenuRecursive(shellMenu.title = "<translate:Pack [NonArchiveFile]>")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:89
ShellExtension::AppFeatures::TranslateShellMenuRecursive} sourceString = "Pack
[NonArchiveFile]"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:109
ShellExtension::AppFeatures::TranslateShellMenuRecursive} suitable locale = "en"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:114
ShellExtension::AppFeatures::TranslateShellMenuRecursive} translatedString = "Pack
non archive file"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@ <=
TranslateShellMenuRecursive(shellMenu.title = "Pack non archive file")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@
TranslateShellMenuRecursive(shellMenu.title = "<translate:Pack [ArchiveFile]>")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:89
ShellExtension::AppFeatures::TranslateShellMenuRecursive} sourceString = "Pack
[ArchiveFile]"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:109
ShellExtension::AppFeatures::TranslateShellMenuRecursive} suitable locale = "en"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:114
ShellExtension::AppFeatures::TranslateShellMenuRecursive} translatedString = "Pack
archive file"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@ <=
TranslateShellMenuRecursive(shellMenu.title = "Pack archive file")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@
TranslateShellMenuRecursive(shellMenu.title = "<translate:Unpack to>")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:89
ShellExtension::AppFeatures::TranslateShellMenuRecursive} sourceString = "Unpack
to"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:109
ShellExtension::AppFeatures::TranslateShellMenuRecursive} suitable locale = "en"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:114
ShellExtension::AppFeatures::TranslateShellMenuRecursive} translatedString =
"Unpack to"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@ <=
TranslateShellMenuRecursive(shellMenu.title = "Unpack to")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@
TranslateShellMenuRecursive(shellMenu.title = "<translate:Unpack here>")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:89
ShellExtension::AppFeatures::TranslateShellMenuRecursive} sourceString = "Unpack
here"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:109
ShellExtension::AppFeatures::TranslateShellMenuRecursive} suitable locale = "en"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:114
ShellExtension::AppFeatures::TranslateShellMenuRecursive} translatedString =
"Unpack here"
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:78
ShellExtension::AppFeatures::TranslateShellMenuRecursive} @@@ <=
TranslateShellMenuRecursive(shellMenu.title = "Unpack here")
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:53
ShellExtension::AppFeatures::TranslateConfig} @@@ <= TranslateConfig()
[D] [15216] 27.02.2025 15:13:17:098 {AppFeatures.cpp:40
ShellExtension::AppFeatures::AppFeatures} "ShellExtensionConfig.txt" translated
[pt-BR]:
{
"shellExtensionSettings": {
"menus": [
{
"title": "Pack directories and files",
"command": "pack",
"shellItemType": "SI_Any",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Pack",
"command": "pack",
"shellItemType": "SI_Directory",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Pack any file",
"command": "pack",
"shellItemType": "SI_File",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Pack non archive file",
"command": "pack",
"shellItemType": "SI_NonArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Pack archive file",
"command": "pack",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Unpack to",
"command": "unpack",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
},
{
"title": "Unpack here",
"command": "unpackHere",
"shellItemType": "SI_ArchiveFile",
"subMenus": [
],
"isSeparator": false,
"hasSeparatorBefore": false,
"hasSeparatorAfter": false
}
],
"shellExtensionType": "Archivator",
"activationProtocol": "dct-archivator",
"rootMenuTitle": "Archivator",
"channelName": "shellExtensionChannel"
},
"supportedArchiveExtensions": {
"extensions": [
".7z",
".bz2",
".bzip2",
".gz",
".gzip",
".tgz",
".tar",
".zip",
".rar",
".xz",
".cab",
".iso",
".lzma",
".cpio",
".ar",
".lzip",
".lzop",
".lz4"
]
},
"shellExtensionLocalization": {
"fallbackLocale": "en",
"localizationMap": {
"de-DE": {
"translationMap": {
"Pack [AnyFile]": "Beliebige Datei packen",
"Pack [ArchiveFile]": "Archivdatei packen",
"Pack [Directory]": "Packen",
"Pack [Dirs and Files]": "Verzeichnisse und Dateien packen",
"Pack [NonArchiveFile]": "Nicht-Archiv-Datei packen",
"Unpack here": "Hier entpacken",
"Unpack to": "Entpacken nach"
}
},
"en": {
"translationMap": {
"Pack [AnyFile]": "Pack any file",
"Pack [ArchiveFile]": "Pack archive file",
"Pack [Directory]": "Pack",
"Pack [Dirs and Files]": "Pack directories and files",
"Pack [NonArchiveFile]": "Pack non archive file",
"Unpack here": "Unpack here",
"Unpack to": "Unpack to"
}
},
"es-ES": {
"translationMap": {
"Pack [AnyFile]": "Comprimir cualquier archivo",
"Pack [ArchiveFile]": "Archivo de archivo comprimido",
"Pack [Directory]": "Comprimir",
"Pack [Dirs and Files]": "Comprimir carpetas y archivos",
"Pack [NonArchiveFile]": "Archivo no comprimido",
"Unpack here": "Extraer aquí",
"Unpack to": "Extraer en"
}
},
"fr-FR": {
"translationMap": {
"Pack [AnyFile]": "Compresser tout fichier",
"Pack [ArchiveFile]": "Compresser le fichier d'archive",
"Pack [Directory]": "Compresser",
"Pack [Dirs and Files]": "Compresser les dossiers et fichiers",
"Pack [NonArchiveFile]": "Compresser le fichier non-archive",
"Unpack here": "Extraire ici",
"Unpack to": "Extraire vers"
}
},
"hi-IN": {
"translationMap": {
"Pack [AnyFile]": "कोई भी फ़ाइल पैक करें",
"Pack [ArchiveFile]": "संग्रह फ़ाइल पैक करें",
"Pack [Directory]": "पैक करें",
"Pack [Dirs and Files]": "निर्देशिकाएँ और फ़ाइलें पैक करें",
"Pack [NonArchiveFile]": "गैर-संग्रह फ़ाइल पैक करें",
"Unpack here": "यहाँ अनपैक करें",
"Unpack to": "यहाँ अनपैक करें"
}
},
"it-IT": {
"translationMap": {
"Pack [AnyFile]": "Comprimi qualsiasi file",
"Pack [ArchiveFile]": "Comprimi file di archivio",
"Pack [Directory]": "Comprimi",
"Pack [Dirs and Files]": "Comprimi directory e file",
"Pack [NonArchiveFile]": "Comprimi file non di archivio",
"Unpack here": "Estrarre qui",
"Unpack to": "Estrarre in"
}
},
"ja-JP": {
"translationMap": {
"Pack [AnyFile]": "任意のファイルを圧縮",
"Pack [ArchiveFile]": "アーカイブファイルを圧縮",
"Pack [Directory]": "圧縮",
"Pack [Dirs and Files]": "ディレクトリとファイルを圧縮",
"Pack [NonArchiveFile]": "非アーカイブファイルを圧縮",
"Unpack here": "ここに解凍",
"Unpack to": "解凍先"
}
},
"ko-KR": {
"translationMap": {
"Pack [AnyFile]": "모든 파일 압축",
"Pack [ArchiveFile]": "아카이브 파일 압축",
"Pack [Directory]": "압축",
"Pack [Dirs and Files]": "디렉터리 및 파일 압축",
"Pack [NonArchiveFile]": "비아카이브 파일 압축",
"Unpack here": "여기서 풀기",
"Unpack to": "풀 위치"
}
},
"pt-PT": {
"translationMap": {
"Pack [AnyFile]": "Compactar qualquer arquivo",
"Pack [ArchiveFile]": "Compactar arquivo de arquivo",
"Pack [Directory]": "Compactar",
"Pack [Dirs and Files]": "Compactar diretórios e arquivos",
"Pack [NonArchiveFile]": "Compactar arquivo não arquivado",
"Unpack here": "Extrair aqui",
"Unpack to": "Extrair para"
}
},
"ru-RU": {
"translationMap": {
"Pack [AnyFile]": "Упаковать любой файл",
"Pack [ArchiveFile]": "Упаковать архивный файл",
"Pack [Directory]": "Упаковать",
"Pack [Dirs and Files]": "Упаковать каталоги и файлы",
"Pack [NonArchiveFile]": "Упаковать неархивный файла",
"Unpack here": "Распаковать здесь",
"Unpack to": "Распаковать в"
}
},
"tr-TR": {
"translationMap": {
"Pack [AnyFile]": "Herhangi bir dosyayı paketle",
"Pack [ArchiveFile]": "Arşiv dosyasını paketle",
"Pack [Directory]": "Paketle",
"Pack [Dirs and Files]": "Dizinleri ve dosyaları paketle",
"Pack [NonArchiveFile]": "Arşiv dışı dosyayı paketle",
"Unpack here": "Buraya Çıkart",
"Unpack to": "Şuraya Çıkart"
}
},
"uk": {
"translationMap": {
"Pack [AnyFile]": "Упакувати будь-який файл",
"Pack [ArchiveFile]": "Упакувати архівний файл",
"Pack [Directory]": "Упакувати",
"Pack [Dirs and Files]": "Упакувати каталоги та файли",
"Pack [NonArchiveFile]": "Упакувати неархівний файл",
"Unpack here": "Розпакувати тут",
"Unpack to": "Розпакувати до"
}
},
"zh-CN": {
"translationMap": {
"Pack [AnyFile]": "打包任意文件",
"Pack [ArchiveFile]": "打包归档文件",
"Pack [Directory]": "打包",
"Pack [Dirs and Files]": "打包目录和文件",
"Pack [NonArchiveFile]": "打包非归档文件",
"Unpack here": "解压到此处",
"Unpack to": "解压到"
}
},
"zh-HK": {
"translationMap": {
"Pack [AnyFile]": "壓縮任何文件",
"Pack [ArchiveFile]": "壓縮存檔文件",
"Pack [Directory]": "壓縮",
"Pack [Dirs and Files]": "壓縮目錄和文件",
"Pack [NonArchiveFile]": "壓縮非存檔文件",
"Unpack here": "解壓至此處",
"Unpack to": "解壓至"
}
}
}
}
}
[D] [15216] 27.02.2025 15:13:17:098 {dll.cpp:63 DllMain} AppFeatures load OK
[D] [15216] 27.02.2025 15:13:17:098 {dll.cpp:201 DllGetClassObject} @@@
DllGetClassObject()
[D] [15216] 27.02.2025 15:13:17:098 {dll.cpp:168 CClassFactory::CClassFactory} @@@
CClassFactory()
[D] [15216] 27.02.2025 15:13:17:098 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [15216] 27.02.2025 15:13:17:098 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [15216] 27.02.2025 15:13:17:098 {ExplorerCommandBase.cpp:12
ShellExtension::ExplorerCommandBase::ExplorerCommandBase} @@@ ExplorerCommandBase()
[D] [15216] 27.02.2025 15:13:17:098 {ArchivatorCommand.cpp:228
ShellExtension::ArchivatorRootCommand::ArchivatorRootCommand} @@@
ArchivatorRootCommand()
[D] [15216] 27.02.2025 15:13:17:098 {dll.cpp:189 CClassFactory::~CClassFactory} @@@
~CClassFactory()
[D] [15216] 27.02.2025 15:13:17:099 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [15216] 27.02.2025 15:13:17:111 {ExplorerCommandBase.cpp:70
ShellExtension::ExplorerCommandBase::GetFlags} @@@ GetFlags()
[D] [15216] 27.02.2025 15:13:17:113 {ExplorerCommandBase.cpp:23
ShellExtension::ExplorerCommandBase::GetTitle} @@@ GetTitle()
[D] [15216] 27.02.2025 15:13:17:113 {ArchivatorCommand.cpp:236
ShellExtension::ArchivatorRootCommand::GetTitleImpl} @@@ GetTitleImpl()
[D] [15216] 27.02.2025 15:13:17:116 {ArchivatorCommand.cpp:247
ShellExtension::ArchivatorRootCommand::GetTitleImpl} shellDirEntry.path = C:\Users\
dougl\OneDrive\Documentos\Prehistoric Kingdom
[D] [15216] 27.02.2025 15:13:17:117 {ExplorerCommandBase.cpp:37
ShellExtension::ExplorerCommandBase::GetIcon} @@@ GetIcon()
[D] [15216] 27.02.2025 15:13:17:117 {ExplorerCommandBase.cpp:61
ShellExtension::ExplorerCommandBase::GetState} @@@ GetState()
[D] [15216] 27.02.2025 15:13:17:117 {ExplorerCommandBase.cpp:80
ShellExtension::ExplorerCommandBase::EnumSubCommands} @@@ EnumSubCommands()
[D] [15216] 27.02.2025 15:13:17:117 {ArchivatorCommand.cpp:264
ShellExtension::ArchivatorRootCommand::EnumSubCommandsImpl} @@@
EnumSubCommandsImpl()
[D] [15216] 27.02.2025 15:13:17:117 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [15216] 27.02.2025 15:13:17:117 {EnumCommandsBase.cpp:6
ShellExtension::EnumCommandsBase::EnumCommandsBase} @@@ EnumCommandsBase()
[D] [15216] 27.02.2025 15:13:17:117 {ArchivatorCommand.cpp:126
ShellExtension::EnumCommands<4>::EnumCommands} @@@ EnumCommands<SI_Directory>()
[D] [15216] 27.02.2025 15:13:17:117 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [15216] 27.02.2025 15:13:17:117 {ExplorerCommandBase.cpp:12
ShellExtension::ExplorerCommandBase::ExplorerCommandBase} @@@ ExplorerCommandBase()
[D] [15216] 27.02.2025 15:13:17:117 {ArchivatorCommand.cpp:333
ShellExtension::ArchivatorSubCommandCustom::ArchivatorSubCommandCustom} @@@
ArchivatorSubCommandCustom(title = Pack, command = pack, shellEntries)
[D] [15216] 27.02.2025 15:13:18:336 {ArchivatorCommand.cpp:232
ShellExtension::ArchivatorRootCommand::~ArchivatorRootCommand} @@@
~ArchivatorRootCommand()
[D] [15216] 27.02.2025 15:13:18:336 {ExplorerCommandBase.cpp:16
ShellExtension::ExplorerCommandBase::~ExplorerCommandBase} @@@
~ExplorerCommandBase()
[D] [15216] 27.02.2025 15:13:18:336 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [15216] 27.02.2025 15:13:18:337 {EnumCommandsBase.cpp:10
ShellExtension::EnumCommandsBase::~EnumCommandsBase} @@@ ~EnumCommandsBase()
[D] [15216] 27.02.2025 15:13:18:337 {ArchivatorCommand.cpp:337
ShellExtension::ArchivatorSubCommandCustom::~ArchivatorSubCommandCustom} @@@
~ArchivatorSubCommandCustom()
[D] [15216] 27.02.2025 15:13:18:337 {ExplorerCommandBase.cpp:16
ShellExtension::ExplorerCommandBase::~ExplorerCommandBase} @@@
~ExplorerCommandBase()
[D] [15216] 27.02.2025 15:13:18:337 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [15216] 27.02.2025 15:13:18:337 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [15216] 27.02.2025 15:13:18:441 {dll.cpp:201 DllGetClassObject} @@@
DllGetClassObject()
[D] [15216] 27.02.2025 15:13:18:441 {dll.cpp:168 CClassFactory::CClassFactory} @@@
CClassFactory()
[D] [15216] 27.02.2025 15:13:18:441 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [15216] 27.02.2025 15:13:18:441 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [15216] 27.02.2025 15:13:18:441 {ExplorerCommandBase.cpp:12
ShellExtension::ExplorerCommandBase::ExplorerCommandBase} @@@ ExplorerCommandBase()
[D] [15216] 27.02.2025 15:13:18:441 {ArchivatorCommand.cpp:228
ShellExtension::ArchivatorRootCommand::ArchivatorRootCommand} @@@
ArchivatorRootCommand()
[D] [15216] 27.02.2025 15:13:18:441 {dll.cpp:189 CClassFactory::~CClassFactory} @@@
~CClassFactory()
[D] [15216] 27.02.2025 15:13:18:441 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [15216] 27.02.2025 15:13:18:449 {ExplorerCommandBase.cpp:70
ShellExtension::ExplorerCommandBase::GetFlags} @@@ GetFlags()
[D] [15216] 27.02.2025 15:13:18:449 {ExplorerCommandBase.cpp:23
ShellExtension::ExplorerCommandBase::GetTitle} @@@ GetTitle()
[D] [15216] 27.02.2025 15:13:18:449 {ArchivatorCommand.cpp:236
ShellExtension::ArchivatorRootCommand::GetTitleImpl} @@@ GetTitleImpl()
[D] [15216] 27.02.2025 15:13:18:450 {ArchivatorCommand.cpp:247
ShellExtension::ArchivatorRootCommand::GetTitleImpl} shellDirEntry.path = C:\Users\
dougl\Downloads\Project Zomboid\Project Zomboid\zombie\core\properties
[D] [15216] 27.02.2025 15:13:18:450 {ExplorerCommandBase.cpp:37
ShellExtension::ExplorerCommandBase::GetIcon} @@@ GetIcon()
[D] [15216] 27.02.2025 15:13:18:450 {ExplorerCommandBase.cpp:61
ShellExtension::ExplorerCommandBase::GetState} @@@ GetState()
[D] [15216] 27.02.2025 15:13:18:450 {ExplorerCommandBase.cpp:80
ShellExtension::ExplorerCommandBase::EnumSubCommands} @@@ EnumSubCommands()
[D] [15216] 27.02.2025 15:13:18:450 {ArchivatorCommand.cpp:264
ShellExtension::ArchivatorRootCommand::EnumSubCommandsImpl} @@@
EnumSubCommandsImpl()
[D] [15216] 27.02.2025 15:13:18:450 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [15216] 27.02.2025 15:13:18:450 {EnumCommandsBase.cpp:6
ShellExtension::EnumCommandsBase::EnumCommandsBase} @@@ EnumCommandsBase()
[D] [15216] 27.02.2025 15:13:18:450 {ArchivatorCommand.cpp:126
ShellExtension::EnumCommands<4>::EnumCommands} @@@ EnumCommands<SI_Directory>()
[D] [15216] 27.02.2025 15:13:18:450 {dll.cpp:105 DllAddRef} @@@ DllAddRef()
[D] [15216] 27.02.2025 15:13:18:450 {ExplorerCommandBase.cpp:12
ShellExtension::ExplorerCommandBase::ExplorerCommandBase} @@@ ExplorerCommandBase()
[D] [15216] 27.02.2025 15:13:18:450 {ArchivatorCommand.cpp:333
ShellExtension::ArchivatorSubCommandCustom::ArchivatorSubCommandCustom} @@@
ArchivatorSubCommandCustom(title = Pack, command = pack, shellEntries)
[D] [15216] 27.02.2025 15:13:19:826 {ArchivatorCommand.cpp:232
ShellExtension::ArchivatorRootCommand::~ArchivatorRootCommand} @@@
~ArchivatorRootCommand()
[D] [15216] 27.02.2025 15:13:19:826 {ExplorerCommandBase.cpp:16
ShellExtension::ExplorerCommandBase::~ExplorerCommandBase} @@@
~ExplorerCommandBase()
[D] [15216] 27.02.2025 15:13:19:826 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [15216] 27.02.2025 15:13:19:826 {EnumCommandsBase.cpp:10
ShellExtension::EnumCommandsBase::~EnumCommandsBase} @@@ ~EnumCommandsBase()
[D] [15216] 27.02.2025 15:13:19:826 {ArchivatorCommand.cpp:337
ShellExtension::ArchivatorSubCommandCustom::~ArchivatorSubCommandCustom} @@@
~ArchivatorSubCommandCustom()
[D] [15216] 27.02.2025 15:13:19:826 {ExplorerCommandBase.cpp:16
ShellExtension::ExplorerCommandBase::~ExplorerCommandBase} @@@
~ExplorerCommandBase()
[D] [15216] 27.02.2025 15:13:19:826 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [15216] 27.02.2025 15:13:19:826 {dll.cpp:110 DllRelease} @@@ DllRelease()
[D] [15216] 27.02.2025 15:13:24:832 {dll.cpp:89 DllCanUnloadNow} @@@
DllCanUnloadNow()
[D] [15216] 27.02.2025 15:13:24:832 {dll.cpp:94 DllCanUnloadNow} @@@
DllCanUnloadNow OK
[D] [15216] 27.02.2025 15:13:24:834 {dll.cpp:78 DllMain} @@@
DllMain(DLL_PROCESS_DETACH)

You might also like