Failed to run appimage

Hello,

I am trying to install BalenaEtcher on Ubuntu22.04 running on VirtualBox. After installing libfuse2, got errors:

crane@Ubuntu:~/Downloads$ sudo apt install libfuse2
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
libfuse2 is already the newest version (2.9.9-5ubuntu3).
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
crane@Ubuntu:~/Downloads$ sudo ./balenaEtcher-1.18.11-x64.AppImage
[1688235:0902/172013.158805:ERROR:bus.cc(398)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are “tcp” and on UNIX “unix”)
[1688235:0902/172013.158885:ERROR:bus.cc(398)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are “tcp” and on UNIX “unix”)
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[1688267:0902/172013.273400:ERROR:angle_platform_impl.cc(43)] DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
[1688267:0902/172013.277035:ERROR:angle_platform_impl.cc(43)] Display.cpp:977 (initialize): ANGLE Display::initialize error 12289: Not initialized.
[1688267:0902/172013.277447:ERROR:gl_surface_egl.cc(852)] EGL Driver message (Critical) eglInitialize: Not initialized.
[1688267:0902/172013.278624:ERROR:gl_surface_egl.cc(1489)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[1688267:0902/172013.291729:ERROR:gl_ozone_egl.cc(21)] GLSurfaceEGL::InitializeOneOff failed.
[1688267:0902/172013.441967:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1688235:0902/172013.594999:ERROR:bus.cc(398)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are “tcp” and on UNIX “unix”)
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[1688301:0902/172013.784039:ERROR:angle_platform_impl.cc(43)] DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
[1688301:0902/172013.784210:ERROR:angle_platform_impl.cc(43)] Display.cpp:977 (initialize): ANGLE Display::initialize error 12289: Not initialized.
[1688301:0902/172013.787240:ERROR:gl_surface_egl.cc(852)] EGL Driver message (Critical) eglInitialize: Not initialized.
[1688301:0902/172013.791916:ERROR:gl_surface_egl.cc(1489)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[1688301:0902/172013.803238:ERROR:gl_ozone_egl.cc(21)] GLSurfaceEGL::InitializeOneOff failed.
[1688301:0902/172013.931607:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[1688309:0902/172014.237385:ERROR:angle_platform_impl.cc(43)] DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
[1688309:0902/172014.259414:ERROR:angle_platform_impl.cc(43)] Display.cpp:977 (initialize): ANGLE Display::initialize error 12289: Not initialized.
[1688309:0902/172014.273768:ERROR:gl_surface_egl.cc(852)] EGL Driver message (Critical) eglInitialize: Not initialized.
[1688309:0902/172014.290702:ERROR:gl_surface_egl.cc(1489)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[1688309:0902/172014.296997:ERROR:gl_ozone_egl.cc(21)] GLSurfaceEGL::InitializeOneOff failed.
[1688309:0902/172014.380030:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[1688321:0902/172014.584328:ERROR:gpu_init.cc(481)] Passthrough is not supported, GL is disabled, ANGLE is
[1688321:0902/172014.749473:ERROR:x11_software_bitmap_presenter.cc(141)] XGetWindowAttributes failed for window 12582915
Language changed to: en
[1688235:0902/172015.323586:ERROR:bus.cc(398)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are “tcp” and on UNIX “unix”)
packageUpdatable false
ready-to-show: 2.500s
crane@Ubuntu:~/Downloads$

What might go wrong?

Tried another image, it doesn’t run at all.
crane@Ubuntu:~/Downloads$ ls -l
total 293508
-rwxrwxr-x 1 crane crane 99670660 Aug 26 23:09 balenaEtcher-1.18.11-x64.AppImage
-rwxrwxr-x 1 crane crane 93990136 Sep 2 17:22 balenaEtcher-1.7.9-ia32.AppImage
crane@Ubuntu:~/Downloads$ sudo ./balenaEtcher-1.7.9-ia32.AppImage
sudo: unable to execute ./balenaEtcher-1.7.9-ia32.AppImage: No such file or directory
crane@Ubuntu:~/Downloads$

Thank you for your help!

Crane