VLCJ not working on Mac - plugin libvlccore.5.dylib
macos, vlcj
Solution
I bet you are using the libraries of VLC 2.0.4. I was experiencing the same problems and I downgraded to 2.0.3 version. It works fine now!
Problem
I am trying to get VLCJ working on Mac and PC. It works fine under Windows 7 (64bit) but when I try to run it on my Mac it crashes. I am pointing to the correct directory for the VLC dylib files but I get an "...quit unexpectedly while using the libvlccore.5.dylib plugin" message. The details are: ``` Process: java [48664] Path: /usr/bin/java Identifier: com.apple.javajdk16.cmd Version: 1.0 (1.0) Code Type: X86-64 (Native) Parent Process: java [48543] PlugIn Path: /Applications/VLC.app/Contents/MacOS/lib/libvlccore.5.dylib PlugIn Identifier: libvlccore.5.dylib PlugIn Version: 7.0.0 (compatibility 7.0.0) Date/Time: 2012-11-09 17:42:13.389 +1300 OS Version: Mac OS X 10.6.8 (10K549) Report Version: 6 Interval Since Last Report: 416266 sec Crashes Since Last Report: 2 Per-App Interval Since Last Report: 369 sec Per-App Crashes Since Last Report: 2 Anonymous UUID: 2E883C97-CC99-4700-90ED-BA9554F46C71 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000038 Crashed Thread: 30 ``` ... Does anyone have any ideas please?