Recent

Author Topic: External SIGABRT VLC  (Read 1152 times)

kangkoding

  • New member
  • *
  • Posts: 7
External SIGABRT VLC
« on: July 08, 2020, 10:32:30 am »
Hello Everyone
I'm developing multimedia player using VLC
OS Using Debian 32 bit for raspberry https://www.raspberrypi.org/downloads/raspberry-pi-desktop/
IDE lazarus 1.6 and paslibvlc 3.0.
Still try demo from paslibvlc package

Before change the codes :
const
  pathLst : array[0..6] of string = (
    '/usr/lib',
    '/lib',
    '/usr/local/lib',
    '/lib64',
    '/usr/lib',
    '/usr/lib/x86_64-linux-gnu',
    '/snap/vlc/current/usr/lib'
  );   
Try playing video ...Nothing happen.

so i find libvlccore.so at /usr/lib/i386-linux-gnu
then i change :
const
  pathLst : array[0..6] of string = (
    '/usr/lib',
    '/lib',
    '/usr/local/lib',
    '/lib64',
    '/usr/lib',
    '/usr/lib/i386-linux-gnu',
    '/snap/vlc/current/usr/lib'
  );
Try playing video ...there's message
"raised exception class 'External: SIGABRT'.
 At address F7FD3069 "

please advice, thanks

« Last Edit: July 08, 2020, 01:32:38 pm by kangkoding »

wildfire

  • Full Member
  • ***
  • Posts: 109
Re: External SIGABRT VLC
« Reply #1 on: July 19, 2020, 12:22:08 pm »
Can't help with a solution but two things stick out...

    '/usr/lib/x86_64-linux-gnu',

    '/usr/lib/i386-linux-gnu',

The Pi has an ARM CPU not *86

Scratch that, never noticed you were using the PC version of the desktop.
« Last Edit: July 19, 2020, 12:26:14 pm by wildfire »
A halo is a mere circle, when does it end?

 

TinyPortal © 2005-2018