To reproduce:
· In Browser, execute View->Hide title bar
· Open one or more images in tabs
· Click the close button on an image tab to close the tab
· Crash!
MP 0.35 Win: Crash when hide titlebar + close tab
Moderators: helmut, XnTriq, xnview
Re: MP 0.35 Win: Crash when hide titlebar + close tab

• Confirmed here :
AppName: xnview.exe AppVer: 0.0.0.0 ModName: unknown
ModVer: 0.0.0.0 Offset: 6e6f6974
- Win XP-Pro SP2 32-bit

Claude
Clo
Old user ON SELECTIVE STRIKE till further notice •
Re: MP 0.35 Win: Crash when hide titlebar + close tab
I got the same error, but the title bar is hidden at startup xnViewMP. If I'm forced to show titlebar, tthe option will be reset till the next apllication restart.
Console output:
error.txt:
Code: Select all
xnview ./xnview.png 2>~/tmp/6/error.txt
Code: Select all
XNVIEW restoreGeometry before : 640 480
XNVIEW restoreGeometry after : 1270 1014
w.init
XNVIEW resize : 1270 1014
## MyTabWidget :: resizeEvent : 1270 1014
##PB connect <1onOpen()>
##PB connect <1onCut()>
##PB connect <1onPaste()>
##PB connect <1onClear()>
##PB connect <1onBackColor()>
##PB connect <1onPagePrevious()>
##PB connect <1onPageNext()>
##PB connect <1onPageFirst()>
##PB connect <1onPageLast()>
##PB connect <1onLevels()>
##PB connect <1onNormalize2()>
##PB connect <1onAlign()>
MENU install : 8907f00
### MyBitmapView (8878a38) :: resizeEvent 1270 932
### MyBitmapView (8878a38) :: resizeEvent 1270 899
==> 1270
MyView::change /usr/share/xnview/xnview.png
###### LOAD BITMAP </usr/share/xnview/xnview.png>
### resetViewport (8878a38) ==> 1270 899 (64 64) 0 0
## OPEN FOLDER
## OPEN FOLDER ok
## updateLabels
## updateLabels ok
### ThumbLoaderThread :: stop()
setCurrentFilename </usr/share/xnview/xnview.png>
### ThumbLoaderThread :: stop()
### ThumbLoaderThread :: setFileList()
### ThumbLoaderThread :: setFileList() wait
######ThumbLoaderThread :: run : 88987b0
######ThumbLoaderThread :: forever : 88987b0
### ThumbLoaderThread :: setFileList() ok
### ThumbLoaderThread :: stop()
######ThumbLoaderThread :: start : 12
ThumbLoaderThread => 12 (12 -1)
DB (3821) : 8830 8830
ThumbLoaderThread - LOADED from DB (3821)
ThumbLoaderThread - loadThumb from DB (3821 - xnview.png)
ThumbLoaderThread => 1 (12 -1)
DB (3822) : 4096 4096
ThumbLoaderThread - LOADED from DB (3822)
ThumbLoaderThread - loadThumb from DB (3822 - AddOn)
ThumbLoaderThread => 2 (12 -1)
DB (3823) : 4096 4096
ThumbLoaderThread - LOADED from DB (3823)
ThumbLoaderThread - loadThumb from DB (3823 - language)
ThumbLoaderThread => 3 (12 -1)
DB (3824) : 4096 4096
ThumbLoaderThread - LOADED from DB (3824)
ThumbLoaderThread - loadThumb from DB (3824 - lib)
ThumbLoaderThread => 4 (12 -1)
DB (3825) : 4096 4096
ThumbLoaderThread - LOADED from DB (3825)
ThumbLoaderThread - loadThumb from DB (3825 - Plugins)
ThumbLoaderThread => 5 (12 -1)
DB (3826) : 4096 4096
ThumbLoaderThread - LOADED from DB (3826)
ThumbLoaderThread - loadThumb from DB (3826 - UI)
ThumbLoaderThread => 6 (12 -1)
DB (3827) : 3945 3945
ThumbLoaderThread - LOADED from DB (3827)
ThumbLoaderThread - loadThumb from DB (3827 - country.txt)
ThumbLoaderThread => 7 (12 -1)
LOAD BITMAP </usr/share/xnview/README>
GFF :: LoadThumbnail : 2
ThumbLoaderThread => 8 (12 -1)
LOAD BITMAP </usr/share/xnview/xnview>
253003fd-11d0-259c-4ac50fb6-7e23267c is dumped
GFF :: LoadThumbnail : 2
ThumbLoaderThread => 9 (12 -1)
DB (3828) : 8604 8604
ThumbLoaderThread - LOADED from DB (3828)
ThumbLoaderThread - loadThumb from DB (3828 - xnview_2.png)
ThumbLoaderThread => 10 (12 -1)
LOAD BITMAP </usr/share/xnview/xnview-bin>
GFF :: LoadThumbnail : 2
ThumbLoaderThread => 11 (12 -1)
LOAD BITMAP </usr/share/xnview/XnView.desktop>
GFF :: LoadThumbnail : 2
######ThumbLoaderThread :: forever : 88987b0
Code: Select all
Object::connect: No such slot AbstractViewWindow::onOpen()
Object::connect: No such slot AbstractViewWindow::onCut()
Object::connect: No such slot AbstractViewWindow::onPaste()
Object::connect: No such slot AbstractViewWindow::onClear()
Object::connect: No such slot AbstractViewWindow::onBackColor()
Object::connect: No such slot AbstractViewWindow::onPagePrevious()
Object::connect: No such slot AbstractViewWindow::onPageNext()
Object::connect: No such slot AbstractViewWindow::onPageFirst()
Object::connect: No such slot AbstractViewWindow::onPageLast()
Object::connect: No such slot AbstractViewWindow::onLevels()
Object::connect: No such slot AbstractViewWindow::onNormalize2()
Object::connect: No such slot AbstractViewWindow::onAlign()
Re: MP 0.35 Win: Crash when hide titlebar + close tab
New bug (?) in 0.38!
To reproduce:
To reproduce:
- 1. Open browser
2. Close all image tabs
3. Enable "Hide title bar"
4. Close browser tab
5. Observe blank "on top" background window.
John