You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I seem to have run into an issue when installing OpenRCT2 on a new Raspberry Pi OS install (Bullseye), with the Pi user. The script indicates that a package can't be located during installation, and then the game won't run because the package is missing. I will include the installation log here (emphasis mine):
Log
PiKISS is going to install this software for you ;)
OpenRCT2
= = = = = = = =
· Optimized for Raspberry Pi 4.
· Total space occupied: 1.6 Gb.
· Install the demo version by default with no limits.
· Install path: /home/pi/games/openrct2
Press [Enter] to continue or [CTRL]+C to abort...
Installing OpenRCT2, please wait...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done E: Unable to locate package libduktape203
Downloading...
openrct2-rpi.tar.gz 100%[===================>] 37.12M 6.09MB/s in 6.9s
Extracting...
Searching game data files,...
Downloading...
RollerCoasterTycoon 100%[===================>] 532.28M 6.25MB/s in 95s
Extracting...
Generating icon...
Done!. You can play typing /home/pi/games/openrct2/openrct2.sh or opening the Menu > Games > Openrct2.
Press [ENTER] to run... ./openrct2: error while loading shared libraries: libduktape.so.203: cannot open shared object file: No such file or directory
End of Log
I don't know a whole lot about how packages work, but I looked up libduktape203 and it seems that there might not be a version of that specific package available for Bullseye (only the previous version, Buster), so I thought maybe that could be why the script gives the error on install and why the game won't run after the script is finished.
The text was updated successfully, but these errors were encountered:
Hello, I seem to have run into an issue when installing OpenRCT2 on a new Raspberry Pi OS install (Bullseye), with the Pi user. The script indicates that a package can't be located during installation, and then the game won't run because the package is missing. I will include the installation log here (emphasis mine):
Log
PiKISS is going to install this software for you ;)
OpenRCT2
= = = = = = = =
· Optimized for Raspberry Pi 4.
· Total space occupied: 1.6 Gb.
· Install the demo version by default with no limits.
· Install path: /home/pi/games/openrct2
Press [Enter] to continue or [CTRL]+C to abort...
Installing OpenRCT2, please wait...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libduktape203
Downloading...
openrct2-rpi.tar.gz 100%[===================>] 37.12M 6.09MB/s in 6.9s
Extracting...
Searching game data files,...
Downloading...
RollerCoasterTycoon 100%[===================>] 532.28M 6.25MB/s in 95s
Extracting...
Generating icon...
Done!. You can play typing /home/pi/games/openrct2/openrct2.sh or opening the Menu > Games > Openrct2.
Press [ENTER] to run...
./openrct2: error while loading shared libraries: libduktape.so.203: cannot open shared object file: No such file or directory
End of Log
I don't know a whole lot about how packages work, but I looked up libduktape203 and it seems that there might not be a version of that specific package available for Bullseye (only the previous version, Buster), so I thought maybe that could be why the script gives the error on install and why the game won't run after the script is finished.
The text was updated successfully, but these errors were encountered: