sudo add-apt-repository ppa:nemh/gambas3
sudo add-apt-repository ppa:eloaders/xt7-player
sudo apt-get update
sudo apt-get install xt7-player
sudo apt-get install youtube-dl
When I attempted it to run it. It opened, showed what looked like a spinning X, then closed. So I ran it from the terminal and got this.
- Code: Select all
sirrodness@sirrodnessU64:~$ xt7-player.gambas
gb.qt4: warning: unable to load Qt translation: en_CA.UTF-8
xt7-player 2.9.1019
Usage: xt7-player.gambas [Options] Mediafile
Options:
-append (add a media to the playlist)
sh: cannot create /dev/Null: Permission denied
FMain.MainInit.899: Error: last profile cache file does not exists anymore, using default mplayer values
FMain.MainInit.900: To recreate the cache file, simply reload the profile
FMain.MainInit.944: Timer = 0.537535905838013
MplayerClass.do_play.611:
MplayerClass.do_play.612:
MplayerClass.do_play.613: Starting mplayer now:
MplayerClass.do_play.614: commandline=LC_ALL=C mplayer -identify -slave -wid 52429178 -noconfig all -mouse-movements -alang "" -slang "" -input conf=/tmp/FakeInput.conf:file=/home/sirrodness/.config/gambas3/Xt7-Player/.InputPipes/Xt7Input-44971 "/tmp/gambas.1000/5029/_AnImLoGo_.avi.tmp"
MplayerClass.do_play.611:
MplayerClass.do_play.612:
MplayerClass.do_play.613: Starting mplayer now:
MplayerClass.do_play.614: commandline=LC_ALL=C mplayer -identify -slave -noconfig all -idle -ao null -vo null -channels 6 -mouse-movements -alang "" -slang "" -input conf=/tmp/FakeInput.conf:file=/home/sirrodness/.config/gambas3/Xt7-Player/.InputPipes/Xt7Input-61327 ""
PlaylistClass.Load.114: Load()at: 12:05:46.261
MplayerClass.do_play.611:
MplayerClass.do_play.612:
MplayerClass.do_play.613: Starting mplayer now:
MplayerClass.do_play.614: commandline=LC_ALL=C mplayer -identify -slave -noconfig all -idle -ao null -vo null -channels 6 -mouse-movements -alang "" -slang "" -input conf=/tmp/FakeInput.conf:file=/home/sirrodness/.config/gambas3/Xt7-Player/.InputPipes/Xt7Input-62979 ""
PlaylistClass.Load.114: Load()at: 12:05:46.267
PlaylistClass.Load.114: Load()at: 12:05:46.267
FMain.UpdateSearchResults.3929:
FMain.UpdateSearchResults.3929:
FMain.UpdateSearchResults.3929:
FMain.UpdateSearchResults.3929:
FMain.UpdateSearchResults.3929:
global.AddUserExtensions.175: *.avi;*.mpg;*.mp4;*.mov;*.mkv;*.asf;*.ogm;*.ogv;*.wmv;;*.mp3;*.ogg;*.aac;*.flac;*.mpc;*.ac3;;Flash*;*.ts;*.m2v;*.m4v;*.mpeg;*.flv;*.gvi;*.iso;*.fli;*.flv;*.mpg;*.mpv;*.vob;*.viv;*.swf;*.rm;*.rmvb;*.dv;*.3gp;*.qt;*.divx;*.asx;*.ogm;*.ogv;*.oga;*.m4v;*.speex;*.spx;*.wavpack;*.wv;*.trueaudio;*.tta;*.wma;*.ram;*.ac3;*.wav;*.aiff;*.aiffc;*.aac;*.8svx;*.pls;*.dts;
Segmentation fault
Any ideas on what caused the crash?
