From: Pete S. <pst...@gm...> - 2008-11-17 19:55:31
|
KS = Kevin Cosgrove KC>>> (jazz:12682): Gdk-WARNING **: Connection to display KC>>> localhost:12.0 appears to be untrusted. Pointer and KC>>> keyboard grabs and inter-client communication may not KC>>> work as expected. PS = Pete Stieber PS>> Are you running locally? I've seen this type of thing PS>> when running an X application over ssh from another PS>> machine. PS>> PS>> What do you get when you type... PS>> PS>> $ set | grep DISPLAY KC> I was running SSH at the time. Did you use $ ssh -Y ... to connect? I doubt jazz will work if not running locally. KC> On my local console, in an xterm I run jazz KC> and get to select two MIDI ports from a list. KC> Then I get a core dump. This is what I get KC> in the xterm up to that point: KC> KC> JZProject::ReadConfiguration() JazzCfgFile: KC> "/home/kevinc/.Jazz++/jazz.cfg" KC> JZConfiguration::LoadConfig: KC> "/home/kevinc/.Jazz++/jazz.cfg" KC> Include synthesizer configuration file "gs.jzi" KC> FindFile: Immediate hit on file "gs.jzi" KC> Include file "gsdrmset.jzi" KC> FindFile: Immediate hit on file "gsdrmset.jzi" KC> Include file "gmdrmnam.jzi" KC> FindFile: Immediate hit on file "gmdrmnam.jzi" KC> Include file "gsvoices.jzi" KC> FindFile: Immediate hit on file "gsvoices.jzi" KC> Include file "ctrlnam.jzi" KC> FindFile: Immediate hit on file "ctrlnam.jzi" KC> INFO: Created client:port = 128:0 KC> INFO: Input device count: 1 KC> Input Devices KC> Midi Through Midi Through Port-0 = 14:0 KC> INFO: Output device count: 1 KC> Output Devices KC> Midi Through Midi Through Port-0 = 14:0 KC> INFO: input device is -1, so selecting one. KC> INFO: Input device is: 0 KC> INFO: Output device is -1, so selecting one. KC> KC> (jazz:14539): Gtk-WARNING **: Theme file for default has no name KC> KC> KC> (jazz:14539): Gtk-WARNING **: Theme file for default has no directories KC> KC> Floating exception (core dumped) KC> KC> I could trace the core, if you give me KC> instructions on what you'd want. I could KC> also run jazz in gdb or something, and let KC> you know what happens. Maybe $ gdb jazz (gdb) run (gdb) bt and send some of the resulting text. This gets difficult when I can't reproduce the problem. Pete |