Google is your friend: https://pi-diaries.blogspot.de/2016/05/retrosmc-with-attract-mode.html?m=1
Hi @mcobit
Seeing as i donāt use retrosmc much anymore i would like to free up some space by completely unistalling it, and wait instead for retroplayer in Leia.
Would it affect the system by unistalling or it better to just keep it installed. Getting error launching in latest stretch update anyways.
I am on an old version as i havent updated it in few years.
Thanks for any info
Same here. Does anyone know how far Leia is from reaching OSMC? If itās a couple of months, Iāll try reinstalling.
Also there is someone on github who found a solution with the older libs from jessie.
I will see if I can patch it up when I have access to a pi again.
Found and tried it. It works! Shoutout to danyeawās workaround on GitHub
wget http://ftp.us.debian.org/debian/pool/main/i/icu/libicu52_52.1-8+deb8u6_armhf.deb http://ftp.us.debian.org/debian/pool/main/b/boost1.55/libboost-thread1.55.0_1.55.0+dfsg-3_armhf.deb http://ftp.us.debian.org/debian/pool/main/b/boost1.55/libboost-chrono1.55.0_1.55.0+dfsg-3_armhf.deb http://ftp.us.debian.org/debian/pool/main/b/boost1.55/libboost-locale1.55.0_1.55.0+dfsg-3_armhf.deb http://ftp.us.debian.org/debian/pool/main/b/boost1.55/libboost-system1.55.0_1.55.0+dfsg-3_armhf.deb
sudo dpkg -i lib*armhf.deb
cd /usr/lib/arm-linux-gnueabihf
sudo ln -s libboost_date_time.so.1.62.0 libboost_date_time.so.1.55.0
Hey guys, I recently got Retrosmc setup on my pie. However, my TV is a constant pain. OSMC has the option to manually adjust the image so I am basically using a custom resolution that fixes my old crap TVs annoying overscan which for some reason does not seem to be able to turn of anywhere in the TV settingsā¦
Anyway, the correction does ofc not carry over into emulation station or any of the games for that matter. Anyone know how I can fix this? the /boot/config.cfg affects the booting OS OSMC right? Or does it? Anyway this is mine:
gpu_mem_1024=256
hdmi_ignore_cec_init=1
disable_overscan=1
start_x=1
disable_splash=1
gpu_mem_256=128
sdtv_aspect=1
gpu_mem_512=256
dtparam=audio=on
#overscan_scale=1
I honestly donāt know what overscan_scale did so I commented it outā¦ Did not change anything I thinkā¦ Also looked in opt/retropie/emulators/mame4all/mame.cfg but changing stuff there did not seem to help, neither did changing in opt/retropie/emulators/retroarch/retroarch.cfgā¦ Any ideas?
@exobuzz
As the move to debian stretch broke RetroPie as libs are missing, would it be ok to have an exception in the installer script, that detects osmc and lets it run it anyway? There is a workaround we can implement in the retrosmc script that will make it start again.
Edit: Is there some timeframe for stretch support for Retropie already? In this case ot might be easier to just wait for now.
@RJ45 I did the same, and itās not working, I get the error message:
/opt/retropie/supplementary/emulationstation/emulationstation: error while loadi ng shared libraries: libboost_filesystem.so.1.55.0: cannot open shared object fi le: No such file or directory
@mcobit Is there a way to fix, an existing repropie installation?
@NRgia Did you install it step by step like described in the first post in this thread?
Did you get this the error
error while loading shared libraries: libboost_date_time.so.1.55.0
when launching RetrOSMC after OSMCās Januar update to Debian Stretch?
Did you complete the workaround using the four commands I listed in the post above?
IIRC you can try running the setup again.
Hi, Iām getting the same error as @NRgia it was a working retropie installation until the update. I was getting libboost_date_time.so.1.55.0 but the worked around seems to have fixed that one.
Any clues?
@RJ45 It was working before Debian Stretch update. I did exactly as you instructed, if I run the setup again it will say (I donāt want to uninstall):
fatal: destination path āRetroPie-Setupā already exists and is not an empty dire ctory.
Sorry - Raspbian/Debian Stretch (and newer) is not yet supported on the RPI
Distributor ID: Debian
Description: Debian GNU/Linux 9.3 (stretch)
Release: 9.3
Codename: stretch
The returned error I receive before and after I apply the fix is the same:
error while loadi ng shared libraries: libboost_filesystem.so.1.55.0: cannot open shared object fi le: No such file or directory
I did not saw other errors
Hi,
I would check the symlink is correct:
cd /usr/lib/arm-linux-gnueabihf
and provide the output of:
readlink libboost_date_time.so.1.55.0
Thanks Tom.
I think that it is correct
osmc:/usr/lib/arm-linux-gnueabihf$ readlink libboost_date_time.so.1.55.0
libboost_date_time.so.1.62.0
thanks
Hi,
Sorry misread the earlier posts, try:
wget ftp://ftp.us.debian.org/debian/pool/main/b/boost1.55/libboost-filesystem1.55.0_1.55.0+dfsg-3_armhf.deb
sudo dpkg -i libboost-filesystem1.55.0_1.55.0+dfsg-3_armhf.deb
And try retropie again.
@NRgia This may help you aswell.
Thanks Tom.
Installed the package and everything is working now.
Thank you so much for your help.
Thatās why open source rocks
I have had to recently rebuild my Pi as it went belly up. I am trying to run the Retrosmc script with the latest OSMC build but getting the error:
āfatal: destination path āRetroPie-Setupā already exists and is not an empty dire ctory.
Sorry - Raspbian/Debian Stretch (and newer) is not yet supported on the RPIā
I have tried to run āsudo dpkg -i libboost-filesystem1.55.0_1.55.0+dfsg-3_armhf.debā after downloading the package but getting the following error:
osmc@OSMC:~$ sudo dpkg -i libboost-filesystem1.55.0_1.55.0+dfsg-3_armhf.deb
(Reading database ā¦ 29820 files and directories currently installed.)
Preparing to unpack libboost-filesystem1.55.0_1.55.0+dfsg-3_armhf.deb ā¦
Unpacking libboost-filesystem1.55.0:armhf (1.55.0+dfsg-3) over (1.55.0+dfsg-3) ā¦
dpkg: dependency problems prevent configuration of libboost-filesystem1.55.0:armhf:
libboost-filesystem1.55.0:armhf depends on libboost-system1.55.0; however:
Package libboost-system1.55.0 is not installed.
dpkg: error processing package libboost-filesystem1.55.0:armhf (āinstall):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libboost-filesystem1.55.0:armhf
Can anyone help please? Will this only work if I install on an older version of OSMC first then run the above after I update?
Hi,
libboost-system1.55.0 is provided with the fix posted by rj45:
Thanks Tom
Just tried a fresh install on my new RPi3 with the January image of OSMC (2017.12-1) ā no luck.
Sorry - Raspbian/Debian Stretch (and newer) is not yet supported on the RPI
Looks like you have to install one of the OSMC versions before the Stretch update, then install RetroPie, then patch OSMC, and then finally apply the workaround from above. Iāll give it another try tomorrow.
Just do like Claudio suggested, it works