Skip to content
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

新版本默认下载的libbambu_networking.so执行报错:无法启用共享目标需要的可执行栈: 无效的参数 #6003

Open
2 tasks
babydragon opened this issue Feb 25, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@babydragon
Copy link

Bambu Studio Version

1.10.2.75

Where is the application from?

Bambu Lab github releases

OS version

Gentoo

Additional system information

内核版本:6.13.3-gentoo-dist

Printer

P1S

How to reproduce

打开最新版的appimage,安装网络插件成功,但是一直无法登陆,提示需要安装网络插件。
使用命令行执行appimage,下载安装完成网络插件之后,会有提示:无法启用共享目标需要的可执行栈: 无效的参数

Actual results

无法登陆,一直提示安装网络插件。
手工执行:
patchelf --clear-execstack $HOME/.config/BambuStudio/plugins/libbambu_networking.so
可以执行。

Expected results

默认下载的libbambu_networking.so可以直接运行,不带有executable stack

Project file & Debug log uploads

loading network module at /home/babydragon/.config/BambuStudio/plugins/libbambu_networking.so
error, dlerror is /home/babydragon/.config/BambuStudio/plugins/libbambu_networking.so: 无法启用共享目标需要的可执行栈: 无效的参数
after dlopen, network_module is (nil)

Checklist of files to include

  • Log file
  • Project file
@babydragon babydragon added the bug Something isn't working label Feb 25, 2025
@lanewei120
Copy link
Collaborator

@babydragon
之前的版本可以吗?
另外能否试一下这个
sudo execstack -c /home/babydragon/.config/BambuStudio/plugins/libbambu_networking.so

@babydragon
Copy link
Author

之前用Bambu_Studio_linux_fedora-v01.10.01.50.AppImage这个版本的没遇到问题。今天刚下载的Bambu_Studio_linux_fedora-v01.10.02.75.AppImage遇到这个问题。
execstack命令和patchelf作用相同,都是把executable stack标记去掉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants