-
-
Notifications
You must be signed in to change notification settings - Fork 146
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 start Carla, loadlocale.c related error #623
Comments
so you get this issue when using the carla's pre-built binaries? (from github releases) |
I've switched to 18.04 vanilla, not using packages as they are not available yet, precompiled from here. |
what packages do you refer to, that are not available? but ok, I will try the pre-compiled packages on a 18.04 when I get the chance. |
Using the .deb from the web page I saw the repo that has jack was not on bionic and it generated a dependency problem, that's why I thought it was not ready and purged it. I will try it again tomorrow. However, this locale issue with pre-compiled Carla happened out of the box in Kubuntu. |
Dont want to spam, but maybe it helps. I have the same error here using precompiled version (Carla_2.0-beta6-linux64) on ubuntu 18.04. |
Temporary solution
|
I built new binaries that likely resolve this issue. Please test and let me know if they work for you, or not. This is the last issue to be fixed for a new beta release. |
Hi, I am not the original poster but I have the same issue.
|
Yeah, those binaries did nothing. |
@falkTX |
alright, please test with the new release binaries. at https://github.com/falkTX/Carla/releases/tag/v1.9.9 |
Thanks Filipe, This is what I get with Carla_2.0-beta7-linux64:
|
That happens when missing dependencies. I guess Qt4 libs? |
Thanks to this thread: #629, I saw that python3-pyqt4 was missing. Now Carla fires normally. |
You dont actually need python-pyqt, just Qt4. |
I apologize, can't try it now. |
I couldn't run the precompiled binary of RC2, RC1 nor beta7 on a fresh install of Ubuntu 18.04:
After I found this thread I tried to find and install the missing dependencies (as seems that Ubuntu 18.04 does not include Qt4 libraries by default). The minimal install that get Carla running is:
which also installs in my fresh system:
I wouldn't call this a Carla bug, but It is a pity that the precompiled doesn't run on new systems, specially when it is the easier way to get audio stuff working on Linux (both Carla and the tar.gz). Is it feasible to include those dependencies into the package? Is it good idea? Now I have an AppImage Qtractor, and... mmm.... a snap calculator. What about just a notice on the README? ... |
Hi
I don't know if this is a bug but for pre-compiled Linux binaries on newer oses Carla throws:
Carla: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
Aborted (core dumped)
I believe could be the same problem as here:
junegunn/fzf#350 (comment)
Emptying LANG makes it to work as suggested in the comments.
The text was updated successfully, but these errors were encountered: