blob: 82c3eecde5c6e15ab53d18212b48ccc95833afcb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
Symbol llroundl not found loading Microsoft CognitiveServices Speech SDK
I'm attempting to load a unity application (of my own) that was working fine prior to adding this library. If I understand correctly, this means something isn't implemented in box64? I'm new to box64, so not quite sure how to interpret the error message. Here is a snippet:
```
Processor: Box64 on Cortex-A72 @1.80 GHz, 4 core(s) @ 1800 MHz
Available Memory: 1846 MB
Linux Kernel and distribution: Linux 6.12 Debian GNU/Linux 12 64bit
System Language: en_US
Keyboard Layout: gb
[BOX64] Using native(wrapped) libdbus-1.so.3
[BOX64] Using native(wrapped) libX11.so.6
[BOX64] Using native(wrapped) libxcb.so.1
[BOX64] Using native(wrapped) libXau.so.6
[BOX64] Using native(wrapped) libXdmcp.so.6
[BOX64] Using native(wrapped) libXext.so.6
[BOX64] Using native(wrapped) libXcursor.so.1
[BOX64] Using native(wrapped) libXfixes.so.3
[BOX64] Using native(wrapped) libXrender.so.1
[BOX64] Using native(wrapped) libXinerama.so.1
[BOX64] Using native(wrapped) libXi.so.6
[BOX64] Using native(wrapped) libXrandr.so.2
[BOX64] Using native(wrapped) libXss.so.1
[BOX64] Using native(wrapped) libXxf86vm.so.1
[BOX64] Using native(wrapped) libudev.so.1
Selected window backend: x11
[BOX64] Using emulated /home/cameron/emily/emily_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
[BOX64] MonoBleedingEdge detected, disable Dynarec BigBlock and enable Dynarec StrongMem
[BOX64] BOX64ENV: Variables overridden:
BOX64_DYNAREC_BIGBLOCK=0
BOX64_DYNAREC_STRONGMEM=1
[BOX64] Using native(wrapped) libz.so.1
Mono path[0] = '/home/cameron/emily/emily_Data/Managed'
Mono config path = '/home/cameron/emily/emily_Data/MonoBleedingEdge/etc'
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.core.so
[BOX64] Using native(wrapped) libuuid.so.1
[BOX64] Using emulated /usr/lib/box64-x86_64-linux-gnu/libstdc++.so.6
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.audio.sys.so
[BOX64] Using native(wrapped) libasound.so.2
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.kws.ort.so
[^[[31mBOX64^[[0m] Error: Symbol llroundl not found, cannot apply R_X86_64_JUMP_SLOT @0x3f081a4800 (0x18496) in /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServi>
[^[[31mBOX64^[[0m] Error: Symbol nftw not found, cannot apply R_X86_64_JUMP_SLOT @0x3f081a4a48 (0x18926) in /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.>
[^[[31mBOX64^[[0m] Error: relocating Plt symbols in elf libMicrosoft.CognitiveServices.Speech.extension.kws.ort.so
[BOX64] Error initializing needed lib /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.kws.ort.so
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.kws.so
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.lu.so
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.kws.ort.so
[^[[31mBOX64^[[0m] Error: Symbol llroundl not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0b1a4800 (0x18496) in /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServi>
[^[[31mBOX64^[[0m] Error: Symbol nftw not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0b1a4a48 (0x18926) in /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.>
[^[[31mBOX64^[[0m] Error: relocating Plt symbols in elf libMicrosoft.CognitiveServices.Speech.extension.kws.ort.so
[BOX64] Error initializing needed lib /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.kws.ort.so
Failed to open plugin: /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.kws.ort.so
```
|