summary refs log tree commit diff stats
path: root/results/scraper/box64/104
blob: 7ca638f911cac0e365ea6f610f3d3739fd213e53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Run ms teams with box64
I've downloaded ms teams package and extracted it. Then I ran the binary which starts ms teams with box64. But this reports the error:
`Box64 with Dynarec v0.1.3 5b52859 built on Aug 23 2021 20:01:57
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 46 Env var
Looking for ./teams
Using emulated libffmpeg.so
Using native(wrapped) libdl.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Error loading needed lib libgobject-2.0.so.0
Error loading one of needed lib
Error: loading needed libs in elf ./teams`
So there is the library libglib2.0-0 missing, which I have installed on my Debian 11 system on Raspberry pi 4. Is this library not supported by box64 or am I doing a mistake?