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

Unable to start app #198

Open
jon4hz opened this issue Dec 19, 2022 · 2 comments
Open

Unable to start app #198

jon4hz opened this issue Dec 19, 2022 · 2 comments

Comments

@jon4hz
Copy link

jon4hz commented Dec 19, 2022

Hi,

Whenever I try to start noson, I get the following error:

$ noson-app
Signal handler is enabled.
"using file ':/i18n/noson_en.qm ' for translations."
QQmlApplicationEngine failed to load component
qrc:/controls2/noson.qml:25:1: plugin cannot be loaded for module "NosonApp": Cannot load library /usr/lib/noson/NosonApp/libNosonApp.so: (libFLAC.so.8: cannot open shared object file: No such file or directory)
Failed to load QML
Signal handler is destroyed.

I'm using manjaro linux and installed noson from AUR.

@janbar
Copy link
Owner

janbar commented Dec 26, 2022

Seems the build of the app your are using requires libFLAC. So install libFLAC and it should work.

@jon4hz
Copy link
Author

jon4hz commented Dec 26, 2022

Unfortunately that isn't it. LibFLAC is installed.

$ pacman -Q --info flac
Name            : flac
Version         : 1.4.2-1
Description     : Free Lossless Audio Codec
Architecture    : x86_64
URL             : https://xiph.org/flac/
Licenses        : BSD  GPL
Groups          : None
Provides        : libFLAC.so=12-64  libFLAC++.so=10-64
Depends On      : gcc-libs  libogg
Optional Deps   : None
Required By     : gst-plugins-good  lib32-flac  libopenmpt  libsndfile  noson-app  sdl_sound  tracker-miners
Optional For    : cmus  vlc
Conflicts With  : None
Replaces        : None
Installed Size  : 1127.30 KiB
Packager        : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date      : Sa 22 Okt 2022 19:48:12
Install Date    : Mo 19 Dez 2022 14:03:07
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

The weird thing is that noson was running without any issue for a long time. Just recently it fails to start.

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