WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: vlc will not start  (Read 10211 times)

Offline ulfr

  • Full Member
  • ***
  • Posts: 140
Re: vlc will not start
« Reply #15 on: August 28, 2020, 02:05:21 AM »


   the vlc3 in tinycore 10 will not load in tinycore 11
   because a kernel specific dependency could not be found 

   ulfr 

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: vlc will not start
« Reply #16 on: August 28, 2020, 05:08:57 AM »
Hi ulfr
I'd like to demonstrate the value of providing exact error messages reported by the operating system.

In your original post, you reported:
...    vlc will not start with errors   
 
    failed to intialise XRander
    and others ...
Which suggested the problem was you needed to be running Xorg.

6 posts later, you provided the actual error messages produced:
here are the errors
the same if xorg is loaded or not 

Code: [Select]
[08539290] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
 ----- Snip -----

Illegal instruction
This showed the actual problem was your processor did not support some instruction that the program was trying to execute.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: vlc will not start
« Reply #17 on: August 28, 2020, 05:14:36 AM »
Hi Juanito
Except for  original-modules-KERNEL , I don't see any  .dep  files that contain a specific kernel version in the TC10 or TC11 repos.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: vlc will not start
« Reply #18 on: August 28, 2020, 05:33:41 AM »
thanks - I see the 10.x vlc3 depends on libavdevice3, whereas the 11.x vlc3 depends on libavdevice4, so the two are not interchangeable.

Offline ulfr

  • Full Member
  • ***
  • Posts: 140
Re: vlc will not start
« Reply #19 on: August 28, 2020, 09:02:08 AM »

  yes

  sorry rich
 
  i will make sure i provide the actual error output in the future
  didn't mean to waste your time

  and thanks for all the help
  much appreciated

  ulfr

 

Offline ulfr

  • Full Member
  • ***
  • Posts: 140
Re: vlc will not start
« Reply #20 on: August 29, 2020, 09:01:32 PM »

     hi guys

     just wanted to update this thread 

     my goal is to build a basic system with tinycore 11
     the only apps that need to be updated are firefox and vlc
     the rest are various utility programs that i have never had any problems with
     since firefox will play you tube with sound
     i am half the way there
     i note that vlc 3 in tinycore 10 will work with sound
     and that dcore stretch will download a working vlc 3 from debian and make it into an sce
     ( i have not tried setting up sound in dcore yet but will  )
     so i have hope that i will be able to bundle binaries together to make a working vlc for tinycore 11
     anyway that is what i am working on now 
     any words of wisdom to speed me on my quest will be appreciated
     
     thanks for making this great system and for all the help

    ulfr
   
 


 
« Last Edit: August 29, 2020, 09:03:44 PM by ulfr »

Offline ulfr

  • Full Member
  • ***
  • Posts: 140
Re: vlc will not start
« Reply #21 on: August 29, 2020, 09:13:48 PM »


        success

        both firefox (plays youtube) and vlc work with sound in dcore stretch

         ulfr

Offline ulfr

  • Full Member
  • ***
  • Posts: 140
Re: vlc will not start
« Reply #22 on: August 31, 2020, 07:38:40 PM »

     hi rich and juanito

     just to update things 

     i have been trying to find a vlc that will work in tinycore 11
     but so far no luck

     i dont have the ability to compile so complex a program
     so i am just looking for binaries

     most have run but stopped with missing dependencies 
     i then slowly added them
     until eventually with one the glibc was too old

     anyway will keep trying

     thanks for making such a great system 
     
     ulfr

Offline ulfr

  • Full Member
  • ***
  • Posts: 140
Re: vlc will not start
« Reply #23 on: August 31, 2020, 09:34:52 PM »
     at the risk of boring everyone to death
     i just put tinycore 11 on another computer
     and vlc3 works fine on this one
     of course verifying what you guys said about it being the chip

     well i can use tinycore 11 on this computer

     but will still look to see what vlc3 binaries i can find that will run on the other computer
     its been a lot of fun   

     ulfr

Offline grenchyoll

  • Newbie
  • *
  • Posts: 21
Re: vlc will not start
« Reply #24 on: April 03, 2021, 04:47:06 PM »
Hello TinyCore Team

maybe Im in the same waters here ,

trying to run VLC3 on my old computer (   pentium M  , according to VLC  , Pentium is supported from PRO on  )
 
after installed pavucontrol as per instructions on another post ,
I installed VLC3 , reboot

VLC blinks a screen , but never open

could it be error due to unsupported instructions

how do I see that ? how to run command line to get this report ?

regards

G.O
Dell Latitude D610 -  "pentium M"  1.73 ghz , 1 gb RAM .

Offline grenchyoll

  • Newbie
  • *
  • Posts: 21
Re: vlc will not start
« Reply #25 on: April 03, 2021, 05:29:16 PM »
ohh more newbe impossible ,   :P

on terminal , type VLC enter ....

the report said ... ILLEGAL INSTRUCTION  .... nouaaaaa  :-[ :-[ :-[ :-[

for the records , DELL latitude Pentium M

Dell Latitude D610 -  "pentium M"  1.73 ghz , 1 gb RAM .

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: vlc will not start
« Reply #26 on: April 03, 2021, 07:16:23 PM »
Hi grenchyoll
It looks like the  Illegal instruction  might be coming from  qt.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: vlc will not start
« Reply #27 on: April 03, 2021, 09:51:42 PM »
qt was compiled with "-march=i486 -mtune=i686", but perhaps those flags were not used everywhere by the build routines?
« Last Edit: April 03, 2021, 09:54:03 PM by Juanito »

Offline grenchyoll

  • Newbie
  • *
  • Posts: 21
Re: vlc will not start
« Reply #28 on: April 03, 2021, 11:49:42 PM »
Hello Rich , Juanito thanks for your replies , very kind .

Ive been playing HD videos/audio from  youtube on Firefox 87 , with command line   
" apulse Firefox "

so its weird VLC cant even start due to "instructions"  , isnt it  ?!?  .

So I tried my last resort , the OldTimer  " mplayer-cli "  but it cant start as well . After the command line "mplayer" I read :

"error while loading shared libraries : libXss.so.1 : cannot open shared object file ,
no such file or directory "

I look at APP and search for this tcz on repo ,  and I found it  , but it says
0 bits to download , so it looks its installed

any thoughts are welcome !!!

GO
 
Dell Latitude D610 -  "pentium M"  1.73 ghz , 1 gb RAM .

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: vlc will not start
« Reply #29 on: April 03, 2021, 11:59:18 PM »
firefox does not depend on qt-5.x, but vlc does depend on qt-5.x, so it is not particularly surprising that one works and the other does not work.

You can check if the libXss extension is loaded with:
Code: [Select]
$ tce-status -i | grep libXss