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 buzztrax from jhbuild shell #5

Closed
waffel opened this issue Nov 18, 2013 · 3 comments
Closed

cannot run buzztrax from jhbuild shell #5

waffel opened this issue Nov 18, 2013 · 3 comments
Assignees

Comments

@waffel
Copy link

waffel commented Nov 18, 2013

After success build of buzztrax I tried to run it from jhbuild shell:

jhbuild -f ~/projects/build-tools/jhbuild/buzztrax.jhbuild.rc -m ~/projects/build-tools/jhbuild/buzztrax.modules shell

and get following error:

~/buuztrax/jhbuild/install/bin/buzztrax-edit
Gtk-Message: Failed to load module "canberra-gtk-module"
Gtk-Message: Failed to load module "gnomesegvhandler"

(buzztrax-edit:18093): Gdk-WARNING **: The program 'buzztrax-edit' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
(Details: serial 147 error_code 1 request_code 153 minor_code 19)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

I guess there are some other modules missing?

@ghost ghost assigned ensonic Nov 18, 2013
@ensonic
Copy link
Member

ensonic commented Nov 22, 2013

Works for me.
~/buzztrax/jhbuild/install/bin/buzztrax-edit
Gtk-Message: Failed to load module "canberra-gtk-module"
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.

@ensonic
Copy link
Member

ensonic commented Jan 30, 2014

tried again:

jhbuild -f ~/projects/buzztrax/build-tools/jhbuild/buzztrax.jhbuild.rc run ~/buzztrax/jhbuild/install/bin/buzztrax-edit
Gtk-Message: Failed to load module "canberra-gtk-module"
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started

@ensonic ensonic closed this as completed Jan 30, 2014
@ensonic
Copy link
Member

ensonic commented Feb 3, 2014

We need to install 'dconf' via jhbuild as well or mess with GIO_EXTRA_MODULES to find the gconf module.

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