-
Notifications
You must be signed in to change notification settings - Fork 46
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
Git Version info could not be read #326
Comments
Hi, The "Segfault" error (Speicherabzug) is not due to the git version info not being read. I'm not sure why Luppp is segfaulting (aka, accessing a bad/NULL pointer in the C language..) Would you describe the system that you're running? (What version of JACK, do other apps work as expected?) Are you familiar with C debugging at all, or would you be willing to learn? With a few commands, we might be able to root-cause why this segfault is happening... Luppp works fine here - so right now I cannot reproduce the issue to help/fix it.. Regards, -Harry |
I reinstalled Jack and get the following: JACK is running in realtime mode, but you are not allowed to use realtime scheduling. @Audio - rtprio 99 After applying these changes, please re-login in order for them to take effect. You don't appear to have a sane system configuration. It is very likely that you |
Okay I am using Ubuntu 22.04, when i check my Jack Version by using command: jackd -V i get the following output: I followed the instructions from the previous output (adding the line to limits.conf) and afterwards adding myself to audio group.
|
I went trough the installation and installed all the necessary packages including ninja and the ntk replacement that was posted in this forum.
meson build is set up.
I went to cd build
After I type ninja i get the following:
_[1/3] Generating src/version.hxx with a custom command
_
After I type ./luppp i get the following:
[Luppp] main:78: Git: Version info could not be read.
[Luppp] main:94: Built with BUILD_TESTS enabled
[Luppp] Gui:460: Loaded preferences
Speicherzugriffsfehler (Speicherabzug geschrieben)
I checked and installed git
when I use the command git --version my terminal shows me:
git version 2.34.1
How to get Lupp running
The text was updated successfully, but these errors were encountered: