Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: Laskody on February 14, 2022, 06: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:
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:
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.
-
Hi Laskody
Illegal instruction
That means QT5 requires an instruction that your CPU does not support.
... but vlc dos not start.
You started it without an interface (no GUI).
What happens if you try to start it like this:
nvlcDoes it start with an ncurses based interface?
-
Thanks!
With nvlc starts from terminal, but played online audio, no video, when i opened a mp4. video file.