You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to update USC on nixpkgs, and was bitten by this issue; the return value of BASS_Init is checked, but the software just continues if init fails. This will lead to an infinite loop when the first mp3 is selected, causing USC to hang.
I don’t think it makes much sense to continue initialization if the audio library fails, an error should be displayed and the program should exit instead.
The text was updated successfully, but these errors were encountered:
UltraStar-Creator/src/QUMainWindow.cpp
Lines 51 to 53 in 36e0d88
I’m trying to update USC on nixpkgs, and was bitten by this issue; the return value of
BASS_Init
is checked, but the software just continues if init fails. This will lead to an infinite loop when the first mp3 is selected, causing USC to hang.I don’t think it makes much sense to continue initialization if the audio library fails, an error should be displayed and the program should exit instead.
The text was updated successfully, but these errors were encountered: