- 论坛徽章:
- 0
|
一次意外的灾难性事故,不得不重装系统(Ubuntu6.06, 2.6.15-27-k7),该装的都装上、系统升级之后,意外的发现avi文件无法播放,w32codecs之类的插件都装了,用totem播放的时候播放几秒钟totem就退出,换了mplayer、vlc都是同样的情况,在终端运行totem和mplayer播放avi得到如下错误信息
totem的:
- The program 'totem' received an X Window System error.
- This probably reflects a bug in the program.
- The error was 'BadAlloc (insufficient resources for operation)'.
- (Details: serial 61 error_code 11 request_code 140 minor_code 19)
- (Note to programmers: normally, X errors are reported asynchronously;
- that is, you will receive the error a while after causing it.
- To debug your program, run it with the --sync command line
- option to change this behavior. You can then get a meaningful
- backtrace from your debugger if you break on the gdk_x_error() function.)
复制代码
mplayer的
- MPlayer 2:0.99+1.0pre7try2+cvs20060117-0ubuntu8 (C) 2000-2006 MPlayer Team
- CPU: Advanced Micro Devices Sempron/Athlon MP/XP Thoroughbred; Duron Applebred (Family: 6, Stepping: 1)
- CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
- Compiled with runtime CPU detection.
- 91 audio & 204 video codecs
- Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
- Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
- Opening joystick device /dev/input/js0
- Can't open joystick device /dev/input/js0: No such file or directory
- Can't init input joystick
- Setting up LIRC support...
- mplayer: could not connect to socket
- mplayer: No such file or directory
- Failed to open LIRC support.
- You will not be able to use your remote control.
- Playing 1.avi.
- AVI file format detected.
- VIDEO: [tscc] 1024x768 32bpp 10.000 fps 157.5 kbps (19.2 kbyte/s)
- ==========================================================================
- Opening audio decoder: [msgsm] native GSM/MSGSM audio decoder
- AUDIO: 22050 Hz, 1 ch, s16le, 35.8 kbit/10.15% (ratio: 4478->44100)
- Selected audio codec: [msgsm] afm: msgsm (MS GSM)
- ==========================================================================
- ==========================================================================
- Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
- Selected video codec: [ffcamtasia] vfm: ffmpeg (TechSmith Camtasia Screen Codec (native))
- ==========================================================================
- Building audio filter chain for 22050Hz/1ch/s16le -> 0Hz/0ch/??...
- alsa-init: 1 soundcard found, using: default
- alsa: 22050 Hz/1 channels/2 bpf/32768 bytes buffer/Signed 16 bit Little Endian
- AO: [alsa] 22050Hz 1ch s16le (2 bytes per sample)
- Building audio filter chain for 22050Hz/1ch/s16le -> 22050Hz/1ch/s16le...
- Starting playback...
- VDec: vo config request - 1024 x 768 (preferred colorspace: BGRA)
- Could not find matching colorspace - retrying with -vf scale...
- Opening video filter: [scale]
- VDec: using BGRA as output csp (no 0)
- Movie-Aspect is undefined - no prescaling applied.
- SwScaler: BICUBIC scaler, from BGRA to Planar YV12 using MMX2
- VO: [xv] 1024x768 => 1024x768 Planar YV12
- alsa-space: xrun of at least 35.361 msecs. resetting stream
- X11 error: BadAlloc (insufficient resources for operation)
- MPlayer interrupted by signal 6 in module: vo_check_events
- - MPlayer crashed. This shouldn't happen.
- It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
- gcc version. If you think it's MPlayer's fault, please read
- DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
- won't help unless you provide this information when reporting a possible bug.
- alsa-uninit: pcm closed
复制代码 |
|