Page 1 of 1

v0.75 crashes with seg fault

Posted: Sun Oct 18, 2015 5:04 pm
by cris70
Hi all,
I have a problem with XnViewMP v0.75 on Linux (PCLinuxOS).

I have been using XnViewMP up to v0.72 without problems. I upgraded today to v0.75 and now, when I start it, this is what I get:
XNVIEW restoreGeometry before : 640 480
XNVIEW restoreGeometry after : 1656 943
QMetaObject::invokeMethod: No such method MyTabBar::layoutTabs()
w.init
XNVIEW SIZE 1656 943


########### BrowserWindow :: BrowserWindow

libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
MENU install : 16b1010
ThumbLoaderThread :: stop()
### ThumbLoaderThread :: stop() ok
ThumbLoaderThread :: stop()
### ThumbLoaderThread :: stop() ok
ThumbLoaderThread :: stop()
### ThumbLoaderThread :: stop() ok
ThumbLoaderThread :: stop()
### ThumbLoaderThread :: stop() ok
QLayout: Attempting to add QLayout "" to MyLittleToolBar "", which already has a layout
QLayout: Attempting to add QLayout "" to MyLittleToolBar "", which already has a layout
QLayout: Attempting to add QLayout "" to MyLittleToolBar "", which already has a layout
libpng warning: iCCP: known incorrect sRGB profile
QObject::connect: No such slot CategorySets::checkChanges()
QObject::connect: No such slot CategorySets::clear()
QWidget::setMinimumSize: (favoriteD/QDockWidget) Negative sizes (0,-1) are not possible
QWidget::setMinimumSize: (categoryD/QDockWidget) Negative sizes (0,-1) are not possible
QWidget::setMinimumSize: (prevD/QDockWidget) Negative sizes (0,-1) are not possible
########### BrowserWindow :: ok create (640 480)
BrowserWindow :: changeVisibility()
BrowserWindow :: updateMenu()
SIZE : 0 85 (-1)
SIZE : 0 49 (-1)
SIZE : 0 109 (-1)
SIZE : 0 73 (-1)
SIZE : 0 109 (-1)
SIZE : 0 73 (-1)
QObject::connect: No such signal BrowserWindow::openNewTabs(const QString&, const ItemModel*, bool)
QObject::connect: No such signal BrowserWindow::openNewTabs(const QString&, const Bitmap&, const GFF_FILEINFO&, const ItemModel*, bool)
BrowserWindow :: changeVisibility()
BrowserWindow :: updateMenu()
BrowserWindow :: changeVisibility()
BrowserWindow :: updateMenu()
########### BrowserWindow :: restoreState (1656 943)
ThumbLoaderThread :: stop()
### ThumbLoaderThread :: stop() ok
BrowserWindow :: restoreState => 1656 943
=> 978 857
BrowserWindow :: restoreState ok => 978 857
XNVIEW SIZE ok
XNVIEW 1 ok
/opt/XnView/xnview.sh: line 5: 11914 Segmentation fault "$dirname"/XnView "$@"
Does anybody have any suggestions?

Thank you in advance!
Cris

Re: v0.75 crashes with seg fault

Posted: Sun Oct 18, 2015 9:17 pm
by oops66
Hello,
Maybe you can try first to rename the .ini file (and/or the two other thumb.db & xnview.bd files)?
/home/user/.xnviewmp/xnview.ini

Re: v0.75 crashes with seg fault

Posted: Sun Oct 18, 2015 10:07 pm
by cris70
oops66,
thank you for your reply.

I completely cleaned the /home/user/.xnviewmp directory.

Now, when I start XnViewMP, I only get:
/opt/XnView/xnview.sh: line 5: 18138 Segmentation fault "$dirname"/XnView "$@"
:(

Cris

Re: v0.75 crashes with seg fault

Posted: Mon Oct 19, 2015 12:17 am
by oops66
... And if you try within the terminal:

Code: Select all

which xnview 
# /usr/bin/xnview  then:
/usr/bin/xnview
?

Re: v0.75 crashes with seg fault

Posted: Mon Oct 19, 2015 5:04 pm
by cris70
oops66, the output I showed in my last message is exactly the output I get when executing xnview from the command line.
If I launch it from the menu I do not get anything.
BTW, today I deleted v0.75 and went back to v0.72.

Thank you!
Cris

Re: v0.75 crashes with seg fault

Posted: Mon Oct 19, 2015 6:29 pm
by oops66
You're welcome ... Maybe Pierre can give you an accurate answer of this issue ?

Re: v0.75 crashes with seg fault

Posted: Tue Oct 20, 2015 7:14 am
by xnview

Re: v0.75 crashes with seg fault

Posted: Wed Oct 28, 2015 6:43 pm
by cris70
xnview wrote:Do you have tried the ArchLinux version?
No, but since v0.76 is out now I'm going to try that one first.
Thank you Pierre!

Cris