[功能异常] Windows 自带的解压工具导致 DLL 加载失败

作者: sylvia-hw创建于 2026年8月14日更新于 2026年8月14日
标签文档补充(docs)适合新手(good first issue)

Problem description

When using the built-in decompression function of Windows (right-click → decompress to the current folder) to decompress the software package, running XHS-Downloader.exe crashes with the error message RuntimeError: Failed to resolve Python.Runtime.Loader.Initialize. The actual cause is that the "Attachment Security Stamp" mechanism in Windows locks the .dll file, and the .NET runtime refuses to load it.

内容来源: JoeanAmier/XHS-Downloader