Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. l1zard@Marvin:~/Downloads/fixes> exaile --debug
  2. INFO : Loading Exaile 0.3.1.2... (xl.main)
  3. INFO : Loading settings... (xl.main)
  4. INFO : Setting up deferred idle manager function... (xlgui)
  5. INFO : Loading plugins... (xl.main)
  6. DEBUG : Provider equalizer-10bands registered for service postprocessing_element (xl.providers)
  7. DEBUG : Loaded plugin equalizer (xl.plugins)
  8. DEBUG : Loaded plugin lyricsviewer (xl.plugins)
  9. DEBUG : Loaded plugin shoutcast (xl.plugins)
  10. DEBUG : Loaded plugin lastfmcovers (xl.plugins)
  11. DEBUG : Loaded plugin lyricsfly (xl.plugins)
  12. DEBUG : Provider cd registered for service hal (xl.providers)
  13. DEBUG : Loaded plugin cd (xl.plugins)
  14. DEBUG : Provider rgvolume registered for service stream_element (xl.providers)
  15. DEBUG : Provider rglimiter registered for service stream_element (xl.providers)
  16. DEBUG : Loaded plugin replaygain (xl.plugins)
  17. DEBUG : Provider lastfm registered for service dynamic_playlists (xl.providers)
  18. DEBUG : Loaded plugin lastfmdynamic (xl.plugins)
  19. INFO : Loading collection... (xl.main)
  20. DEBUG : Unified playback engine selected. (xl.player)
  21. WARNING : Could not create <class 'equalizer.GSTEqualizer'> element for Postprocessing. (xl.player.pipe)
  22. DEBUG : Exception caught!
  23. Traceback (most recent call last):
  24. File "/usr/lib/exaile/xl/player/pipe.py", line 189, in reset_providers
  25. self.elements[provider.index] = provider()
  26. File "/usr/share/exaile/plugins/equalizer/__init__.py", line 72, in __init__
  27. self.audioconvert = gst.element_factory_make("audioconvert")
  28. ElementNotFoundError: audioconvert
  29. (xl.player.pipe)
  30. DEBUG : Could not enable audiosink auto
  31. Traceback (most recent call last):
  32. File "/usr/lib/exaile/xl/player/pipe.py", line 248, in sink_from_preset
  33. sink = AudioSink(d['name'], d['elem'], d['options'], preset=preset)
  34. File "/usr/lib/exaile/xl/player/pipe.py", line 263, in __init__
  35. self.vol = gst.element_factory_make("volume")
  36. ElementNotFoundError: volume
  37. (xl.player.pipe)
  38. WARNING : Could not enable auto sink, attempting to autoselect. (xl.player.pipe)
  39. DEBUG : Could not enable audiosink auto
  40. Traceback (most recent call last):
  41. File "/usr/lib/exaile/xl/player/pipe.py", line 248, in sink_from_preset
  42. sink = AudioSink(d['name'], d['elem'], d['options'], preset=preset)
  43. File "/usr/lib/exaile/xl/player/pipe.py", line 263, in __init__
  44. self.vol = gst.element_factory_make("volume")
  45. ElementNotFoundError: volume
  46. (xl.player.pipe)
  47. Traceback (most recent call last):
  48. File "/usr/lib/exaile/exaile.py", line 52, in <module>
  49. main()
  50. File "/usr/lib/exaile/exaile.py", line 49, in main
  51. exaile = main.Exaile()
  52. File "/usr/lib/exaile/xl/main.py", line 84, in __init__
  53. self.__init()
  54. File "/usr/lib/exaile/xl/main.py", line 154, in __init
  55. self.player = player.get_player()()
  56. File "/usr/lib/exaile/xl/player/engine_unified.py", line 42, in __init__
  57. _base.ExailePlayer.__init__(self)
  58. File "/usr/lib/exaile/xl/player/_base.py", line 50, in __init__
  59. self.mainbin = pipe.MainBin(pre_elems=pre_elems)
  60. File "/usr/lib/exaile/xl/player/pipe.py", line 64, in __init__
  61. self.add(*self._elements)
  62. TypeError: argument must be a GstElement
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement