You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a heads up: I did a quick search but did not find anything related, so I thought it would be a good idea to register it. since v1.13.0-1 the Linux binary does not launch anymore, it complains about a missing library:
fluffychat: error while loading shared libraries: libwebrtc.so: cannot open shared object file: No such file or directory
The library is included in the lib folder, so this works:
LD_LIBRARY_PATH=./lib ./fluffychat
Steps to Reproduce
Download the Linux tarball
Extract and try to lunch FluffyChat
App does not launch, complains about missing library
Expected Behavior
App should lunch (previous versions from Gitlab did btw).
App Version
1.13.0
Additional Platform Information
Arch Linux
Additional Context
So the package fluffychat-bin (and probably fluffychat too), as well as the binaries from chaotic-aur do not work either.
The text was updated successfully, but these errors were encountered:
Bug Description
Hello!
Just a heads up: I did a quick search but did not find anything related, so I thought it would be a good idea to register it. since v1.13.0-1 the Linux binary does not launch anymore, it complains about a missing library:
The library is included in the lib folder, so this works:
Steps to Reproduce
Expected Behavior
App should lunch (previous versions from Gitlab did btw).
App Version
1.13.0
Additional Platform Information
Arch Linux
Additional Context
So the package fluffychat-bin (and probably fluffychat too), as well as the binaries from chaotic-aur do not work either.
The text was updated successfully, but these errors were encountered: