Skip to content
MackBambu edited this page Aug 11, 2025 · 5 revisions

The AppImage fails to start and shows the error: "invalid (NULL) pointer instance"

Try deleting the configuration files in the user directory at $HOME/.config/BambuStudio

How to support libwebkit4.1gtk ?

When building on Ubuntu 24.04, if libwebkit4.1gtk-dev is detected, wxWidgets will automatically depend on libwebkit4.1. On Ubuntu 22.04, if libwebkit4.0gtk-dev is detected, it will depend on libwebkit4.0. BambuStudio_ubuntu-20.04_PR-xxxx.zip support libwebkit4.0 BambuStudio_ubuntu-24.04_PR-xxxx.zip support libwebkit4.1

Error message: "Compatibility with CMake < 3.5 has been removed from CMake."

add -DCMAKE_POLICY_VERSION_MINIMUM=3.5

Clone this wiki locally