buzz icon indicating copy to clipboard operation
buzz copied to clipboard

Buzz crash at startup

Open pums974 opened this issue 2 years ago • 4 comments

I downloaded the latest version v0.8.1 Extracted everything, and when running from the terminal I got :

[497805] PyInstaller Bootloader 5.x
[497805] LOADER: executable is /home/pums974/Downloads/Buzz/Buzz
[497805] LOADER: homepath is /home/pums974/Downloads/Buzz
[497805] LOADER: _MEIPASS2 is NULL
[497805] LOADER: archivename is /home/pums974/Downloads/Buzz/Buzz
[497805] LOADER: Cookie found at offset 0xE65467
[497805] LOADER: No need to extract files to run; setting up environment and restarting bootloader...
[497805] LOADER: LD_LIBRARY_PATH=/home/pums974/Downloads/Buzz
[497805] PyInstaller Bootloader 5.x
[497805] LOADER: executable is /home/pums974/Downloads/Buzz/Buzz
[497805] LOADER: homepath is /home/pums974/Downloads/Buzz
[497805] LOADER: _MEIPASS2 is /home/pums974/Downloads/Buzz
[497805] LOADER: archivename is /home/pums974/Downloads/Buzz/Buzz
[497805] LOADER: Cookie found at offset 0xE65467
[497805] LOADER: Already in the child - running user's code.
[497805] LOADER: Python library: /home/pums974/Downloads/Buzz/libpython3.10.so.1.0
[497805] LOADER: Loaded functions from Python library.
[497805] LOADER: Manipulating environment (sys.path, sys.prefix)
[497805] LOADER: sys.prefix is /home/pums974/Downloads/Buzz
[497805] LOADER: Pre-init sys.path is /home/pums974/Downloads/Buzz/base_library.zip:/home/pums974/Downloads/Buzz/lib-dynload:/home/pums974/Downloads/Buzz
[497805] LOADER: Setting runtime options
[497805] LOADER: Initializing python
[497805] LOADER: Overriding Python's sys.path
[497805] LOADER: Post-init sys.path is /home/pums974/Downloads/Buzz/base_library.zip:/home/pums974/Downloads/Buzz/lib-dynload:/home/pums974/Downloads/Buzz
[497805] LOADER: Setting sys.argv
[497805] LOADER: setting sys._MEIPASS
[497805] LOADER: importing modules from CArchive
[497805] LOADER: extracted struct
[497805] LOADER: running unmarshalled code object for struct...
[497805] LOADER: extracted pyimod01_archive
[497805] LOADER: running unmarshalled code object for pyimod01_archive...
[497805] LOADER: extracted pyimod02_importers
[497805] LOADER: running unmarshalled code object for pyimod02_importers...
[497805] LOADER: extracted pyimod03_ctypes
[497805] LOADER: running unmarshalled code object for pyimod03_ctypes...
[497805] LOADER: Installing PYZ archive with Python modules.
[497805] LOADER: PYZ archive: PYZ-00.pyz
[497805] LOADER: Running pyiboot01_bootstrap.py
[497805] LOADER: Running pyi_rth_inspect.py
[497805] LOADER: Running pyi_rth_pkgutil.py
[497805] LOADER: Running pyi_rth_pkgres.py
[497805] LOADER: Running pyi_rth_setuptools.py
[497805] LOADER: Running pyi_rth__tkinter.py
[497805] LOADER: Running pyi_rth_pyqt6.py
[497805] LOADER: Running pyi_rth_multiprocessing.py
[497805] LOADER: Running main.py

(Buzz:497805): GLib-GIO-ERROR **: 15:50:00.989: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
[1]    497805 trace trap (core dumped)  ./Buzz

My OS is an up to date ArchLinux, I'm using gnome+wayland with an NVIDIA T600 Laptop GPU

pums974 avatar May 26 '23 13:05 pums974

I confirm this issue (same error message), I am on Debian sid, with an Intel Core i3 CPU with integrated graphics.

prog-amateur2 avatar May 27 '23 17:05 prog-amateur2

Same, everytthing up to date here, even install additionnal libs to test

ripgrep gave image

in libgdk-3.so.0 : image

image

you can see the part about WAYLAND, are you on wayland too @prog-amateur2 and @pums974 ?

nothing in the other files

On Ubuntu 23.04

image

so in org.gnome.settings-daemon.plugins.xsettings.gschema.xml :

image

as you can see, it looks deprecated for me, can you check too ?

Don't want to look for a workaround since it's a fresh install with a specific purpose

Thanks all

(fr si besoin)

Mispille avatar Jun 12 '23 16:06 Mispille

Yes, I'm using wayland too

pums974 avatar Jun 13 '23 19:06 pums974

On fedora 38 fresh install , nvidia 3060, wayland:

$ gsettings list-recursively | fzf gave :

org.gnome.desktop.interface font-antialiasing 'grayscale'

How could we help so the library looks for this key instead ? I could do a pull request but I don't know where to look for this behavior

@pums974 As-tu la même clé dans gsettings ?

Mispille avatar Jun 16 '23 11:06 Mispille

Latest development version has a lot of improvements for Linux, also works on wayland, tested on Ubuntu 24.04. To install it use sudo snap install buzz --channel latest/edge or see notes here on how to run it locally https://github.com/chidiwilliams/buzz/blob/main/CONTRIBUTING.md

raivisdejus avatar Jun 16 '24 08:06 raivisdejus