-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pacmixer crashes in settings dialog #14
Comments
Thanks for reporting the issue. The crash is, obviously, a bug, there's probably some boundary check missing, I'll have a look at it later. |
hi,
hm, i guess i did expect settings based on the fact that there is a settings tab. you're right, there are not settings in the configuration tab, except the sound profiles. maybe from an ux point of view, the settings tab should not be there, if there are no settings... |
No problem, I have long delays myself too ;-]. Oh, I see. Perhaps it would indeed be nice to hide tabs that are empty, even if it is kinda unusual behaviour for terminal interfaces. It won't happen before I get myself to refactor the UI parts of the code, though. Which will happen, at some point, hopefully. |
hi,
thanks for pacmixer! i've compiled the program on debian testing and it works as expected except the settings dialog: it show no settings and crashes as soon as i use the 'l' key or the right arrow key
with the message
: Uncaught exception NSRangeException, reason: Index 0 is out of range 0 (in 'objectAtIndex:')
pacmixer-log.txt
if you need the debug log, i can recompile and attach that
The text was updated successfully, but these errors were encountered: