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

Missing ssl functions on windows #374

Closed
jaxxzer opened this issue Dec 27, 2018 · 4 comments
Closed

Missing ssl functions on windows #374

jaxxzer opened this issue Dec 27, 2018 · 4 comments
Assignees
Labels
must-have A elemental feature that should have Windows
Milestone

Comments

@jaxxzer
Copy link
Member

jaxxzer commented Dec 27, 2018

Windows debug release 623d2dd:

[12:59:34.971] ping.main[Info]: main.cpp(82) Git version: 623d2dd
[12:59:34.971] ping.main[Info]: main.cpp(83) Git version date: 2018-12-20T20:37:08+00:00
[12:59:34.971] ping.main[Info]: main.cpp(84) Git tag: t0.8.4
[12:59:34.987] ping.main[Info]: main.cpp(85) Git url: https://github.com/bluerobotics/ping-viewer.git
[12:59:34.987] ping.settingsmanager[Debug]: settingsmanager.h(111) "Load darkTheme with:" false
New category registered:  qt.network.ssl
[13:00:04.391] qt.network.ssl[Warning]: ssl\qsslsocket_openssl_symbols.cpp(126) QSslSocket: cannot call unresolved function SSLv23_client_method
[13:00:04.398] qt.network.ssl[Warning]: ssl\qsslsocket_openssl_symbols.cpp(126) QSslSocket: cannot call unresolved function SSL_CTX_new
[13:00:04.404] qt.network.ssl[Warning]: ssl\qsslsocket_openssl_symbols.cpp(126) QSslSocket: cannot call unresolved function SSL_library_init
[13:00:04.404] qt.network.ssl[Warning]: ssl\qsslsocket_openssl_symbols.cpp(126) QSslSocket: cannot call unresolved function ERR_get_error
[13:00:04.404] qt.network.ssl[Warning]: ssl\qsslsocket_openssl_symbols.cpp(126) QSslSocket: cannot call unresolved function ERR_get_error
[13:00:04.404] ping.networktool[Debug]: networktool.cpp(66) Running test version: "t0.8.4"
[13:00:04.419] ping.networktool[Warning]: networktool.cpp(71) GitHub json it's not an array!
[13:00:04.419] ping.networktool[Debug]: networktool.cpp(72) QJsonDocument()
@jaxxzer jaxxzer added this to the 1.0.0 milestone Dec 27, 2018
@jaxxzer jaxxzer added the must-have A elemental feature that should have label Dec 27, 2018
@patrickelectric patrickelectric self-assigned this Jan 14, 2019
@patrickelectric
Copy link
Member

@jaxxzer can you confirm that such error does not appears in release artifact ?

@patrickelectric
Copy link
Member

It works for both debug and release artifact here in windows.

@patrickelectric
Copy link
Member

@jaxxzer Just to update you, my windows installation has the openssl binaries under C:\Windows\SysWOW64, after removing it, the error appears.
I'm going to add the .dll files in our release.

@jaxxzer
Copy link
Member Author

jaxxzer commented Jan 14, 2019

@patrickelectric I confirm all of the above, I don't have the binaries + problems with debug and release

patrickelectric added a commit to patrickelectric/ping-components that referenced this issue Jan 15, 2019
Fix bluerobotics#374

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
patrickelectric added a commit to patrickelectric/ping-components that referenced this issue Jan 15, 2019
Fix bluerobotics#374

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
patrickelectric added a commit to patrickelectric/ping-components that referenced this issue Jan 15, 2019
Fix bluerobotics#374

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
patrickelectric added a commit to patrickelectric/ping-components that referenced this issue Jan 15, 2019
Fix bluerobotics#374

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
patrickelectric added a commit to patrickelectric/ping-components that referenced this issue Jan 15, 2019
Fix bluerobotics#374

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
patrickelectric added a commit that referenced this issue Jan 15, 2019
Fix #374

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
must-have A elemental feature that should have Windows
Projects
None yet
Development

No branches or pull requests

2 participants