WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tc 13 VLC  (Read 1407 times)

Offline Laskody

  • Newbie
  • *
  • Posts: 30
Tc 13 VLC
« on: February 14, 2022, 03:03:15 PM »
Hi! I installed vlc3.tcz on Tc13. I have Xorg and Pulseaudio on board. When I start, I get the following error message in the terminal:

Code: [Select]
tc@box:~$ vlc
VLC media player 3.0.11.1 Vetinari (revision 3.0.11.1-0-g52483f3ca2)
[0950c270] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-tc'
[0964f3c0] qt interface error: Unable to load extensions module
Illegal instruction
tc@box:~$

When i start it with cvlc from Terminal:

Code: [Select]
tc@box:~$ cvlc
VLC media player 3.0.11.1 Vetinari (revision 3.0.11.1-0-g52483f3ca2)
[09238a30] dummy interface: using the dummy interface module...
[09234f90] main playlist: playlist is empty

but vlc dos not start.


Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Tc 13 VLC
« Reply #1 on: February 14, 2022, 05:52:48 PM »
Hi Laskody
Illegal instruction
That means QT5 requires an instruction that your CPU does not support.

Quote
... but vlc dos not start.
You started it without an interface (no GUI).

What happens if you try to start it like this:
Code: [Select]
nvlcDoes it start with an  ncurses  based interface?

Offline Laskody

  • Newbie
  • *
  • Posts: 30
Re: Tc 13 VLC
« Reply #2 on: February 15, 2022, 03:01:43 AM »
Thanks!

With nvlc starts from terminal, but played online audio, no video, when i opened a mp4. video file.