-
-
Notifications
You must be signed in to change notification settings - Fork 931
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
Latest Update broken #5181
Comments
Try installing hyprlang, it's a dependency that might've not been automatically installed for some reason. |
Can you try run |
i already tried that, but with no luck |
removing hyprland-git and installing the latest release of hyprland fixed my issue |
I have the exact same issue. I have hyprlang installed, with the symlink, and I'm still not able to login. I'm using 0.37.1 (manual copy install). |
Did you make the symlink to the library it was looking to specifically ? , in the one I replied to it was |
Responded but didnt quote reply, not sure if you get a notification so sending this aswell just incase. |
@ DaraghD Yes. it's libhyprlang.so.1 for me too (although I installed mine to /usr/local) and the symlink points to libhyprlang.so.0.5.0 as needed. Not sure what exactly changed for me. Things were working fine for me until these last few days. Although I am on Ubuntu 23.10 so I realize performance/functionality may be spotty. Things were fine on 0.35.0 but I lost ability to drag floating windows on 0.36. And now this. Thanks for responding and for all your effort to help. |
Thats unfortunate, I would suggest making another issue to get more attention or trying the ubuntu forums or hyprland discord. There are a lot of people out there that can definitely help you ( and that have more knowledge than me ), hope you fix it ❤️ |
Those are great ideas for further help. I'll try again. Many thanks. It's a beautiful wm and I hope to continue using it. |
Ok. I think I figured it out. sudo ln -s /usr/local/lib/libhyprlang.so.0.5.0 /usr/lib/libhyprlang.so.1 -- NOT /usr/local! I can login again \o/ |
please don't do that. Just recompile your hyprland. |
This issue is invalid. Please match your dependencies against your packages. Arch will do it for you if you use the repos. If you use -git, it's your responsibility. Symlinking ABI-incompatible .so files will only lead to memory corruption and crashes. Do not link any libraries ever for fucks sake the numbers are there for a reason |
Hyprland Version
Hyprland
error while loading shared libraries: libhyprlang.so.1: cannot open shared object file: No such file or directory
Bug or Regression?
Bug
Description
On start Hyprland isn't able to find the libaries, reinstalling them changes nothing
How to reproduce
try to start Hyprland
Crash reports, logs, images, videos
Hyprland: error while loading shared libraries: libhyprlang.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: