Vlc won't start
Here's the output I get:
$ vlc
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
No error message, no nothing.
After forking at least I can see that it crashed:
[1] + 25287 exit 1 vlc
Where should I begin investigating? Purging and reinstalling didn't help.
EDIT: I tried purging, reinstalling, deleting configs etc. and no solution to be found on stack exchange/vlc forums/other sites helped. Hence I do not expect here any solution suggestions - I'd be glad if I could see some output from vlc telling me this and that library is missing or cannot open some file because it is read-only.
16.04 vlc
|
show 18 more comments
Here's the output I get:
$ vlc
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
No error message, no nothing.
After forking at least I can see that it crashed:
[1] + 25287 exit 1 vlc
Where should I begin investigating? Purging and reinstalling didn't help.
EDIT: I tried purging, reinstalling, deleting configs etc. and no solution to be found on stack exchange/vlc forums/other sites helped. Hence I do not expect here any solution suggestions - I'd be glad if I could see some output from vlc telling me this and that library is missing or cannot open some file because it is read-only.
16.04 vlc
How aboutcvlc?
– Parto
Dec 22 '16 at 8:12
Nothing changes
– LuGo
Dec 22 '16 at 8:13
How did you install vlc? And what are you trying to play with it? Did you install 'ubuntu-restricted-extras'? - I use vlc 2.2.2-5 installed from the repositories in 16.04.1 LTS and it works. It prints the same message as yours, when started from a command line, and it works.
– sudodus
Dec 22 '16 at 8:26
2
You can also try resetting the configs usingvlc --reset-configthen try again.
– Parto
Dec 22 '16 at 8:37
1
Nope:$killall -9 vlcyieldsvlc: no process found
– LuGo
Dec 22 '16 at 11:27
|
show 18 more comments
Here's the output I get:
$ vlc
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
No error message, no nothing.
After forking at least I can see that it crashed:
[1] + 25287 exit 1 vlc
Where should I begin investigating? Purging and reinstalling didn't help.
EDIT: I tried purging, reinstalling, deleting configs etc. and no solution to be found on stack exchange/vlc forums/other sites helped. Hence I do not expect here any solution suggestions - I'd be glad if I could see some output from vlc telling me this and that library is missing or cannot open some file because it is read-only.
16.04 vlc
Here's the output I get:
$ vlc
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
No error message, no nothing.
After forking at least I can see that it crashed:
[1] + 25287 exit 1 vlc
Where should I begin investigating? Purging and reinstalling didn't help.
EDIT: I tried purging, reinstalling, deleting configs etc. and no solution to be found on stack exchange/vlc forums/other sites helped. Hence I do not expect here any solution suggestions - I'd be glad if I could see some output from vlc telling me this and that library is missing or cannot open some file because it is read-only.
16.04 vlc
16.04 vlc
edited Dec 22 '16 at 11:05
muru
1
1
asked Dec 22 '16 at 8:10
LuGoLuGo
19618
19618
How aboutcvlc?
– Parto
Dec 22 '16 at 8:12
Nothing changes
– LuGo
Dec 22 '16 at 8:13
How did you install vlc? And what are you trying to play with it? Did you install 'ubuntu-restricted-extras'? - I use vlc 2.2.2-5 installed from the repositories in 16.04.1 LTS and it works. It prints the same message as yours, when started from a command line, and it works.
– sudodus
Dec 22 '16 at 8:26
2
You can also try resetting the configs usingvlc --reset-configthen try again.
– Parto
Dec 22 '16 at 8:37
1
Nope:$killall -9 vlcyieldsvlc: no process found
– LuGo
Dec 22 '16 at 11:27
|
show 18 more comments
How aboutcvlc?
– Parto
Dec 22 '16 at 8:12
Nothing changes
– LuGo
Dec 22 '16 at 8:13
How did you install vlc? And what are you trying to play with it? Did you install 'ubuntu-restricted-extras'? - I use vlc 2.2.2-5 installed from the repositories in 16.04.1 LTS and it works. It prints the same message as yours, when started from a command line, and it works.
– sudodus
Dec 22 '16 at 8:26
2
You can also try resetting the configs usingvlc --reset-configthen try again.
– Parto
Dec 22 '16 at 8:37
1
Nope:$killall -9 vlcyieldsvlc: no process found
– LuGo
Dec 22 '16 at 11:27
How about
cvlc?– Parto
Dec 22 '16 at 8:12
How about
cvlc?– Parto
Dec 22 '16 at 8:12
Nothing changes
– LuGo
Dec 22 '16 at 8:13
Nothing changes
– LuGo
Dec 22 '16 at 8:13
How did you install vlc? And what are you trying to play with it? Did you install 'ubuntu-restricted-extras'? - I use vlc 2.2.2-5 installed from the repositories in 16.04.1 LTS and it works. It prints the same message as yours, when started from a command line, and it works.
– sudodus
Dec 22 '16 at 8:26
How did you install vlc? And what are you trying to play with it? Did you install 'ubuntu-restricted-extras'? - I use vlc 2.2.2-5 installed from the repositories in 16.04.1 LTS and it works. It prints the same message as yours, when started from a command line, and it works.
– sudodus
Dec 22 '16 at 8:26
2
2
You can also try resetting the configs using
vlc --reset-config then try again.– Parto
Dec 22 '16 at 8:37
You can also try resetting the configs using
vlc --reset-config then try again.– Parto
Dec 22 '16 at 8:37
1
1
Nope:
$killall -9 vlc yields vlc: no process found– LuGo
Dec 22 '16 at 11:27
Nope:
$killall -9 vlc yields vlc: no process found– LuGo
Dec 22 '16 at 11:27
|
show 18 more comments
2 Answers
2
active
oldest
votes
I had a similar problem. I don't know why but using the vlc-wrapper instead of cvlc or vlc running the program as root through gksudo helped. As so:
gksudo vlc-wrapper
also make sure ffmpeg and other related packages are installed:
sudo apt-get install ffmpeg*
1
I can't consider running asroota solution
– LuGo
May 31 '18 at 13:38
add a comment |
I had the same issue using vlc-bin from apt. The snap version (3.0.6 currently) works for me:
sudo snap install vlc
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f863403%2fvlc-wont-start%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had a similar problem. I don't know why but using the vlc-wrapper instead of cvlc or vlc running the program as root through gksudo helped. As so:
gksudo vlc-wrapper
also make sure ffmpeg and other related packages are installed:
sudo apt-get install ffmpeg*
1
I can't consider running asroota solution
– LuGo
May 31 '18 at 13:38
add a comment |
I had a similar problem. I don't know why but using the vlc-wrapper instead of cvlc or vlc running the program as root through gksudo helped. As so:
gksudo vlc-wrapper
also make sure ffmpeg and other related packages are installed:
sudo apt-get install ffmpeg*
1
I can't consider running asroota solution
– LuGo
May 31 '18 at 13:38
add a comment |
I had a similar problem. I don't know why but using the vlc-wrapper instead of cvlc or vlc running the program as root through gksudo helped. As so:
gksudo vlc-wrapper
also make sure ffmpeg and other related packages are installed:
sudo apt-get install ffmpeg*
I had a similar problem. I don't know why but using the vlc-wrapper instead of cvlc or vlc running the program as root through gksudo helped. As so:
gksudo vlc-wrapper
also make sure ffmpeg and other related packages are installed:
sudo apt-get install ffmpeg*
edited Jul 23 '17 at 10:26
Community♦
1
1
answered Jul 22 '17 at 18:33
endriasendrias
354114
354114
1
I can't consider running asroota solution
– LuGo
May 31 '18 at 13:38
add a comment |
1
I can't consider running asroota solution
– LuGo
May 31 '18 at 13:38
1
1
I can't consider running as
root a solution– LuGo
May 31 '18 at 13:38
I can't consider running as
root a solution– LuGo
May 31 '18 at 13:38
add a comment |
I had the same issue using vlc-bin from apt. The snap version (3.0.6 currently) works for me:
sudo snap install vlc
add a comment |
I had the same issue using vlc-bin from apt. The snap version (3.0.6 currently) works for me:
sudo snap install vlc
add a comment |
I had the same issue using vlc-bin from apt. The snap version (3.0.6 currently) works for me:
sudo snap install vlc
I had the same issue using vlc-bin from apt. The snap version (3.0.6 currently) works for me:
sudo snap install vlc
answered 7 mins ago
qwrqwr
612719
612719
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f863403%2fvlc-wont-start%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
How about
cvlc?– Parto
Dec 22 '16 at 8:12
Nothing changes
– LuGo
Dec 22 '16 at 8:13
How did you install vlc? And what are you trying to play with it? Did you install 'ubuntu-restricted-extras'? - I use vlc 2.2.2-5 installed from the repositories in 16.04.1 LTS and it works. It prints the same message as yours, when started from a command line, and it works.
– sudodus
Dec 22 '16 at 8:26
2
You can also try resetting the configs using
vlc --reset-configthen try again.– Parto
Dec 22 '16 at 8:37
1
Nope:
$killall -9 vlcyieldsvlc: no process found– LuGo
Dec 22 '16 at 11:27