VLC opens and closes immediately when I play video files

I made a clean install on my laptop yesterday and installed VLC via command line.

VLC crashes immediately as soon as I play any MP4 file. MP3 files play fine.

I reinstalled Ubuntu. The problem persists.

I'm using Ubuntu 16.04. VLC version 2.2.2 Weatherwax.

I get a dialog "Ubuntu 16.04 has experienced an internal error"

enter image description here

enter image description here

1

3 Answers

Open VLC Player go to Tools in upper bar and select Preferences. Switch to Video settings, disable Accelerated Video Output and change Output to OpenGL or try other options if OpenGLs are not working.

1

I was also facing same problem. My problem was solved using this

sudo apt --reinstall install libgbm1
2

I had the same problem. VLC crashed as soon as I opened an mp3 or mp4 file. However, I managed to fix it on my machine by running the following commands.

Note: Uninstall the current VLC, if any, then run the commands

$ sudo apt update

$ sudo apt install snapd

$ sudo snap install vlc

I then restarted my machine, and everything was working as expected.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like