You are not logged in.
Pages: 1
I had hydrogen working on my machine at one point. I just did a system update and it is no longer working. I'm not sure if I did an additional update in between it the time it was working and now. Here's the error message
Warning: no locale found: /usr/share/hydrogen/i18n/hydrogen.en_US
[LadspaFX::getPluginList] reading directory: /usr/lib/ladspa
Segmentation fault
I checked for /usr/share/hydrogen/i18n/hydrogen.en_US and indeed the file isn't in that directory. I did try removing hydrogen and reinstalling it but it didn't correct the problem.
I'm not sure if this matters but I'm running this under gnome (though I have kde installed as well).
Offline
Same trouble. I tryed one of the languages that are in its locale and same trouble, so it is not the locale.
I experienced a segmentation fault with qt and kdelibs when adding a multicolumn view to a program i'm building, so i think that it must be a bug in qt or kdelibs.
Please, where do we have to refer in order to have the bug fixed?
Offline
Please, where do we have to refer in order to have the bug fixed?
Fill a bug report. There is a link on Arch home page.
Offline
I have this problem too. For some reason, it faults when scanning the LADSPA plugins.
A cheezy workaround is to "disable" the LADSPA plugin while Hydrogen loads by hiding them.
$ su
# mv /usr/lib/ladspa /usr/lib/ladspa-dontcrashonme
# hydrogen &
# mv /usr/lib/ladspa-dontcrashonme /usr/lib/ladspa
Please do file a bug report if you haven't already.
Offline
I recompiled ladspa package, now it works for me.
Offline
I tried to get an account set up so I could report this bug but I was never sent the activation code. If anyone else already has access you may want to post this bug.
Offline
Pages: 1