User avatar
bomblord
Posts: 266
Joined: Sun Jul 14, 2019 2:54 am

VLC crashing with --fullscreen command on Pi zero

Fri Nov 15, 2019 7:38 pm

Hello all, I've run into an issue on the latest version of Rapsbian buster on the Pi zero (have not tried this on other Pi's). This is a fresh install after running a sudo apt-get update/upgrade. When I attempt to launch VLC with the --fullscreen command I get an "illegal instruction" error and an immediate crash. I'm curious what options I have to resolve this issue.

Moonmarch
Posts: 446
Joined: Thu Mar 07, 2019 1:34 am

Re: VLC crashing with --fullscreen command on Pi zero

Fri Nov 15, 2019 10:51 pm

With Raspbian Buster full version on the RPI0 the program didn't crash if you are using the Raspbian Buster Lite version perhaps VLC is missing dependencies you can try to uninstall VLC then reinstall VLC to see if the problem is solved, even if the media player does start the media player does not show any video for some reason either video file or internet stream, I see constant errors appearing in the terminal perhaps VLC is not compatible with the RPI0 need to search around for answers first.

User avatar
bomblord
Posts: 266
Joined: Sun Jul 14, 2019 2:54 am

Re: VLC crashing with --fullscreen command on Pi zero

Mon Nov 18, 2019 2:42 pm

Moonmarch wrote:
Fri Nov 15, 2019 10:51 pm
With Raspbian Buster full version on the RPI0 the program didn't crash if you are using the Raspbian Buster Lite version perhaps VLC is missing dependencies you can try to uninstall VLC then reinstall VLC to see if the problem is solved, even if the media player does start the media player does not show any video for some reason either video file or internet stream, I see constant errors appearing in the terminal perhaps VLC is not compatible with the RPI0 need to search around for answers first.
I appreciate the suggestion but after trying it it didn't work. It's worth noting that if I open VLC and then use the fullscreen button it works. It also immediately crashes if I set VLC default to fullscreen and then open it normally.

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26659
Joined: Sat Jul 30, 2011 7:41 pm

Re: VLC crashing with --fullscreen command on Pi zero

Mon Nov 18, 2019 3:20 pm

Might be worth doing apt full-upgrade to ensure all dependencies are correctly installed
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

User avatar
bomblord
Posts: 266
Joined: Sun Jul 14, 2019 2:54 am

Re: VLC crashing with --fullscreen command on Pi zero

Mon Nov 18, 2019 4:06 pm

jamesh wrote:
Mon Nov 18, 2019 3:20 pm
Might be worth doing apt full-upgrade to ensure all dependencies are correctly installed
Thank you, just tried it and got 0 to install and 0 not upgraded. Went ahead and tried launching it again and got illegal instruction again.

Moonmarch
Posts: 446
Joined: Thu Mar 07, 2019 1:34 am

Re: VLC crashing with --fullscreen command on Pi zero

Mon Nov 18, 2019 11:33 pm

VLC does play video I had the Full KMS drivers enabled which is not compatible with VLC on the RPI0 out of the box, after changing the GL drivers back to Legacy VLC player now plays video I had the impression I needed to use a different media player for the RPI0 computer, now exactly how will you solve your VLC software problem you can always try to flash the OS image to the SD card erasing all data on your SD card which means starting all over or see if these commands you can use with the terminal will solve your problem:

Code: Select all

sudo apt remove --purge vlc

Code: Select all

sudo apt autoremove

Code: Select all

sudo apt install vlc

User avatar
bomblord
Posts: 266
Joined: Sun Jul 14, 2019 2:54 am

Re: VLC crashing with --fullscreen command on Pi zero

Tue Nov 19, 2019 12:17 am

Moonmarch wrote:
Mon Nov 18, 2019 11:33 pm
VLC does play video I had the Full KMS drivers enabled which is not compatible with VLC on the RPI0 out of the box, after changing the GL drivers back to Legacy VLC player now plays video I had the impression I needed to use a different media player for the RPI0 computer, now exactly how will you solve your VLC software problem you can always try to flash the OS image to the SD card erasing all data on your SD card which means starting all over or see if these commands you can use with the terminal will solve your problem:

Code: Select all

sudo apt remove --purge vlc

Code: Select all

sudo apt autoremove

Code: Select all

sudo apt install vlc
Just tried it with legacy drivers and it's still crashing.

Return to “General discussion”