box64 icon indicating copy to clipboard operation
box64 copied to clipboard

Synthesizer V Studio - Symbol pthread_cond_clockwait not found

Open ghost opened this issue 2 years ago • 1 comments

"Error: PltResolver: Symbol pthread_cond_clockwait(ver 38: pthread_cond_clockwait@GLIBC_2.30) not found," on startup

Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL PageSize:4096
Box64 with Dynarec v0.1.7 5aab593 built on Jan 30 2022 12:50:49
BOX64_LD_LIBRARY_PATH: /emuroot/x86_64-linux-gnu/usr/lib/x86_64-linux-gnu/
Using default BOX64_PATH: ./:bin/
Counted 48 Env var
Looking for synthv-studio
Using native(wrapped) libasound.so.2
Using native(wrapped) libfreetype.so.6
Using native(wrapped) libcurl.so.4
Using native(wrapped) librt.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libGL.so.1
Using emulated /emuroot/x86_64-linux-gnu/usr/lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using emulated /emuroot/x86_64-linux-gnu/usr/lib/x86_64-linux-gnu/libmvec.so.1
Using emulated /emuroot/x86_64-linux-gnu/usr/lib/x86_64-linux-gnu/libgomp.so.1
Using emulated /emuroot/x86_64-linux-gnu/usr/lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Warning, don't know of to handle rela #12 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #13 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #14 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #15 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #16 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #17 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #18 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #19 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #20 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #21 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #22 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #23 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #24 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #25 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #26 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #27 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #28 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #29 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #30 type: R_X86_64_IRELATIVE on 
Warning, don't know of to handle rela #31 type: R_X86_64_IRELATIVE on 
Error: PltResolver: Symbol pthread_cond_clockwait(ver 38: pthread_cond_clockwait@GLIBC_2.30) not found, cannot apply R_X86_64_JUMP_SLOT 0xffffb2115ba8 (0xffffb135fcd0) in /home/pi/emutest/APPS/Synthesizer V Studio Basic/synthv-studio

ghost avatar Jan 30 '22 19:01 ghost

SynthV seems to be using LLVM and JUCE as compiler, and some function be confused. it may have caused BOX64 to not introduce child threads properly. Try temporarily running in other environments, such as EXA or Q. I think it's a same bug that Java doesn't work.

mhbalthasar avatar Feb 14 '22 05:02 mhbalthasar