Thanks for the feedback sharing the solutions for those messages.
I was experiencing the 'pixman_region32_init_rect' issue as well.
Those annoying Gtk-WARNINGs are not privilege of Wings3D app. There are other apps as far as I could find. It's related to the linux distro theme, so it's something we can do nothing about.
Summary:
Wings3D hard crash - on start - with the message in the log:
Failed to load NIF library /root/wings-2.2.8/lib/wx-2.1.1/priv/wxe_driver: 'libwx_gtk3u_webview-3.0.so.0: cannot open shared object file: No such file or directory'
Fixed with: apt install libwxgtk-webview3.0-gtk3-dev
Wings3D starting, but reporting the warning bellow on console log:
(Erlang:7530): dbind-WARNING **: 23:45:39.852: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
Fixed with: apt install at-spi2-core
Wings3D starting, but reporting the pixman error bellow on console log:
In pixman_region32_init_rect: Invalid rectangle passed Set a breakpoint on '_pixman_log_error' to debug
Fixed with: apt install libfcft3
I was experiencing the 'pixman_region32_init_rect' issue as well.
Those annoying Gtk-WARNINGs are not privilege of Wings3D app. There are other apps as far as I could find. It's related to the linux distro theme, so it's something we can do nothing about.
Summary:
Wings3D hard crash - on start - with the message in the log:
Failed to load NIF library /root/wings-2.2.8/lib/wx-2.1.1/priv/wxe_driver: 'libwx_gtk3u_webview-3.0.so.0: cannot open shared object file: No such file or directory'
Fixed with: apt install libwxgtk-webview3.0-gtk3-dev
Wings3D starting, but reporting the warning bellow on console log:
(Erlang:7530): dbind-WARNING **: 23:45:39.852: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
Fixed with: apt install at-spi2-core
Wings3D starting, but reporting the pixman error bellow on console log:
In pixman_region32_init_rect: Invalid rectangle passed Set a breakpoint on '_pixman_log_error' to debug
Fixed with: apt install libfcft3