Giter VIP home page Giter VIP logo

Comments (17)

hisham2630 avatar hisham2630 commented on June 10, 2024

i think you also need wine patch address

from box64.

mcagabe19 avatar mcagabe19 commented on June 10, 2024

@louisnw01 try getting the lib as x86_64 and put in /usr/lib/x86_64-linux-gnu

from box64.

louisnw01 avatar louisnw01 commented on June 10, 2024

@louisnw01 try getting the lib as x86_64 and put in /usr/lib/x86_64-linux-gnu

Thanks for your response!

I Followed this instruction and manually installed libjack; libdb and libc had similar errors so i installed them as well.

I'm now getting this error:

Error: Symbol pthread_rwlockattr_setpshared not found, cannot apply R_X86_64_JUMP_SLOT @0x3f051bfd40 (0x2bab6) in libdb-5.3.so

I think a similar issue was happening with #810?

from box64.

mcagabe19 avatar mcagabe19 commented on June 10, 2024

mmm yeah pthread_rwlockattr_setpshared is not wrapped

from box64.

mcagabe19 avatar mcagabe19 commented on June 10, 2024

@louisnw01 merge, build and test now

from box64.

louisnw01 avatar louisnw01 commented on June 10, 2024

@louisnw01 merge, build and test now

Thank you for wrapping that! wineasio now successfully registers, however I'm still having some trouble getting everything to work.

I think the next step is to emulate an arm64 version of jackd, as I was getting compatibility errors with the native arm version.

After installing a few more libraries (libsystemd.so.0, libjackserver.so.0, libzstd.so.1, liblz4.so.1, libgcc_s.so.1, libopus.so.0) for jackd, I'm met with this error:

Rename process to "jackd"
Using emulated libjackserver.so.0
Using emulated libsystemd.so.0
Using native(wrapped) libdbus-1.so.3
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using emulated libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) libresolv.so.2
Using native(wrapped) librt.so.1
Using native(wrapped) libbsd.so.0
Using native(wrapped) libm.so.6
Using native(wrapped) libcap.so.2
Using native(wrapped) libgcrypt.so.20
Using native(wrapped) liblzma.so.5
Using emulated libzstd.so.1
Using emulated liblz4.so.1
Error: Symbol gcry_md_get_algo_dlen not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cd288 (0x16176) in libsystemd.so.0
Error: Symbol gcry_md_close not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cd328 (0x162b6) in libsystemd.so.0
Error: Symbol gcry_md_read not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cd3e0 (0x16426) in libsystemd.so.0
Error: Symbol gcry_md_open not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cd470 (0x16546) in libsystemd.so.0
Error: Symbol gcry_md_write not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cd4c8 (0x165f6) in libsystemd.so.0
Error: Symbol gcry_md_setkey not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cd970 (0x16f46) in libsystemd.so.0
Error: Symbol gcry_md_reset not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cda98 (0x17196) in libsystemd.so.0
Error: Symbol gcry_md_ctl not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cdc88 (0x17576) in libsystemd.so.0
Error: Symbol gcry_md_copy not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cdcf0 (0x17646) in libsystemd.so.0
Error: Symbol gcry_control not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cdd88 (0x17776) in libsystemd.so.0
Error: relocating Plt symbols in elf libsystemd.so.0
Error initializing needed lib libgcc_s.so.1
Using emulated libopus.so.0
Using emulated libdb-5.3.so
Error loading one of needed lib
Error: Loading needed libs in elf /usr/bin/jackd
connect(2) call to Error: Symbol gcry_md_get_algo_dlen not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cd288 (0x16176) in  failed (err=No such file or directory)
connect(2) call to Error: Symbol gcry_md_get_algo_dlen not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cd288 (0x16176) in  failed (err=No such file or directory)
connect(2) call to Error: Symbol gcry_md_get_algo_dlen not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cd288 (0x16176) in  failed (err=No such file or directory)
connect(2) call to Error: Symbol gcry_md_get_algo_dlen not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cd288 (0x16176) in  failed (err=No such file or directory)
connect(2) call to Error: Symbol gcry_md_get_algo_dlen not found, cannot apply R_X86_64_JUMP_SLOT @0x3f010cd288 (0x16176) in  failed (err=No such file or directory)
attempt to connect to server failed
Unable to open a JACK client as: VBASIOTest64

I'm assuming that the gcry_... (libgcrypt) might need wrapping as well?

Thanks!

from box64.

mcagabe19 avatar mcagabe19 commented on June 10, 2024

yeah they also have to be wrapped

from box64.

mcagabe19 avatar mcagabe19 commented on June 10, 2024

@louisnw01 after this gets merged jackd should work now

from box64.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.