-
Specs:
Steps:
Error:
I did cleanup and rebuild couple of times just to make sure and I do get the same error. I thought it might be something with gtk so I deleted all the config files for gtk3/4 from ~/.config and set the KDE Plasma application style for gnome/gtk to adwaita but that didn't help. Tried to look up GObject in the codebase thinking I might get a clue but I dont know a thing about zig or gtk lol. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 25 replies
-
Just in case I tried v1.0.0 build as well, it has same the error. Had the issue on latest main Bonus question: Why this was moved from issue to discussion? |
Beta Was this translation helpful? Give feedback.
-
Hello, I have probably the same issue here. Window gets displayed for a millisecond and crashes. Machine specs:
To install Ghostty I cloned the repo, switched to v1.0.0 and build with Logs provided in the attachments. Can also provide a Crashreport if needed. Not sure what causes the issue (probably Nvidia GPU, since mine is pretty old). Also tested with both Hyprland and Gnome, same issue. Any help would be appreciated, thanks. |
Beta Was this translation helpful? Give feedback.
-
I tried building and running without the optimization to get more info.
I double checked the libs its referencing and they all seem to be installed correctly. |
Beta Was this translation helpful? Give feedback.
-
Upd: just build with Getting the same error on Debian sid. For folks running Debian sid the workaround is the following:
Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Great work on resolving this @Fil0sOFF! Could you please update your original message with |
Beta Was this translation helpful? Give feedback.
-
Also Debian trixie here, but with wayland. The strange thing for me is that I was able to compile Ghostty and use it, and still even have a couple windows open and working. Spawning new ones crash with this error. Recompiling and launching still does. Going to try to compile with |
Beta Was this translation helpful? Give feedback.
Upd: just build with
-fsys=fontconfig
parameterGetting the same error on Debian sid.
Tried
git bisect
ing to find last good commit (i remember building and running it successfully a month ago) with no luck.So the next thing to try was downgrading system packages.
Downgrading gtk-4 libs did nothing.
Downgrading Pango libs (from 1.55.0+ds-3 to 1.54.0+ds-3) helped though.
For folks running Debian sid the workaround is the following: