Re: Freeze when scrolling through images with mousewheel
Posted: Sun Oct 13, 2024 6:14 am
Windows?
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
########################################
############### UPDATE MENU ############
########################################
QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 0, 0, 0, 127'
QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 255, 255, 255, 255'
####LOAD <R:/vegetation/Evermotion Archmodels vol. 173 ù Indoor Plants/035.jpg> 0
## BitmapLoadThread :: loaded 1000 1000
########################################
############### UPDATE MENU ############
########################################
## Bitmap :: load 0
###### GFF:load <R:/vegetation/Evermotion Archmodels vol. 173 ù Indoor Plants/042.jpg>
QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 0, 0, 0, 127'
QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 255, 255, 255, 255'
getNext => 4
==> 000001C41EA9A2A0
setCurrentFilename <R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/042.jpg>
#### onCurrentChanged 41
LOAD PREVIEW
LOAD INFO <R:/vegetation/Evermotion Archmodels vol. 173 ù Indoor Plants/042.jpg>
LOAD INFO <R:/vegetation/Evermotion Archmodels vol. 173 ù Indoor Plants/042.jpg> ok
## Bitmap :: load 2048
###### GFF:load <R:/vegetation/Evermotion Archmodels vol. 173 ù Indoor Plants/042.jpg>
####LOAD <R:/vegetation/Evermotion Archmodels vol. 173 ù Indoor Plants/041.jpg> 0
## BitmapLoadThread :: loaded 1000 1000
So the last thing in the log when it freezes is the BitmapLoadThread thing.########################################
############### UPDATE MENU ############
########################################
QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 0, 0, 0, 127'
QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 255, 255, 255, 255'
getNext => 3
==> 000001C41EACB540
setCurrentFilename <R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/009.jpg>
#### onCurrentChanged 8
LOAD PREVIEW
LOAD INFO <R:/vegetation/Evermotion Archmodels vol. 173 ù Indoor Plants/009.jpg>
LOAD INFO <R:/vegetation/Evermotion Archmodels vol. 173 ù Indoor Plants/009.jpg> ok
## Bitmap :: load 2048
###### GFF:load <R:/vegetation/Evermotion Archmodels vol. 173 ù Indoor Plants/009.jpg>
####LOAD <R:/vegetation/Evermotion Archmodels vol. 173 ù Indoor Plants/010.jpg> 0
## BitmapLoadThread :: loaded 1000 1000
############################################LOAD <R:/vegetation/Evermotion Archmodels vol. 173 ù Indoor Plants/041.jpg> 0
## MyPreviewThread :: ERROR : 0 (000001ED50D47170)
m_stopCondition.wakeOne()
m_loadCondition.wait()
## MyView::onLoaded <R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/040.jpg> <R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/040.jpg> <R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/040.jpg> (1)
## MyView::onLoaded ok
@@ BitmapResizeThread:: clear
@@ BitmapResizeThread:: clear
@@ BitmapResizeThread:: clear
### resetViewport (000001ED4E104F80) ==> 2194 1056 (571 571) 0 0
QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 0, 0, 0, 127'
QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 255, 255, 255, 255'
## threadFinished to cache 2 R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/041.jpg (R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/041.jpg) (000001ED50D47170)
MyPreviewThread :: stop()
A R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/037.jpg (1000 1000)
A R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/038.jpg (1000 1000)
##ADD to cache 2 R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/041.jpg
P R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/038.jpg (1000 1000)
P R:/vegetation/Evermotion Archmodels vol. 173 ? Indoor Plants/041.jpg (1000 1000)
Here - the arrow keys are worse.mynewcat wrote: Sat Oct 05, 2024 11:48 am If I use the left and right arrows keys on the keyboard to cycle through, I get freezes even worse than the scroll-wheel.
We're talking 30 seconds or more.
If I press the arrow left and right icons (previous file / next file) with a left click, I don't get the problem.
So:
Scroll-wheel and holding down keyboard arrow keys = freeze
Pressing left and right icons with left click = no freeze
I hope this helps to diagnose the problem!
Strange i can't reproduce...mynewcat wrote: Sun Oct 27, 2024 10:42 am But turning off the cache (both items) seems to have done the trick.