LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   qdvdauthor bug (https://www.linuxquestions.org/questions/programming-9/qdvdauthor-bug-4175735412/)

pmv 03-28-2024 11:14 AM

qdvdauthor bug
 
https://sourceforge.net/projects/qdvd/

In dialogimages.cpp there is a bug in :

Code:

void DialogImages::slotCheckWorker ( )
{
...
  while ( it != m_listOfImageScansDone.end ( ) )  {
      pScan = *it++;
      if ( pScan && pScan->hasExited (  )  )  {
...

and I don't know why.
If one chooses the button "Add / Organize Images"

Error message is this:
Code:

gons@localhost:~> qdvdauthor
QEventLoop: Cannot be used without QApplication
qt.core.qobject.connect: QObject::connect: No such signal QAction::activated()
qt.core.qobject.connect: QObject::connect: No such slot QDVDAuthor::slotAddFrameObject ( )
qt.core.qobject.connect: QObject::connect: No such slot QDVDAuthor::slotAddTextObject ( )
qt.core.qobject.connect: QObject::connect: No such slot QDVDAuthor::slotAddImageObject ( )
qt.core.qobject.connect: QObject::connect: No such slot QDVDAuthor::slotAddMovieObject ( )
libGL error: MESA-LOADER: failed to open nouveau: /usr/lib64/dri/nouveau_dri.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden (search paths /usr/lib64/dri, suffix _dri)
libGL error: failed to load driver: nouveau
qt.core.qobject.connect: QObject::connect: No such signal QLineEdit::lostFocus ( )
qt.core.qobject.connect: QObject::connect:  (sender name:  'm_pEditZoom')
qt.core.qobject.connect: QObject::connect:  (receiver name: 'uiDVDLayout')
qt.core.qobject.connect: QObject::connect: No such signal QDVDAuthor::signalVisibleRegion(bool)
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 813, resource id: 18875643, major code: 40 (TranslateCoords), minor code: 0
qt.core.qobject.connect: QObject::connect: No such signal QTreeWidget::selectionChanged ( )
qt.core.qobject.connect: QObject::connect:  (sender name:  'm_pListViewVirtual')
qt.core.qobject.connect: QObject::connect:  (receiver name: 'uiDialogFiles')
qt.core.qobject.connect: QObject::connect: No such signal QTreeWidget::rightButtonClicked(Q3ListViewItem *, const QPoint &, int )
qt.core.qobject.connect: QObject::connect:  (sender name:  'm_pListViewVirtual')
qt.core.qobject.connect: QObject::connect:  (receiver name: 'uiDialogFiles')
qt.core.qobject.connect: QObject::connect: No such signal Input::GroupView::itemActivated ( QListWidgetItem *item )
qt.core.qobject.connect: QObject::connect:  (receiver name: 'uiDialogFiles')
qt.core.qobject.connect: QObject::connect: No such signal QListWidget::dropped ( QDropEvent *, const QList<Q3IconDragItem> & )
qt.core.qobject.connect: QObject::connect:  (sender name:  'm_pPreview')
qt.core.qobject.connect: QObject::connect:  (receiver name: 'uiDialogFiles')
Thumbs::Entry *Thumbs::find ( unsigned long long iHash, bool bImage )
Thumbs::Entry *Thumbs::find ( unsigned long long iHash, bool bImage ) (1)
...
Thumbs::Entry *Thumbs::find ( unsigned long long iHash, bool bImage )
Thumbs::Entry *Thumbs::find ( unsigned long long iHash, bool bImage ) (1)
Speicherzugriffsfehler (Speicherabzug geschrieben)
gons@localhost:~>

It is solved in qdvdauthor-2.4.1-001 now.

NevemTeve 03-28-2024 12:47 PM

I don't know either. Is there an error message?


All times are GMT -5. The time now is 02:52 AM.