blob: 40da59498a04b70feaeb3dfe1b12f5083330eabf (
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
53
|
symbol pal_get_platform_dynamic with Microsoft Cognitive Speech Services
Hopefully this is the last one the log is clean with the exception of this issue now:
```
[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.codec.so
[BOX64] Using native(wrapped) libgstreamer-1.0.so.0
[BOX64] Using native(wrapped) libgtk-3.so.0
[BOX64] Using native(wrapped) libgdk-3.so.0
[BOX64] Using native(wrapped) libgobject-2.0.so.0
[BOX64] Using native(wrapped) libglib-2.0.so.0
[BOX64] Using native(wrapped) libgio-2.0.so.0
[BOX64] Using native(wrapped) libgmodule-2.0.so.0
[BOX64] Using native(wrapped) libgdk_pixbuf-2.0.so.0
[BOX64] Using native(wrapped) libpangocairo-1.0.so.0
[BOX64] Using native(wrapped) libpango-1.0.so.0
[BOX64] Using native(wrapped) libcairo.so.2
[BOX64] Using native(wrapped) libgstbase-1.0.so.0
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.sr.runtime.so
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.onnxruntime.so
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.sr.so
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.runtime.so
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.so
[^[[31mBOX64^[[0m] Error: Symbol pal_get_platform_dynamic not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff10046a70 (0xc370) in /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.so
[^[[31mBOX64^[[0m] Error: Symbol pal_get_platform not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff10046d00 (0xc890) in /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.so
[^[[31mBOX64^[[0m] Error: relocating Plt symbols in elf libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.so
[BOX64] Error initializing needed lib /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.so
[BOX64] Using emulated /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.mas.so
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.telemetry.so
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libsqlite3.so.0
[BOX64] Using native(wrapped) libcurl.so.4
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libpal_azure_c_shared.so
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libpal_azure_c_shared_openssl3.so
[BOX64] Using emulated /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.so
[^[[31mBOX64^[[0m] Error: Symbol pal_get_platform_dynamic not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff19046a70 (0xc370) in /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.so
[^[[31mBOX64^[[0m] Error: Symbol pal_get_platform not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff19046d00 (0xc890) in /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.so
[^[[31mBOX64^[[0m] Error: relocating Plt symbols in elf libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.so
[BOX64] Error initializing needed lib /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.so
Failed to open plugin: /home/cameron/emily/emily_Data/Plugins/libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.so
Found 1 interfaces on host : 0) 192.168.0.80
Player connection [281473366560800] Target information:
Player connection [281473366560800] * "[IP] 192.168.0.80 [Port] 55000 [Flags] 2 [Guid] 384503107 [EditorId] 2011962044 [Version] 1048832 [Id] LinuxPlayer(13,192.168.0.80) [Debug] 0 [PackageName] LinuxPlayer [ProjectName] Assistant"
Player connection [281473366560800] Started UDP target info broadcast (1) on [225.0.0.222:54997].
```
|