khrynczenko / RadioStream

Simple, fast and light-weight internet radio player for Windows and Linux
MIT License
19 stars 3 forks source link

Windows 7 error: libssl is missing #81

Closed sergeevabc closed 1 year ago

sergeevabc commented 1 year ago

image

khrynczenko commented 1 year ago

Hi @sergeevabc, I assume that the problem is when you try to run the application not build it. It seems I do not bundle libssl binary with the application and assume that it is installed on your system and in your PATH. If you want to quickly fix the problem on your end please install openssl 1.1. There are a couple of ways of doing it. One is to use choco. Other is to download files from sourceforge and add the directory to your PATH.

In the meantime, I will try to find what can I do about it to make it easier. If you need any additional help or have any questions please let me know.

khrynczenko commented 1 year ago

I released a new version with these dlls included. Hopefully, it helps. You can download them from the following link. https://github.com/khrynczenko/RadioStream/releases/tag/v0.2.2

sergeevabc commented 1 year ago

@khrynczenko, it launches now as expected. However it looks a bit messy after resize.

20221109_radiostream_01