greenius / impdclient

Automatically exported from code.google.com/p/impdclient
0 stars 1 forks source link

Changing Volume Slider crashes application #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Move the volume slider handle
Note: you don't even need to be connected to a server to crash.

What is the expected output? What do you see instead?
Expected: Change the volume on the mpd server.
For me, the application crashes to the springboard.

What version of the product are you using? On what operating system?
I am using version 1.0 of impdclient on version 1.1.4 of the ipod touch
firmware.

Please provide any additional information below.
When I run it in the console, I get the following error relevant to the crash:

*** Uncaught exception: <NSInvalidArgumentException> *** -[PreferencesView
ChangeVolume]: selector not recognized [self = 0x157a60]

from looking at the source, it looks like the volume controller is trying
to call ChangeVolume, but PreferencesView only implements changeVolume. I
don't know if the case matters, but it seems like it does. This looks like
an easy fix: change the case of the first letter to be consistant.

Original issue reported on code.google.com by aar...@gmail.com on 11 Jul 2008 at 7:39

GoogleCodeExporter commented 8 years ago
I'm getting this exact same issue

Original comment by sk...@theskorm.net on 4 Sep 2008 at 7:58