Box86 - Linux Userspace x86 Emulator


Not from me (from PI Lab), and not an ODroid, but on Raspberry Pi 4 (most using Mesa, but I have very similar result with gl4es now).


But that gives a good idea on what is working now, and what can be expected on ODroid and on the Pyra :)

30 seconds in is planetbase, but that's a windows only game, at least according to steam. Is there a Linux native binary floating out there or something or did they get at least that game working in wine? If so, cool!

Edit:
Working in wine in box86
 
Yeah, I have seen that video, that's pretty cool :)

Also, here is a picture of what I'm workign on:

1592721560527.png


For now, it's only on the Pi4, there are some needed extension on gl4es (GL_EXT_draw_buffers2), but hopefully, I'll find something to launch it.
 
Those videos on raspberry 4 are impressive specially all the indie games. One question: in Pyra we won't get most of it because it has a 32 bit cpu and only openglES. Is this true or those issues are not that relevant?
 
@ptitSeb dunno if you heard but every pi before the 4 has gotten a partial (hardware constrained) vulkan unofficial driver. An Nvida dev did it in his spare time.

Is there anyway for box86 to leverage that?
 
Those videos on raspberry 4 are impressive specially all the indie games. One question: in Pyra we won't get most of it because it has a 32 bit cpu and only openglES. Is this true or those issues are not that relevant?
box86 is 32 bit only, so all games in the video should be available as 32bit binaries anyway, otherwise they would'nt run on Pi4 with box86 either.
About openglES: well, there is gl4ES, so at least some openGL games will work, it would depend on the specific game wether the featureset is supported
 
@Swordfish II : yeah, I've heard the news. For now, Vulkan is not wrapped in box86, and I don't know any game that could use Vulkan driver for now. So I keep an eye on it, but not sure it will help box86.

@asimov-solensan : as @Blue Shadow mentionned, all the games shown are 32bits. The Pi4 as a 64vits CPU, but current OS is 32bits only (with a 64bits beta somewhere). And yes, box86 is 32bits only, and cannot be built on 64bits system. As for gl4es, it is able to run most of the games shown in the video (I haven't tried all them, so I cannot be sure). Go check this box86 thread, you'll see many screenshot of linux games running on the Pandora using box86+gl4es. also, the comparison video Pyra vs Pandora of Unreal flyby was also box86+gl4es (Unreal needs OpenGL). So no problems here :)
 
@Swordfish II : yeah, I've heard the news. For now, Vulkan is not wrapped in box86, and I don't know any game that could use Vulkan driver for now. So I keep an eye on it, but not sure it will help box86.

@asimov-solensan : as @Blue Shadow mentionned, all the games shown are 32bits. The Pi4 as a 64vits CPU, but current OS is 32bits only (with a 64bits beta somewhere). And yes, box86 is 32bits only, and cannot be built on 64bits system. As for gl4es, it is able to run most of the games shown in the video (I haven't tried all them, so I cannot be sure). Go check this box86 thread, you'll see many screenshot of linux games running on the Pandora using box86+gl4es. also, the comparison video Pyra vs Pandora of Unreal flyby was also box86+gl4es (Unreal needs OpenGL). So no problems here :)

Glad to hear this. Thanks both for the correction.
 
I can't seem to build Box86 on a GHz pandora, I'm using this cmake cmd from the github page -

Code:
cmake .. -DPANDORA=1 -DARM_DYNAREC=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo

It fails at 'wrappedlibc.c.o'

I think my codeblocks is about 18 months old too, not sure if that makes a difference....
 
I can't seem to build Box86 on a GHz pandora, I'm using this cmake cmd from the github page -

Code:
cmake .. -DPANDORA=1 -DARM_DYNAREC=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo

It fails at 'wrappedlibc.c.o'

