Skip to content

Changing Volume Slider crashes application #6

Description

@GoogleCodeExporter
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions