Big JPG opening troubles

Hello everyone.

The other day I bought a raspberry pi 3 model b to be able to see my photos and videos on my TV 1000 years ago.

So install OSMC, all good!
It’s a class 4 microSd (yes, I’ll buy a class 10 in case it has something to do). The power supply to 5V and 3A (I know they are 2.5, but I do not have another one at the moment).

I attached the entire temp folder with the logs in dropbox. But I put here what seems to me the significant fragment (and also attached one of the photos that do not load me):

12:29:34.250 T:1958634480 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
12:29:34.250 T:1958634480 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
12:29:34.252 T:1958641664 DEBUG: Loading the current image 0: /media/RALF 1/b/DSC_9615BIS.jpg
12:29:34.252 T:1739322352 DEBUG: Thread BgPicLoader start, auto delete: false
12:29:35.003 T:1739322352 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
12:29:35.011 T:1739322352 DEBUG: COMXImageFile::ReadFile /media/RALF 1/b/DSC_9615BIS.jpg GetCodingType=0x7fffffff (4928x3264)
12:29:35.011 T:1739322352 NOTICE: LoadJpeg: unable to load /media/RALF 1/b/DSC_9615BIS.jpg
12:29:35.069 T:1937765360 DEBUG: CWebServer[8080]: request received for /jsonrpc
12:29:35.280 T:1937765360 DEBUG: Previous line repeats 4 times.
12:29:35.280 T:1937765360 DEBUG: CWebServer[8080]: request received for /image/image%3A%2F%2F%252fmedia%252fRALF%25201%252fb%252fDSC_9616.jpg%2Ftransform%3Fsize%3Dthumb
12:29:35.303 T:1150284784 DEBUG: CWebServer[8080]: request received for /image/image%3A%2F%2F%252fmedia%252fRALF%25201%252fb%252fDSC_9619.jpg%2Ftransform%3Fsize%3Dthumb
12:29:35.306 T:1158673392 DEBUG: CWebServer[8080]: request received for /image/image%3A%2F%2F%252fmedia%252fRALF%25201%252fb%252fDSC_9620.jpg%2Ftransform%3Fsize%3Dthumb
12:29:35.312 T:1534325744 DEBUG: CWebServer[8080]: request received for /image/image%3A%2F%2F%252fmedia%252fRALF%25201%252fb%252fDSC_9616.jpg%2Ftransform%3Fsize%3Dthumb
12:29:37.111 T:1150284784 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
12:29:37.111 T:1150284784 DEBUG: COMXImageFile::ReadFile /media/RALF 1/b/DSC_9619.jpg GetCodingType=0x7fffffff (4928x3264)
12:29:37.273 T:1150284784 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
12:29:37.273 T:1150284784 DEBUG: COMXImageFile::ReadFile /media/RALF 1/b/DSC_9619.jpg GetCodingType=0x7fffffff (4928x3264)
12:29:37.273 T:1150284784 NOTICE: LoadJpeg: unable to load /media/RALF 1/b/DSC_9619.jpg
12:29:37.284 T:1158673392 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
12:29:37.285 T:1158673392 DEBUG: COMXImageFile::ReadFile /media/RALF 1/b/DSC_9620.jpg GetCodingType=0x7fffffff (4928x3264)
12:29:37.285 T:1158673392 NOTICE: LoadJpeg: unable to load /media/RALF 1/b/DSC_9620.jpg
12:29:37.290 T:1937765360 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
12:29:37.290 T:1937765360 DEBUG: COMXImageFile::ReadFile /media/RALF 1/b/DSC_9616.jpg GetCodingType=0x7fffffff (4928x3264)
12:29:37.367 T:1937765360 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
12:29:37.367 T:1937765360 DEBUG: COMXImageFile::ReadFile /media/RALF 1/b/DSC_9616.jpg GetCodingType=0x7fffffff (4928x3264)
12:29:37.367 T:1937765360 NOTICE: LoadJpeg: unable to load /media/RALF 1/b/DSC_9616.jpg

Photo: Dropbox - DSC_9615BIS.jpg - Simplify your life
Logs: Dropbox - File Deleted - Simplify your life

Well I open the photo, it appears well on the screen, and in a few seconds the sad face appears and restarts.
I can watch 15GB movies without too much trouble, I can not see a photo?

Can someone enlighten me?

Thank you very much!!

That seems to be the problem. I get the same warning. The image displays then flashes off and on after a while - I don’t get the full sad face (RPi2).

It displays with no problem on Vero4k so I’m guessing it is an OSMC issue, not Kodi. I do get this on vero, though:

12:21:06.408 T:3642958832 WARNING: CreateLoader - unsupported protocol(addons) in addons://sources/image/

Yes, you are correct, I have saved the same image in jpg, same quality, but baseline instead of progressive, the photo takes up more space, but you can see without problems.

But I find it lazy to convert my 5000 photos so I can see them. I bought this to be able to avoid these things

This is a limitation of the Raspberry Pi GPU. It can’t decode the progressive images so it falls back to the ARM. If there’s a large number of those photos, or they are particularly large, it can crash. I believe that this can happen even on beefier platforms; but is less likely to occur.

Sam