I have just learned that Stardew Valley requires OpenSSL 1.1.1 to run, that therefore it does not work on newer Linux versions, and so people are working around this...
... by running the Windows version under WINE...
... or by manually installing an outdated OpenSSL binary that will never get any updates into their /lib...
@selfisekai I would be very interested in any pointers on how to set this up as an end user
@joepie91 dynamic linking considered harmful :P
@joepie91 i think there also was some compat thingie for this? as in, exposing the openssl 1.1.1 api and then using openssl 3.x to handle it correctly