FYI: I've been posting on the official Kodi forum and while this is a years-old know bug they offer an easy workaround for the subtitle issue: track #2 won't be displayed until you do a seek back or forth once. I can live with that till it eventually gets fixed.
Can't install latest stable version on Odroid C2
-
tecc -
March 10, 2025 at 2:34 PM -
Thread is Unresolved
-
-
There are, actually, LE13 versions that supports internal and external subtitles for the C2 (https://test.libreelec.tv/13.0/Amlogic/odroid-c2/). The latest version that worked for me is the 20240710 nightly.
-
There are, actually, LE13 versions that supports internal and external subtitles for the C2 (https://test.libreelec.tv/13.0/Amlogic/odroid-c2/). The latest version that worked for me is the 20240710 nightly.
So LibreELEC-AMLGX.aarch64-13.0-nightly-20240715-a8655f2-odroid-c2.img.gz doesn't work for you?
My understanding is it would have broke on July 18th due to the mesa bump, but the nightly builds had stopped during that time.
-
Subtitles are broken on Amlogic devices that use a Mali Utgard GPU (all GXBB, GXL and GXM boards) due to changes in OpenGLES shaders that Kodi uses. The developer who made the breaking shader changes (Sarbes) is aware of the issue caused, but he doesn't appear to be doing anything about un-breaking things either.
I assume Allwinner/Rockchip devices are also impacted as some of them also use Utgard GPUs, although I've not seen user reports.
-
"So LibreELEC-AMLGX.aarch64-13.0-nightly-20240715-a8655f2-odroid-c2.img.gz doesn't work for you?
My understanding is it would have broke on July 18th due to the mesa bump, but the nightly builds had stopped during that time."
That's correct.
-
Just to document it then, the Kodi changes that are included as part of this commit are what causes the subtitle issue:
Kodi "Piers" by heitbaum · Pull Request #8936 · LibreELEC/LibreELEC.tvkodi: update to githash d212b0a (July 6 2024) kodi: update to githash d7876de (July 9 2024) kodi: update to githash 060417c (July 14 2024) pcre: drop unused…github.comThe Kodi delta being:
Comparing 21.0-Omega...060417ccfa5b21939669d404b9a223c3004ba132 · xbmc/xbmcKodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and…github.comWhich, considering the Mesa bug noted above, I assume it was this pull that is the issue due to using VEC4:
GLES: Add font shader clipping by sarbes · Pull Request #25033 · xbmc/xbmcDescription Pretty much a carbon copy of #24605, but for GLES. Motivation and context See the PR for GL. Improves speed and quality. How has this been tested?…github.comWhich is not working correctly due to the Mesa bug of:
-