https://bugs.documentfoundation.org/show_bug.cgi?id=159512
--- Comment #25 from Mike Kaganski <[email protected]> --- (In reply to ady from comment #21) BCryptKeyDerivation [1] only appeared in Windows 8 (see "Requirements" there). Interestingly, LibreOffice code does not refer to this function itself. But likely, some library depends on it; possibly we don't pass the Windows version properly to it, so it doesn't correctly choose the supported code block. Or maybe an upgrade of that library started using a version that doesn't support our baseline. FTR, grepping for "BCryptKeyDerivation" in workdir gives four matches under UnpackedTarball/xmlsec. Gut searching on their github repo [2], I don't see occurrences of BCryptKeyDerivation. But the specific "soffice.bin - Entry Point Not Found" is different - the reporters can run the program, but can't open the files ... [1] https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/nf-bcrypt-bcryptkeyderivation [2] https://github.com/lsh123/xmlsec -- You are receiving this mail because: You are the assignee for the bug.
