The big VLC for Mac OS X Intel and UB thread

macOS specific usage questions
maverick808

Postby maverick808 » 09 Feb 2006 19:36

Videos are playing fine. However, I noticed that float on top isn't working properly.

If you turn it on then it appears to work until you enter fullscreen. After you exit fullscreen it is no longer on and you have to deactivate and reactivate it in the menu again.

This behaviour happens regardless of if you have saved always on top in the preferences or not.

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 09 Feb 2006 22:03

However, I noticed that float on top isn't working properly.

If you turn it on then it appears to work until you enter fullscreen. After you exit fullscreen it is no longer on and you have to deactivate and reactivate it in the menu again.
Yeah, it's a bug in the VLC development version.
Don't use PMs for support questions.

Guest

VCD causes crashes

Postby Guest » 10 Feb 2006 22:19

It worked well with an mpeg2 and some AVI files. AVI is some sort of mpeg4 file, but I don't know the specifics of the codec. It is generated by my camera and QT refuses to play. (Plays well on wmp on my PC.) These worked well with all MMX and SSE options enabled. However, Open Disc -> VCD option causes consistent crashes. (Tried it with one VCD that plays well with WinDVD on PC.) It gives an error message and then VLC crashes. I then tried it with all SSE/MMX options disabled. Same story...

1: version: trunk-intel-20060210-1451.dmg

2: Only played with MMX/SSE/3D now options
> 3: MMX/SSE options disabled? (Keep FPU enabled): Yes, I have turned off MMX, 3D now, MMX EXT, SSE and SSE2 support. I have also tried with FPU and 3D Now enabled, but the rest disabled. Same story...

4: Launched VLC from the Terminal.app "/Applications/VLC.app/Contents/MacOS/VLC -vvv" Here is what it types up when launched:

[00000001] main vlc debug: opening config file /Users/burcin/Library/Preferences/VLC/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /Users/burcin/Library/Preferences/VLC/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/modules'
[00000001] main vlc debug: recursively browsing `/usr/local/lib/vlc'
[00000001] main vlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/plugins'
[00000001] main vlc debug: module bank initialized, found 202 modules
[00000001] main vlc debug: opening config file /Users/burcin/Library/Preferences/VLC/vlcrc
[00000001] main vlc debug: CPU has capabilities 486 586 FPU
[00000001] main vlc debug: looking for memcpy module: 1 candidate
[00000001] main vlc debug: using memcpy module "memcpy"
[00000264] main playlist debug: waiting for thread completion
[00000264] main playlist debug: thread 42850816 (playlist) created at priority -47 (src/playlist/playlist.c:184)
[00000265] main private debug: waiting for thread completion
[00000265] main private debug: thread 42137600 (preparser) created at priority -47 (src/playlist/playlist.c:210)
[00000266] main interface debug: looking for interface module: 1 candidate
[00000266] main interface debug: using interface module "hotkeys"
[00000266] main interface debug: thread 42033152 (interface) created at priority -47 (src/interface/interface.c:196)
[00000268] main interface debug: looking for interface module: 3 candidates
[00000268] main interface debug: using interface module "macosx"
[00000268] main interface debug: thread 42886656 (manager) created at priority -47 (src/interface/interface.c:164)
[00000264] main playlist debug: adding playlist item `IÃábrahim'den' ( vcd:///dev/rdisk1@1:1 )
[00000264] main playlist debug: creating statistics handler
[00000264] main playlist debug: creating new input thread
[00000270] main input debug: waiting for thread completion
[00000270] main input debug: thread 43467264 (input) created at priority 37 (src/input/input.c:260)
[00000270] main input debug: `vcd:///dev/rdisk1@1:1' gives access `vcd' demux `' path `/dev/rdisk1@1:1'
[00000270] main input debug: source=`/dev/rdisk1' title=1/1 seekpoint=1/1
[00000270] main input debug: creating demux: access='vcd' demux='' path='/dev/rdisk1'
[00000271] main demuxer debug: looking for access_demux module: 0 candidates
[00000271] main demuxer warning: no access_demux module matched "vcd"
[00000270] main input debug: creating access 'vcd' path='/dev/rdisk1'
[00000272] main access debug: looking for access2 module: 6 candidates

So far so good... Once I select Open Disc -> VCD, here is what I get:

title[0] start=22590
title[0] end=295324
title[1] start=295324
title[1] end=-86
title[2] start=-86
title[2] end=206325
title[3] start=206325
title[3] end=4352
title[4] start=4352
title[4] end=-75
.
.
.
I am deleting the middle section for obvious reasons.
.
.
.
title[396] start=63240
title[396] end=524288
title[397] start=524288
title[397] end=37690336
[00000272] vcd access error: invalid entry points number
[00000272] vcd access warning: could not read entry points, will not use them
[00000272] main access debug: using access2 module "vcd"
[00000268] macosx interface debug: input has changed, refreshing interface
Bus error


Another trial ended with:

[00000272] vcd access error: invalid entry points number
[00000272] vcd access warning: could not read entry points, will not use them
[00000272] main access debug: using access2 module "vcd"
[00000268] macosx interface debug: input has changed, refreshing interface
Segmentation fault



> 5: If the application crashed, please post your CrashReport online somewhere.

Sorry, I can email it to you, but I don't know how to post it online. tatilsever (.at.) yahoo (.dot.) com


One more thing, it gave an error message when I tried to play a symbolic link to a mpeg2 file (I created it with ln -is command), although the file itself plays fine. I don't know if this means anything.

Guest

Re: VCD causes crashes

Postby Guest » 10 Feb 2006 22:38

It worked well with an mpeg2 and some AVI files. AVI is some sort of mpeg4 file, but I don't know the specifics of the codec. It is generated by my camera and QT refuses to play. ... However, Open Disc -> VCD option causes consistent crashes. (Tried it with one VCD that plays well with WinDVD on PC.) It gives an error message and then VLC crashes. I then tried it with all SSE/MMX options disabled. Same story...
I am the one who just posted this error. I just wanted to add, playing a VCD causes a crash for PPC version of VLC running under Rosetta as well. I tried it with two different VCD's.

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 10 Feb 2006 23:00

I suspect it's a bug in the routines that get the layout of the disc.
Don't use PMs for support questions.

Guest

Postby Guest » 11 Feb 2006 01:29

I suspect it's a bug in the routines that get the layout of the disc.
Makes sense. PPC version under rosetta played it fine once I copied .DAT file and renamed it to copy.mpg. Sorry, I have uninstalled intel version already, but I'll try it if it will help you debug the issue.

BTW, Quicktime still did not play copy.mpg. I don't know if this is significant for you.

Roman2K

Postby Roman2K » 11 Feb 2006 08:12

The trunk-intel-20060211-0053 version of VLC rocks 8) ! Thank you a lot for VLC.

