Running PortableVLC-1.1.5_r3.0 on Mac OS X Mojave.
I've copied a DRM free DVD to a USB flash drive which I wish to play (by executing a script file) using Portable VLC located on the same flash drive.
The volume name of the flash drive is DSP-USB
The files on the flash drive are:
/DSP-DVD-Disc/VIDEO_TS (the DVD files)
/Portable VLC OS X 1.1.5 r3.0 (where Portable VLC is located)
/PlayDSP-USB-on-Mac.command (the script)
Using the script PlayDSP-USB-on-Mac.command:
#! /bin/sh
"/Volumes/DSP-USB/'Portable VLC OS X 1.1.5 r3.0/Portable VLC.app/Contents/MacOS/Portable VLC' 'dvd:///Volumes/DSP-USB/DSP-DVD-Disc/VIDEO_TS/'"
I receive the following error message:
SM-MEDIA02:~ pac$ /Volumes/DSP-USB/PlayDSP-USB-on-Mac. command ; exit;
/BuildRoot/Library/caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompre ssion-96.60.1/Common/ChunkCompression.cpp:49: Error: unsupported compressor 8
/BuildRoot/Library/caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompre ssion-96.60.1/Libraries/CompressData/CompressData.c:353: Error: Unknown compress ion scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist'
/BuildRoot/Library/caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompre ssion-96.60.1/Common/ChunkCompression.cpp:49: Error: unsupported compressor 8
/BuildRoot/Library/caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.60.1/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist'
/Volumes/DSP-USB/Portable VLC OS X 1.1.5 r3.0/Portable VLC.app/Contents/Resource s/script: line 475: Volumes/DSP-USB/Portable VLC OS X 1.1.5 r3.0/Portable VLC.app/Contents/Resources/app/../CocoaDialog.app/Contents/MacOS/CocoaDialog: Bad CPU type in executable
[0x1002a7e18] main interface error: no suitable interface module
[0x100202158] main libvlc: Running vlc with the default interface. 4
Use 'cvlc' to use vlc without interface.
I'm a Windows guy and don't know much about the Mac environment when it come to trying to decipher the above errors and what the fix might be.
Any help would be greatly appreciated.