SQL error after update to RadioBoss 7.1.6.1

urbanique

New member
hi,
I have updated to the latest version. Now I get the following message in the log:
SQL: SELECT L.track_id, L.fn, CASE T.CueOut WHEN -1 THEN CASE T.CueIn WHEN -1 THEN I.length ELSE I.length - T.CueIn END ELSE CASE T.CueIn WHEN -1 THEN T.CueOut ELSE T.CueOut - T.CueIn END END len2 FROM () L LEFT JOIN tracks2 T ON T.track_id = L.track_id LEFT JOIN taginfo I ON I.track_id = L.track_id WHERE TRUE ORDER BY title COLLATE NOCASEACC ASC LIMIT 1000; near ")": syntax error (1/Exec/LibrarySelect/Q)
is this known?
By the way: it is a trial version without license
Greetings
Andreas
 
Last edited:
Back
Top