-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fails to slice if plugin installed #7
Comments
I'm going to reopen this issue, since it seems that uninstalling the plugin isn't a fix for the issue you're experiencing. Do you have other Infill generating plugins installed? |
No other pluging for infill. also tested on win10 and it slices normally with plugin installed, done on dual boot PC so same hardware. I did not install conan etc as shown on github, I just install plugin from cura marketplace. Uninstall plugin works, after you choose another infill (e.g. grid) as it will show blank infill type as plugin infill has been removed. here is logs |
logs after infill plugin removed |
@firepower9966 thanks for sharing the logs.
Which is an indication that you're running an 'older' Linux version. Unfortunately there is no clear cut solution for this, apart from us gracefully disabling the plugin and warning the User that it won't run on their computer. Alternatively we could try to set the You could try upgrading your system to a system with an higher glibc library |
I am using Linux Mint 21.2 and my version is GLIBCXX_3.4.30 |
I'm running the latest version of Linux Mint, and I have the same problem with the plugin |
Lastest stable Slackware 15.0 also have maximum GLIBCXX_3.4.29 |
Error is reproducible, if I uninstall Plagin, Sclice works again. Ubuntu 22.04.3 LTS with UltiMaker-Cura-5.5.0-linux-X64.AppImage |
Also had this problem on KDE neon (ubuntu based). The fix is to update libcxx as described in https://stackoverflow.com/a/77075793 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --only-upgrade libstdc++6 |
I use Linux Kubuntu 22.04.LTS I also got the error message after slicing. After updating with: I no longer had an error message when slicing. Many thanks to frmdstryr for the tip Thanks for that. |
Cura 5.5 linux, fails to slice if plugin installed.
uninstall plugin it slices as normal.
Cura 5.5 Win10 slices normaly with plugin installed.
The text was updated successfully, but these errors were encountered: