box64 icon indicating copy to clipboard operation
box64 copied to clipboard

Spotify unable to load due to missing lib

Open coreybruce opened this issue 4 years ago • 9 comments

[corey@corey-pi4 ~]$ spotify
Box64 with Dynarec v0.1.3 acc3ed8 built on Jul 10 2021 22:20:55
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 51 Env var
Looking for /usr/bin/spotify
Using native(wrapped) libm.so.6
Using native(wrapped) libasound.so.2
Using native(wrapped) libdl.so.2
Using native(wrapped) libcurl-gnutls.so.4
Using emulated /opt/spotify/libcef.so
Using native(wrapped) libz.so.1
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Error loading needed lib libglib-2.0.so.0
Error loading one of needed lib
Error: loading needed libs in elf /usr/bin/spotify

coreybruce avatar Jul 10 '21 12:07 coreybruce

here is my attempt at compiling a bunch of x64 libraries from packages.ubuntu.com (including libglib-2.0.so.0):

http://stormyknight.xyz/x64_libs.7z

ensure p7zip is installed when extracting the archive.

After the archive is extracted, before running spotify, run this command:

export BOX64_LD_LIBRARY_PATH=/path/to/extracted/x64/libs

make sure to replace "path/to/extracted/x64/libs" with the actual path to the x64_libs folder extracted from the above archive.

then try running spotify

stormchaser3000 avatar Jul 10 '21 15:07 stormchaser3000

This is where I got doing that, sadly it ended up core dumping but it's progress!

[corey@corey-pi4 ~]$ export BOX64_LD_LIBRARY_PATH=/home/corey/x64_libs
[corey@corey-pi4 ~]$ spotify
Box64 with Dynarec v0.1.3 acc3ed8 built on Jul 10 2021 22:20:55
BOX64_LD_LIBRARY_PATH: /home/corey/x64_libs/
Using default BOX64_PATH: ./:bin/
Counted 51 Env var
Looking for /usr/bin/spotify
Using native(wrapped) libm.so.6
Using native(wrapped) libasound.so.2
Using native(wrapped) libdl.so.2
Using native(wrapped) libcurl-gnutls.so.4
Using emulated /opt/spotify/libcef.so
Using native(wrapped) libz.so.1
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using emulated /home/corey/x64_libs/libglib-2.0.so.0
Using emulated /home/corey/x64_libs/libgtk-3.so.0
Using emulated /home/corey/x64_libs/libgdk-3.so.0
Using native(wrapped) libatk-1.0.so.0
Using emulated /home/corey/x64_libs/libgio-2.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using emulated /home/corey/x64_libs/libgobject-2.0.so.0
Using emulated /home/corey/x64_libs/libffi.so.8
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Error initializing native libpcre.so.3 (last dlerror is libpcre.so.3: cannot open shared object file: No such file or directory)
Using emulated /home/corey/x64_libs/libpcre.so.3
Using emulated /home/corey/x64_libs/libgdk_pixbuf-2.0.so.0
Using emulated /home/corey/x64_libs/libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using emulated /home/corey/x64_libs/libnss3.so
Using emulated /home/corey/x64_libs/libnssutil3.so
Using emulated /home/corey/x64_libs/libsmime3.so
Using emulated /home/corey/x64_libs/libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libX11-xcb.so.1
Using native(wrapped) libexpat.so.1
Using emulated /home/corey/x64_libs/libdrm.so.2
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using emulated /home/corey/x64_libs/libgbm.so.1
Using native(wrapped) libcups.so.2
Using native(wrapped) libatspi.so.0
Using emulated /home/corey/x64_libs/libplc4.so
Using emulated /home/corey/x64_libs/libplds4.so
Using emulated /home/corey/x64_libs/libgmodule-2.0.so.0
Using emulated /home/corey/x64_libs/libmount.so.1
Using emulated /home/corey/x64_libs/libselinux.so.1
Using native(wrapped) libresolv.so.2
Using emulated /home/corey/x64_libs/libblkid.so.1
Using emulated /home/corey/x64_libs/libpcre2-8.so.0
Using emulated /home/corey/x64_libs/libwayland-server.so.0
Error: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffffa1d3ede8 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffffa1d3edf0 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffffa1d3ee00 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffffa1d3edf8 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol httpConnect2 not found, cannot apply R_X86_64_GLOB_DAT @0xffffa1d4c7e0 ((nil)) in /opt/spotify/libcef.so
Using native(wrapped) libXi.so.6
Using emulated /home/corey/x64_libs/libepoxy.so.0
Using emulated /home/corey/x64_libs/libfribidi.so.0
Using native(wrapped) libpangoft2-1.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libfreetype.so.6
Using emulated /home/corey/x64_libs/libharfbuzz.so.0
Using native(wrapped) libXinerama.so.1
Using native(wrapped) libXcursor.so.1
Using emulated /home/corey/x64_libs/libwayland-cursor.so.0
Using emulated /home/corey/x64_libs/libwayland-egl.so.1
Using emulated /home/corey/x64_libs/libwayland-client.so.0
Error: Global Symbol cairo_device_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffffa38cdf58 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_scaled_font_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffffa38cdf80 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_region_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffffa38cdf88 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_font_face_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffffa38cdf98 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_scaled_font_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffffa38cdfa0 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_font_face_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffffa38cdfc0 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_region_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffffa38cdfd0 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_device_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffffa38cdfe8 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Using emulated /home/corey/x64_libs/libgraphite2.so.3
Error: Global Symbol atk_misc_instance not found, cannot apply R_X86_64_GLOB_DAT @0xffff97d85ef8 ((nil)) in /home/corey/x64_libs/libgtk-3.so.0
Error: Global Symbol cairo_region_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffff97d85f50 ((nil)) in /home/corey/x64_libs/libgtk-3.so.0
Box64 with Dynarec v0.1.3 acc3ed8 built on Jul 10 2021 22:20:55
BOX64_LD_LIBRARY_PATH: /home/corey/x64_libs/
Using default BOX64_PATH: ./:bin/
Counted 51 Env var
Looking for /opt/spotify/spotify
argv[1]="--type=zygote"
argv[2]="--no-zygote-sandbox"
argv[3]="--no-sandbox"
argv[4]="--log-file=/opt/spotify/debug.log"
argv[5]="--log-severity=disable"
argv[6]="--product-version=Chrome/87.0.4280.141 Spotify/1.1.56.595"
argv[7]="--lang=en"
Box64 with Dynarec v0.1.3 acc3ed8 built on Jul 10 2021 22:20:55
BOX64_LD_LIBRARY_PATH: /home/corey/x64_libs/
Using default BOX64_PATH: ./:bin/
Counted 51 Env var
Looking for /opt/spotify/spotify
argv[1]="--type=zygote"
argv[2]="--no-sandbox"
argv[3]="--log-file=/opt/spotify/debug.log"
argv[4]="--log-severity=disable"
argv[5]="--product-version=Chrome/87.0.4280.141 Spotify/1.1.56.595"
argv[6]="--lang=en"
Using native(wrapped) libm.so.6
Using native(wrapped) libasound.so.2
Using native(wrapped) libdl.so.2
Using native(wrapped) libcurl-gnutls.so.4
Using native(wrapped) libm.so.6
Using native(wrapped) libasound.so.2
Using native(wrapped) libdl.so.2
Using native(wrapped) libcurl-gnutls.so.4
Using emulated /opt/spotify/libcef.so
Using native(wrapped) libz.so.1
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using emulated /home/corey/x64_libs/libglib-2.0.so.0
Using emulated /opt/spotify/libcef.so
Using native(wrapped) libz.so.1
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using emulated /home/corey/x64_libs/libglib-2.0.so.0
Using emulated /home/corey/x64_libs/libgtk-3.so.0
Using emulated /home/corey/x64_libs/libgdk-3.so.0
Using native(wrapped) libatk-1.0.so.0
Using emulated /home/corey/x64_libs/libgio-2.0.so.0
Using emulated /home/corey/x64_libs/libgtk-3.so.0
Using emulated /home/corey/x64_libs/libgdk-3.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using emulated /home/corey/x64_libs/libgobject-2.0.so.0
Using emulated /home/corey/x64_libs/libffi.so.8
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Error initializing native libpcre.so.3 (last dlerror is libpcre.so.3: cannot open shared object file: No such file or directory)
Using emulated /home/corey/x64_libs/libgio-2.0.so.0
Using emulated /home/corey/x64_libs/libpcre.so.3
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using emulated /home/corey/x64_libs/libgobject-2.0.so.0
Using emulated /home/corey/x64_libs/libffi.so.8
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Error initializing native libpcre.so.3 (last dlerror is libpcre.so.3: cannot open shared object file: No such file or directory)
Using emulated /home/corey/x64_libs/libpcre.so.3
Using emulated /home/corey/x64_libs/libgdk_pixbuf-2.0.so.0
Using emulated /home/corey/x64_libs/libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using emulated /home/corey/x64_libs/libnss3.so
Using emulated /home/corey/x64_libs/libnssutil3.so
Using emulated /home/corey/x64_libs/libsmime3.so
Using emulated /home/corey/x64_libs/libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libX11-xcb.so.1
Using native(wrapped) libexpat.so.1
Using emulated /home/corey/x64_libs/libdrm.so.2
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libXcomposite.so.1
Using emulated /home/corey/x64_libs/libgdk_pixbuf-2.0.so.0
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using emulated /home/corey/x64_libs/libcairo-gobject.so.2
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using native(wrapped) libcairo.so.2
Using emulated /home/corey/x64_libs/libgbm.so.1
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using emulated /home/corey/x64_libs/libnss3.so
Using emulated /home/corey/x64_libs/libnssutil3.so
Using emulated /home/corey/x64_libs/libsmime3.so
Using emulated /home/corey/x64_libs/libnspr4.so
Using native(wrapped) libcups.so.2
Using native(wrapped) libatspi.so.0
Using emulated /home/corey/x64_libs/libplc4.so
Using emulated /home/corey/x64_libs/libplds4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libX11-xcb.so.1
Using native(wrapped) libexpat.so.1
Using emulated /home/corey/x64_libs/libdrm.so.2
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using emulated /home/corey/x64_libs/libgbm.so.1
Using native(wrapped) libcups.so.2
Using native(wrapped) libatspi.so.0
Using emulated /home/corey/x64_libs/libplc4.so
Using emulated /home/corey/x64_libs/libplds4.so
Using emulated /home/corey/x64_libs/libgmodule-2.0.so.0
Using emulated /home/corey/x64_libs/libmount.so.1
Using emulated /home/corey/x64_libs/libselinux.so.1
Using native(wrapped) libresolv.so.2
Using emulated /home/corey/x64_libs/libblkid.so.1
Using emulated /home/corey/x64_libs/libpcre2-8.so.0
Using emulated /home/corey/x64_libs/libgmodule-2.0.so.0
Using emulated /home/corey/x64_libs/libmount.so.1
Using emulated /home/corey/x64_libs/libselinux.so.1
Using native(wrapped) libresolv.so.2
Using emulated /home/corey/x64_libs/libblkid.so.1
Using emulated /home/corey/x64_libs/libpcre2-8.so.0
Using emulated /home/corey/x64_libs/libwayland-server.so.0
Error: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffff95149de8 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffff95149df0 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffff95149e00 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffff95149df8 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol httpConnect2 not found, cannot apply R_X86_64_GLOB_DAT @0xffff951577e0 ((nil)) in /opt/spotify/libcef.so
Using emulated /home/corey/x64_libs/libwayland-server.so.0
Error: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffff80a6dde8 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffff80a6ddf0 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffff80a6de00 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffff80a6ddf8 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol httpConnect2 not found, cannot apply R_X86_64_GLOB_DAT @0xffff80a7b7e0 ((nil)) in /opt/spotify/libcef.so
Using native(wrapped) libXi.so.6
Using emulated /home/corey/x64_libs/libepoxy.so.0
Using emulated /home/corey/x64_libs/libfribidi.so.0
Using native(wrapped) libpangoft2-1.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libfreetype.so.6
Using emulated /home/corey/x64_libs/libharfbuzz.so.0
Using native(wrapped) libXinerama.so.1
Using native(wrapped) libXcursor.so.1
Using emulated /home/corey/x64_libs/libwayland-cursor.so.0
Using emulated /home/corey/x64_libs/libwayland-egl.so.1
Using emulated /home/corey/x64_libs/libwayland-client.so.0
Error: Global Symbol cairo_device_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffff96cd8f58 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_scaled_font_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffff96cd8f80 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_region_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffff96cd8f88 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_font_face_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffff96cd8f98 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_scaled_font_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffff96cd8fa0 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_font_face_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffff96cd8fc0 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_region_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffff96cd8fd0 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_device_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffff96cd8fe8 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Using native(wrapped) libXi.so.6
Using emulated /home/corey/x64_libs/libepoxy.so.0
Using emulated /home/corey/x64_libs/libfribidi.so.0
Using native(wrapped) libpangoft2-1.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libfreetype.so.6
Using emulated /home/corey/x64_libs/libharfbuzz.so.0
Using native(wrapped) libXinerama.so.1
Using native(wrapped) libXcursor.so.1
Using emulated /home/corey/x64_libs/libwayland-cursor.so.0
Using emulated /home/corey/x64_libs/libwayland-egl.so.1
Using emulated /home/corey/x64_libs/libwayland-client.so.0
Error: Global Symbol cairo_device_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffff825fcf58 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_scaled_font_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffff825fcf80 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_region_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffff825fcf88 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_font_face_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffff825fcf98 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_scaled_font_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffff825fcfa0 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_font_face_reference not found, cannot apply R_X86_64_GLOB_DAT @0xffff825fcfc0 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_region_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffff825fcfd0 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Error: Global Symbol cairo_device_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffff825fcfe8 ((nil)) in /home/corey/x64_libs/libcairo-gobject.so.2
Using emulated /home/corey/x64_libs/libgraphite2.so.3
Error: Global Symbol atk_misc_instance not found, cannot apply R_X86_64_GLOB_DAT @0xffff8b190ef8 ((nil)) in /home/corey/x64_libs/libgtk-3.so.0
Error: Global Symbol cairo_region_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffff8b190f50 ((nil)) in /home/corey/x64_libs/libgtk-3.so.0
Using emulated /home/corey/x64_libs/libgraphite2.so.3
Error: Global Symbol atk_misc_instance not found, cannot apply R_X86_64_GLOB_DAT @0xffff76ab4ef8 ((nil)) in /home/corey/x64_libs/libgtk-3.so.0
Error: Global Symbol cairo_region_destroy not found, cannot apply R_X86_64_GLOB_DAT @0xffff76ab4f50 ((nil)) in /home/corey/x64_libs/libgtk-3.so.0
Error: PltResolver: Symbol initstate_r(ver 2: initstate_r@GLIBC_2.2.5) not found, cannot apply R_X86_64_JUMP_SLOT 0xffffa1d60398 (0xffffa16a6596) in /opt/spotify/libcef.so
Stop waiting for remaining thread 91620
Stop waiting for remaining thread 91625
Stop waiting for remaining thread 91626
Stop waiting for remaining thread 91627
Aborted (core dumped)

coreybruce avatar Jul 10 '21 17:07 coreybruce

GTK2 is wrapped now, can you retry with an updated box64?

ptitSeb avatar Sep 18 '21 19:09 ptitSeb

Thanks @ptitSeb for your amazing work! I installed Box64 about ~5h ago, so I should have the latest version. I also tried installing Spotify and found this thread. This is what I got (on a Pinebook Pro):

> export BOX64_LD_LIBRARY_PATH=/home/gian/.x64_libs && spotify

Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL PageSize:4096
Box64 with Dynarec v0.1.5 6f92db5 built on Sep 19 2021 03:23:07
BOX64_LD_LIBRARY_PATH: /home/gian/.x64_libs/
Using default BOX64_PATH: ./:bin/
Counted 52 Env var
Looking for /usr/bin/spotify
Using native(wrapped) libm.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libasound.so.2
Using emulated /home/gian/.x64_libs/libatomic.so.1
Using native(wrapped) libcurl-gnutls.so.4
Using emulated /usr/share/spotify/libcef.so
Using native(wrapped) libz.so.1
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libglib-2.0.so.0
Using emulated /home/gian/.x64_libs/libgtk-3.so.0
Using emulated /home/gian/.x64_libs/libgdk-3.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using emulated /home/gian/.x64_libs/libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using emulated /home/gian/.x64_libs/libdrm.so.2
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using emulated /home/gian/.x64_libs/libgbm.so.1
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libatspi.so.0
Using native(wrapped) libcups.so.2
Using emulated /home/gian/.x64_libs/libxshmfence.so.1
Using emulated /home/gian/.x64_libs/libwayland-server.so.0
Using emulated /home/gian/.x64_libs/libffi.so.7
Using native(wrapped) libXi.so.6
Using emulated /home/gian/.x64_libs/libepoxy.so.0
Using emulated /home/gian/.x64_libs/libfribidi.so.0
Using native(wrapped) libpangoft2-1.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libfreetype.so.6
Using emulated /home/gian/.x64_libs/libharfbuzz.so.0
Using native(wrapped) libXinerama.so.1
Using native(wrapped) libXcursor.so.1
Using emulated /home/gian/.x64_libs/libwayland-cursor.so.0
Using emulated /home/gian/.x64_libs/libwayland-egl.so.1
Using emulated /home/gian/.x64_libs/libwayland-client.so.0
Using emulated /home/gian/.x64_libs/libgraphite2.so.3
Error: Global Symbol g_action_group_action_added not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f13cba0 ((nil)) in /home/gian/.x64_libs/libgtk-3.so.0
Error: Global Symbol g_action_group_action_removed not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f13cbc0 ((nil)) in /home/gian/.x64_libs/libgtk-3.so.0
Error: Global Symbol g_action_group_action_enabled_changed not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f13cc20 ((nil)) in /home/gian/.x64_libs/libgtk-3.so.0
Error: Global Symbol g_action_group_action_state_changed not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f13cdb0 ((nil)) in /home/gian/.x64_libs/libgtk-3.so.0
Error: Global Symbol g_param_spec_types not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f13ce98 ((nil)) in /home/gian/.x64_libs/libgtk-3.so.0
Error: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffff89d78650 ((nil)) in /usr/share/spotify/libcef.so
Error: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffff89d78658 ((nil)) in /usr/share/spotify/libcef.so
Error: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffff89d78660 ((nil)) in /usr/share/spotify/libcef.so
Error: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffff89d78668 ((nil)) in /usr/share/spotify/libcef.so
Ask to run at NULL, quit silently
Ask to run at NULL, quit silently
Error: PltResolver: Symbol xcb_poll_for_reply(ver 1: xcb_poll_for_reply) not found, cannot apply R_X86_64_JUMP_SLOT 0xffff89d9bfa8 (0xffff8967baa6) in /usr/share/spotify/libcef.so
Stop waiting for remaining thread 32760
Stop waiting for remaining thread 32791
Stop waiting for remaining thread 32794
Stop waiting for remaining thread 32795
Stop waiting for remaining thread 32796
Stop waiting for remaining thread 32797
Stop waiting for remaining thread 32798
[1]    32758 abort (core dumped)  spotify

gian-reto avatar Sep 19 '21 04:09 gian-reto

@ptitSeb Thanks! The g_action_group_... errors are now gone, the other errors are still here:

❯ export BOX64_LD_LIBRARY_PATH=/home/gian/.x64_libs && spotify
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL PageSize:4096
Box64 with Dynarec v0.1.5 e08bdd6 built on Sep 20 2021 02:02:54
BOX64_LD_LIBRARY_PATH: /home/gian/.x64_libs/
Using default BOX64_PATH: ./:bin/
Counted 52 Env var
Looking for /usr/bin/spotify
Using native(wrapped) libm.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libasound.so.2
Using emulated /home/gian/.x64_libs/libatomic.so.1
Using native(wrapped) libcurl-gnutls.so.4
Using emulated /usr/share/spotify/libcef.so
Using native(wrapped) libz.so.1
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libglib-2.0.so.0
Using emulated /home/gian/.x64_libs/libgtk-3.so.0
Using emulated /home/gian/.x64_libs/libgdk-3.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using emulated /home/gian/.x64_libs/libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using emulated /home/gian/.x64_libs/libdrm.so.2
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using emulated /home/gian/.x64_libs/libgbm.so.1
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libatspi.so.0
Using native(wrapped) libcups.so.2
Using emulated /home/gian/.x64_libs/libxshmfence.so.1
Using emulated /home/gian/.x64_libs/libwayland-server.so.0
Using emulated /home/gian/.x64_libs/libffi.so.7
Using native(wrapped) libXi.so.6
Using emulated /home/gian/.x64_libs/libepoxy.so.0
Using emulated /home/gian/.x64_libs/libfribidi.so.0
Using native(wrapped) libpangoft2-1.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libfreetype.so.6
Using emulated /home/gian/.x64_libs/libharfbuzz.so.0
Using native(wrapped) libXinerama.so.1
Using native(wrapped) libXcursor.so.1
Using emulated /home/gian/.x64_libs/libwayland-cursor.so.0
Using emulated /home/gian/.x64_libs/libwayland-egl.so.1
Using emulated /home/gian/.x64_libs/libwayland-client.so.0
Using emulated /home/gian/.x64_libs/libgraphite2.so.3
Error: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffff9043f650 ((nil)) in /usr/share/spotify/libcef.so
Error: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffff9043f658 ((nil)) in /usr/share/spotify/libcef.so
Error: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffff9043f660 ((nil)) in /usr/share/spotify/libcef.so
Error: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffff9043f668 ((nil)) in /usr/share/spotify/libcef.so
Ask to run at NULL, quit silently
Ask to run at NULL, quit silently
Error: PltResolver: Symbol g_settings_schema_source_get_default(ver 1: g_settings_schema_source_get_default) not found, cannot apply R_X86_64_JUMP_SLOT 0xffff90464210 (0xffff8fd44f76) in /usr/share/spotify/libcef.so
Stop waiting for remaining thread 3904
Stop waiting for remaining thread 3932
Stop waiting for remaining thread 3933
Stop waiting for remaining thread 3935
Stop waiting for remaining thread 3936
Stop waiting for remaining thread 3937
Stop waiting for remaining thread 3938
[1]    3902 abort (core dumped)  spotify

Edit: I also tried 1password, and it fails with pretty similar logs:

❯ 1password
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL PageSize:4096
Box64 with Dynarec v0.1.5 e08bdd6 built on Sep 20 2021 02:02:54
BOX64_LD_LIBRARY_PATH: /home/gian/.x64_libs/
Using default BOX64_PATH: ./:bin/
Counted 52 Env var
Looking for /usr/bin/1password
Using emulated /opt/1Password/libffmpeg.so
Using native(wrapped) libdl.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using emulated /home/gian/.x64_libs/libxshmfence.so.1
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libXau.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libdbus-1.so.3
Using emulated /home/gian/.x64_libs/libdrm.so.2
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using emulated /home/gian/.x64_libs/libgtk-3.so.0
Using emulated /home/gian/.x64_libs/libgdk-3.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXext.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using emulated /home/gian/.x64_libs/libgbm.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatspi.so.0
Using native(wrapped) libcups.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) librt.so.1
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libXi.so.6
Using emulated /home/gian/.x64_libs/libcairo-gobject.so.2
Using emulated /home/gian/.x64_libs/libepoxy.so.0
Using emulated /home/gian/.x64_libs/libfribidi.so.0
Using native(wrapped) libpangoft2-1.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libfreetype.so.6
Using emulated /home/gian/.x64_libs/libharfbuzz.so.0
Using native(wrapped) libXinerama.so.1
Using native(wrapped) libXcursor.so.1
Using emulated /home/gian/.x64_libs/libwayland-cursor.so.0
Using emulated /home/gian/.x64_libs/libwayland-egl.so.1
Using emulated /home/gian/.x64_libs/libwayland-client.so.0
Using emulated /home/gian/.x64_libs/libffi.so.7
Using emulated /home/gian/.x64_libs/libgraphite2.so.3
Using emulated /home/gian/.x64_libs/libwayland-server.so.0
Error: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffff8387e1a8 ((nil)) in /usr/bin/1password
Error: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffff8387e1b0 ((nil)) in /usr/bin/1password
Error: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffff8387e1b8 ((nil)) in /usr/bin/1password
Error: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffff8387e1c0 ((nil)) in /usr/bin/1password
Error: PltResolver: Symbol clone(ver 2: clone@GLIBC_2.2.5) not found, cannot apply R_X86_64_JUMP_SLOT 0xffff838812c0 (0xffff833aea96) in /usr/bin/1password
4151|SIGSEGV @0x9bf40930 (???(0x9bf40930)) (x64pc=0x9bbb40b3/???:"???", rsp=0xffff7b2e2810, stack=0xffff7aae8000:0xffff7b2e8000 own=(nil) fp=0xffff7b2e2818), for accessing 0x9bf40930 (code=2/prot=3), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil)
[1]    4151 segmentation fault (core dumped)  1password

gian-reto avatar Sep 20 '21 00:09 gian-reto

Is this progress using the same provided x64 libs above but using the newest box64?

coreybruce avatar Sep 21 '21 03:09 coreybruce

@coreybruce I used the same libs as in my first test, but I didn't download them from stormyknight.xyz because I had already extracted my own!

gian-reto avatar Sep 21 '21 06:09 gian-reto

any progress on this?

treeshateorcs avatar Sep 02 '22 20:09 treeshateorcs

no, not yet

ptitSeb avatar Sep 03 '22 07:09 ptitSeb

Error: PltResolver: Symbol g_settings_schema_source_get_default(ver 1: g_settings_schema_source_get_default) not found, cannot apply R_X86_64_JUMP_SLOT 0xffff90464210 (0xffff8fd44f76) in /usr/share/spotify/libcef.so I was getting this error in zoom and found that if you use the x86_64 emulated libraries for BOX64_EMULATED_LIBS=libgmodule-2.0.so.0:libgobject-2.0.so.0:libgbm.so.1:libgio-2.0.so.0:libglib-2.0.so.0:libgthread-2.0.so.0 that you can get past it

theofficialgman avatar Nov 17 '22 23:11 theofficialgman

After using this env var BOX64_EMULATED_LIBS=libgmodule-2.0.so.0:libgobject-2.0.so.0:libgbm.so.1:libgio-2.0.so.0:libglib-2.0.so.0:libgthread-2.0.so.0 I'm getting the output below, but I'm not sure if this is device specific or not. It mentions something about a driver.

Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Cores:8
Params database has 14 entries
Box64 with Dynarec v0.2.1 53eee70c built on Jan  9 2023 16:36:24
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
BOX64 will force the used of emulated libs for libgmodule-2.0.so.0 libgobject-2.0.so.0 libgbm.so.1 libgio-2.0.so.0 libglib-2.0.so.0 libgthread-2.0.so.0 
Using default BOX64_PATH: ./:bin/
Counted 39 Env var
Looking for /usr/bin/spotify
Rename process to "spotify"
Using native(wrapped) libm.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatomic.so.1
Using native(wrapped) libcurl-gnutls.so.4
Using emulated /opt/spotify/libcef.so
Using native(wrapped) libz.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using emulated lib/libglib-2.0.so.0
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using emulated lib/libgobject-2.0.so.0
Using emulated lib/libgio-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using emulated lib/libffi.so.8
Using emulated lib/libpcre2-8.so.0
Error: Global Symbol close_range not found, cannot apply R_X86_64_GLOB_DAT @0xfffedd50cde8 ((nil)) in lib/libglib-2.0.so.0
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xfffedd50ce00 ((nil)) in lib/libglib-2.0.so.0
Using emulated lib/libgmodule-2.0.so.0
Using emulated lib/libmount.so.1
Using emulated lib/libblkid.so.1
Error: Global Symbol dn_expand not found, cannot apply R_X86_64_GLOB_DAT @0xfffed86419b0 ((nil)) in lib/libgio-2.0.so.0
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xfffed8642470 ((nil)) in lib/libgio-2.0.so.0
Error: Global Symbol res_nquery not found, cannot apply R_X86_64_GLOB_DAT @0xfffed8642608 ((nil)) in lib/libgio-2.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libcups.so.2
Using native(wrapped) libdrm.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using native(wrapped) libgbm.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libatspi.so.0
Warning: Global Symbol _ZN6tflite16UseGemmlowpOnX86Ev not found, cannot apply R_X86_64_GLOB_DAT @0xfffee89fbfd0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0xfffee89ffde8 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN3WTF16g_is_main_threadE not found, cannot apply R_X86_64_GLOB_DAT @0xfffee8a02290 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN4base8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0xfffee8a04950 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xfffee8a04a90 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xfffee8a04a98 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xfffee8a04aa0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xfffee8a04aa8 ((nil)) in /opt/spotify/libcef.so
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Cores:8
Params database has 14 entries
Box64 with Dynarec v0.2.1 53eee70c built on Jan  9 2023 16:36:24
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
BOX64 will force the used of emulated libs for libgmodule-2.0.so.0 libgobject-2.0.so.0 libgbm.so.1 libgio-2.0.so.0 libglib-2.0.so.0 libgthread-2.0.so.0 
Using default BOX64_PATH: ./:bin/
Counted 39 Env var
Looking for /opt/spotify/spotify
argv[1]="--type=zygote"
argv[2]="--no-sandbox"
argv[3]="--log-severity=disable"
argv[4]="--user-agent-product=Chrome/99.0.4844.84 Spotify/1.1.84.716"
argv[5]="--lang=en"
argv[6]="--user-data-dir=/home/benja/.config/spotify/User Data"
argv[7]="--log-file=/opt/spotify/debug.log"
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Cores:8
Params database has 14 entries
Box64 with Dynarec v0.2.1 53eee70c built on Jan  9 2023 16:36:24
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
BOX64 will force the used of emulated libs for libgmodule-2.0.so.0 libgobject-2.0.so.0 libgbm.so.1 libgio-2.0.so.0 libglib-2.0.so.0 libgthread-2.0.so.0 
Using default BOX64_PATH: ./:bin/
Counted 39 Env var
Looking for /opt/spotify/spotify
argv[1]="--type=zygote"
argv[2]="--no-zygote-sandbox"
argv[3]="--no-sandbox"
argv[4]="--log-severity=disable"
argv[5]="--user-agent-product=Chrome/99.0.4844.84 Spotify/1.1.84.716"
argv[6]="--lang=en"
argv[7]="--user-data-dir=/home/benja/.config/spotify/User Data"
argv[8]="--log-file=/opt/spotify/debug.log"
Rename process to "spotify"
Using native(wrapped) libm.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatomic.so.1
Using native(wrapped) libcurl-gnutls.so.4
Rename process to "spotify"
Using native(wrapped) libm.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatomic.so.1
Using native(wrapped) libcurl-gnutls.so.4
Using emulated /opt/spotify/libcef.so
Using native(wrapped) libz.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using emulated lib/libglib-2.0.so.0
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using emulated lib/libgobject-2.0.so.0
Using emulated lib/libgio-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using emulated lib/libffi.so.8
Using emulated lib/libpcre2-8.so.0
Error: Global Symbol close_range not found, cannot apply R_X86_64_GLOB_DAT @0xfffee266cde8 ((nil)) in lib/libglib-2.0.so.0
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xfffee266ce00 ((nil)) in lib/libglib-2.0.so.0
Using emulated /opt/spotify/libcef.so
Using native(wrapped) libz.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using emulated lib/libglib-2.0.so.0
Using emulated lib/libgmodule-2.0.so.0
Using emulated lib/libmount.so.1
Using emulated lib/libblkid.so.1
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using emulated lib/libgobject-2.0.so.0
Using emulated lib/libgio-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using emulated lib/libffi.so.8
Using emulated lib/libpcre2-8.so.0
Error: Global Symbol dn_expand not found, cannot apply R_X86_64_GLOB_DAT @0xfffedd7a19b0 ((nil)) in lib/libgio-2.0.so.0
Error: Global Symbol close_range not found, cannot apply R_X86_64_GLOB_DAT @0xffff7dabcde8 ((nil)) in lib/libglib-2.0.so.0
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xffff7dabce00 ((nil)) in lib/libglib-2.0.so.0
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xfffedd7a2470 ((nil)) in lib/libgio-2.0.so.0
Error: Global Symbol res_nquery not found, cannot apply R_X86_64_GLOB_DAT @0xfffedd7a2608 ((nil)) in lib/libgio-2.0.so.0
Using emulated lib/libgmodule-2.0.so.0
Using emulated lib/libmount.so.1
Using emulated lib/libblkid.so.1
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libcups.so.2
Using native(wrapped) libdrm.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using native(wrapped) libgbm.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libatspi.so.0
Error: Global Symbol dn_expand not found, cannot apply R_X86_64_GLOB_DAT @0xffff78bf19b0 ((nil)) in lib/libgio-2.0.so.0
Warning: Global Symbol _ZN6tflite16UseGemmlowpOnX86Ev not found, cannot apply R_X86_64_GLOB_DAT @0xfffeedb5bfd0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0xfffeedb5fde8 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN3WTF16g_is_main_threadE not found, cannot apply R_X86_64_GLOB_DAT @0xfffeedb62290 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN4base8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0xfffeedb64950 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xfffeedb64a90 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xfffeedb64a98 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xfffeedb64aa0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xfffeedb64aa8 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xffff78bf2470 ((nil)) in lib/libgio-2.0.so.0
Error: Global Symbol res_nquery not found, cannot apply R_X86_64_GLOB_DAT @0xffff78bf2608 ((nil)) in lib/libgio-2.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libcups.so.2
Using native(wrapped) libdrm.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using native(wrapped) libgbm.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libatspi.so.0
Warning: Global Symbol _ZN6tflite16UseGemmlowpOnX86Ev not found, cannot apply R_X86_64_GLOB_DAT @0xffff88fcbfd0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0xffff88fcfde8 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN3WTF16g_is_main_threadE not found, cannot apply R_X86_64_GLOB_DAT @0xffff88fd2290 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN4base8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0xffff88fd4950 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffff88fd4a90 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffff88fd4a98 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffff88fd4aa0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffff88fd4aa8 ((nil)) in /opt/spotify/libcef.so
Cannot dlopen("/usr/lib/gio/modules/libdconfsettings.so"/0x70bf91e0, 1)

Failed to load module: /usr/lib/gio/modules/libdconfsettings.so
Cannot dlopen("/usr/lib/gio/modules/libgvfsdbus.so"/0x70bef9b0, 1)

Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
Using native(wrapped) libpci.so.3
Using native(wrapped) libudev.so.1
Using emulated /opt/spotify/libGLESv2.so
Warning: Global Symbol _ZTHN2gl20gCurrentValidContextE not found, cannot apply R_X86_64_GLOB_DAT @0xffff60a37a38 ((nil)) in /opt/spotify/libGLESv2.so
Warning: Global Symbol _ZTHN3egl14gCurrentThreadE not found, cannot apply R_X86_64_GLOB_DAT @0xffff60a37a60 ((nil)) in /opt/spotify/libGLESv2.so
Using native(wrapped) libX11-xcb.so.1
4049|SIGSEGV @0x349ce644 (???(/usr/bin/spotify+0x349ce644)) (x64pc=0x160013/???:"???", rsp=0xfffee9bb32a8, stack=0xfffee93b4000:0xfffee9bb4000 own=(nil) fp=0xfffee9bb3840), for accessing 0x10 (code=1/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil)
RSP-0x20:0xb229bab891314800 RSP-0x18:0x0000000070addf10 RSP-0x10:0x00000000707a6df0 RSP-0x08:0x0000000000000004
RSP+0x00:0x0000000001f947e4 RSP+0x08:0x616e696700000008 RSP+0x10:0x0000000002ecd840 RSP+0x18:0x00000000002d8760
Using emulated /opt/spotify/libEGL.so
Using native(wrapped) libX11-xcb.so.1
Using native(wrapped) libGL.so.1
Using native(wrapped) libva.so.2
Using native(wrapped) libva-x11.so.2
Using native(wrapped) libva-drm.so.2
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
Segmentation fault (core dumped)

Radiicall avatar Jan 09 '23 15:01 Radiicall

Can you update box64 to latest version and try again with BOX64_MALLOC_HACK=2 env. var. if it works?

ptitSeb avatar Mar 05 '23 20:03 ptitSeb

Sure I can give it a try when I have to time to reset up box64 on my pi 4 and try this.

coreybruce avatar Mar 05 '23 23:03 coreybruce

spotify with BOX64_MALLOC_HACK=2

$ BOX64_MALLOC_HACK=2 spotify
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Running on Icestorm Firestorm with 8 Cores
Params database has 22 entries
Box64 with Dynarec v0.2.3 a08f3c4c built on Mar 12 2023 23:39:30
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 50 Env var
Looking for /usr/bin/spotify
Rename process to "spotify"
Using native(wrapped) libm.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatomic.so.1
Using native(wrapped) libcurl-gnutls.so.4
Using emulated /opt/spotify/libcef.so
libcef detected, using malloc_hack_2
Using native(wrapped) libz.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libcups.so.2
Using native(wrapped) libdrm.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using native(wrapped) libgbm.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libatspi.so.0
Warning: Global Symbol _ZN6tflite16UseGemmlowpOnX86Ev not found, cannot apply R_X86_64_GLOB_DAT @0xfffee147bfd0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0xfffee147fde8 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN3WTF16g_is_main_threadE not found, cannot apply R_X86_64_GLOB_DAT @0xfffee1482290 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN4base8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0xfffee1484950 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xfffee1484a90 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xfffee1484a98 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xfffee1484aa0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xfffee1484aa8 ((nil)) in /opt/spotify/libcef.so
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Running on Icestorm Firestorm with 8 Cores
Params database has 22 entries
Box64 with Dynarec v0.2.3 a08f3c4c built on Mar 12 2023 23:39:30
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 50 Env var
Looking for /opt/spotify/spotify
argv[1]="--type=zygote"
argv[2]="--no-sandbox"
argv[3]="--log-severity=disable"
argv[4]="--user-agent-product=Chrome/99.0.4844.84 Spotify/1.1.84.716"
argv[5]="--lang=en"
argv[6]="--user-data-dir=/home/benja/.config/spotify/User Data"
argv[7]="--log-file=/opt/spotify/debug.log"
Running on Icestorm Firestorm with 8 Cores
Params database has 22 entries
Box64 with Dynarec v0.2.3 a08f3c4c built on Mar 12 2023 23:39:30
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 50 Env var
Looking for /opt/spotify/spotify
argv[1]="--type=zygote"
argv[2]="--no-zygote-sandbox"
argv[3]="--no-sandbox"
argv[4]="--log-severity=disable"
argv[5]="--user-agent-product=Chrome/99.0.4844.84 Spotify/1.1.84.716"
argv[6]="--lang=en"
argv[7]="--user-data-dir=/home/benja/.config/spotify/User Data"
argv[8]="--log-file=/opt/spotify/debug.log"
Rename process to "spotify"
Using native(wrapped) libm.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatomic.so.1
Using native(wrapped) libcurl-gnutls.so.4
Rename process to "spotify"
Using native(wrapped) libm.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatomic.so.1
Using native(wrapped) libcurl-gnutls.so.4
Using emulated /opt/spotify/libcef.so
libcef detected, using malloc_hack_2
Using native(wrapped) libz.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libglib-2.0.so.0
Using emulated /opt/spotify/libcef.so
libcef detected, using malloc_hack_2
Using native(wrapped) libz.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using native(wrapped) libcups.so.2
Using native(wrapped) libdrm.so.2
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libXrender.so.1
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libgbm.so.1
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libexpat.so.1
Using native(wrapped) libcairo-gobject.so.2
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libdbus-1.so.3
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libatspi.so.0
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libcups.so.2
Using native(wrapped) libdrm.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using native(wrapped) libgbm.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libatspi.so.0
Warning: Global Symbol _ZN6tflite16UseGemmlowpOnX86Ev not found, cannot apply R_X86_64_GLOB_DAT @0xffffa7e6bfd0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0xffffa7e6fde8 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN3WTF16g_is_main_threadE not found, cannot apply R_X86_64_GLOB_DAT @0xffffa7e72290 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN4base8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0xffffa7e74950 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffffa7e74a90 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffffa7e74a98 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffffa7e74aa0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffffa7e74aa8 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZN6tflite16UseGemmlowpOnX86Ev not found, cannot apply R_X86_64_GLOB_DAT @0xffff876bbfd0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0xffff876bfde8 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN3WTF16g_is_main_threadE not found, cannot apply R_X86_64_GLOB_DAT @0xffff876c2290 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN4base8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0xffff876c4950 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffff876c4a90 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffff876c4a98 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffff876c4aa0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffff876c4aa8 ((nil)) in /opt/spotify/libcef.so
Using native(wrapped) libpci.so.3
Using native(wrapped) libudev.so.1
Using emulated /opt/spotify/libGLESv2.so
Warning: Global Symbol _ZTHN2gl20gCurrentValidContextE not found, cannot apply R_X86_64_GLOB_DAT @0xffff74b33a38 ((nil)) in /opt/spotify/libGLESv2.so
Warning: Global Symbol _ZTHN3egl14gCurrentThreadE not found, cannot apply R_X86_64_GLOB_DAT @0xffff74b33a60 ((nil)) in /opt/spotify/libGLESv2.so
Using native(wrapped) libX11-xcb.so.1
Using emulated /opt/spotify/libEGL.so
Using native(wrapped) libX11-xcb.so.1
Using native(wrapped) libGL.so.1
Warning, call to __cxa_thread_atexit_impl(0x1fc6a00, 0xfffe7c010cb0, 0x3fdb008) ignored
Warning, call to __cxa_thread_atexit_impl(0x3f90270, 0x721d91a0, 0x3fdb008) ignored
Warning, call to __cxa_thread_atexit_impl(0x3f90270, 0xfffe7c010cd0, 0x3fdb008) ignored
Using native(wrapped) libnotify.so.4
Error: PltResolver: Symbol g_type_add_instance_private(ver 1: g_type_add_instance_private) not found, cannot apply R_X86_64_JUMP_SLOT 0x44fe5d8 (0x3fc9e56) in /opt/spotify/spotify
Using native(wrapped) libva.so.2
Using native(wrapped) libva-x11.so.2
Using native(wrapped) libva-drm.so.2
Sigfault/Segbus while quitting, exiting silently
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)

spotify with BOX64_MALLOC_HACK=2 and BOX64_EMULATED_LIBS=libgmodule-2.0.so.0:libgobject-2.0.so.0:libgbm.so.1:libgio-2.0.so.0:libglib-2.0.so.0:libgthread-2.0.so.0

$ BOX64_EMULATED_LIBS=libgmodule-2.0.so.0:libgobject-2.0.so.0:libgbm.so.1:libgio-2.0.so.0:libglib-2.0.so.0:libgthread-2.0.so.0 BOX64_MALLOC_HACK=2 spotify
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Running on Icestorm Firestorm with 8 Cores
Params database has 22 entries
Box64 with Dynarec v0.2.3 a08f3c4c built on Mar 12 2023 23:39:30
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
BOX64 will force the used of emulated libs for libgmodule-2.0.so.0 libgobject-2.0.so.0 libgbm.so.1 libgio-2.0.so.0 libglib-2.0.so.0 libgthread-2.0.so.0 
Using default BOX64_PATH: ./:bin/
Counted 50 Env var
Looking for /usr/bin/spotify
Rename process to "spotify"
Using native(wrapped) libm.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatomic.so.1
Using native(wrapped) libcurl-gnutls.so.4
Using emulated /opt/spotify/libcef.so
libcef detected, using malloc_hack_2
Using native(wrapped) libz.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using emulated lib/libglib-2.0.so.0
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using emulated lib/libgobject-2.0.so.0
Using emulated lib/libgio-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using emulated lib/libffi.so.8
Using emulated lib/libpcre2-8.so.0
Error: Global Symbol close_range not found, cannot apply R_X86_64_GLOB_DAT @0xffff39a5cde8 ((nil)) in lib/libglib-2.0.so.0
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xffff39a5ce00 ((nil)) in lib/libglib-2.0.so.0
Using emulated lib/libgmodule-2.0.so.0
Using emulated lib/libmount.so.1
Using emulated lib/libblkid.so.1
Error: Global Symbol dn_expand not found, cannot apply R_X86_64_GLOB_DAT @0xffff34b50978 ((nil)) in lib/libgio-2.0.so.0
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xffff34b51460 ((nil)) in lib/libgio-2.0.so.0
Error: Global Symbol res_nquery not found, cannot apply R_X86_64_GLOB_DAT @0xffff34b51600 ((nil)) in lib/libgio-2.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libcups.so.2
Using native(wrapped) libdrm.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using emulated lib/libgbm.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libatspi.so.0
Using emulated lib/libwayland-server.so.0
Error: Global Symbol drmGetDevice2 not found, cannot apply R_X86_64_GLOB_DAT @0xffff347ffe88 ((nil)) in lib/libgbm.so.1
Error: Global Symbol drmFreeDevice not found, cannot apply R_X86_64_GLOB_DAT @0xffff347fffa0 ((nil)) in lib/libgbm.so.1
Error: Global Symbol drmIoctl not found, cannot apply R_X86_64_GLOB_DAT @0xffff347fffc8 ((nil)) in lib/libgbm.so.1
Warning: Global Symbol _ZN6tflite16UseGemmlowpOnX86Ev not found, cannot apply R_X86_64_GLOB_DAT @0xffff44f6bfd0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0xffff44f6fde8 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN3WTF16g_is_main_threadE not found, cannot apply R_X86_64_GLOB_DAT @0xffff44f72290 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN4base8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0xffff44f74950 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffff44f74a90 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffff44f74a98 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffff44f74aa0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffff44f74aa8 ((nil)) in /opt/spotify/libcef.so
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Running on Icestorm Firestorm with 8 Cores
Params database has 22 entries
Box64 with Dynarec v0.2.3 a08f3c4c built on Mar 12 2023 23:39:30
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
BOX64 will force the used of emulated libs for libgmodule-2.0.so.0 libgobject-2.0.so.0 libgbm.so.1 libgio-2.0.so.0 libglib-2.0.so.0 libgthread-2.0.so.0 
Using default BOX64_PATH: ./:bin/
Counted 50 Env var
Looking for /opt/spotify/spotify
argv[1]="--type=zygote"
argv[2]="--no-sandbox"
argv[3]="--log-severity=disable"
argv[4]="--user-agent-product=Chrome/99.0.4844.84 Spotify/1.1.84.716"
argv[5]="--lang=en"
argv[6]="--user-data-dir=/home/benja/.config/spotify/User Data"
argv[7]="--log-file=/opt/spotify/debug.log"
Running on Icestorm Firestorm with 8 Cores
Params database has 22 entries
Box64 with Dynarec v0.2.3 a08f3c4c built on Mar 12 2023 23:39:30
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
BOX64 will force the used of emulated libs for libgmodule-2.0.so.0 libgobject-2.0.so.0 libgbm.so.1 libgio-2.0.so.0 libglib-2.0.so.0 libgthread-2.0.so.0 
Using default BOX64_PATH: ./:bin/
Counted 50 Env var
Looking for /opt/spotify/spotify
argv[1]="--type=zygote"
argv[2]="--no-zygote-sandbox"
argv[3]="--no-sandbox"
argv[4]="--log-severity=disable"
argv[5]="--user-agent-product=Chrome/99.0.4844.84 Spotify/1.1.84.716"
argv[6]="--lang=en"
argv[7]="--user-data-dir=/home/benja/.config/spotify/User Data"
argv[8]="--log-file=/opt/spotify/debug.log"
Rename process to "spotify"
Using native(wrapped) libm.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatomic.so.1
Using native(wrapped) libcurl-gnutls.so.4
Rename process to "spotify"
Using native(wrapped) libm.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatomic.so.1
Using native(wrapped) libcurl-gnutls.so.4
Using emulated /opt/spotify/libcef.so
libcef detected, using malloc_hack_2
Using native(wrapped) libz.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using emulated lib/libglib-2.0.so.0
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using emulated lib/libgobject-2.0.so.0
Using emulated lib/libgio-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using emulated lib/libffi.so.8
Using emulated lib/libpcre2-8.so.0
Error: Global Symbol close_range not found, cannot apply R_X86_64_GLOB_DAT @0xffff2865cde8 ((nil)) in lib/libglib-2.0.so.0
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xffff2865ce00 ((nil)) in lib/libglib-2.0.so.0
Using emulated lib/libgmodule-2.0.so.0
Using emulated lib/libmount.so.1
Using emulated lib/libblkid.so.1
Using emulated /opt/spotify/libcef.so
libcef detected, using malloc_hack_2
Using native(wrapped) libz.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using emulated lib/libglib-2.0.so.0
Error: Global Symbol dn_expand not found, cannot apply R_X86_64_GLOB_DAT @0xffff23750978 ((nil)) in lib/libgio-2.0.so.0
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xffff23751460 ((nil)) in lib/libgio-2.0.so.0
Error: Global Symbol res_nquery not found, cannot apply R_X86_64_GLOB_DAT @0xffff23751600 ((nil)) in lib/libgio-2.0.so.0
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using emulated lib/libgobject-2.0.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using emulated lib/libgio-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using emulated lib/libffi.so.8
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using emulated lib/libpcre2-8.so.0
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libcups.so.2
Using native(wrapped) libdrm.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using emulated lib/libgbm.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libatspi.so.0
Using emulated lib/libwayland-server.so.0
Error: Global Symbol close_range not found, cannot apply R_X86_64_GLOB_DAT @0xffff7409cde8 ((nil)) in lib/libglib-2.0.so.0
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xffff7409ce00 ((nil)) in lib/libglib-2.0.so.0
Error: Global Symbol drmGetDevice2 not found, cannot apply R_X86_64_GLOB_DAT @0xffff233ffe88 ((nil)) in lib/libgbm.so.1
Using emulated lib/libgmodule-2.0.so.0
Using emulated lib/libmount.so.1
Error: Global Symbol drmFreeDevice not found, cannot apply R_X86_64_GLOB_DAT @0xffff233fffa0 ((nil)) in lib/libgbm.so.1
Error: Global Symbol drmIoctl not found, cannot apply R_X86_64_GLOB_DAT @0xffff233fffc8 ((nil)) in lib/libgbm.so.1
Using emulated lib/libblkid.so.1
Warning: Global Symbol _ZN6tflite16UseGemmlowpOnX86Ev not found, cannot apply R_X86_64_GLOB_DAT @0xffff33b6bfd0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0xffff33b6fde8 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN3WTF16g_is_main_threadE not found, cannot apply R_X86_64_GLOB_DAT @0xffff33b72290 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN4base8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0xffff33b74950 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffff33b74a90 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffff33b74a98 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffff33b74aa0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffff33b74aa8 ((nil)) in /opt/spotify/libcef.so
Error: Global Symbol dn_expand not found, cannot apply R_X86_64_GLOB_DAT @0xffff6f190978 ((nil)) in lib/libgio-2.0.so.0
Error: Global Symbol __pread64_chk not found, cannot apply R_X86_64_GLOB_DAT @0xffff6f191460 ((nil)) in lib/libgio-2.0.so.0
Error: Global Symbol res_nquery not found, cannot apply R_X86_64_GLOB_DAT @0xffff6f191600 ((nil)) in lib/libgio-2.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libcups.so.2
Using native(wrapped) libdrm.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using emulated lib/libgbm.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libatspi.so.0
Using emulated lib/libwayland-server.so.0
Error: Global Symbol drmGetDevice2 not found, cannot apply R_X86_64_GLOB_DAT @0xffff6ee3fe88 ((nil)) in lib/libgbm.so.1
Error: Global Symbol drmFreeDevice not found, cannot apply R_X86_64_GLOB_DAT @0xffff6ee3ffa0 ((nil)) in lib/libgbm.so.1
Error: Global Symbol drmIoctl not found, cannot apply R_X86_64_GLOB_DAT @0xffff6ee3ffc8 ((nil)) in lib/libgbm.so.1
Warning: Global Symbol _ZN6tflite16UseGemmlowpOnX86Ev not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f5abfd0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f5afde8 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN3WTF16g_is_main_threadE not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f5b2290 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol _ZTHN4base8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f5b4950 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f5b4a90 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f5b4a98 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f5b4aa0 ((nil)) in /opt/spotify/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0xffff7f5b4aa8 ((nil)) in /opt/spotify/libcef.so
Cannot dlopen("/usr/lib/gio/modules/libdconfsettings.so"/0x6d77dba0, 1)

Failed to load module: /usr/lib/gio/modules/libdconfsettings.so
Cannot dlopen("/usr/lib/gio/modules/libgvfsdbus.so"/0x6d659690, 1)

Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
Using native(wrapped) libudev.so.1
Using native(wrapped) libpci.so.3
Using emulated /opt/spotify/libGLESv2.so
Warning: Global Symbol _ZTHN2gl20gCurrentValidContextE not found, cannot apply R_X86_64_GLOB_DAT @0xffff67fbba38 ((nil)) in /opt/spotify/libGLESv2.so
Warning: Global Symbol _ZTHN3egl14gCurrentThreadE not found, cannot apply R_X86_64_GLOB_DAT @0xffff67fbba60 ((nil)) in /opt/spotify/libGLESv2.so
Using native(wrapped) libX11-xcb.so.1
12071|SIGSEGV @0x349d1050 (???(/usr/bin/spotify+0x349d1050)) (x64pc=0x160013/???:"???", rsp=0x101fff138, stack=0x101800000:0x102000000 own=(nil) fp=0x101fff6d0), for accessing 0x10 (code=1/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil)
RSP-0x20:0xb229bab891314800 RSP-0x18:0x000000006c294610 RSP-0x10:0x000000006b50d7c0 RSP-0x08:0x0000000000000004
RSP+0x00:0x0000000001f947e4 RSP+0x08:0x616e696700000008 RSP+0x10:0x0000000002ecd840 RSP+0x18:0x00000000002d8760
RAX:0x000000006e3dc290 RCX:0x0000000000000100 RDX:0x0000000000000000 RBX:0x000000006c294610 
RSP:0x0000000101fff138 RBP:0x0000000101fff6d0 RSI:0x0000000000000000 RDI:0x0000000000000000 
 R8:0x0000000000000004  R9:0x8080808080808080 R10:0x0000000000000003 R11:0xff80ff80ff80ff80 
R12:0x0000000000000000 R13:0x0000000000000640 R14:0x000000006c051b00 R15:0x0000000000000000 
Using emulated /opt/spotify/libEGL.so
Using native(wrapped) libX11-xcb.so.1
Using native(wrapped) libGL.so.1
Using native(wrapped) libva.so.2
Using native(wrapped) libva-x11.so.2
Using native(wrapped) libva-drm.so.2
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
Segmentation fault (core dumped)

ran on the Apple M1

Radiicall avatar Mar 12 '23 23:03 Radiicall

Can you update box64 to latest version and try again with BOX64_MALLOC_HACK=2 env. var. if it works? Hello, is there any progress on this issue now?

ShanZeHu avatar Apr 04 '23 01:04 ShanZeHu

Screenshot from 2023-07-14 10-21-45 Fixed some remaining issue in wrapped libgio, and it's starting now.

ptitSeb avatar Jul 14 '23 08:07 ptitSeb

The old version starts, but does not allow you to log in without a premium account. When new versions are launched, only the application frame appears, without the ability to log in.

xboxones1 avatar Jul 19 '23 03:07 xboxones1

Are you now able to login with non-remium account on "old" version with the updated box64?

I still see some random faillure starting spotify btw, so there is still an issue somewhere. Also, what is this "new" version? Do you need an account to run it?

ptitSeb avatar Jul 19 '23 11:07 ptitSeb

Add for libatomic Error: PltResolver: Symbol __atomic_store(ver 20: __atomic_store@LIBATOMIC_1.0) not found, cannot apply R_X86_64_JUMP_SLOT 0x2349dc8 (0x1e10e46)

xboxones1 avatar Jul 20 '23 11:07 xboxones1

It WORKS! On raspberry4 it's not very fast, but it works. Cool! Thank you. 1

xboxones1 avatar Jul 20 '23 14:07 xboxones1

Ah nice! Thanks for the info and the screenshot :)

ptitSeb avatar Jul 20 '23 14:07 ptitSeb

just an FYI for anyone that comes here and thinks this is necessary to run spotify. You can run spotify in a web browser provided you have Widevine available. Widevine is available officially from google on google chrome on linux amd64, chromeOS amd64. chromeOS armhf, and chromeOS arm64, as well as other targets that don't matter here.

the chromeOS widevine does not work on linux without patches to the default GLIBC. rpiOS has included these patches to GLIBC by default and ships chromeOS widevine on their rpiOS armhf and arm64 distros so you can use spotify out of the box in the preinstalled chromium. The patches are all open source and freely and easily available. Any distro maintainer can include them at their choice. The Linux for Nintendo Switch distros (Ubuntu Bionic and Fedora 37) both include the required patches in their GLIBC and include Widevine support by default.

theofficialgman avatar Jul 20 '23 16:07 theofficialgman

Running the official Spotify desktop client will also give you the possibility to download content for offline playback, and possibly Spicetify customizations, since it works by injecting JS / CSS to the client.

busybox11 avatar Aug 03 '23 21:08 busybox11

closing the ticket, it's solved now.

ptitSeb avatar Sep 09 '23 15:09 ptitSeb