0.98.0: Video thumbnails not working

*** Please report new bugs here! ***

Moderators: XnTriq, helmut, xnview, Dreamer

Post Reply
thany2
Posts: 63
Joined: Mon Apr 29, 2013 9:29 am

0.98.0: Video thumbnails not working

Post by thany2 »

XnView: MP 0.98.0 - 64 bit
OS: Windows 10 20H2 64bit

In the file list pane, video thumbnails are not being generated. In the settings it's set to generate 4 images, just like for folders. Switching that to 1 image does not solve it.

Effect: All I see it the system icon in place of the thumbnail. Same icon as in details view, but bigger.

To reproduce:
No idea, mate. Just go to a folder with videos and be in thumbnail view?

Actual behaviour (bug): No thumbnails for video :bug:

Expected behaviour: Opposite of actual behaviour.

Additional context:
This is the case for at least MP4 and WEBM files. I have not tested any other videos, as I don't have other files handy right now.
It might be helpful to know that this issue existed on 0.97.1 as well (at least - I can't be sure for older versions). I updated just to see if it happens to have been fixed.
Using Windows 10 21H1 and loving it. Cheers!
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: 0.98.0: Video thumbnails not working

Post by xnview »

which settings do you have in filelist>Custom filter?
Pierre.
thany2
Posts: 63
Joined: Mon Apr 29, 2013 9:29 am

Re: 0.98.0: Video thumbnails not working

Post by thany2 »

xnview wrote: Wed Dec 30, 2020 4:05 pm which settings do you have in filelist>Custom filter?
Ah, and there it was. Thumbnails were disabled there.
Honestly, I do find that a weird place to enable/disable thumbnails, since there's a dedicated "thumbnails" section in the settings...

/edit
Oh, it crashes in some folders with those thumbnails enabled. No error message or anything, just *poof* and XnView is gone.
Even though all videos play just fine.
This might be why I disabled it, until it's got the bugs ironed out.
Using Windows 10 21H1 and loving it. Cheers!
roti
Posts: 2
Joined: Thu Jan 14, 2021 9:24 am

Re: 0.98.0: Video thumbnails not working

Post by roti »

Same problem here.

OS: Manjaro
version:
XnView MP Linux
Version 0.98.0 64bits (Dec 11 2020)
Libformat version 7.64

thumbnail disabled, preview disabled

The first video metadata read ok, but for the second, it crashed:

Code: Select all

############################################ InfoPropertiesView

Create Tree : Fjl
Create Tree : Vide
Create Tree : Audi
######### CategoryModel :: checkAndSave()
### ThumbLoaderThread :: setFirstItemToLoad
 ** start condition wake one 3
### ThumbLoaderThread :: setFirstItemToLoad ok
######### CategoryModel :: checkAndSave()
######ThumbLoaderThread :: forever 2 : 1deba80 
BitmapLoadThread :: stop()
CHECK <0> 
######ThumbLoaderThread :: forever : 1deba80 
 ** start condition wait


############################################ InfoPropertiesView

Create Tree : Fjl

Thread 1 "XnView" received signal SIGSEGVEND, Segmentation fault.
0x00007ffff6547df7 in __lll_lock_elision () from /usr/lib/libpthread.so.0
When thumbnail and preview enabled, the thumbnails are generated, but at preview, the program craches with the same stack.

Code: Select all

######### CategoryModel :: checkAndSave()
MyView::set LOAD FULL myVideo.avi 
BitmapLoadThread :: stop()
## MyView::onLoaded <myVideo.avi> <myVideo.avi> <myVideo.avi> (0) 
## MyView::onLoaded ok 
MyView::change myVideo.avi 
OPEN player myVideo.avi
OpenGLWidget
QGLWidget2
Widget
XVideo
X11
QtAV 1.13.0(Jul 11 2019, 03:26:54)
Multimedia framework base on Qt and FFmpeg.
Distributed under the terms of LGPLv2.1 or later.
Shanghai, China Copyright (C) 2012-2019 Wang Bin (aka. Lucas Wang) wbsecg1@gmail.com
Donate: http://qtav.org/donate.html
Source: https://github.com/wang-bin/QtAV
Home page: http://qtav.org
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
QObject::connect: No such signal QtAV::AVPlayer::metaDataAvailableChanged(bool)


############################################ InfoPropertiesView

Create Tree : Fjl
Create Tree : Vide
Create Tree : Audi


############################################ InfoPropertiesView

Create Tree : Fjl
Segmentation fault (core dumped)
thany2
Posts: 63
Joined: Mon Apr 29, 2013 9:29 am

Re: 0.98.0: Video thumbnails not working

Post by thany2 »

Sorry, but how did you get those logs (I assume they are) on a crash?

For me XnView is jut *poof* and gone completely.
Using Windows 10 21H1 and loving it. Cheers!
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: 0.98.0: Video thumbnails not working

Post by xnview »

roti wrote: Thu Jan 14, 2021 10:31 am The first video metadata read ok, but for the second, it crashed:
on which format?
Pierre.
roti
Posts: 2
Joined: Thu Jan 14, 2021 9:24 am

Re: 0.98.0: Video thumbnails not working

Post by roti »

I returned to use XnView.
With Version 1.4.5 64bits (May 10 2023) it is working.
Post Reply