-
Notifications
You must be signed in to change notification settings - Fork 172
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
Exception raised by generateEcIdentity on Windows #722
Comments
At present, I use Visual Studio 2022 or CLION + VCPKG + VS 2022 Toolchain under Windows. Neither can it be compiled normally. Can it provide help? |
My repo compiles fine, but I still have problem with gnutls on tools/dhtchat |
Using the version you provided, after adapting to VCPKG, it can be compiled correctly. dhtchat also encountered the same problem! Thanks! |
after opening the settings, an error message appears:
|
Unable to run dhtchat after successful compilation and link on Windows.
Caused in tools_common.h by
dht::crypto::generateEcIdentity("DHT Node CA")
Exception raised in crypto.cpp in: void Certificate::unpack(const uint8_t* dat, size_t dat_size)
Access violation at: gnutls_free(cert_list);
It runs fine on Linux, but did someone run dhtchat with success in version V3.2.0 on Windows ?
The text was updated successfully, but these errors were encountered: