Comment 0 for bug 917600

Revision history for this message
daniel (mail-daniel) wrote :

Hi.
Strange error here on Arch64 mixxx1.10 vms4.

Sometimes and very hard to reproduce i start mixxx, throw some songs in the AutoDJ queue and then i'm not able to reorder this queue. The Values column # change, but songs stay at their position.

CLI output is:
Debug: [Main]: PlaylistTableModel(0x230b520) select() took 1 ms
Debug: [Main]: PlaylistTableModel(0x230b520) select() took 1 ms
Debug: [Main]: PlaylistTableModel(0x230b520) select() took 1 ms
Debug: [Main]: PlaylistTableModel(0x230b520) select() took 1 ms

for Autoshuffle:
Debug: [Main]: Shuffling AutoDJ playlist
Debug: [Main]: Swapping tracks 14 and 9
Debug: [Main]: Swapping tracks 13 and 9
Debug: [Main]: Swapping tracks 12 and 8
Debug: [Main]: Swapping tracks 11 and 15
Debug: [Main]: Swapping tracks 10 and 13
Debug: [Main]: Swapping tracks 9 and 10
Debug: [Main]: Swapping tracks 8 and 15
Debug: [Main]: Swapping tracks 7 and 9
Debug: [Main]: PlaylistTableModel(0x260d3d0) select() took 0 ms
Debug: [Main]: Shuffling done

nothing more. just the # of the dragged&dropped songs changes, for example from 4/14 to 14/4,
but the songs stay at their positions
Deactivating AutoDJ [Button] does not help. Exiting and restarting Mixxx neither.
Clicking on the colum heads does nothing, no sorting up/down in no colum.

Then[!]
Restarting again, And it works! And debug output is:Debug: [Main]: PlaylistTableModel(0x3555550) select() took 1 ms
Debug: [Main]: PlaylistTableModel(0x3555550) select() took 1 ms
Debug: [Main]: PlaylistTableModel(0x3555550) select() took 1 ms
Debug: [Main]: PlaylistTableModel(0x3555550) select() took 1 ms
Debug: [Main]: PlaylistTableModel(0x3555550) select() took 1 ms

for reordering and for autoshuffle:
Debug: [Main]: Shuffling AutoDJ playlist
Debug: [Main]: Swapping tracks 14 and 10
Debug: [Main]: Swapping tracks 13 and 6
Debug: [Main]: Swapping tracks 12 and 10
Debug: [Main]: Swapping tracks 11 and 11
Debug: [Main]: Swapping tracks 10 and 8
Debug: [Main]: Swapping tracks 9 and 9
Debug: [Main]: Swapping tracks 8 and 7
Debug: [Main]: Swapping tracks 7 and 10
Debug: [Main]: Swapping tracks 6 and 6
Debug: [Main]: Swapping tracks 5 and 14
Debug: [Main]: Swapping tracks 4 and 5
Debug: [Main]: Swapping tracks 3 and 6
Debug: [Main]: Swapping tracks 2 and 10
Debug: [Main]: PlaylistTableModel(0x3555550) select() took 1 ms
Debug: [Main]: Shuffling done

Thank you.