I think my codeblocks is about 18 months old too, not sure if that makes a difference....
I guess it does, because I build box86 here with no issue.
I have added some defined in a few header at some point, I guess this is what you are missing (but I don't remember wich ones)
 
Yeah, I have seen that video, that's pretty cool :)

Also, here is a picture of what I'm workign on:

View attachment 36167

For now, it's only on the Pi4, there are some needed extension on gl4es (GL_EXT_draw_buffers2), but hopefully, I'll find something to launch it.
Ooh! Aperture laboratories approve!

The cake is not a lie!
 
  • Haha
Reactions: rSl
i know it's not gaming related, but school wants the kids to have a zoom-capable computer for remote learning. i thought i'd dig out the pi3 (b+) and try box86 with a 32bit linux version of their software, and see if i could get it to work (instead of buying a chromebook) -- no native support of course. first i ran `dpkg -i` on the 32bit debian version of things on a 64bit linux ubuntu computer, then copied over /usr/bin/zoom (executable) and /opt/zoom (a directory with some executables) over to a freshly-installed pi. i made note of all the 32bit libs that dpkg complained about not installing on my 64bit linux, and made sure to install them on the pi.

seems to have been a bit of a bust -- box86 on /usr/bin/zoom seems to try and launch/fork a bunch of different things:

Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 44 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=4
$HOME = /home/pi
Can't load/home/pi/.config/zoomus.conf
export SSB_HOME=/home/pi/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=3; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=5
$HOME = /home/pi/.zoom
Can't load/home/pi/.zoom/.config/zoomus.conf
export SSB_HOME=/home/pi/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=4; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=6
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=5; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=7
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=6; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=8
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=7; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=9
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=8; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=10
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=9; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=11
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=10; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=12
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=11; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=13
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=12; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=14
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=13; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=15
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=14; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=16
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=15; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=17
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=16; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=18
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=17; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=19
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=18; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=20
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=19; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=21
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=20; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=22
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=21; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=23
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=22; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=24
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=23; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=25
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=24; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=26
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=25; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=27
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=26; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=28
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=27; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=29
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=28; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=30
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=29; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=31
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=30; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=32
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=31; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=33
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=32; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=34
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=33; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=35
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=34; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=36
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=35; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=37
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=36; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=38
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=37; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=39
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=38; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=40
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=39; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=41
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=40; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=42
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=41; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=43
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=42; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=44
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=43; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=45
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=44; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=46
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=45; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=47
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=46; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=48
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=47; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=49
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=48; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=50
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=49; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=51
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=50; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=52
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=51; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=53
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=52; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=54
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=53; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=55
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=54; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=56
$HOME =
Can't load/.config/zoomus.conf
export SSB_HOME=/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=55; /usr/bin/zoom ""
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 48 Env var
Looking for /usr/bin/zoom
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) librt.so.1
Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1
ZoomLauncher started.
cmd line:
CreateReportChannel bp_server_fd=57
popen cmd failed: readlink -f /.zoom
$HOME = /.zoom
Can't load/.zoom/.config/zoomus.conf
export SSB_HOME=/.zoom/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/usr/bin; export BREAKPAD_CLIENT_FD=56; /usr/bin/zoom ""
fork() failed ,can't create child process.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.
success to create child process,status is 0.
zoom exited normally.
run zoom successfully,exit code is 0.
ZoomLauncher exit.

and box86 on /opt/zoom had problems:

Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
Using default BOX86_PATH: ./:bin/
Counted 45 Env var
Looking for zoom
Using native(wrapped) libuuid.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libX11.so.6
Using native(wrapped) librt.so.1
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXext.so.6
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Error loading needed lib: "libxcb-xfixes.so.0"
Error: loading needed libs in elf ./zoom

the missing library was in /usr/lib/arm-linux-gnueabihf, so i added that to the path, but then get an i386 error:

BOX86_LD_LIBRARY_PATH=./:lib/:lib32/:x86/:/usr/lib/arm-linux-gnueabihf box86 zoom
Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/:/usr/lib/arm-linux-gnueabihf/
Using default BOX86_PATH: ./:bin/
Counted 45 Env var
Looking for zoom
Using native(wrapped) libuuid.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libX11.so.6
Using native(wrapped) librt.so.1
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXext.so.6
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Not an i386 ELF (40)
Error: reading elf header of /usr/lib/arm-linux-gnueabihf/libxcb-xfixes.so.0
Error loading needed lib: "libxcb-xfixes.so.0"
Error: loading needed libs in elf ./zoom

but that file was installed by the pi, so i'm not sure how it wouldn't be i386...

root@raspberrypi:/usr/bin# apt install libxcb-xfixes0
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxcb-xfixes0 is already the newest version (1.13.1-2).

not expecting this to work, of course, but just curious if i can get it to :)
 
Last edited:
doesn't the zoom web viewer work?
I'm not sure but I think I recall having used zoom on my pinebook pro... I do not remember whether that was under 64bit manjaro or 32 bit debian armhf though...
 
Back
Top