Estuary MOD v2 - Some errors appears on log. Jpg not supported by skin?

I use this skin for months and months and on kodi.log it’s sometimes appears to many errors about…
somethigs like:

2019-11-22 18:57:55.971 T:1915418160 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-11-22 18:57:55.972 T:1915418160  NOTICE: LoadJpeg: unable to load special://skin/extras/backgrounds/primary.jpg
2019-11-22 18:57:56.904 T:1678754528 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-11-22 18:57:56.905 T:1678754528  NOTICE: LoadJpeg: unable to load special://skin/extras/home-images/addons.jpg
2019-11-22 18:58:27.511 T:1561256672 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-11-22 18:58:27.512 T:1561256672  NOTICE: LoadJpeg: unable to load /home/osmc/.kodi/addons/skin.estuary.modv2/resources/fanart.jpg
2019-11-22 18:58:30.577 T:1766118112 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-11-22 18:58:30.577 T:1766118112  NOTICE: LoadJpeg: unable to load /home/osmc/.kodi/addons/skin.estuary.modv2/resources/screenshot-02.jpg
2019-11-22 18:58:30.578 T:1661969120 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-11-22 18:58:30.578 T:1661969120  NOTICE: LoadJpeg: unable to load /home/osmc/.kodi/addons/skin.estuary.modv2/resources/screenshot-01.jpg
2019-11-22 18:58:30.582 T:1561256672 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-11-22 18:58:30.582 T:1561256672  NOTICE: LoadJpeg: unable to load /home/osmc/.kodi/addons/skin.estuary.modv2/resources/screenshot-03.jpg
2019-11-22 18:58:42.723 T:1661969120 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-11-22 18:58:42.723 T:1661969120  NOTICE: LoadJpeg: unable to load special://skin/extras/home-images/addons.jpg
2019-11-22 18:58:49.893 T:1561256672 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-11-22 18:58:49.893 T:1561256672  NOTICE: LoadJpeg: unable to load special://skin/extras/home-images/addons.jpg
2019-11-22 18:58:51.576 T:1661969120 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-11-22 18:58:51.577 T:1661969120  NOTICE: LoadJpeg: unable to load /home/osmc/.kodi/addons/skin.estuary.modv2/resources/fanart.jpg
2019-11-22 18:58:56.732 T:1661969120 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-11-22 18:58:56.732 T:1661969120  NOTICE: LoadJpeg: unable to load special://skin/extras/home-images/addons.jpg

Look at first line of kodi.log i assumed that special://skin path it’s not mapped and the errors it’s be related as somethigs similar “file not found”.

After some search by google i have found some information about this errors… the second line speak clearly :slight_smile:
Apparently it’s a hardware limitation of Raspberry boards… the hardware decoder don’t support the “progressive” jpg.

My question it’s ? How i can resolve or try to fix this issue ? For example i can convert manually in some mode this jpg to make them become compatible ?
For example from a FTP i can download all jpg… manually edit on my pc and reupload the files to see if all errors disappears from log…

You have some suggestion ?

The hardware conversion of progressive scan images not being supported just makes it fall back to using the CPU instead of the GPU. You could try just converting all images it is referencing but they will just be replaced next time the skin updates and the only effect of this is basically a fraction of a second and some annoying log entries.

You could also contact the skin developer as the progressive format serves no purpose that i’m aware of. That is something that has served little use once we stopped using dial up modems.

Here the possibility solution.

By FTP i have download on desktop the extra folder and i have converted all jpg removing the progressive.

Now i have see there’s so other jpg on addons folder structure… i need to check my log if i need to convert another :slight_smile:

For moment i have also disable the auto-update of this skin (even if it’s more than 10 months that nothing new comes out) to prevent future overwrite of all jpg files :slight_smile:

Problably the developes as develop this skin according to use on better hardware like a pc or android device…

@darwindesign Anyway thanks for confirming that converting the files could be a valid solution :slight_smile:

1 Like