[ Before this version ]
One of the previous versions (about a week ago) did not play videos : the screen stood black but the sound worked. And when switching to full screen and going back to reduced window, it became like grozen (some buttons flickering and no one did respond to clicks). Sorry for not having reported the bugs, I had not enough time for it. But it looks like some people did it for me :D.

bigfib
New Cone
New Cone
Posts: 8
Joined: 25 Jan 2006 17:49

Latest build crashing

Postby bigfib » 11 Feb 2006 20:51

Build 20060211-0053.dmg displays no image (black screen) then
crashes on my intel imac...
0.84-svn by the way works just fine (not sure how to find the build though)...



Date/Time: 2006-02-11 20:47:59.693 +0100
OS Version: 10.4.4 (Build 8G1165)
Report Version: 4

Command: VLC
Path: /Applications/vlc/VLC2.app/Contents/MacOS/VLC
Parent: WindowServer [57]

Version: 0.8.5-svn (0.8.5-svn)

PID: 444
Thread: 14

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x77d31b99

Thread 0:
0 libSystem.B.dylib 0x9000a5e7 mach_msg_trap + 7
1 com.apple.CoreFoundation 0x902a195e CFRunLoopRunSpecific + 2014
2 com.apple.CoreFoundation 0x902a1179 CFRunLoopRunInMode + 61
3 com.apple.HIToolbox 0x91b9f8e0 RunCurrentEventLoopInMode + 285
4 com.apple.HIToolbox 0x91b9efe7 ReceiveNextEventCommon + 385
5 com.apple.HIToolbox 0x91b9ee3e BlockUntilNextEventMatchingListInMode + 81
6 com.apple.AppKit 0x92081c11 _DPSNextEvent + 576
7 com.apple.AppKit 0x920817fe -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
8 com.apple.AppKit 0x9207b583 -[NSApplication run] + 512
9 org.videolan.vlc 0x000fa134 Run + 164 (intf.m:112)
10 org.videolan.vlc 0x00003808 RunInterface + 1272 (interface.c:393)
11 org.videolan.vlc 0x00003b78 intf_RunThread + 552 (interface.c:185)
12 org.videolan.vlc 0x000094b8 AddIntfInternal + 200 (libvlc.c:1948)
13 org.videolan.vlc 0x00002d27 main + 247 (vlc.c:112)
14 org.videolan.vlc 0x00002bce _start + 228 (crt.c:272)
15 org.videolan.vlc 0x00002ae9 start + 41

