I've found a bug that occurs only in RC (?), when you unset the hotkey for pause and quit.
I'm running VLC 1.0.2 on Windows 7 x64 as well as Arch Linux.
Start VLC with the following command:
Code: Select all
vlc.exe --ignore-config --key-play-pause= --key-quit= --intf=rc
Note that this does not occur if you omit one of the --key-* flags, i.e.
Code: Select all
vlc.exe --ignore-config --key-play-pause= --intf=rc
Code: Select all
vlc.exe --ignore-config --key-quit= --intf=rc
Code: Select all
$ vlc --ignore-config --key-play-pause= --key-quit= --intf=rc
VLC media player 1.0.2 Goldeneye
Remote control interface initialized. Type `help' for help.
add Videos/Invader ZIM/[2x11B] FBI Warning of Doom.avi
Trying to add Videos/Invader ZIM/[2x11B] FBI Warning of Doom.avi to playlist.
add: returned 0 (no error)
[0x2854268] a52 decoder: A/52 channels:2 samplerate:48000 bitrate:192000
No accelerated IMDCT transform found
pause
status change: ( new input: Videos/Invader ZIM/[2x11B] FBI Warning of Doom.avi )
status change: ( audio volume: 256 )
status change: ( play state: 3 )
pause: returned 0 (no error)
status change: ( stop state: 0 )
status change: ( stop state: 0 )
status change: ( quit )
$