Author Topic: New version of VLC  (Read 7782 times)

Eugene Tucker

  • Sr. Member
  • ****
  • Posts: 367
  • Karma: +12/-0
    • View Profile
New version of VLC
« on: June 08, 2019, 08:03:35 pm »
I cannot get the newest version of VLC to run.IN fact VLC would not run either on my system. And the issue is that several other apps will not run after trying to get VLC to run. Yes it is in my lib path and I have QT and the other dependencies installed.
« Last Edit: June 10, 2019, 01:55:02 pm by Martin Iturbide »

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4775
  • Karma: +99/-1
    • View Profile
Re: New verssion of VLC
« Reply #1 on: June 08, 2019, 08:37:34 pm »
Do you get an error if run from the cmd line?

Eugene Tucker

  • Sr. Member
  • ****
  • Posts: 367
  • Karma: +12/-0
    • View Profile
Re: New verssion of VLC
« Reply #2 on: June 08, 2019, 08:53:12 pm »
No error just violation of the DosCall

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4775
  • Karma: +99/-1
    • View Profile
Re: New verssion of VLC
« Reply #3 on: June 08, 2019, 09:16:26 pm »
No error just violation of the DosCall

In popuplog.os2 or a trp file? Either way, you should test on a newly booted system in case it is simply a shortage of memory issue and report to KOMH if it still won't run.
It does run fine here, unzipped to x:\vlc2.

ivan

  • Hero Member
  • *****
  • Posts: 1556
  • Karma: +17/-0
    • View Profile
Re: New verssion of VLC
« Reply #4 on: June 08, 2019, 10:13:06 pm »
I just downloaded it and tried it.  I used the way I always have with VLC, put vlc.exe and icon in the lib dir and run it from there.  It works but does give video distortion when I close a video, this could be because I haven't changed any of the settings which I may need to do.

Now to get sound working on this Ryzen machine and I should be happy.

David Graser

  • Hero Member
  • *****
  • Posts: 869
  • Karma: +84/-0
    • View Profile
Re: New verssion of VLC
« Reply #5 on: June 09, 2019, 01:12:16 am »
I just downloaded it and tried it.  I used the way I always have with VLC, put vlc.exe and icon in the lib dir and run it from there.  It works but does give video distortion when I close a video, this could be because I haven't changed any of the settings which I may need to do.

Now to get sound working on this Ryzen machine and I should be happy.

Mine also would not start.  Moved the vic.exe to the lib directory as you suggested  and it is now working.  Thanks!

Dariusz Piatkowski

  • Hero Member
  • *****
  • Posts: 1316
  • Karma: +26/-0
    • View Profile
Re: New verssion of VLC
« Reply #6 on: June 09, 2019, 02:47:13 am »
Hmm...yeah, belly-up here as well, all I get is this:

Code: [Select]
06-08-2019  20:28:53  SYS3171  PID 01ba  TID 0001  Slot 00fe
G:\APPS\MULTIMEDIA\VLC2\USR\LOCAL\BIN\VLC.EXE
c0000005
1ffba4ec
P1=00000001  P2=0012f770  P3=XXXXXXXX  P4=XXXXXXXX 
EAX=00150160  EBX=0012f76c  ECX=001502c4  EDX=00000020
ESI=0012f7b0  EDI=0012f838 
DS=0053  DSACC=f0f3  DSLIM=ffffffff 
ES=0053  ESACC=f0f3  ESLIM=ffffffff 
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1ffb9e92  CSACC=f0df  CSLIM=ffffffff
SS:ESP=0053:0014ffec  SSACC=f0f3  SSLIM=ffffffff
EBP=0015002c  FLG=00010202

DOSCALL1.DLL 0002:0000a4ec

I'll try a re-boot...FF has eaten up a boat-load of memory...so maybe that's not helping?

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4775
  • Karma: +99/-1
    • View Profile
Re: New verssion of VLC
« Reply #7 on: June 09, 2019, 02:56:56 am »
Are people not using a cmd file to start vlc? Here I use,
Code: [Select]
set BEGINLIBPATH=K:\vlc2\usr\local\lib;%BEGINLIBPATH%
vlc %1 %2 %3
which is located in K:\vlc2\usr\local\bin.

David Graser

  • Hero Member
  • *****
  • Posts: 869
  • Karma: +84/-0
    • View Profile
Re: New verssion of VLC
« Reply #8 on: June 09, 2019, 04:16:06 am »
Are people not using a cmd file to start vlc? Here I use,
Code: [Select]
set BEGINLIBPATH=K:\vlc2\usr\local\lib;%BEGINLIBPATH%
vlc %1 %2 %3
which is located in K:\vlc2\usr\local\bin.

Thanks Dave for the cmd file.  Works great.

Neil Waldhauer

  • Hero Member
  • *****
  • Posts: 1020
  • Karma: +24/-0
    • View Profile
    • Blonde Guy
Re: New verssion of VLC
« Reply #9 on: June 09, 2019, 05:26:41 am »
Are people not using a cmd file to start vlc? Here I use,
Code: [Select]
set BEGINLIBPATH=K:\vlc2\usr\local\lib;%BEGINLIBPATH%
vlc %1 %2 %3
which is located in K:\vlc2\usr\local\bin.

I don't use any cmd file. I do put the vlc lib directory on the LIBPATH entry, and VLC runs fine.

To get sound, I select K Audio interface audio output and DART. To get video under Panorama, I select Video Mode=DIVE.

Expert consulting for ArcaOS, OS/2 and eComStation
http://www.blondeguy.com

Dariusz Piatkowski

  • Hero Member
  • *****
  • Posts: 1316
  • Karma: +26/-0
    • View Profile
Re: New verssion of VLC
« Reply #10 on: June 09, 2019, 05:55:34 pm »
Are people not using a cmd file to start vlc? Here I use,
Code: [Select]
set BEGINLIBPATH=K:\vlc2\usr\local\lib;%BEGINLIBPATH%
vlc %1 %2 %3
which is located in K:\vlc2\usr\local\bin.

Yup, you bet I am:

Code: [Select]
SET BEGINLIBPATH=G:\apps\multimedia\vlc2\usr\local\lib;%BEGINLIBPATH%
G:\apps\multimedia\vlc2\usr\local\bin\vlc.exe %1

For my part, this became a FF issue...once the browser was down and memory released VLC was OK.

Eugene Tucker

  • Sr. Member
  • ****
  • Posts: 367
  • Karma: +12/-0
    • View Profile
Re: New verssion of VLC
« Reply #11 on: June 09, 2019, 06:31:23 pm »
Dave is correct it is a memory allocation issue.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4775
  • Karma: +99/-1
    • View Profile
Re: New verssion of VLC
« Reply #12 on: June 09, 2019, 08:25:24 pm »
The QT dlls could be marked to load high, but then run into the zombie memory hole kernel bug unless something keeps them loaded.

David Graser

  • Hero Member
  • *****
  • Posts: 869
  • Karma: +84/-0
    • View Profile
Re: New verssion of VLC
« Reply #13 on: June 09, 2019, 10:25:10 pm »
The QT dlls could be marked to load high, but then run into the zombie memory hole kernel bug unless something keeps them loaded.

Makes me wonder if the OS4 programmers were able to overcome the zombie memory hole kernel bug.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4775
  • Karma: +99/-1
    • View Profile
Re: New verssion of VLC
« Reply #14 on: June 10, 2019, 01:19:34 am »
The QT dlls could be marked to load high, but then run into the zombie memory hole kernel bug unless something keeps them loaded.

Makes me wonder if the OS4 programmers were able to overcome the zombie memory hole kernel bug.

They said so. Easy enough to test with Theseus.