mdiarea->activeSubWindow() is returning NULL, leading to a crash in setWindowTitle when it tries to access the object. I found that adding a NULL pointer check around this line stops it crashing, although I don't know if this has any knock-on effects due to not setting a window title somewhere that it is needed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
meshlab v1.3.0, Jun. 15.2012; debian 6.07, 32bit
no way to save a project, meshlab crashs every time if I try to save the project in any way. export mesh works.
I would try to use a newer version, but compiling from source also fails.
If more informations would help, please give a hint.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Same behaviour, simply craches when saving project. On ubuntu 11.10 32-bit.
I'm seeing this too, on Ubuntu 11.10 64-bit at r5456. I did a little bit of debugging and found that in src/meshlab/mainwindow_RunTime.cpp line 1410:
mdiarea->activeSubWindow() is returning NULL, leading to a crash in setWindowTitle when it tries to access the object. I found that adding a NULL pointer check around this line stops it crashing, although I don't know if this has any knock-on effects due to not setting a window title somewhere that it is needed.
meshlab v1.3.0, Jun. 15.2012; debian 6.07, 32bit
no way to save a project, meshlab crashs every time if I try to save the project in any way. export mesh works.
I would try to use a newer version, but compiling from source also fails.
If more informations would help, please give a hint.