swingmusic
swingmusic copied to clipboard
Common issues ⚠⚠
1. libcrypt.so.1: cannot open shared object file
on Arch Linux or Manjaro
Install libxcrypt-compat
pamac install libxcrypt-compat
Related issue: https://github.com/swing-opensource/swingmusic/issues/123 Stack overflow: https://stackoverflow.com/questions/71187944/dlopen-libcrypt-so-1-cannot-open-shared-object-file-no-such-file-or-directory
2. inotify watch limit reached
on Linux
You need to increase the file watch limit.
On Debian, Ubuntu or similar:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
On Arch Linux:
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
Refer to this answer on StackOverflow for details.
3. Timezone Error
If you're on linux, check out this comment on #160 by @Prince527GitHub. If that does not work, go through the thread from the top.