-
Notifications
You must be signed in to change notification settings - Fork 343
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
assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed #2479
Comments
update: after |
I have the same issue using Bambu_Studio_linux_ubuntu-v01.07.04.52.AppImage |
I am having the same issue |
Same with 1.7.7.89. Removing
|
Same here |
which OS are you using @noisersup @Achllle @randerzander @viveksood97 ? wad the homepage shown when crashed? thanks |
I'm on Ubuntu 22.04. The app does not launch, only the following message is shown:
Once you select 'yes', it crashes. |
@Achllle It's basically crashing as soon as the dialog closes and bambu-studio tries to start doing EGL/OpenGL graphical rendering Can you run gdb and check if you're also seg-faulting on this function on ImFont::CalcTextSizeA like I am seeing on NixOS: # Open a gnome-terminal, konsole or xterm
sudo apt install -y gdb # Install GNU Debugger
echo -e "run\nbt\n\n" | LC_ALL=C gdb bambu-studio # Run bambu-studio inside GDB and dump the backtrace NOTE: You might have to change bambu-studio to be the path to your AppImage or where-ever you're running it from |
@Achllle the problem I described with EGL/OpenGL has been resolved in the NixOS's bambu-studio PR based on some fixes upstream in prusa slicer to do with overriding the defaults for wgtk3.1... No idea if that was your issue though, as you didn't reply. 😆 |
This issue has been marked as inactive due to no response for 90 days. |
Hello guys, Do you still has this issue? |
I came across the same error today and the root cause was an empty To reproduce: mv BambuStudio.conf BambuStudio.conf.bak
touch BambuStudio.conf
bambu-studio
|
I'm having this issue with the latest flatpak.
|
You can try deleting the configuration file, as it might be failing to read due to an error in the file. |
I have tried deleting the config file, no luck. |
I believe this is affecting me too. I have tried downgrading with no success so far. |
I have the same issue on debian 12 using sway without xwayland.
With xwayland (using Xorg) the problem disappears. |
I had the same issue and as others noted the fail message is unrelated to this fault. The failure to launch might be caused by a corrupted conf file. My hard drive was full and it failed to write the config so both of my BambuStudio.conf and network plugin conf files were corrupted. I deleted those files and everything started working again. If you are using a flatpak then you'll find the conf files in the below directory.
MackBambu noted the normal install config file location above. I would recommend better error handling of the config file being corrupted. Currently it seems to just fail silently. |
I was having this issue.
Bambu studio now launches while I have only standard user level privaleges as expected, with only the usual amount of gtk critical warnings. :) Hope this was helpful! |
Bambu Studio Version
Bambu_Studio_linux_ubuntu-v01.07.04.52_538e9789b3d4e6c6dfd560cdb229231e.AppImage
Where is the application from?
Bambu Lab github releases
OS version
DISTRIB_ID="ManjaroLinux" DISTRIB_RELEASE="23.0.0" DISTRIB_CODENAME="Uranos" DISTRIB_DESCRIPTION="Manjaro Linux"
Additional system information
Linux ird-ms7a40 6.1.49-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sun Aug 27 23:08:04 UTC 2023 x86_64 GNU/Linux
Printer
p1p
How to reproduce
Actual results
error result in current user:

with sudo have some error printing but working fine:

Expected results
like with sudo
Project file & Debug log uploads
[2023-09-08 01:14:58.133203] [0x00007fabedef7480] [trace] Initializing StaticPrintConfigs
add font of HarmonyOS_Sans_SC_Bold returns 1
add font of HarmonyOS_Sans_SC_Regular returns 1
(process:31433): GLib-GObject-CRITICAL **: 01:14:58.280: invalid (NULL) pointer instance
(process:31433): GLib-GObject-CRITICAL **: 01:14:58.281: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Checklist of files to include
The text was updated successfully, but these errors were encountered: