Page 1 of 1

1.6.0 - settings - few Thumbnail related issues

Posted: Thu Oct 12, 2023 1:57 pm
by user0
XnViewMP 1.6.0 64bit
Windows11 (22H2), display resolution 3840x2160, win scaling 150%


Settings

To reproduce:
1. run clean portable XnViewMP

issue A
issues appears only if no Browser tab has been opened in current session
1. open image in Viewer mode via doubleclick in win file exlorer
2. goto Settings
3. click on Thumbnail - app will crash
a.png
a.png (1.81 KiB) Viewed 3213 times
crash_dump.zip
(24.56 KiB) Downloaded 81 times

issue B
2. open Browser mode
3. goto Settings > Browser > File list > Custom filter tab
4. check/uncheck "Show as Thumbnail" in Video row (its unchecked by default)
5. press OK
app will hang
if you kill the process and start app - "Show as Thumbnail" will be checked

if do steps 3-5 in Viewer mode - app do not hangs, but once Browser mode is opened - progress bar stuck at ~30-32% (mybe it just generates too slowly)

also the following message appears on the next run, guess due to force closed at thumbnails generation stage, but leaving active background process
if background process force closed as well - no more message
b2.png
b2.png (4.39 KiB) Viewed 3197 times


issue C
depends on B, if "Show as Thumbnail" is checked - no issue
2. open Browser mode
3. select video file
4. press "Video thumbnails gallery..." in Create menu
5. press OK
app stuck at generating popup
c.png
c.png (2.64 KiB) Viewed 3213 times
5. press ESC
app will close silently
on the next start - no issue for the 1st time generating video thumbs, 2nd time - stuck again

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Thu Oct 12, 2023 2:43 pm
by xnview
user0 wrote: Thu Oct 12, 2023 1:57 pm issue A
1. goto Settings
2. click on Thumbnail - app will crash
bug.png
Always? I can't reproduce
issue C
Video thumbnails gallery stuck at generating popup
what do you means?

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Thu Oct 12, 2023 3:21 pm
by user0
added some details
A - always
B,C - depends on conditions

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Thu Oct 12, 2023 3:57 pm
by xnview
user0 wrote: Thu Oct 12, 2023 1:57 pm issue A
2. goto Settings
3. click on Thumbnail - app will crash
a.png
crash_dump.zip
Seems related to icons added in 'Overlay icons', but i can't reproduce :(
issue B
2. open Browser mode
3. goto Settings > Browser > File list > Custom filter tab
4. check/uncheck "Show as Thumbnail" in Video row (its unchecked by default)
5. press OK
app will hang
if you kill the process and start app - "Show as Thumbnail" will be checked

if do steps 3-5 in Viewer mode - app do not hangs, but once Browser mode is opened - progress bar stuck at ~30-32% (mybe it just generates too slowly)
also the following message appears on the next run, guess due to force closed at thumbnails generation stage
b2.png
You have video files in current folder?
issue C
depends on B, if "Show as Thumbnail" is checked - no issue
2. open Browser mode
3. select video file
4. press "Video thumbnails gallery..." in Create menu
5. press OK
app stuck at generating popup
c.png
5. press ESC
app will close silently
on the next start - no issue for the 1st time generating video thumbs, 2nd time - stuck again
Please send the video file used?

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Thu Oct 12, 2023 4:15 pm
by user0
xnview wrote: Thu Oct 12, 2023 3:57 pm
user0 wrote: Thu Oct 12, 2023 1:57 pm issue A
Seems related to icons added in 'Overlay icons', but i can't reproduce :(
try to 1. open image in Viewer mode via doubleclick in win file exlorer
it looks like if Browser tab has been opened previously in current session - no issue A

xnview wrote: Thu Oct 12, 2023 3:57 pm
issue B
You have video files in current folder?
issue C
Please send the video file used?
B,C caused by this file, that I cut to 4sec (by keyframe) via LosslessCut,
no issue with original uncut file
weatherman_cut_4sec.mp4
(1.21 MiB) Downloaded 78 times

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Fri Oct 13, 2023 2:08 am
by xmozg
user0 wrote: Thu Oct 12, 2023 1:57 pm To reproduce:
1. run clean portable XnViewMP

issue A
issues appears only if no Browser tab has been opened in current session
1. open image in Viewer mode via doubleclick in win file exlorer
2. goto Settings
3. click on Thumbnail - app will crash
Same here. In my case crash also occurs when I open browser mode with

Code: Select all

startupType=0
I.e. without files visible in browser. If I open any folder then no crash.

And by the way, in the previous version 1.5.5, when startupType=0 was enabled, a folder from a previous session was displayed in the address bar, although it did not open automatically. This was convenient for me, because... in case I wanted to open a folder from a previous session, I just had to press enter in the address bar. Now with startupType=0 the address bar is empty. Something has changed.

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Fri Oct 13, 2023 4:58 am
by user0
its offtop here, but..
xmozg wrote: Fri Oct 13, 2023 2:08 am And by the way, in the previous version 1.5.5, when startupType=0 was enabled, a folder from a previous session was displayed in the address bar, although it did not open automatically. This was convenient for me, because... in case I wanted to open a folder from a previous session, I just had to press enter in the address bar. Now with startupType=0 the address bar is empty. Something has changed.
changed base on:
1.4.5 - browser - file list toolbar - recent paths purge - issue A

its correct behavior from several points of view: consistency and privacy
"Open Browser with Directory - None" (startupType=0) means no path shall be left in Browser on open, especilly if there is "Last" available as the next option.

If you want to have Last path in Browser, but not load it - that shall be achieved via different means, eg extra "load path" checkbox or just use Favourites.

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Fri Oct 13, 2023 6:12 am
by xnview
user0 wrote: Thu Oct 12, 2023 1:57 pm issue A
issues appears only if no Browser tab has been opened in current session
1. open image in Viewer mode via doubleclick in win file exlorer
2. goto Settings
3. click on Thumbnail - app will crash
a.png
:bugconfirmed: Thanks to your detailed description I can reproduce the problem.

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Fri Oct 13, 2023 6:13 am
by xnview
xmozg wrote: Fri Oct 13, 2023 2:08 am And by the way, in the previous version 1.5.5, when startupType=0 was enabled, a folder from a previous session was displayed in the address bar, although it did not open automatically. This was convenient for me, because... in case I wanted to open a folder from a previous session, I just had to press enter in the address bar. Now with startupType=0 the address bar is empty. Something has changed.
Please make a new post

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Fri Oct 13, 2023 8:05 am
by xmozg
user0 wrote: Fri Oct 13, 2023 4:58 am its correct behavior from several points of view: consistency and privacy
"Open Browser with Directory - None" (startupType=0) means no path shall be left in Browser on open, especially if there is "Last" available as the next option.
This is "correct" only for those who need "complete confidentiality." But I don’t need it - it’s enough for the files not to be displayed, while the path should be saved; anyway, people passing by won’t see it.
that shall be achieved via different means, eg extra "load path"
"This shall be achieved by something that does not exist" 👍
But I can live without this feature, so to speak.
xnview wrote: Fri Oct 13, 2023 6:12 am :bugconfirmed: Thanks to your detailed description I can reproduce the problem.
:bugfixed: Good :mrgreen:

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Sun Oct 15, 2023 9:21 am
by xnview
user0 wrote: Thu Oct 12, 2023 1:57 pm
issue B

issue C
:bugconfirmed: Thanks to your detailed description I can reproduce the problem.

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Sun Oct 15, 2023 2:40 pm
by xnview
This problem is supposed to be fixed in XnView MP 1.6.1. Please check and confirm the bug fix here.

Re: 1.6.0 - settings - few Thumbnail related issues

Posted: Sun Oct 15, 2023 3:35 pm
by user0
all fixed in 161