MatsuriDayo / nekoray

Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
https://matsuridayo.github.io/
GNU General Public License v3.0
11.21k stars 1.11k forks source link

BUG: 更新Arch后nekoray 启动失败 #1240

Closed yinzsw closed 3 months ago

yinzsw commented 3 months ago

描述问题

nekoray
nekoray: error while loading shared libraries: libabsl_log_internal_check_op.so.2308.0.0: cannot open shared object file: No such file or directory

如何复现

提供有帮助的截图,录像,文字说明,订阅链接等。

日志

如果有日志,请上传。请在文档内查看导出日志的详细步骤。

enk-it commented 3 months ago

Looks like it is the same problem as in here https://github.com/Alexays/Waybar/issues/3059 P.S. Having both. But the one with waybar was fixed by downgrading wireplumber

yinzsw commented 3 months ago

好像是这次更新abseil-cpp-20240116.1-1导致的

BanHammerYKT commented 3 months ago

same problem

update:

abseil-cpp-20240116.1-1

downgrading to previous abseil-cpp-20230802.1-1 cause problems with other apps and additional 🤦‍♂️

nekoray: error while loading shared libraries: libabsl_die_if_null.so.2401.0.0: cannot open shared object file: No such file or directory
yinzsw commented 3 months ago

same problem

update:

abseil-cpp-20240116.1-1

downgrading to previous abseil-cpp-20230802.1-1 cause problems with other apps and additional 🤦‍♂️

nekoray: error while loading shared libraries: libabsl_die_if_null.so.2401.0.0: cannot open shared object file: No such file or directory

我发现将nekoray切换为nekoray-bin就没有这个问题了,可以用来临时解决一下

the-nexi commented 3 months ago

I also would like to report same issue: nekoray: error while loading shared libraries: libabsl_log_internal_check_op.so.2308.0.0: cannot open shared object file: No such file or directory

For now, I've downgraded my system to temporary resolve this.

jieran233 commented 3 months ago

See https://github.com/archlinuxcn/repo/issues/3708#issuecomment-2014408220 Are you using Unofficial ArchLinux packages repo such as Manjaro repo or CachyOS repo? Just run sudo pacman -Syu extra/abseil-cpp

the-nexi commented 3 months ago

See archlinuxcn/repo#3708 (comment) Are you using Unofficial ArchLinux packages repo such as Manjaro repo or CachyOS repo? Just run sudo pacman -Syu extra/abseil-cpp

I have been using nekoray from chaotic-aur, switching to nekoray-git have resolved the problem. I probably should notify chaotic-aur mantainers about the issue.