Posted June 22, 2022
Hello,
I've just tried running it on Ubuntu 22.04, and it didn't work:
$ ./start.sh
Running Stardew Valley
./StardewValley: line 7: sw_vers: command not found
NoFpsCap: This feature is not available
setGameMode( 'titleScreenGameMode (0)' )
loadPreferences(); begin - languageCode=
No usable version of libssl was found
./StardewValley: line 27: 59507 Aborted (core dumped) ./"Stardew Valley" $@
I decided to try an older libssl version, from the previous LTS Ubuntu: packages.ubuntu.com/focal/amd64/libssl1.1/download
Just downloaded the package:
wget security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.15_amd64.deb
Installed it:
dpkg -i libssl1.1_1.1.1f-1ubuntu2.15_amd64.deb
And the game started without any issues!
I've just tried running it on Ubuntu 22.04, and it didn't work:
$ ./start.sh
Running Stardew Valley
./StardewValley: line 7: sw_vers: command not found
NoFpsCap: This feature is not available
setGameMode( 'titleScreenGameMode (0)' )
loadPreferences(); begin - languageCode=
No usable version of libssl was found
./StardewValley: line 27: 59507 Aborted (core dumped) ./"Stardew Valley" $@
I decided to try an older libssl version, from the previous LTS Ubuntu: packages.ubuntu.com/focal/amd64/libssl1.1/download
Just downloaded the package:
wget security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.15_amd64.deb
Installed it:
dpkg -i libssl1.1_1.1.1f-1ubuntu2.15_amd64.deb
And the game started without any issues!