I installed vlc 0.8.4 from source, but I was receiving the following errors, which I was unable to resolve:
[00000286] main video output warning: late picture skipped (4094055) [00000285] main audio output warning: PTS is out of range (646837), dropping buffer [00000285] main audio output warning: output PTS is out of range (128216), clearing out [00000285] main audio output warning: input PTS is out of range (149752), trashing [00000285] main audio output warning: computed PTS is out of range (102063), clearing out [00000285] main audio output warning: timing screwed, stopping resampling This is why I eventually decided to install vlc with dpkg. The source installation files have been removed. # vlc -vvv VLC media player 0.8.4 Janus [00000001] main vlc debug: opening config file /home/bathat/.vlc/vlcrc [00000001] main vlc debug: checking builtin modules [00000001] main vlc debug: checking plugin modules [00000001] main vlc debug: loading plugins cache file /home/bathat/.vlc/cache/plugins-04041e.dat [00000001] main vlc debug: recursively browsing `modules' [00000001] main vlc debug: recursively browsing `/usr/lib/vlc' [00000001] main vlc debug: recursively browsing `plugins' [00000001] main vlc debug: module bank initialized, found 202 modules libhal.c 767 : org.freedesktop.DBus.Error.ServiceDoesNotExist raised "Service "org.freedesktop.Hal" does not exist" [00000001] main vlc debug: opening config file /home/bathat/.vlc/vlcrc [00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE FPU [00000001] main vlc debug: looking for memcpy module: 1 candidate [00000401] main module debug: using memcpy module "memcpy" [00000480] main playlist debug: waiting for thread completion [00000480] main playlist debug: thread 16386 (playlist) created at priority 0 (src/playlist/playlist.c:183) [00000481] main private debug: waiting for thread completion [00000481] main private debug: thread 32771 (preparser) created at priority 0 (src/playlist/playlist.c:205) [00000482] main interface debug: looking for interface module: 1 candidate [00000341] main module debug: using interface module "hotkeys" [00000482] main interface debug: interface initialized [00000482] main interface debug: thread 49156 (interface) created at priority 0 (src/interface/interface.c:211) [00000483] main interface debug: looking for interface module: 6 candidates [00000392] main module debug: using interface module "screensaver" [00000483] main interface debug: interface initialized [00000483] main interface debug: thread 65541 (interface) created at priority 0 (src/interface/interface.c:211) [00000484] main interface debug: looking for interface module: 5 candidates [00000390] main module debug: using interface module "wxwidgets" [00000484] main interface debug: interface initialized [00000484] main interface debug: thread 81926 (manager) created at priority 0 (src/interface/interface.c:196) Segmentation fault On 12/19/05, Clément Stenac <[EMAIL PROTECTED]> wrote: > Hello, > > Could you please launch vlc with -vvv and give the log output so we can > get an idea where it crashes ? > > Did you install a custom VLC ? If you did, please uninstall and remove > its modules. > > Thanks, > > -- > Clément Stenac > > >

