Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sha512 async issue #29

Closed
wants to merge 1 commit into from
Closed

Fix sha512 async issue #29

wants to merge 1 commit into from

Conversation

qqmyers
Copy link
Member

@qqmyers qqmyers commented Jun 5, 2024

When using SHA512 hashes in Dataverse, the DVWebloader occasionally threw an error related to the crypto libraries ('Word' or 'create' not found). It looks like this was a race condition in loading the x64-core and sha512 libraries (sha512 is the only one that requires x64-core in addition to the algorithm specific library.)

The fix has been tested at QDR where sha512 is in use. It solves the problem for both remote and local installs (see #28) of the libraries.

@qqmyers qqmyers mentioned this pull request Jun 5, 2024
@qqmyers qqmyers mentioned this pull request Aug 20, 2024
@qqmyers
Copy link
Member Author

qqmyers commented Aug 20, 2024

Closing in favor of #36

@qqmyers qqmyers closed this Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant