spikeydragoon / Cross-Ark-Chat

Provides the ability to cross chat between all your Ark Survival Evolved Servers including discord support.
MIT License
66 stars 25 forks source link

No usable version of libssl was found #63

Closed mtjohnson47 closed 2 years ago

mtjohnson47 commented 2 years ago

CrossArkChat does not work on Linux. Apparently the issue is that .NET is using an outdated libssl, and you need to update .NET. The program crashed when I ran the program. Ubuntu 22.04 Server. Log:

CrossArkChat Version 6.2.1.0 This program was created by Spikeydragoon all rights reserved. Thanks to Sowa for creating the application icon. Be sure to check out the bots official host ServerBlend. Use the command d!serverblend for more info.

No usable version of libssl was found Aborted

Config file _configuration.json.txt :

spikeydragoon commented 2 years ago

CrossArkChat does not work on Linux. Apparently the issue is that .NET is using an outdated libssl, and you need to update .NET. The program crashed when I ran the program. Ubuntu 22.04 Server. Log:

CrossArkChat Version 6.2.1.0 This program was created by Spikeydragoon all rights reserved. Thanks to Sowa for creating the application icon. Be sure to check out the bots official host ServerBlend. Use the command d!serverblend for more info. No usable version of libssl was found Aborted

Config file _configuration.json.txt :

Yes if you run the latest ubuntu server I found out recently that happens. The one to report it said the one right before it still works with it.

spikeydragoon commented 2 years ago

So looks like the issue is .net 3.1 and higher is wanting either openssl 1.1 and falls back to openssl 1.0 however ubuntu 22.04 is only coming with openssl 3 so to fix you can install libssl1.0 or 1.1 to get it working again.

spikeydragoon commented 2 years ago

Closing due to no reply.

Feel free to open again if still having issues.

mtjohnson47 commented 2 years ago

Oh, I didn't know I needed to reply. I'm not going to downgrade libssl because I don't want to risk breaking ssh and getting locked out of the machine. I've spent the last month trying to figure out how to create a custom pterodactyl (server manager) egg to use instead.