Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run studio-controls on Ubuntu 20.10 #43

Closed
benjaminbellamy opened this issue Jan 19, 2021 · 1 comment
Closed

Cannot run studio-controls on Ubuntu 20.10 #43

benjaminbellamy opened this issue Jan 19, 2021 · 1 comment

Comments

@benjaminbellamy
Copy link

benjaminbellamy commented Jan 19, 2021

I installed ubuntustudio-installer on top of a regular Ubuntu 20.10.
Whenever I run studio-controls (2.1.0-0ubuntu1~ubuntu20.10.1~ppa1) I get this error:

  File "/usr/bin/studio-controls", line 1420, in <module>
    us = StudioControls()
  File "/usr/bin/studio-controls", line 426, in __init__
    jack.set_error_function(callback=self.jack_error)
  File "/usr/lib/python3/dist-packages/jack.py", line 2835, in set_error_function
    _set_error_or_info_function(callback, _lib.jack_set_error_function)
  File "/usr/lib/python3/dist-packages/jack.py", line 2874, in _set_error_or_info_function
    def callback_wrapper(msg):
SystemError: ffi_prep_closure(): bad user_data (it seems that the version of the libffi library seen at runtime is different from the 'ffi.h' file seen at compile-time)
@ovenwerks
Copy link
Owner

This is not a bug with Studio Controls but with libffi I am pretty sure a fix is being worked on, but nothing I can do from here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants