rfernandezf / TouchCarPI

TouchCarPi - Touchscreen based system with autoradio functions using a Raspberry Pi
2 stars 0 forks source link

start problem #41

Open fabian93 opened 6 years ago

fabian93 commented 6 years ago

pi@raspberrypi:~/TouchCarPI-master/touchcarpi/main $ python3 main.py libEGL warning: DRI2: failed to authenticate Traceback (most recent call last): File "main.py", line 30, in main() File "main.py", line 27, in main controller.initialize() File "/home/pi/TouchCarPI-master/touchcarpi/main/GUI/GUIController.py", line 45, in initialize self.db = RAM_DB() File "/home/pi/TouchCarPI-master/touchcarpi/main/DB/RAM_DB.py", line 209, in init RAM_DB.instance = RAM_DB.RAM_DB() File "/home/pi/TouchCarPI-master/touchcarpi/main/DB/RAM_DB.py", line 59, in init metaDataVLC = MetaDataVLC(self.pathFiles) File "/home/pi/TouchCarPI-master/touchcarpi/main/DB/MetaDataVLC.py", line 32, in init self.vlcInstance = vlc.Instance() File "/home/pi/TouchCarPI-master/touchcarpi/main/libs/vlc.py", line 1692, in new__ return libvlc_new(len(args), args) File "/home/pi/TouchCarPI-master/touchcarpi/main/libs/vlc.py", line 4175, in libvlc_new ctypes.c_void_p, ctypes.c_int, ListPOINTER(ctypes.c_char_p)) File "/home/pi/TouchCarPI-master/touchcarpi/main/libs/vlc.py", line 254, in _Cfunction raise NameError('no function %r' % (name,)) NameError: no function 'libvlc_new'

rfernandezf commented 6 years ago

Hi! Are you using the vlc.py and the .dll versions of the VLC lib that are included in the project, or you have downloaded newer versions?

I'm actually using some deprecated calls from the VLC lib so I strongly suggest you to use the versions I provide in the project.

Greetings!