Re: RTab-Map closes unexpectedly when I'm trying to save database

Posted by Silvio Giancola on
URL: http://official-rtab-map-forum.206.s1.nabble.com/RTab-Map-closes-unexpectedly-when-I-m-trying-to-save-database-tp1149p1448.html

You trick also worked in my case, I just commented the line:

//newPath = QFileDialog::getSaveFileName(this, tr("Save database"), newPath, tr("RTAB-Map database files (*.db)"));

Is it a problem from Qt? I verified the newPath variable before the function and it looks like a coherent path.

Thank you,