Did the same with starting from the command line as in the video and for it immediately crashed with:
$ /opt/art-1.24.5/ART
Gtk-Message: 16:38:01.566: Failed to load module "canberra-gtk-module"
/usr/lib64/libproxy/libpxbackend-1.0.so: undefined symbol: g_strv_builder_unref
Failed to load module: /tmp/tmp.19bSg8bYY4-ART/ART/lib/gio/modules/libgiolibproxy.so
/opt/art-1.24.5/ART: line 22: 26637 Segmentation fault (core dumped) "$d/ART.bin" "$@"
libcanberra-gtk is installed:
zypper if libcanberra-gtk-module-common
Loading repository data...
Reading installed packages...
Information for package libcanberra-gtk-module-common:
------------------------------------------------------
Repository : Main Repository
Name : libcanberra-gtk-module-common
Version : 0.30-150600.21.3
Arch : x86_64
Vendor : SUSE LLC <https://www.suse.com/>
Installed Size : 369 B
Installed : Yes (automatically)
Status : up-to-date
Source package : libcanberra-0.30-150600.21.3.src
Upstream URL : http://0pointer.de/lennart/projects/libcanberra
Summary : Portable sound event library -- Common Files for GTK+ Modules
Description :
libcanberra is an implementation of the XDG Sound Theme and Name
Specifications, for generating event sounds on free desktops, such
as GNOME. It comes with several backends (ALSA, PulseAudio, null)
and is designed to be portable.
This package contains files common to both the GTK+ 2 and GTK+ 3
modules.
same for: libpxbackend
zypper if libpxbackend-1_0
Loading repository data...
Reading installed packages...
Information for package libpxbackend-1_0:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libpxbackend-1_0
Version : 0.5.3-150600.4.3.2
Arch : x86_64
Vendor : SUSE LLC <https://www.suse.com/>
Installed Size : 45.9 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : libproxy-backend-0.5.3-150600.4.3.2.src
Upstream URL : http://libproxy.github.io/libproxy/
Summary : Backend library for libproxy, handles plugin loading
Description :
libproxy is a library that provides automatic proxy configuration
management.
Proxy autoconfiguration (PAC) requires JavaScript (which most
applications do not have), and determing the PAC script location
requires a WPAD protocol implementation, which complicates proxy
support. libproxy exists to abstract this issue and provides
an answer how to reach a certain network resource.
Thanks for the test-build. Getting the same crash as fast as in the regular release, just without the “pixman” error messages in the terminal. (Pretty much same output like Syv)
Good, as that’s what the change was supposed to address. As for the other output, I suspect the binary build is not as self-contained as I thought. What linux distribution and version are you running?
apostel338@linux:~> ART
*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on '_pixman_log_error' to debug
Speicherzugriffsfehler (Speicherabzug geschrieben)
apostel338@linux:~>
Also installed the debuginfo, maybe there is something usefull.