Thread 1:
0 libSystem.B.dylib 0x90037f07 mach_wait_until + 7
1 org.videolan.vlc 0x000473cc msleep + 108 (mtime.c:324)
2 org.videolan.vlc 0x0000f296 RunThread + 1862 (playlist.c:772)
3 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 2:
0 libSystem.B.dylib 0x90037f07 mach_wait_until + 7
1 org.videolan.vlc 0x000473cc msleep + 108 (mtime.c:324)
2 org.videolan.vlc 0x000108bb RunPreparse + 507 (playlist.c:855)
3 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 3:
0 libSystem.B.dylib 0x90037f07 mach_wait_until + 7
1 org.videolan.vlc 0x000473cc msleep + 108 (mtime.c:324)
2 libhotkeys_plugin.dylib 0x02714bf7 Run + 423 (hotkeys.c:207)
3 org.videolan.vlc 0x00003808 RunInterface + 1272 (interface.c:393)
4 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 4:
0 libSystem.B.dylib 0x90037f07 mach_wait_until + 7
1 org.videolan.vlc 0x000473cc msleep + 108 (mtime.c:324)
2 org.videolan.vlc 0x00003299 Manager + 57 (interface.c:308)
3 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 5:
0 libSystem.B.dylib 0x90037f07 mach_wait_until + 7
1 org.videolan.vlc 0x000473cc msleep + 108 (mtime.c:324)
2 org.videolan.vlc 0x000fe88c -[VLCMain manage] + 700 (intf.m:876)
3 com.apple.Foundation 0x90a6a430 forkThreadForFunction + 123
4 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 6:
0 libSystem.B.dylib 0x9001ab1c select + 12
1 org.videolan.vlc 0x00148bf5 BasicTaskScheduler0::doEventLoop(char*) + 39 (macosx.m:110)
2 org.videolan.vlc 0x000a770a Demux(demux_t*) + 426 (livedotcom.cpp:811)
3 org.videolan.vlc 0x0002238e MainLoop + 222 (input.c:531)
4 org.videolan.vlc 0x00023fc7 Run + 151 (input.c:436)
5 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 7:
0 libSystem.B.dylib 0x90037f07 mach_wait_until + 7
1 org.videolan.vlc 0x0004733d mwait + 157 (mtime.c:281)
2 org.videolan.vlc 0x000872d2 EsOutControl + 1154 (es_out.c:1328)
3 libts_plugin.dylib 0x0e25f010 es_out_Control + 32 (vlc_es_out.h:124)
4 libts_plugin.dylib 0x0e263f1c Demux + 2780 (ts.c:1610)
5 org.videolan.vlc 0x0008320a DStreamThread + 122 (demux.c:531)
6 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 8:
0 libSystem.B.dylib 0x90037f07 mach_wait_until + 7
1 org.videolan.vlc 0x0004733d mwait + 157 (mtime.c:281)
2 org.videolan.vlc 0x0008acea aout_DecPlay + 490 (dec.c:357)
3 org.videolan.vlc 0x00081160 DecoderDecode + 1392 (decoder.c:665)
4 org.videolan.vlc 0x0008192f DecoderThread + 63 (decoder.c:494)
5 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 9:
0 libSystem.B.dylib 0x90037f07 mach_wait_until + 7
1 org.videolan.vlc 0x000473cc msleep + 108 (mtime.c:324)
2 org.videolan.vlc 0x000801b5 vout_new_buffer + 261 (decoder.c:1030)
3 liblibmpeg2_plugin.dylib 0x0e3fde21 DecodeBlock + 1041 (libmpeg2.c:605)
4 org.videolan.vlc 0x00081607 DecoderDecode + 2583 (decoder.c:721)
5 org.videolan.vlc 0x0008192f DecoderThread + 63 (decoder.c:494)
6 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 10:
0 libSystem.B.dylib 0x9000a5e7 mach_msg_trap + 7
1 com.apple.CoreFoundation 0x902a195e CFRunLoopRunSpecific + 2014
2 com.apple.CoreFoundation 0x902a1179 CFRunLoopRunInMode + 61
3 com.apple.audio.CoreAudio 0x9081ca5a HALRunLoop::OwnThread(void*) + 158
4 com.apple.audio.CoreAudio 0x9081c875 CAPThread::Entry(CAPThread*) + 93
5 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 11:
0 libSystem.B.dylib 0x90049317 semaphore_timedwait_signal_trap + 7
1 com.apple.audio.CoreAudio 0x90829b60 CAGuard::WaitFor(unsigned long long) + 212
2 com.apple.audio.CoreAudio 0x90829a82 CAGuard::WaitUntil(unsigned long long) + 66
3 com.apple.audio.CoreAudio 0x908284f2 HP_IOThread::WorkLoop() + 690
4 com.apple.audio.CoreAudio 0x90828239 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
5 com.apple.audio.CoreAudio 0x9081c875 CAPThread::Entry(CAPThread*) + 93
6 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 12:
0 libSystem.B.dylib 0x90037f07 mach_wait_until + 7
1 org.videolan.vlc 0x000473cc msleep + 108 (mtime.c:324)
2 libadjust_plugin.dylib 0x0ed30ede Render + 78 (adjust.c:265)
3 org.videolan.vlc 0x00030845 RunThread + 389 (video_output.c:908)
4 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 13:
0 libSystem.B.dylib 0x90037f07 mach_wait_until + 7
1 org.videolan.vlc 0x000473cc msleep + 108 (mtime.c:324)
2 libcrop_plugin.dylib 0x0ed4a57e Render + 110 (crop.c:379)
3 org.videolan.vlc 0x00030845 RunThread + 389 (video_output.c:908)
4 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 14 Crashed:
0 ...ickTimeComponents.component 0x9909f43d YUV420To2VUY_W1x + 671
1 ...ickTimeComponents.component 0x9908271a FinalGlueBeforeTheBlit + 1529
2 ...ickTimeComponents.component 0x99086a5a PrepareForBlitThenDoBlit + 40
3 ...ickTimeComponents.component 0x99083207 ScalingCodecComponentDispatch + 2437
4 ...ple.CoreServices.CarbonCore 0x903ef658 CallComponentDispatch + 34
5 ...ickTimeComponents.component 0x998331c5 ImageCodecDrawBand + 43
6 ...ickTimeComponents.component 0x98ef9b6a BaseCodec_DecompressWorkFunction + 1033
7 ...ple.CoreServices.CarbonCore 0x903fb77b InvokeComponentMPWorkFunctionUPP + 22
8 ...ickTimeComponents.component 0x98ef7c6f BaseCodec_DecompressCallBack_Common + 2713
9 ...ickTimeComponents.component 0x98efb40c Base_CDBandDecompress + 5748
10 ...ple.CoreServices.CarbonCore 0x903ef973 CallComponentFunctionCommon + 513
11 ...ickTimeComponents.component 0x98ef5f41 Base_CDComponentDispatch + 125
12 ...ickTimeComponents.component 0x990829e0 ScalingCodecComponentDispatch + 350
13 ...ickTimeComponents.component 0x99095bf7 YUV420CodecComponentDispatch + 87
14 ...ple.CoreServices.CarbonCore 0x903ef658 CallComponentDispatch + 34
15 com.apple.QuickTime 0x9149ab33 ImageCodecBandDecompress + 43
16 com.apple.QuickTime 0x91488d8f DoBandedDecompress + 15359
17 com.apple.QuickTime 0x91484dee ICMAction + 642
18 com.apple.QuickTime 0x91483ae6 ICMDeviceLoop + 635
19 com.apple.QuickTime 0x9148cc35 DecompressSequenceFrameWhen + 797
20 org.videolan.vlc 0x0012af96 DisplayVideo + 102 (voutqt.m:430)
21 org.videolan.vlc 0x000308e9 RunThread + 553 (video_output.c:965)
22 libSystem.B.dylib 0x90024b27 _pthread_body + 84

Thread 14 crashed with i386 Thread State:
eax: 0x000000b4 ebx: 0x99082132 ecx:0x777f1599 edx: 0x77d31b99
edi: 0x02a00600 esi: 0x77d31b99 ebp:0xb0750dd8 esp: 0xb0750d20
ss: 0x0000002f efl: 0x00010206 eip:0x9909f43d cs: 0x00000027
ds: 0x0000002f es: 0x0000002f fs:0x00000000 gs: 0x00000037

Binary Images Description:
0x1000 - 0x552fff org.videolan.vlc 0.8.5-svn /Applications/vlc/VLC2.app/Contents/MacOS/VLC
0x17c0000 - 0x17c8fff vlc_libintl.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libintl.dylib
0x17cd000 - 0x17d4fff vlc_libdvbpsi.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libdvbpsi.dylib
0x17d9000 - 0x17dbfff vlc_libogg.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libogg.dylib
0x2008000 - 0x20e9fff vlc_libiconv.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libiconv.dylib
0x2205000 - 0x2220fff vlc_libtheora.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libtheora.dylib
0x2405000 - 0x243bfff libcddax_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libcddax_plugin.dylib
0x2499000 - 0x24cffff libcddax_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libcddax_plugin.dylib
0x252d000 - 0x2563fff libcddax_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libcddax_plugin.dylib
0x25c1000 - 0x25f7fff libcddax_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libcddax_plugin.dylib
0x2655000 - 0x268bfff libcddax_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libcddax_plugin.dylib
0x26e9000 - 0x26f3fff librc_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/librc_plugin.dylib
0x2713000 - 0x2717fff libhotkeys_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libhotkeys_plugin.dylib
0xca52000 - 0xca58fff com.apple.ATIRadeonX1000GA 1.4.20 (4.2.0) /System/Library/Extensions/ATIRadeonX1000GA.plugin/Contents/MacOS/ATIRadeonX1000GA
0xcaa5000 - 0xcaa8fff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponents
0xdfbe000 - 0xdfc6fff libdvdnav_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libdvdnav_plugin.dylib
0xdfe9000 - 0xdffefff vlc_libdvdnav.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libdvdnav.dylib
0xe005000 - 0xe01dfff vlc_libdvdread.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libdvdread.dylib
0xe021000 - 0xe028fff vlc_libdvdcss.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libdvdcss.dylib
0xe02d000 - 0xe031fff libvcd_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libvcd_plugin.dylib
0xe059000 - 0xe05bfff libaccess_directory_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libaccess_directory_plugin.dylib
0xe073000 - 0xe075fff libaccess_file_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libaccess_file_plugin.dylib
0xe0ab000 - 0xe0b4fff libaccess_realrtsp_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libaccess_realrtsp_plugin.dylib
0xe0db000 - 0xe0e7fff libcdda_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libcdda_plugin.dylib
0xe25e000 - 0xe26efff libts_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libts_plugin.dylib
0xe2ea000 - 0xe2ebfff libfake_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libfake_plugin.dylib
0xe300000 - 0xe313fff libpng_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libpng_plugin.dylib
0xe32c000 - 0xe32dfff libsdl_image_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libsdl_image_plugin.dylib
0xe342000 - 0xe39afff vlc_libSDL_image.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libSDL_image.dylib
0xe3ba000 - 0xe3f2fff vlc_libSDL.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libSDL.dylib
0xe3fd000 - 0xe418fff liblibmpeg2_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/liblibmpeg2_plugin.dylib
0xe432000 - 0xe433fff liba52_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/liba52_plugin.dylib
0xe449000 - 0xe44afff libaraw_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libaraw_plugin.dylib
0xe461000 - 0xe463fff libcinepak_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libcinepak_plugin.dylib
0xe47a000 - 0xe47cfff libdts_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libdts_plugin.dylib
0xe493000 - 0xe4f7fff libfaad_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libfaad_plugin.dylib
0xe510000 - 0xe513fff libflacdec_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libflacdec_plugin.dylib
0xe52f000 - 0xe564fff vlc_libFLAC.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libFLAC.dylib
0xe574000 - 0xe575fff liblpcm_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/liblpcm_plugin.dylib
0xe589000 - 0xe58bfff libspeex_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libspeex_plugin.dylib
0xe5a4000 - 0xe5c9fff vlc_libspeex.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libspeex.dylib
0xe5cf000 - 0xe5ecfff libvorbis_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libvorbis_plugin.dylib
0xea3e000 - 0xea3ffff libfloat32_mixer_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libfloat32_mixer_plugin.dylib
0xea52000 - 0xea52fff libspdif_mixer_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libspdif_mixer_plugin.dylib
0xea64000 - 0xea64fff libtrivial_mixer_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libtrivial_mixer_plugin.dylib
0xeb08000 - 0xeb0afff libmpgatofixed32_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libmpgatofixed32_plugin.dylib
0xeb38000 - 0xeb41fff liba52tofloat32_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/liba52tofloat32_plugin.dylib
0xeb59000 - 0xeb70fff vlc_libmad.dylib /Applications/vlc/VLC2.app/Contents/MacOS/lib/vlc_libmad.dylib
0xeb74000 - 0xeb75fff libbandlimited_resampler_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libbandlimited_resampler_plugin.dylib
0xeb8c000 - 0xeb8cfff libs16tofixed32_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libs16tofixed32_plugin.dylib
0xeb9e000 - 0xeb9efff liba52tospdif_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/liba52tospdif_plugin.dylib
0xebb0000 - 0xebb1fff libdtstospdif_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libdtstospdif_plugin.dylib
0xebc4000 - 0xebc4fff libfixed32tofloat32_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libfixed32tofloat32_plugin.dylib
0xebd7000 - 0xebd7fff libfixed32tos16_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libfixed32tos16_plugin.dylib
0xebea000 - 0xebeafff libsimple_channel_mixer_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libsimple_channel_mixer_plugin.dylib
0xebfc000 - 0xebfcfff libdolby_surround_decoder_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libdolby_surround_decoder_plugin.dylib
0xec0f000 - 0xec10fff liblinear_resampler_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/liblinear_resampler_plugin.dylib
0xec24000 - 0xec24fff libugly_resampler_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libugly_resampler_plugin.dylib
0xec36000 - 0xec36fff libfloat32tos16_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libfloat32tos16_plugin.dylib
0xec49000 - 0xec49fff libfloat32tos8_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libfloat32tos8_plugin.dylib
0xec5c000 - 0xec5cfff libfloat32tou16_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libfloat32tou16_plugin.dylib
0xec6f000 - 0xec6ffff libfloat32tou8_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libfloat32tou8_plugin.dylib
0xec8b000 - 0xec91fff libplaylist_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libplaylist_plugin.dylib
0xed1c000 - 0xed1cfff libs16tofloat32_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libs16tofloat32_plugin.dylib
0xed2f000 - 0xed32fff libadjust_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libadjust_plugin.dylib
0xed48000 - 0xed4afff libcrop_plugin.dylib /Applications/vlc/VLC2.app/Contents/MacOS/modules/libcrop_plugin.dylib
0xed7b000 - 0xedb6fff com.apple.QuickTimeFireWireDV.component 7.0.4 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV
0xedc2000 - 0xeddbfff com.apple.applepixletvideo 1.2.9 (1.2d9) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo
0x70000000 - 0x70105fff com.apple.audio.units.Components 1.4.2 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8fe00000 - 0x8fe4bfff dyld 44.17 /usr/lib/dyld
0x90000000 - 0x9016efff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x90214000 - 0x90250fff com.apple.CoreText 1.1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9027f000 - 0x90347fff com.apple.CoreFoundation 6.4.5 (368.26) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9039d000 - 0x90642fff com.apple.CoreServices.CarbonCore 682.9 (679) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x906c3000 - 0x90733fff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9074c000 - 0x907b4fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90808000 - 0x90808fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9080b000 - 0x90884fff com.apple.audio.CoreAudio 3.0.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x908d3000 - 0x908d3fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x908d6000 - 0x90955fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90983000 - 0x90a07fff com.apple.DesktopServices 1.3.2 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x90a4d000 - 0x90c7ffff com.apple.Foundation 6.4.3 (567.23) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x90da8000 - 0x90dbffff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x90dd3000 - 0x90e2afff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x90e3f000 - 0x90e65fff com.apple.SystemConfiguration 1.8.5 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90e7a000 - 0x90e7afff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x90e7d000 - 0x90e88fff com.apple.opengl 1.4.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x90f1e000 - 0x90f1efff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9100d000 - 0x91023fff com.apple.LangAnalysis 1.6.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91036000 - 0x91041fff com.apple.speech.synthesis.framework 3.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9104c000 - 0x910affff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x910da000 - 0x91184fff com.apple.QD 3.10.7 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x911c1000 - 0x9123efff com.apple.print.framework.PrintCore 4.4 (177.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9128b000 - 0x91293fff com.apple.speech.recognition.framework 3.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9129e000 - 0x912bbfff com.apple.openscripting 1.2.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x912d3000 - 0x912e3fff com.apple.ImageCapture 3.0.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x912f7000 - 0x912fafff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x91300000 - 0x91305fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9130d000 - 0x91313fff com.apple.print.framework.Print 5.1 (192.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9131d000 - 0x91322fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9132d000 - 0x9136efff com.apple.NavigationServices 3.4.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9139e000 - 0x913adfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x913b6000 - 0x913c1fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x91414000 - 0x9142efff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x91435000 - 0x916e6fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9185e000 - 0x91878fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x91888000 - 0x91a3bfff com.apple.security 4.2.1 (24989) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x91b42000 - 0x91b7efff com.apple.LaunchServices 10.4.6 (172) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91b96000 - 0x91e88fff com.apple.HIToolbox 1.4.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x91feb000 - 0x92036fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9206a000 - 0x92723fff com.apple.AppKit 6.4.4 (824.34) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92aa5000 - 0x92ef4fff com.apple.CoreGraphics 1.258.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x92fd5000 - 0x92febfff libcups.2.dylib /usr/lib/libcups.2.dylib
0x931f1000 - 0x93201fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x933b9000 - 0x93437fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x93498000 - 0x93576fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x935a6000 - 0x93637fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x93cff000 - 0x94282fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x942c0000 - 0x94672fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x946aa000 - 0x946effff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x94ca3000 - 0x94d96fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x94dfb000 - 0x94eadfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x94f44000 - 0x95031fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x9508c000 - 0x95094fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9509d000 - 0x950affff libauto.dylib /usr/lib/libauto.dylib
0x952a4000 - 0x9531efff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x95421000 - 0x9543ffff com.apple.Metadata 10.4.4 (121.34) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x957e9000 - 0x9582afff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x958cc000 - 0x958cefff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x958d4000 - 0x959a8fff com.apple.ColorSync 4.4.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x95a04000 - 0x95a11fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x95a2c000 - 0x95a57fff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x95a75000 - 0x95ab2fff com.apple.CFNetwork 129.10 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x95ac9000 - 0x95ac9fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x95bd6000 - 0x95c57fff com.apple.vImage 2.2 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x95cc9000 - 0x95d9efff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x95dfe000 - 0x95e05fff libbsm.dylib /usr/lib/libbsm.dylib
0x9699a000 - 0x9699afff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x96a26000 - 0x96a26fff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x96ab2000 - 0x96ae6fff com.apple.ImageIO.framework 1.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96af9000 - 0x96afdfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96b00000 - 0x96b5efff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x96b6f000 - 0x96b8bfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x96c59000 - 0x96c73fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x96c79000 - 0x96c7bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x96c7e000 - 0x96cb5fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x96cb9000 - 0x96cfcfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x96dba000 - 0x96df3fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x96ef4000 - 0x96ef9fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x96f1b000 - 0x96fdbfff com.apple.audio.toolbox.AudioToolbox 1.4.2 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x97027000 - 0x97027fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9702a000 - 0x971dffff com.apple.QuartzCore 1.4.4 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x98dcd000 - 0x99969fff com.apple.QuickTimeComponents.component 7.0.4 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x99b75000 - 0x99b77fff com.apple.QuickTimeH264.component 7.0.4 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
0x99e15000 - 0x99ecefff com.apple.QuickTimeMPEG4.component 7.0.4 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
0x9d3e9000 - 0x9d44cfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x9db2b000 - 0x9db50fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9ddf9000 - 0x9de00fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x9e5c4000 - 0x9e5d2fff libz.1.dylib /usr/lib/libz.1.dylib

Model: iMac4,1, BootROM IM41.0039.B00, 2 processors, Intel Core Duo, 1.83 GHz, 512 MB
Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
Memory Module: DIMM1/BANK 1, 512 MB, DDR2 SDRAM, 667 MHz
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x89), 100.9 (3.120.28.3)
Bluetooth: Version 1.7.1f14, 2 service, 0 devices, 1 incoming serial ports
Network Service: Built-in Ethernet, Ethernet, en0
Serial ATA Device: WDC WD1600JS-40NGB2, 149.05 GB
Parallel ATA Device: MATSHITADVD-R UJ-846
USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 100 mA
USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
USB Device: psc 1310 series, hp, Up to 12 Mb/sec, 500 mA
USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 13 Feb 2006 03:10

The MMX bug that was still left has now been fixed reportedly.
Don't use PMs for support questions.

bigfib
New Cone
New Cone
Posts: 8
Joined: 25 Jan 2006 17:49

Postby bigfib » 13 Feb 2006 14:47

trunk-intel-20060213

Still getting "main: no suitable intf module main: interface "rc,none" initialization failed"
followed by sound-ok + no video on my intel imac as above, even with
Then unexpectedly quits a few seconds later.
Is there any other info I can give you other than above??
Last edited by bigfib on 13 Feb 2006 19:28, edited 1 time in total.

moggy
New Cone
New Cone
Posts: 3
Joined: 15 Jan 2006 22:49

H264 transcoding and other comments

Postby moggy » 13 Feb 2006 17:06

I just tried the build#20060213 on an ImacDuo 2GHz and almost all playbacks with divx, meg, vob seam working well. I notices that .mov in DV or in photojpeg don't play. All .mov in HD 1080 don't play well (computer too slow?), even if there is no problem in QT player.

My real problem is the fact it seems impossible to transcode streams or files in H264 on the Mac versions (the standard one or the last nightly release).

It's too bad, because the same operation workrs perfectly well on a PC on XP (pentium IV 3MHz).
Of course, on the mac the standard mp4 export works fine, but what about H264?

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 13 Feb 2006 20:44

trunk-intel-20060213

Still getting "main: no suitable intf module main: interface "rc,none" initialization failed"
followed by sound-ok + no video on my intel imac as above, even with
Then unexpectedly quits a few seconds later.
Is there any other info I can give you other than above??
Sounds like your VLC preferences are corrupt. Use the Applescript on the .dmg to delete the prefs.
Don't use PMs for support questions.

bigfib
New Cone
New Cone
Posts: 8
Joined: 25 Jan 2006 17:49

Postby bigfib » 13 Feb 2006 23:44

Yep, that fixed it thanks.
By the way I still get "main: no suitable access module for `/Users/nickalexander/Desktop/vlc-output.ts'" but it works perfectly anyway....
Cheers.

bigfib
New Cone
New Cone
Posts: 8
Joined: 25 Jan 2006 17:49

Works well but occasional crashes

Postby bigfib » 18 Feb 2006 12:32

All seems to work fine, but occasionally quits on my intel imac 17" with 1,5 GB

Date/Time: 2006-02-18 12:30:38.530 +0100
OS Version: 10.4.5 (Build 8G1454)
Report Version: 4

Command: VLC
Path: /Applications/vlc/VLC4.app/Contents/MacOS/VLC
Parent: WindowServer [56]

Version: 0.8.5-svn (0.8.5-svn)

PID: 334
Thread: 11

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x0fad2014

Thread 11 Crashed:
0 org.videolan.vlc 0x000902a3 aout_OutputNextBuffer + 435 (output.c:283)
1 org.videolan.vlc 0x000f471e RenderCallbackAnalog + 350 (auhal.c:1322)
2 ...pple.audio.units.Components 0x70008de1 DefaultOutputAUEntry + 31265
3 ...pple.audio.units.Components 0x700d9e09 AUNetSendEntry + 80493
4 ...pple.audio.units.Components 0x700d94bb AUNetSendEntry + 78111
5 ....audio.toolbox.AudioToolbox 0x93e30e81 AudioConverterChain::CallInputProc(unsigned long) + 189
6 ....audio.toolbox.AudioToolbox 0x93e30b1e AudioConverterChain::FillBufferFromInputProc(unsigned long*, unsigned long*, CABufferList*) + 84
7 ....audio.toolbox.AudioToolbox 0x93e30ac2 BufferedInputAudioConverter::CallInputProc(unsigned long) + 198
8 ....audio.toolbox.AudioToolbox 0x93e30822 BufferedInputAudioConverter::GetAllInputBytes(unsigned long, unsigned long, unsigned long&, CABufferList const*&) + 76
9 ....audio.toolbox.AudioToolbox 0x93e30755 Resampler2Wrapper::RenderOutput(CABufferList*, unsigned long, unsigned long&) + 687
10 ....audio.toolbox.AudioToolbox 0x93e2ff6b BufferedAudioConverter::FillBuffer(unsigned long&, AudioBufferList&, AudioStreamPacketDescription*) + 211
11 ....audio.toolbox.AudioToolbox 0x93e300f9 AudioConverterChain::RenderOutput(CABufferList*, unsigned long, unsigned long&, AudioStreamPacketDescription*) + 93
12 ....audio.toolbox.AudioToolbox 0x93e2ff6b BufferedAudioConverter::FillBuffer(unsigned long&, AudioBufferList&, AudioStreamPacketDescription*) + 211
13 ....audio.toolbox.AudioToolbox 0x93e2fdf8 AudioConverterFillComplexBuffer + 190
14 ...pple.audio.units.Components 0x700089dd DefaultOutputAUEntry + 30237
15 ...pple.audio.units.Components 0x700085ac DefaultOutputAUEntry + 29164
16 ...pple.audio.units.Components 0x70007a51 DefaultOutputAUEntry + 26257
17 com.apple.audio.CoreAudio 0x91460cda HP_IOProc::Call(AudioTimeStamp const&, AudioTimeStamp const&, AudioBufferList const*, AudioTimeStamp const&, AudioBufferList*) + 240
18 com.apple.audio.CoreAudio 0x91460306 IOA_Device::CallIOProcs(AudioTimeStamp const&, AudioTimeStamp const&, AudioTimeStamp const&) + 274
19 com.apple.audio.CoreAudio 0x91460091 HP_IOThread::PerformIO(AudioTimeStamp const&) + 1221
20 com.apple.audio.CoreAudio 0x9145e5e3 HP_IOThread::WorkLoop() + 931
21 com.apple.audio.CoreAudio 0x9145e239 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
22 com.apple.audio.CoreAudio 0x91452875 CAPThread::Entry(CAPThread*) + 93
23 libSystem.B.dylib 0x90024b47 _pthread_body + 84

Thread 11 crashed with i386 Thread State:
eax: 0x00000000 ebx: 0x00090101 ecx:0x00000000 edx: 0x0fad2000
edi: 0x00000000 esi: 0x0fad2000 ebp:0xb058a4f8 esp: 0xb058a470
ss: 0x0000002f efl: 0x00010246 eip:0x000902a3 cs: 0x00000027
ds: 0x0000002f es: 0x0000002f fs:0x00000000 gs: 0x00000037

Hope this helps.

Guest

VCD still causes crashes

Postby Guest » 19 Feb 2006 01:01

Running 10.4.5 & trunk-intel-20060218-0053.dmg

Played some mpeg1, mpeg2, mpeg4 and wmv files, some from "Open File" some by drag and drop. It plays very smoothly (whereas PPC version was a bit choppy under rosetta) except for wmv. Drag & drop with wmv file was very choppy, but a stop and play took care of that. "Open File" with wmv was fine as well.

Although the playback was not affected, every now and then it would give an error message through a pop-up window at the end of mpeg4 files. It is not repeatable, it happens with some files and playing that file again does not give that error message. Here is the error mesasage:

main: thread 2684407680: mutex_lock failed at src/misc/variables.c:805 (22:Invalid argument)
main: thread 2684407680: mutex_unlock failed at src/misc/variables.c:811 (22:Invalid argument)

Strange, it plays all of the file fine.


I have also tried "Open Disc" with a DVD, plays fine as well. When I try to scrub forward by shifting the timeline dot (sorry, I don't know how else to explain.) it would give error messages in a pop-up window such as:

main: INPUT_CONTROL_SET_POSITION(_OFFSET) 2.5% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 3.7% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 4.1% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 6.9% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 7.9% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 8.3% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 9.5% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 9.9% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 10.1% failed

Despite the error message, it would still continue playing at the desired point. I tried to scrub at a later point, here is another message:

main: INPUT_CONTROL_SET_POSITION(_OFFSET) 13.7% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 16.1% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 16.7% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 18.1% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 18.7% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 22.1% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 24.1% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 26.4% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 28.8% failed
main: INPUT_CONTROL_SET_POSITION(_OFFSET) 29.0% failed


"Play Disc" for a VCD is still causing a crash. (BTW, if I don't have a VCD in the drive, it tells me that the VCD does not exist, so it is not tottaaly clueless.) If I copy .DAT file over to the Desktop and change it to .mpg extension, it plays successfuly. Here is the end of verbose error message, when it crashes with a VCD:

[00000498] vcd access debug: title[316] start=0

[00000498] vcd access debug: title[316] end=29030000

[00000498] vcd access debug: title[317] start=29030000

[00000498] vcd access debug: title[317] end=29163648

[00000498] vcd access debug: title[318] start=29163648

[00000498] vcd access debug: title[318] end=-1868064364

[00000498] vcd access error: invalid entry points number
[00000498] vcd access warning: could not read entry points, will not use them
[00000498] main access debug: using access2 module "vcd"
[00000494] macosx interface debug: input has changed, refreshing interface
Segmentation fault



I hope this helps. Oh, all of MMX, SSE options are enabled, as disabling these did not matter the last time.

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Re: Works well but occasional crashes

Postby The DJ » 19 Feb 2006 19:23

All seems to work fine, but occasionally quits on my intel imac 17" with 1,5 GB

Date/Time: 2006-02-18 12:30:38.530 +0100
OS Version: 10.4.5 (Build 8G1454)
Report Version: 4

Command: VLC
Path: /Applications/vlc/VLC4.app/Contents/MacOS/VLC
Parent: WindowServer [56]

Version: 0.8.5-svn (0.8.5-svn)

PID: 334
Thread: 11

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x0fad2014

Thread 11 Crashed:
0 org.videolan.vlc 0x000902a3 aout_OutputNextBuffer + 435 (output.c:283)
1 org.videolan.vlc 0x000f471e RenderCallbackAnalog + 350 (auhal.c:1322)
Hopefully this was fixed yesterday, but i'm not 100% sure.
Don't use PMs for support questions.

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Re: Latest build crashing

Postby The DJ » 19 Feb 2006 19:25

Build 20060211-0053.dmg displays no image (black screen) then
crashes on my intel imac...
0.84-svn by the way works just fine (not sure how to find the build though)...

Thread 14 Crashed:
0 ...ickTimeComponents.component 0x9909f43d YUV420To2VUY_W1x + 671
1 ...ickTimeComponents.component 0x9908271a FinalGlueBeforeTheBlit + 1529
2 ...ickTimeComponents.component 0x99086a5a
.....
16 com.apple.QuickTime 0x91488d8f DoBandedDecompress + 15359
17 com.apple.QuickTime 0x91484dee ICMAction + 642
18 com.apple.QuickTime 0x91483ae6 ICMDeviceLoop + 635
19 com.apple.QuickTime 0x9148cc35 DecompressSequenceFrameWhen + 797
20 org.videolan.vlc 0x0012af96 DisplayVideo + 102 (voutqt.m:430)
21 org.videolan.vlc 0x000308e9 RunThread + 553 (video_output.c:965)
22 libSystem.B.dylib 0x90024b27 _pthread_body + 84
You are running VLC with the Quartz/QuickTime video module, which is broken for the Intel version (which is stated in the first post of this thread).
Don't use PMs for support questions.

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Re: VCD still causes crashes

Postby The DJ » 19 Feb 2006 19:30

Running 10.4.5 & trunk-intel-20060218-0053.dmg

main: thread 2684407680: mutex_lock failed at src/misc/variables.c:805 (22:Invalid argument)
main: thread 2684407680: mutex_unlock failed at src/misc/variables.c:811 (22:Invalid argument)
This is a known issue with the current development tree of VLC. It's not MacIntel specific.
I have also tried "Open Disc" with a DVD, plays fine as well. When I try to scrub forward by shifting the timeline dot (sorry, I don't know how else to explain.) it would give error messages in a pop-up window such as:

main: INPUT_CONTROL_SET_POSITION(_OFFSET) 2.5% failed
......
Interesting. I will take a look at that. Is this with all of your DVDs, or just with one? And is it with or without DVD menu's ?
"Play Disc" for a VCD is still causing a crash. (BTW, if I don't have a VCD in the drive, it tells me that the VCD does not exist, so it is not tottaaly clueless.) If I copy .DAT file over to the Desktop and change it to .mpg extension, it plays successfuly. Here is the end of verbose error message, when it crashes with a VCD:
There is an issue in the Table Of Contents reading on Mac Intel. I know it exists, i'm just not totally sure what is causing it yet, but i expect to find it quite soon now.
Don't use PMs for support questions.

sofad

Thank you!

Postby sofad » 20 Feb 2006 00:33

I tested trunk-intel-20060219-0058, all cpu features turned on (esp mmx).

i runs just great with my iMac 2.0 CD. Even a 1900 HD Trailer (Batman Returns) runs smoothly!

Great work, thank you.

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Re: VCD still causes crashes

Postby The DJ » 20 Feb 2006 13:48

There is an issue in the Table Of Contents reading on Mac Intel. I know it exists, i'm just not totally sure what is causing it yet, but i expect to find it quite soon now.
This should be fixed now thanks to demo-n
Don't use PMs for support questions.

Guest

Re: DVD scrubbing

Postby Guest » 20 Feb 2006 23:58

I have also tried "Open Disc" with a DVD, plays fine as well. When I try to scrub forward by shifting the timeline dot (sorry, I don't know how else to explain.) it would give error messages in a pop-up window such as:

main: INPUT_CONTROL_SET_POSITION(_OFFSET) 2.5% failed
......
Interesting. I will take a look at that. Is this with all of your DVDs, or just with one? And is it with or without DVD menu's ?
Tried with only one DVD. It is a homemade, single title/chapter wedding video DVD.

Guest

Read and Execute priviledges

Postby Guest » 21 Feb 2006 05:46

I have placed Feb 18 version of VLC.app in /Applications folder, but then I noticed that it has read and execute priviledges for the owner only, so nobody but I can actually run it. Is it setup this way on purpose due to its beta (or should I call alpha) nature or did I do something wrong while mounting the disk image or something of that sort?

bigfib
New Cone
New Cone
Posts: 8
Joined: 25 Jan 2006 17:49

Re: Latest build crashing

Postby bigfib » 21 Feb 2006 10:09

You are running VLC with the Quartz/QuickTime video module, which is broken for the Intel version (which is stated in the first post of this thread).
Thanks, sorry i missed that.
I was actually using the quartz module because of a problem witht everything being green/pink otherwise, someone, somewhere here told me to use it (dont remember who)...
Hopefully this was fixed yesterday, but i'm not 100% sure.
will try it without and let you know. Cheers everyone for all the good work.

bigfib
New Cone
New Cone
Posts: 8
Joined: 25 Jan 2006 17:49

Re: Works well but occasional crashes

Postby bigfib » 21 Feb 2006 10:17


Hopefully this was fixed yesterday, but i'm not 100% sure.
Sorry guys, still quitting sporadically on my intel imac 17" 1.5G

Date/Time: 2006-02-21 10:15:17.060 +0100
OS Version: 10.4.5 (Build 8G1454)
Report Version: 4

Command: VLC
Path: /Applications/vlc/VLC-5.app/Contents/MacOS/VLC
Parent: WindowServer [57]

Version: 0.8.5-svn (0.8.5-svn)

PID: 278
Thread: 12

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x02b84014


Thread 12 Crashed:
0 org.videolan.vlc 0x000908c3 aout_OutputNextBuffer + 435 (output.c:283)
1 org.videolan.vlc 0x000f4cde RenderCallbackAnalog + 350 (auhal.c:1322)
2 ...pple.audio.units.Components 0x70008de1 DefaultOutputAUEntry + 31265
3 ...pple.audio.units.Components 0x700d9e09 AUNetSendEntry + 80493
4 ...pple.audio.units.Components 0x700d94bb AUNetSendEntry + 78111
5 ....audio.toolbox.AudioToolbox 0x93e30e81 AudioConverterChain::CallInputProc(unsigned long) + 189
6 ....audio.toolbox.AudioToolbox 0x93e30b1e AudioConverterChain::FillBufferFromInputProc(unsigned long*, unsigned long*, CABufferList*) + 84
7 ....audio.toolbox.AudioToolbox 0x93e30ac2 BufferedInputAudioConverter::CallInputProc(unsigned long) + 198
8 ....audio.toolbox.AudioToolbox 0x93e30822 BufferedInputAudioConverter::GetAllInputBytes(unsigned long, unsigned long, unsigned long&, CABufferList const*&) + 76
9 ....audio.toolbox.AudioToolbox 0x93e30755 Resampler2Wrapper::RenderOutput(CABufferList*, unsigned long, unsigned long&) + 687
10 ....audio.toolbox.AudioToolbox 0x93e2ff6b BufferedAudioConverter::FillBuffer(unsigned long&, AudioBufferList&, AudioStreamPacketDescription*) + 211
11 ....audio.toolbox.AudioToolbox 0x93e300f9 AudioConverterChain::RenderOutput(CABufferList*, unsigned long, unsigned long&, AudioStreamPacketDescription*) + 93
12 ....audio.toolbox.AudioToolbox 0x93e2ff6b BufferedAudioConverter::FillBuffer(unsigned long&, AudioBufferList&, AudioStreamPacketDescription*) + 211
13 ....audio.toolbox.AudioToolbox 0x93e2fdf8 AudioConverterFillComplexBuffer + 190
14 ...pple.audio.units.Components 0x700089dd DefaultOutputAUEntry + 30237
15 ...pple.audio.units.Components 0x700085ac DefaultOutputAUEntry + 29164
16 ...pple.audio.units.Components 0x70007a51 DefaultOutputAUEntry + 26257
17 com.apple.audio.CoreAudio 0x91460cda HP_IOProc::Call(AudioTimeStamp const&, AudioTimeStamp const&, AudioBufferList const*, AudioTimeStamp const&, AudioBufferList*) + 240
18 com.apple.audio.CoreAudio 0x91460306 IOA_Device::CallIOProcs(AudioTimeStamp const&, AudioTimeStamp const&, AudioTimeStamp const&) + 274
19 com.apple.audio.CoreAudio 0x91460091 HP_IOThread::PerformIO(AudioTimeStamp const&) + 1221
20 com.apple.audio.CoreAudio 0x9145e5e3 HP_IOThread::WorkLoop() + 931
21 com.apple.audio.CoreAudio 0x9145e239 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
22 com.apple.audio.CoreAudio 0x91452875 CAPThread::Entry(CAPThread*) + 93
23 libSystem.B.dylib 0x90024b47 _pthread_body + 84


Thread 12 crashed with i386 Thread State:
eax: 0x00000000 ebx: 0x00090721 ecx:0x00000000 edx: 0x02b84000
edi: 0x00000000 esi: 0x02b84000 ebp:0xb064f4f8 esp: 0xb064f470
ss: 0x0000002f efl: 0x00010246 eip:0x000908c3 cs: 0x00000027
ds: 0x0000002f es: 0x0000002f fs:0x00000000 gs: 0x00000037


Never quite sure how much of this info to give you... tell me if you need more.

Nick x

PS. It also filled up my root directory with a series of still images....
img0000.png - img000104.png :-/

Nico974

Postby Nico974 » 25 Feb 2006 12:48

Hello.
The feb 23 build blocks my hole keyboard. The last one didn't do that.
I have an iMac Intel 2 GHz (and some keyboard problems too...)

Thank's fore your great job !


Return to “VLC media player for macOS Troubleshooting”

Who is online

Users browsing this forum: No registered users and 39 guests