GNOME Bugzilla – Bug 761712
Installation Missing plugin error Kivy Interpreter
Last modified: 2016-02-08 13:46:19 UTC
I have been using Kivy interpreter for over a year and recently I tried to play audio in my app using the code below. It has worked in the past and apk works but when I tried it recently, I got errors while trying to run my app in the Kivy interpreter. self.my_sound = SoundLoader.load(my_path + '/data/Polaris.mp3') if self.my_sound: self.my_sound.play() Below are the stderr logcat results. I also get a pop-up dialog window for each dll attempting to load saying dll not found. I tried 'python -m pip uninstall' for both gstreamer and dev then reinstalling but got the same errors. Please help! ``` (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libass-4.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libass-4.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libges-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libges-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgio-2.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgio-2.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgiognutls.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgiognutls.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstasf.dll': 'C:\Users\....\Python27\share\gstreamer\bin\libgstasf.dll':The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstasfmux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstasfmux.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstassrender.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstassrender.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstaudio-1.0-0.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstaudio-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstaudiomixer.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstaudiomixer.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadbase-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadbase-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadvideo-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadvideo-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstbase-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstbase-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstcompositor.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstcompositor.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstdvdsub.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstdvdsub.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstgdp.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstgdp.dll':The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstgl-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstgl-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpeg2dec.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpeg2dec.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsdemux.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsdemux.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsmux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsmux.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsdemux.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsdemux.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsmux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsmux.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstopengl.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstopengl.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstpbutils-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstpbutils-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstresindvd.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstresindvd.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstriff-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstriff-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstrmdemux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstrmdemux.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstrtspserver-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstrtspserver-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgsttag-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgsttag-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgsturidownloader-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgsturidownloader-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstvalidate-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstvalidate-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstvideo-1.0-0.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstvideo-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstvoaacenc.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstvoaacenc.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinks.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinks.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinscreencap.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinscreencap.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstx264.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstx264.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libharfbuzz-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libharfbuzz-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libpangocairo-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libpangocairo-1.0-0.dll': The specified procedure could not be found. (python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libpangoft2-1.0-0.dll':'C:\Users\...\Python27\share\gstreamer\bin\libpangoft2-1.0-0.dll': The specified procedure could not be found.self.my_sound=<kivy.core.audio.audio_gstplayer.SoundGstplayer object at 0x031FE7A0> [WARNING ] [AudioGstplayer] No decoder available for type 'audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)1, layer=(int)3, rate=(int)44100, channels=(int)2, parsed=(boolean)true'. [ERROR ] [AudioGstplayer] Your GStreamer installation is missing a plug-in. [ERROR ] [AudioGstplayer] Your GStreamer installation is missing a plug-in. [ERROR ] [AudioGstplayer] GStreamer encountered a general stream error. ```
Thanks for the bug report. This doesn't look like binaries we're distributing though, so it's probably best to check with whoever distributes those packages to make sure everything is set up correctly and the required plugins are included.
Thank you for the quick response. I'll take your advice and double back on the settings. Thanks for your time and assistance!