KZDKM / Hyprspace

Workspace overview plugin for Hyprland
GNU General Public License v2.0
523 stars 16 forks source link

Crash on 0.45 hyprland #107

Closed myamusashi closed 1 week ago

myamusashi commented 1 week ago

[ERR] [14:23:40.096898882] Unable to search for function "mouse": no symbols found in binary (is "nm" in path?) [ERR] [14:23:40.097202891] Unable to search for function "renderWindow": no symbols found in binary (is "nm" in path?)

myamusashi commented 1 week ago

https://github.com/hyprwm/Hyprland/issues/8410

KZDKM commented 1 week ago

Shouldn't be an upstream problem, the plugin does not utilize any function hook. Currently the pathing is entirely broken on hyprutil and hyprland. If you read the log carefully it states that it could not find nm, which is a utility used to scan symbols for function search. hyprpm does not work either as it cant find cpio and cmake (same issue that youve opened https://github.com/hyprwm/Hyprland/issues/8404. Checking out the tagged v0.45.0 branch works fine for me.