Skip to content

Instantly share code, notes, and snippets.

@buffpojken
Created March 27, 2014 16:33
Show Gist options
  • Save buffpojken/9811802 to your computer and use it in GitHub Desktop.
Save buffpojken/9811802 to your computer and use it in GitHub Desktop.
Motion crash
nightgaunt:VideoTestVLC buffpojken$ rake
Build ./build/MacOSX-10.9-Development
Compile ./app/menu.rb
Compile ./app/app_delegate.rb
Compile ./app/Controllers/video_controller.rb
Create ./build/MacOSX-10.9-Development/VideoTestVLC.app/Contents
Create ./build/MacOSX-10.9-Development/VideoTestVLC.app/Contents/MacOS
Link ./build/MacOSX-10.9-Development/VideoTestVLC.app/Contents/MacOS/VideoTestVLC
Create ./build/MacOSX-10.9-Development/VideoTestVLC.app/Contents/PkgInfo
Copy /Users/buffpojken/Projects/Motion/VideoTestVLC/VLCKit.framework
Create ./build/MacOSX-10.9-Development/VideoTestVLC.app/Contents/Info.plist
Copy ./resources/Credits.rtf
Copy ./resources/video.mp4
Create ./build/MacOSX-10.9-Development/VideoTestVLC.dSYM
Run ./build/MacOSX-10.9-Development/VideoTestVLC.app/Contents/MacOS/VideoTestVLC
(main)> [00007fc9bdd11f98] core libvlc debug: VLC media player - 2.2.0-git Weatherwax
[00007fc9bdd11f98] core libvlc debug: Copyright © 1996-2014 the VideoLAN team
[00007fc9bdd11f98] core libvlc debug: revision 2.1.0-git-2712-g8a8767f
[00007fc9bdd11f98] core libvlc debug: configured with /Users/buildbot/slave/vlckit-bin-osx-x86_64/build/vlc-unstable/configure '--build=x86_64-apple-darwin10' '--with-contrib=/Users/buildbot/slave/vlckit-bin-osx-x86_64/build/vlc-unstable/contrib/x86_64-apple-darwin10' '--prefix=/Users/buildbot/slave/vlckit-bin-osx-x86_64/build/build/Debug/vlc_build_dir/x86_64/vlc_install_dir' '--with-macosx-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk' '--disable-vda' '--disable-samplerate' '--disable-sdl-image' '--disable-sdl' '--disable-xcb' '--disable-xvideo' '--disable-glx' '--disable-skins2' '--disable-vlm' '--disable-httpd' '--disable-ncurses' '--disable-caca' '--disable-growl' '--enable-macosx-vout' '--enable-macosx-qtkit' '--enable-macosx-eyetv' '--enable-macosx-dialog-provider' '--enable-macosx-audio' '--enable-libass' '--enable-realrtsp' '--enable-twolame' '--enable-shout' '--enable-theora' '--enable-flac' '--enable-faad' '--enable-merge-ffmpeg' '--with-macosx-version-min=10.6' '--disable-macosx-vlc-app' '--disable-macosx' '--disable-nls' 'build_alias=x86_64-apple-darwin10' 'CC=xcrun clang' 'CFLAGS=-m64 -arch x86_64 -g' 'CPPFLAGS=-m64 -arch x86_64 -g' 'CXX=xcrun clang++' 'CXXFLAGS=-m64 -arch x86_64 -g' 'OBJC=xcrun clang' 'OBJCFLAGS=-m64 -arch x86_64 -g' 'PKG_CONFIG_PATH=/Users/buildbot/slave/vlckit-bin-osx-x86_64/build/vlc-unstable/contrib/x86_64-apple-darwin10/lib/pkgconfig'
[00007fc9bdd11f98] core libvlc debug: searching plug-in modules
[00007fc9bdd11f98] core libvlc debug: loading plugins cache file /Users/buffpojken/Projects/Motion/VideoTestVLC/build/MacOSX-10.9-Development/VideoTestVLC.app/Contents/MacOS/plugins/plugins.dat
[00007fc9bdd11f98] core libvlc warning: cannot read /Users/buffpojken/Projects/Motion/VideoTestVLC/build/MacOSX-10.9-Development/VideoTestVLC.app/Contents/MacOS/plugins/plugins.dat: No such file or directory
[00007fc9bdd11f98] core libvlc debug: recursively browsing `/Users/buffpojken/Projects/Motion/VideoTestVLC/build/MacOSX-10.9-Development/VideoTestVLC.app/Contents/MacOS/plugins'
[00007fc9bdd11f98] core libvlc debug: saving plugins cache /Users/buffpojken/Projects/Motion/VideoTestVLC/build/MacOSX-10.9-Development/VideoTestVLC.app/Contents/MacOS/plugins/plugins.dat
[00007fc9bdd11f98] core libvlc debug: plug-ins loaded: 1 modules
[00007fc9bdd11f98] core libvlc debug: translation test: code is "C"
[00007fc9bdd11f98] core libvlc error: No plugins found! Check your VLC installation.
================================================================================
The application terminated. A crash report file may have been generated by the
system, use `rake crashlog' to open it. Use `rake debug=1' to restart the app
in the debugger.
================================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment