anbox icon indicating copy to clipboard operation
anbox copied to clipboard

Anbox does not launch, says "Session manager failed to become ready"

Open ghost opened this issue 6 years ago • 42 comments

  1. ** Please paste the result of anbox system-info below:**
version: 4
snap-revision: 104
os:
  name: GalliumOS
  version: 2.1 (Xenon)
  snap-based: true
kernel:
  version: Linux version 4.8.17-galliumos (reynhout@galliumos) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #1 SMP PREEMPT galliumos4 Thu Feb 23 02:27:28 UTC 2017
  binder: true
  ashmem: true
graphics:
  egl:
    vendor: Mesa Project
    version: 1.4 (DRI2)
    extensions:
      - EGL_CHROMIUM_sync_control
      - EGL_EXT_create_context_robustness
      - EGL_EXT_image_dma_buf_import
      - EGL_EXT_image_dma_buf_import_modifiers
      - EGL_KHR_config_attribs
      - EGL_KHR_create_context
      - EGL_KHR_create_context_no_error
      - EGL_KHR_fence_sync
      - EGL_KHR_get_all_proc_addresses
      - EGL_KHR_gl_renderbuffer_image
      - EGL_KHR_gl_texture_2D_image
      - EGL_KHR_gl_texture_3D_image
      - EGL_KHR_gl_texture_cubemap_image
      - EGL_KHR_image
      - EGL_KHR_image_base
      - EGL_KHR_image_pixmap
      - EGL_KHR_no_config_context
      - EGL_KHR_reusable_sync
      - EGL_KHR_surfaceless_context
      - EGL_KHR_wait_sync
      - EGL_MESA_configless_context
      - EGL_MESA_drm_image
      - EGL_MESA_image_dma_buf_export
      - EGL_NOK_swap_region
      - EGL_NOK_texture_from_pixmap
      - EGL_NV_post_sub_buffer
      - EGL_WL_bind_wayland_display
  gles2:
    vendor: Intel Open Source Technology Center
    vendor: OpenGL ES 3.0 Mesa 17.2.8
    extensions:
      - GL_EXT_blend_minmax
      - GL_EXT_multi_draw_arrays
      - GL_EXT_texture_filter_anisotropic
      - GL_EXT_texture_compression_dxt1
      - GL_EXT_texture_format_BGRA8888
      - GL_OES_compressed_ETC1_RGB8_texture
      - GL_OES_depth24
      - GL_OES_element_index_uint
      - GL_OES_fbo_render_mipmap
      - GL_OES_mapbuffer
      - GL_OES_rgb8_rgba8
      - GL_OES_standard_derivatives
      - GL_OES_stencil8
      - GL_OES_texture_3D
      - GL_OES_texture_float
      - GL_OES_texture_float_linear
      - GL_OES_texture_half_float
      - GL_OES_texture_half_float_linear
      - GL_OES_texture_npot
      - GL_OES_vertex_half_float
      - GL_EXT_texture_sRGB_decode
      - GL_OES_EGL_image
      - GL_OES_depth_texture
      - GL_OES_packed_depth_stencil
      - GL_EXT_texture_type_2_10_10_10_REV
      - GL_OES_get_program_binary
      - GL_APPLE_texture_max_level
      - GL_EXT_discard_framebuffer
      - GL_EXT_read_format_bgra
      - GL_EXT_frag_depth
      - GL_NV_fbo_color_attachments
      - GL_OES_EGL_image_external
      - GL_OES_EGL_sync
      - GL_OES_vertex_array_object
      - GL_ANGLE_texture_compression_dxt3
      - GL_ANGLE_texture_compression_dxt5
      - GL_EXT_robustness
      - GL_EXT_texture_rg
      - GL_EXT_unpack_subimage
      - GL_NV_draw_buffers
      - GL_NV_read_buffer
      - GL_NV_read_depth
      - GL_NV_read_depth_stencil
      - GL_NV_read_stencil
      - GL_EXT_draw_buffers
      - GL_EXT_map_buffer_range
      - GL_KHR_debug
      - GL_KHR_robustness
      - GL_OES_depth_texture_cube_map
      - GL_OES_surfaceless_context
      - GL_EXT_color_buffer_float
      - GL_EXT_separate_shader_objects
      - GL_EXT_shader_integer_mix
      - GL_INTEL_performance_query
      - GL_EXT_compressed_ETC1_RGB8_sub_texture
      - GL_EXT_copy_image
      - GL_EXT_draw_buffers_indexed
      - GL_EXT_draw_elements_base_vertex
      - GL_EXT_polygon_offset_clamp
      - GL_EXT_texture_border_clamp
      - GL_KHR_blend_equation_advanced
      - GL_KHR_context_flush_control
      - GL_KHR_robust_buffer_access_behavior
      - GL_OES_copy_image
      - GL_OES_draw_buffers_indexed
      - GL_OES_draw_elements_base_vertex
      - GL_OES_sample_shading
      - GL_OES_sample_variables
      - GL_OES_shader_multisample_interpolation
      - GL_OES_texture_border_clamp
      - GL_EXT_blend_func_extended
      - GL_KHR_no_error
      - GL_EXT_clip_cull_distance
      - GL_MESA_shader_integer_functions

Please describe your problem:

I was trying to install Anbox on GalliumOS, which is based on Xubuntu which is based on Ubuntu 16.04 LTS. It does not have snap installed on it so I installed snapd using apt and followed the installation instruction of Anbox on GitHub. It installed successfully but (1)somehow /snap/bin is not added to path variable so I edited .bashrc and problem solved (2)Anbox cannot be found among the applications and I can only attempt to run it from terminal (still don't know how to solve this problem). I cannot find documentation about setting Anbox up since the docs only has info about installing, so I attempted myself and ran anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity (don't know if this is the correct thing to execute since I cannot figure out how to get Anbox appear in the Applications) This results in a window says "starting", and the terminal output is: [ 2018-06-10 17:49:20] [launch.cpp:178@operator()] Session manager is not yet running, trying to start it [ 2018-06-10 17:49:20] [launch.cpp:112@launch_session_manager] Started session manager, will now try to connect .. [ 2018-06-10 17:49:20] [splash_screen.cpp:50@SplashScreen] Window has no associated renderer yet, creating one ... [ 2018-06-10 17:50:11] [launch.cpp:210@operator()] Session manager failed to become ready And then the window closes. Earlier I also attempted to run anbox session manager in another terminal in background and then execute the line above but that does not seem to solve the problem either. That way it still says "Session manager failed to become ready" but the window with "starting does not appear. I do not know if I did something wrong here or was it a problem with snap or GalliumOS.

(I put the diagnostics archive in zip file because GitHub does not allow me to upload tar.xz) anbox-system-diagnostics-2018-06-10.tar.xz.zip

ghost avatar Jun 10 '18 18:06 ghost

I am also facing the same issue on my ubuntu 14.04

brenthmiras avatar Jun 11 '18 11:06 brenthmiras

@zhangtianyi2001 - Can you run the "id" command from the user you installed Anbox on?

@morphis - Maybe its the user namespaces?

Jun 10 13:44:55 chrx anbox.container-manager[5626]: tee: /sys/module/fuse/parameters/userns_mounts: Permission denied Jun 10 13:44:55 chrx anbox.container-manager[5626]: Y Jun 10 13:44:55 chrx anbox.container-manager[5626]: + echo WARNING: kernel doesn't support fuse in user namespaces Jun 10 13:44:55 chrx anbox.container-manager[5626]: WARNING: kernel doesn't support fuse in user namespaces

GM12Tick avatar Jun 12 '18 10:06 GM12Tick

Manjaro, linux417, same issue. My anbox system-info: https://puu.sh/AFBpi.txt I installed it from the AUR packages, so I'm not sure whether it counts as being installed as my user or as root. I'm not sure if that's relevant to Arch in the first place. However, here's the output of id for both:

[wisknort@Xiao-Che ~]$ id
uid=1000(wisknort) gid=1001(wisknort) groups=1001(wisknort),6(disk),7(lp),10(wheel),90(network),91(video),92(audio),93(optical),95(storage),96(scanner),98(power),1000(autologin)
[Xiao-Che wisknort]# id
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),19(log)

zergling-man avatar Jun 15 '18 05:06 zergling-man

Same here: version: 4 snap-revision: 92 os: name: Ubuntu version: 16.04.3 LTS (Xenial Xerus) snap-based: true kernel: version: Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 binder: true ashmem: true graphics: egl: vendor: Mesa Project version: 1.4 (DRI2) extensions: - EGL_CHROMIUM_sync_control - EGL_EXT_buffer_age - EGL_EXT_create_context_robustness - EGL_EXT_image_dma_buf_import - EGL_EXT_image_dma_buf_import_modifiers - EGL_KHR_config_attribs - EGL_KHR_create_context - EGL_KHR_create_context_no_error - EGL_KHR_fence_sync - EGL_KHR_get_all_proc_addresses - EGL_KHR_gl_renderbuffer_image - EGL_KHR_gl_texture_2D_image - EGL_KHR_gl_texture_3D_image - EGL_KHR_gl_texture_cubemap_image - EGL_KHR_image - EGL_KHR_image_base - EGL_KHR_image_pixmap - EGL_KHR_no_config_context - EGL_KHR_reusable_sync - EGL_KHR_surfaceless_context - EGL_KHR_wait_sync - EGL_MESA_configless_context - EGL_MESA_drm_image - EGL_MESA_image_dma_buf_export - EGL_NOK_texture_from_pixmap - EGL_WL_bind_wayland_display gles2: vendor: Intel Open Source Technology Center vendor: OpenGL ES 3.2 Mesa 17.2.8 extensions: - GL_EXT_blend_minmax - GL_EXT_multi_draw_arrays - GL_EXT_texture_filter_anisotropic - GL_EXT_texture_compression_dxt1 - GL_EXT_texture_format_BGRA8888 - GL_OES_compressed_ETC1_RGB8_texture - GL_OES_depth24 - GL_OES_element_index_uint - GL_OES_fbo_render_mipmap - GL_OES_mapbuffer - GL_OES_rgb8_rgba8 - GL_OES_standard_derivatives - GL_OES_stencil8 - GL_OES_texture_3D - GL_OES_texture_float - GL_OES_texture_float_linear - GL_OES_texture_half_float - GL_OES_texture_half_float_linear - GL_OES_texture_npot - GL_OES_vertex_half_float - GL_EXT_texture_sRGB_decode - GL_OES_EGL_image - GL_OES_depth_texture - GL_OES_packed_depth_stencil - GL_EXT_texture_type_2_10_10_10_REV - GL_OES_get_program_binary - GL_APPLE_texture_max_level - GL_EXT_discard_framebuffer - GL_EXT_read_format_bgra - GL_EXT_frag_depth - GL_NV_fbo_color_attachments - GL_OES_EGL_image_external - GL_OES_EGL_sync - GL_OES_vertex_array_object - GL_OES_viewport_array - GL_ANGLE_texture_compression_dxt3 - GL_ANGLE_texture_compression_dxt5 - GL_EXT_robustness - GL_EXT_texture_rg - GL_EXT_unpack_subimage - GL_NV_draw_buffers - GL_NV_read_buffer - GL_NV_read_depth - GL_NV_read_depth_stencil - GL_NV_read_stencil - GL_EXT_draw_buffers - GL_EXT_map_buffer_range - GL_KHR_debug - GL_KHR_robustness - GL_KHR_texture_compression_astc_ldr - GL_OES_depth_texture_cube_map - GL_OES_surfaceless_context - GL_EXT_color_buffer_float - GL_EXT_separate_shader_objects - GL_EXT_shader_framebuffer_fetch - GL_EXT_shader_integer_mix - GL_EXT_tessellation_point_size - GL_EXT_tessellation_shader - GL_INTEL_conservative_rasterization - GL_INTEL_performance_query - GL_ANDROID_extension_pack_es31a - GL_EXT_compressed_ETC1_RGB8_sub_texture - GL_EXT_copy_image - GL_EXT_draw_buffers_indexed - GL_EXT_draw_elements_base_vertex - GL_EXT_gpu_shader5 - GL_EXT_polygon_offset_clamp - GL_EXT_primitive_bounding_box - GL_EXT_shader_io_blocks - GL_EXT_texture_border_clamp - GL_EXT_texture_buffer - GL_EXT_texture_cube_map_array - GL_KHR_blend_equation_advanced - GL_KHR_blend_equation_advanced_coherent - GL_KHR_context_flush_control - GL_KHR_robust_buffer_access_behavior - GL_NV_image_formats - GL_OES_copy_image - GL_OES_draw_buffers_indexed - GL_OES_draw_elements_base_vertex - GL_OES_gpu_shader5 - GL_OES_primitive_bounding_box - GL_OES_sample_shading - GL_OES_sample_variables - GL_OES_shader_io_blocks - GL_OES_shader_multisample_interpolation - GL_OES_tessellation_point_size - GL_OES_tessellation_shader - GL_OES_texture_border_clamp - GL_OES_texture_buffer - GL_OES_texture_cube_map_array - GL_OES_texture_stencil8 - GL_OES_texture_storage_multisample_2d_array - GL_EXT_blend_func_extended - GL_EXT_buffer_storage - GL_EXT_geometry_point_size - GL_EXT_geometry_shader - GL_EXT_shader_samples_identical - GL_KHR_no_error - GL_KHR_texture_compression_astc_sliced_3d - GL_OES_geometry_point_size - GL_OES_geometry_shader - GL_OES_shader_image_atomic - GL_EXT_clip_cull_distance - GL_MESA_shader_integer_functions

dmesg: [494764.858955] audit_printk_skb: 13767 callbacks suppressed [494764.858959] audit: type=1326 audit(1529322608.210:854521): auid=4294967295 uid=100000 gid=100000 ses=4294967295 pid=12572 comm="init" exe="/init" sig=0 arch=c000003e syscall=259 compat=0 ip=0x4df15a code=0x7ffc0000 [494764.859164] audit: type=1326 audit(1529322608.210:854522): auid=4294967295 uid=100000 gid=100000 ses=4294967295 pid=12572 comm="init" exe="/init" sig=0 arch=c000003e syscall=259 compat=0 ip=0x4df15a code=0x7ffc0000 [494764.859183] audit: type=1326 audit(1529322608.210:854523): auid=4294967295 uid=100000 gid=100000 ses=4294967295 pid=18545 comm="init" exe="/init" sig=0 arch=c000003e syscall=259 compat=0 ip=0x4df15a code=0x7ffc0000 [494764.859298] audit: type=1326 audit(1529322608.210:854524): auid=4294967295 uid=100000 gid=100000 ses=4294967295 pid=12572 comm="init" exe="/init" sig=0 arch=c000003e syscall=259 compat=0 ip=0x4df15a code=0x7ffc0000 [494764.859311] audit: type=1326 audit(1529322608.210:854525): auid=4294967295 uid=100000 gid=100000 ses=4294967295 pid=18546 comm="init" exe="/init" sig=0 arch=c000003e syscall=49 compat=0 ip=0x4dee17 code=0x7ffc0000 [494764.859328] audit: type=1326 audit(1529322608.210:854526): auid=4294967295 uid=100000 gid=100000 ses=4294967295 pid=18546 comm="init" exe="/init" sig=0 arch=c000003e syscall=260 compat=0 ip=0x4deeba code=0x7ffc0000 [494764.859352] audit: type=1326 audit(1529322608.210:854527): auid=4294967295 uid=100000 gid=100000 ses=4294967295 pid=18546 comm="init" exe="/init" sig=0 arch=c000003e syscall=259 compat=0 ip=0x4df15a code=0x7ffc0000 [494764.859434] audit: type=1326 audit(1529322608.210:854528): auid=4294967295 uid=100000 gid=100000 ses=4294967295 pid=12572 comm="init" exe="/init" sig=0 arch=c000003e syscall=259 compat=0 ip=0x4df15a code=0x7ffc0000 [494764.859562] audit: type=1326 audit(1529322608.210:854529): auid=4294967295 uid=100000 gid=100000 ses=4294967295 pid=12572 comm="init" exe="/init" sig=0 arch=c000003e syscall=259 compat=0 ip=0x4df15a code=0x7ffc0000 [494764.859684] audit: type=1326 audit(1529322608.210:854530): auid=4294967295 uid=100000 gid=100000 ses=4294967295 pid=12572 comm="init" exe="/init" sig=0 arch=c000003e syscall=259 compat=0 ip=0x4df15a code=0x7ffc0000 [494764.919979] binder_linux: 18557:18557 transaction failed 29189, size 0-0 [494764.975057] binder_linux: 18558:18558 transaction failed 29189, size 0-0 [494764.977649] binder_linux: 18553:18553 transaction failed 29189, size 0-0 [494764.995614] binder_linux: 18556:18556 transaction failed 29189, size 0-0 [494765.011002] binder_linux: 12591:12591 transaction failed 29189, size 0-0 [494765.033799] binder_linux: 12602:12602 transaction failed 29189, size 0-0 [494765.035555] binder_linux: 12603:12603 transaction failed 29189, size 0-0 [494765.077399] binder_linux: 12604:12604 transaction failed 29189, size 0-0 [494765.920112] binder_linux: 18557:18557 transaction failed 29189, size 0-0 [494765.975187] binder_linux: 18558:18558 transaction failed 29189, size 0-0 [494765.995750] binder_linux: 18556:18556 transaction failed 29189, size 0-0 [494766.011109] binder_linux: 12591:12591 transaction failed 29189, size 0-0 [494766.033987] binder_linux: 12602:12602 transaction failed 29189, size 0-0 [494766.035725] binder_linux: 12603:12603 transaction failed 29189, size 0-0 [494766.077577] binder_linux: 12604:12604 transaction failed 29189, size 0-0 [494766.920211] binder_linux: 18557:18557 transaction failed 29189, size 0-0 [494766.975292] binder_linux: 18558:18558 transaction failed 29189, size 0-0 [494766.995894] binder_linux: 18556:18556 transaction failed 29189, size 0-0 [494767.011234] binder_linux: 12591:12591 transaction failed 29189, size 0-0 [494767.034118] binder_linux: 12602:12602 transaction failed 29189, size 0-0 [494767.035851] binder_linux: 12603:12603 transaction failed 29189, size 0-0 [494767.077759] binder_linux: 12604:12604 transaction failed 29189, size 0-0 [494767.920436] binder_linux: 18557:18557 transaction failed 29189, size 0-0 [494767.975449] binder_linux: 18558:18558 transaction failed 29189, size 0-0 [494767.996005] binder_linux: 18556:18556 transaction failed 29189, size 0-0 [494768.011328] binder_linux: 12591:12591 transaction failed 29189, size 0-0 [494768.034211] binder_linux: 12602:12602 transaction failed 29189, size 0-0 [494768.035968] binder_linux: 12603:12603 transaction failed 29189, size 0-0 [494768.077854] binder_linux: 12604:12604 transaction failed 29189, size 0-0 [494768.920720] binder_linux: 18557:18557 transaction failed 29189, size 0-0 [494768.975640] binder_linux: 18558:18558 transaction failed 29189, size 0-0 [494768.996164] binder_linux: 18556:18556 transaction failed 29189, size 0-0 [494769.011486] binder_linux: 12591:12591 transaction failed 29189, size 0-0 [494769.034381] binder_linux: 12602:12602 transaction failed 29189, size 0-0 [494769.036188] binder_linux: 12603:12603 transaction failed 29189, size 0-0 [494769.078076] binder_linux: 12604:12604 transaction failed 29189, size 0-0 [494769.295149] binder_linux: 18599:18599 transaction failed 29189, size 0-0 [494769.311573] binder_linux: 18600:18600 transaction failed 29189, size 0-0 [494769.316059] binder_linux: 18594:18594 transaction failed 29189, size 0-0 [494769.326804] binder_linux: 18598:18598 transaction failed 29189, size 0-0 [494770.011646] binder_linux: 12591:12591 transaction failed 29189, size 0-0 [494770.034491] binder_linux: 12602:12602 transaction failed 29189, size 0-0 [494770.036317] binder_linux: 12603:12603 transaction failed 29189, size 0-0 [494770.078224] binder_linux: 12604:12604 transaction failed 29189, size 0-0 [494770.295243] binder_linux: 18599:18599 transaction failed 29189, size 0-0 [494770.311674] binder_linux: 18600:18600 transaction failed 29189, size 0-0 [494770.326937] binder_linux: 18598:18598 transaction failed 29189, size 0-0

g3rb3n avatar Jun 18 '18 11:06 g3rb3n

@g3rb3n You're using a quite old version of the Anbox snap. Please refresh to the latest with $ snap refresh --edge --devmode anbox and try again.

morphis avatar Jun 18 '18 11:06 morphis

I have followed the procedure on https://github.com/anbox/anbox/blob/master/docs/install.md. I guess I took the "you can run" phrase too literal.

Thank you. This version works fine.

g3rb3n avatar Jun 18 '18 20:06 g3rb3n

So channel "beta" is not working, but channel "edge" is? I'll try downloading that version, now. I've been having the same problem after following the install instructions.

politas avatar Jun 24 '18 03:06 politas

  1. Run the anbox logs collection utility and attach the tar file. sudo /snap/bin/anbox.collect-bug-info *** had to convert to zip to upload anbox-system-diagnostics-2018-06-29.zip

  2. ** Please paste the result of anbox system-info below:** version: 4 snap-revision: 112 cpu: arch: x86 brand: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz features: os: name: Linux Mint version: 18.3 (Sylvia) snap-based: true kernel: version: Linux version 4.15.0-23-generic (buildd@lgw01-amd64-025) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)) #25~16.04.1-Ubuntu SMP Fri May 25 04:50:20 UTC 2018 binder: true ashmem: true graphics: egl: vendor: Mesa Project version: 1.5 (DRI2) extensions:

    • EGL_CHROMIUM_sync_control
    • EGL_EXT_create_context_robustness
    • EGL_EXT_image_dma_buf_import
    • EGL_KHR_cl_event2
    • EGL_KHR_config_attribs
    • EGL_KHR_create_context
    • EGL_KHR_create_context_no_error
    • EGL_KHR_fence_sync
    • EGL_KHR_get_all_proc_addresses
    • EGL_KHR_gl_colorspace
    • EGL_KHR_gl_renderbuffer_image
    • EGL_KHR_gl_texture_2D_image
    • EGL_KHR_gl_texture_3D_image
    • EGL_KHR_gl_texture_cubemap_image
    • EGL_KHR_image
    • EGL_KHR_image_base
    • EGL_KHR_image_pixmap
    • EGL_KHR_no_config_context
    • EGL_KHR_reusable_sync
    • EGL_KHR_surfaceless_context
    • EGL_KHR_wait_sync
    • EGL_MESA_configless_context
    • EGL_MESA_drm_image
    • EGL_MESA_image_dma_buf_export
    • EGL_NOK_swap_region
    • EGL_NOK_texture_from_pixmap
    • EGL_NV_post_sub_buffer
    • EGL_WL_bind_wayland_display gles2: vendor: X.Org vendor: OpenGL ES 3.0 Mesa 17.2.8 extensions:
    • GL_EXT_blend_minmax
    • GL_EXT_multi_draw_arrays
    • GL_EXT_texture_filter_anisotropic
    • GL_EXT_texture_format_BGRA8888
    • GL_OES_compressed_ETC1_RGB8_texture
    • GL_OES_depth24
    • GL_OES_element_index_uint
    • GL_OES_fbo_render_mipmap
    • GL_OES_mapbuffer
    • GL_OES_rgb8_rgba8
    • GL_OES_standard_derivatives
    • GL_OES_stencil8
    • GL_OES_texture_3D
    • GL_OES_texture_float
    • GL_OES_texture_float_linear
    • GL_OES_texture_half_float
    • GL_OES_texture_half_float_linear
    • GL_OES_texture_npot
    • GL_OES_vertex_half_float
    • GL_EXT_texture_sRGB_decode
    • GL_OES_EGL_image
    • GL_OES_depth_texture
    • GL_OES_packed_depth_stencil
    • GL_EXT_texture_type_2_10_10_10_REV
    • GL_OES_get_program_binary
    • GL_APPLE_texture_max_level
    • GL_EXT_discard_framebuffer
    • GL_EXT_read_format_bgra
    • GL_EXT_frag_depth
    • GL_NV_fbo_color_attachments
    • GL_OES_EGL_image_external
    • GL_OES_EGL_sync
    • GL_OES_vertex_array_object
    • GL_EXT_texture_rg
    • GL_EXT_unpack_subimage
    • GL_NV_draw_buffers
    • GL_NV_read_buffer
    • GL_NV_read_depth
    • GL_NV_read_depth_stencil
    • GL_NV_read_stencil
    • GL_EXT_draw_buffers
    • GL_EXT_map_buffer_range
    • GL_KHR_debug
    • GL_OES_depth_texture_cube_map
    • GL_OES_surfaceless_context
    • GL_EXT_color_buffer_float
    • GL_EXT_separate_shader_objects
    • GL_EXT_shader_integer_mix
    • GL_EXT_base_instance
    • GL_EXT_compressed_ETC1_RGB8_sub_texture
    • GL_EXT_copy_image
    • GL_EXT_draw_buffers_indexed
    • GL_EXT_draw_elements_base_vertex
    • GL_EXT_polygon_offset_clamp
    • GL_EXT_texture_border_clamp
    • GL_KHR_context_flush_control
    • GL_OES_copy_image
    • GL_OES_draw_buffers_indexed
    • GL_OES_draw_elements_base_vertex
    • GL_OES_texture_border_clamp
    • GL_OES_texture_stencil8
    • GL_EXT_blend_func_extended
    • GL_KHR_no_error
    • GL_MESA_shader_integer_functions

** Describe problem

upon running anbox.appmgr, the following message is displayed: [launch.cpp:210@operator()] Session manager failed to become ready

** What was I expecting

a lovely anbox window

** Additional info

Have followed every guide I can find, installed, removed, upgraded, reinstalled, etc. all to no avail.

richgwil avatar Jun 29 '18 15:06 richgwil

Uploading the logs as requested by Simon anbox-system-diagnostics-2018-07-06.zip

parithy avatar Jul 06 '18 07:07 parithy

Hmm, this looks interesting:

Starting real init now ...
+ /init
libc: fsetxattr failed to set context (u:object_r:dalvik_prop:s0) for "/dev/__properties__/u:object_r:dalvik_prop:s0"
libc: fsetxattr failed to set context (u:object_r:config_prop:s0) for "/dev/__properties__/u:object_r:config_prop:s0"
libc: fsetxattr failed to set context (u:object_r:nfc_prop:s0) for "/dev/__properties__/u:object_r:nfc_prop:s0"
libc: fsetxattr failed to set context (u:object_r:fingerprint_prop:s0) for "/dev/__properties__/u:object_r:fingerprint_prop:s0"
libc: fsetxattr failed to set context (u:object_r:vold_prop:s0) for "/dev/__properties__/u:object_r:vold_prop:s0"
libc: fsetxattr failed to set context (u:object_r:default_prop:s0) for "/dev/__properties__/u:object_r:default_prop:s0"
libc: fsetxattr failed to set context (u:object_r:security_prop:s0) for "/dev/__properties__/u:object_r:security_prop:s0"
libc: fsetxattr failed to set context (u:object_r:restorecon_prop:s0) for "/dev/__properties__/u:object_r:restorecon_prop:s0"
....

morphis avatar Jul 06 '18 07:07 morphis

Issue confirmed also for me, Ubuntu 14.04

dmesg: [ 5937.192252] anbox0: port 1(vethWRQK40) entered forwarding state [ 5937.192272] anbox0: port 1(vethWRQK40) entered forwarding state [ 5937.467635] anbox0: port 1(vethWRQK40) entered disabled state [ 5937.470150] anbox0: port 1(vethWRQK40) entered disabled state [ 6972.657852] audit: type=1400 audit(1532785182.407:1350): apparmor="ALLOWED" operation="open" profile="snap.anbox.appmgr" name="/sys/module/apparmor/parameters/enabled" pid=6983 comm="anbox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 7074.991281] audit: type=1400 audit(1532785284.739:1351): apparmor="ALLOWED" operation="open" profile="snap.anbox.appmgr" name="/sys/module/apparmor/parameters/enabled" pid=7114 comm="anbox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 7075.019190] audit: type=1400 audit(1532785284.767:1352): apparmor="ALLOWED" operation="open" profile="snap.anbox.appmgr" name="/sys/module/apparmor/parameters/enabled" pid=7235 comm="anbox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 7075.167378] audit: type=1400 audit(1532785284.915:1353): apparmor="ALLOWED" operation="open" profile="snap.anbox.appmgr" name="/run/shm/" pid=7235 comm="anbox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 7075.170136] audit: type=1400 audit(1532785284.919:1354): apparmor="ALLOWED" operation="open" profile="snap.anbox.appmgr" name="/proc/7235/net/unix" pid=7235 comm="anbox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 7075.171861] audit: type=1400 audit(1532785284.919:1355): apparmor="ALLOWED" operation="open" profile="snap.anbox.appmgr" name="/proc/7235/net/unix" pid=7235 comm="anbox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 7075.173517] audit: type=1400 audit(1532785284.923:1356): apparmor="ALLOWED" operation="open" profile="snap.anbox.appmgr" name="/proc/7235/net/unix" pid=7235 comm="anbox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 7075.221991] audit: type=1400 audit(1532785284.971:1357): apparmor="ALLOWED" operation="open" profile="snap.anbox.appmgr" name="/proc/7235/net/unix" pid=7235 comm="anbox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 7075.225046] audit: type=1400 audit(1532785284.975:1358): apparmor="ALLOWED" operation="open" profile="snap.anbox.appmgr" name="/proc/7235/net/unix" pid=7235 comm="anbox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 7075.229692] audit: type=1400 audit(1532785284.979:1359): apparmor="ALLOWED" operation="open" profile="snap.anbox.appmgr" name="/proc/7235/net/unix" pid=7235 comm="anbox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

anbox-system-diagnostics-2018-07-28.zip anbox-system-diagnostics-2018-07-28.zip

ads@neuronew:~$ anbox system-info version: 4 snap-revision: 133 cpu: arch: x86 brand: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz features: os: name: Ubuntu version: 14.04.5 LTS, Trusty Tahr snap-based: true kernel: version: Linux version 4.4.0-130-generic (buildd@lgw01-amd64-059) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #156~14.04.1-Ubuntu SMP Thu Jun 14 13:51:47 UTC 2018 binder: true ashmem: true graphics: egl: vendor: Mesa Project version: 1.4 (DRI2) extensions: - EGL_CHROMIUM_sync_control - EGL_EXT_image_dma_buf_import - EGL_EXT_image_dma_buf_import_modifiers - EGL_KHR_config_attribs - EGL_KHR_create_context - EGL_KHR_create_context_no_error - EGL_KHR_fence_sync - EGL_KHR_get_all_proc_addresses - EGL_KHR_gl_colorspace - EGL_KHR_gl_renderbuffer_image - EGL_KHR_gl_texture_2D_image - EGL_KHR_gl_texture_3D_image - EGL_KHR_gl_texture_cubemap_image - EGL_KHR_image - EGL_KHR_image_base - EGL_KHR_image_pixmap - EGL_KHR_no_config_context - EGL_KHR_reusable_sync - EGL_KHR_surfaceless_context - EGL_EXT_pixel_format_float - EGL_KHR_wait_sync - EGL_MESA_configless_context - EGL_MESA_drm_image - EGL_MESA_image_dma_buf_export - EGL_NOK_swap_region - EGL_NOK_texture_from_pixmap - EGL_NV_post_sub_buffer - EGL_WL_bind_wayland_display gles2: vendor: Intel Open Source Technology Center vendor: OpenGL ES 2.0 Mesa 18.0.5 extensions: - GL_ANGLE_texture_compression_dxt3 - GL_ANGLE_texture_compression_dxt5 - GL_APPLE_texture_max_level - GL_EXT_blend_minmax - GL_EXT_compressed_ETC1_RGB8_sub_texture - GL_EXT_discard_framebuffer - GL_EXT_draw_buffers - GL_EXT_draw_elements_base_vertex - GL_EXT_frag_depth - GL_EXT_map_buffer_range - GL_EXT_multi_draw_arrays - GL_EXT_occlusion_query_boolean - GL_EXT_polygon_offset_clamp - GL_EXT_read_format_bgra - GL_EXT_robustness - GL_EXT_separate_shader_objects - GL_EXT_texture_border_clamp - GL_EXT_texture_compression_dxt1 - GL_EXT_texture_filter_anisotropic - GL_EXT_texture_format_BGRA8888 - GL_EXT_texture_rg - GL_EXT_texture_type_2_10_10_10_REV - GL_EXT_unpack_subimage - GL_KHR_context_flush_control - GL_KHR_debug - GL_KHR_no_error - GL_KHR_robustness - GL_NV_draw_buffers - GL_NV_fbo_color_attachments - GL_NV_read_buffer - GL_NV_read_depth - GL_NV_read_depth_stencil - GL_NV_read_stencil - GL_OES_EGL_image - GL_OES_EGL_image_external - GL_OES_EGL_sync - GL_OES_compressed_ETC1_RGB8_texture - GL_OES_depth24 - GL_OES_depth_texture - GL_OES_draw_elements_base_vertex - GL_OES_element_index_uint - GL_OES_fbo_render_mipmap - GL_OES_get_program_binary - GL_OES_mapbuffer - GL_OES_packed_depth_stencil - GL_OES_required_internalformat - GL_OES_rgb8_rgba8 - GL_OES_standard_derivatives - GL_OES_stencil8 - GL_OES_surfaceless_context - GL_OES_texture_3D - GL_OES_texture_border_clamp - GL_OES_texture_float - GL_OES_texture_float_linear - GL_OES_texture_half_float - GL_OES_texture_half_float_linear - GL_OES_texture_npot - GL_OES_vertex_array_object - GL_OES_vertex_half_float

Problem: 2018-07-28 13:42:15] [launch.cpp:214@operator()] Session manager failed to become ready

Thanks!

ads73 avatar Jul 28 '18 13:07 ads73

anbox system-info:

version: local-9a95b53
cpu:
  arch:  x86
  brand: AMD E-450 APU with Radeon(tm) HD Graphics
  features: 
os:
  name: Debian GNU/Linux
  version: 
  snap-based: false
kernel:
  version: Linux version 4.16.0-2-amd64 ([email protected]) (gcc version 7.3.0 (Debian 7.3.0-23)) #1 SMP Debian 4.16.16-2 (2018-06-22)
  binder: true
  ashmem: true
graphics:
  egl:
    vendor: Mesa Project
    version: 1.5 (DRI2)
    extensions:
      - EGL_CHROMIUM_sync_control
      - EGL_EXT_buffer_age
      - EGL_EXT_create_context_robustness
      - EGL_EXT_image_dma_buf_import
      - EGL_KHR_cl_event2
      - EGL_KHR_config_attribs
      - EGL_KHR_create_context
      - EGL_KHR_create_context_no_error
      - EGL_KHR_fence_sync
      - EGL_KHR_get_all_proc_addresses
      - EGL_KHR_gl_colorspace
      - EGL_KHR_gl_renderbuffer_image
      - EGL_KHR_gl_texture_2D_image
      - EGL_KHR_gl_texture_3D_image
      - EGL_KHR_gl_texture_cubemap_image
      - EGL_KHR_image
      - EGL_KHR_image_base
      - EGL_KHR_image_pixmap
      - EGL_KHR_no_config_context
      - EGL_KHR_reusable_sync
      - EGL_KHR_surfaceless_context
      - EGL_EXT_pixel_format_float
      - EGL_KHR_wait_sync
      - EGL_MESA_configless_context
      - EGL_MESA_drm_image
      - EGL_MESA_image_dma_buf_export
      - EGL_NOK_texture_from_pixmap
      - EGL_WL_bind_wayland_display
  gles2:
    vendor: X.Org
    vendor: OpenGL ES 3.1 Mesa 18.1.3
    extensions:
      - GL_ANGLE_texture_compression_dxt3
      - GL_ANGLE_texture_compression_dxt5
      - GL_APPLE_texture_max_level
      - GL_EXT_base_instance
      - GL_EXT_blend_func_extended
      - GL_EXT_blend_minmax
      - GL_EXT_buffer_storage
      - GL_EXT_clip_cull_distance
      - GL_EXT_color_buffer_float
      - GL_EXT_compressed_ETC1_RGB8_sub_texture
      - GL_EXT_copy_image
      - GL_EXT_discard_framebuffer
      - GL_EXT_draw_buffers
      - GL_EXT_draw_buffers_indexed
      - GL_EXT_draw_elements_base_vertex
      - GL_EXT_frag_depth
      - GL_EXT_geometry_point_size
      - GL_EXT_geometry_shader
      - GL_EXT_gpu_shader5
      - GL_EXT_map_buffer_range
      - GL_EXT_multi_draw_arrays
      - GL_EXT_occlusion_query_boolean
      - GL_EXT_polygon_offset_clamp
      - GL_EXT_primitive_bounding_box
      - GL_EXT_read_format_bgra
      - GL_EXT_robustness
      - GL_EXT_separate_shader_objects
      - GL_EXT_shader_integer_mix
      - GL_EXT_shader_io_blocks
      - GL_EXT_tessellation_point_size
      - GL_EXT_tessellation_shader
      - GL_EXT_texture_border_clamp
      - GL_EXT_texture_buffer
      - GL_EXT_texture_compression_dxt1
      - GL_EXT_texture_cube_map_array
      - GL_EXT_texture_filter_anisotropic
      - GL_EXT_texture_format_BGRA8888
      - GL_EXT_texture_rg
      - GL_EXT_texture_sRGB_decode
      - GL_EXT_texture_type_2_10_10_10_REV
      - GL_EXT_unpack_subimage
      - GL_KHR_context_flush_control
      - GL_KHR_debug
      - GL_KHR_no_error
      - GL_KHR_robust_buffer_access_behavior
      - GL_KHR_robustness
      - GL_MESA_shader_integer_functions
      - GL_NV_draw_buffers
      - GL_NV_fbo_color_attachments
      - GL_NV_image_formats
      - GL_NV_read_buffer
      - GL_NV_read_depth
      - GL_NV_read_depth_stencil
      - GL_NV_read_stencil
      - GL_OES_EGL_image
      - GL_OES_EGL_image_external
      - GL_OES_EGL_image_external_essl3
      - GL_OES_EGL_sync
      - GL_OES_compressed_ETC1_RGB8_texture
      - GL_OES_copy_image
      - GL_OES_depth24
      - GL_OES_depth_texture
      - GL_OES_depth_texture_cube_map
      - GL_OES_draw_buffers_indexed
      - GL_OES_draw_elements_base_vertex
      - GL_OES_element_index_uint
      - GL_OES_fbo_render_mipmap
      - GL_OES_geometry_point_size
      - GL_OES_geometry_shader
      - GL_OES_get_program_binary
      - GL_OES_gpu_shader5
      - GL_OES_mapbuffer
      - GL_OES_packed_depth_stencil
      - GL_OES_primitive_bounding_box
      - GL_OES_required_internalformat
      - GL_OES_rgb8_rgba8
      - GL_OES_sample_shading
      - GL_OES_sample_variables
      - GL_OES_shader_image_atomic
      - GL_OES_shader_io_blocks
      - GL_OES_shader_multisample_interpolation
      - GL_OES_standard_derivatives
      - GL_OES_stencil8
      - GL_OES_surfaceless_context
      - GL_OES_tessellation_point_size
      - GL_OES_tessellation_shader
      - GL_OES_texture_3D
      - GL_OES_texture_border_clamp
      - GL_OES_texture_buffer
      - GL_OES_texture_cube_map_array
      - GL_OES_texture_float
      - GL_OES_texture_float_linear
      - GL_OES_texture_half_float
      - GL_OES_texture_half_float_linear
      - GL_OES_texture_npot
      - GL_OES_texture_stencil8
      - GL_OES_texture_storage_multisample_2d_array
      - GL_OES_vertex_array_object
      - GL_OES_vertex_half_float
      - GL_OES_viewport_array

sudo anbox container-manager --data-path=/media/virt/anbox --android-image=/media/virt/anbox/android.img --daemon runs well and rootfs mount successfully. anbox session-manager:

[ 2018-07-28 19:38:55] [lxc_container.cpp:102@setup_network] Anbox bridge interface 'anbox0' doesn't exist. Network functionality will not be available

anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity:

[ 2018-07-28 19:50:43] [launch.cpp:210@operator()] Session manager failed to become ready

What's wrong? And how do I gather more precise logs without snap? scripts/collect-bug-info.sh gathers nothing.

bodqhrohro avatar Jul 28 '18 20:07 bodqhrohro

Same issue here, even after an update to edge

version: 4
snap-revision: 134
cpu:
  arch:  x86
  brand: Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz
  features: 
    - sse4_1
os:
  name: Debian GNU/Linux
  version: 9 (stretch)
  snap-based: true
kernel:
  version: Linux version 4.9.0-7-amd64 ([email protected]) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.110-3+deb9u1 (2018-08-03)
  binder: true
  ashmem: true
graphics:
  egl:
    vendor: Mesa Project
    version: 1.4 (DRI2)
    extensions:
      - EGL_CHROMIUM_sync_control
      - EGL_EXT_image_dma_buf_import
      - EGL_KHR_cl_event2
      - EGL_KHR_config_attribs
      - EGL_KHR_create_context
      - EGL_KHR_create_context_no_error
      - EGL_KHR_fence_sync
      - EGL_KHR_get_all_proc_addresses
      - EGL_KHR_gl_colorspace
      - EGL_KHR_gl_renderbuffer_image
      - EGL_KHR_gl_texture_2D_image
      - EGL_KHR_gl_texture_3D_image
      - EGL_KHR_gl_texture_cubemap_image
      - EGL_KHR_image
      - EGL_KHR_image_base
      - EGL_KHR_image_pixmap
      - EGL_KHR_no_config_context
      - EGL_KHR_reusable_sync
      - EGL_KHR_surfaceless_context
      - EGL_EXT_pixel_format_float
      - EGL_KHR_wait_sync
      - EGL_MESA_configless_context
      - EGL_MESA_drm_image
      - EGL_MESA_image_dma_buf_export
      - EGL_NOK_swap_region
      - EGL_NOK_texture_from_pixmap
      - EGL_NV_post_sub_buffer
      - EGL_WL_bind_wayland_display
  gles2:
    vendor: nouveau
    vendor: OpenGL ES 3.0 Mesa 18.0.5
    extensions:
      - GL_ANGLE_texture_compression_dxt3
      - GL_ANGLE_texture_compression_dxt5
      - GL_APPLE_texture_max_level
      - GL_EXT_base_instance
      - GL_EXT_blend_func_extended
      - GL_EXT_blend_minmax
      - GL_EXT_clip_cull_distance
      - GL_EXT_color_buffer_float
      - GL_EXT_compressed_ETC1_RGB8_sub_texture
      - GL_EXT_copy_image
      - GL_EXT_discard_framebuffer
      - GL_EXT_draw_buffers
      - GL_EXT_draw_elements_base_vertex
      - GL_EXT_frag_depth
      - GL_EXT_map_buffer_range
      - GL_EXT_multi_draw_arrays
      - GL_EXT_occlusion_query_boolean
      - GL_EXT_polygon_offset_clamp
      - GL_EXT_read_format_bgra
      - GL_EXT_separate_shader_objects
      - GL_EXT_shader_integer_mix
      - GL_EXT_texture_border_clamp
      - GL_EXT_texture_compression_dxt1
      - GL_EXT_texture_filter_anisotropic
      - GL_EXT_texture_format_BGRA8888
      - GL_EXT_texture_rg
      - GL_EXT_texture_sRGB_decode
      - GL_EXT_texture_type_2_10_10_10_REV
      - GL_EXT_unpack_subimage
      - GL_EXT_window_rectangles
      - GL_KHR_context_flush_control
      - GL_KHR_debug
      - GL_KHR_no_error
      - GL_MESA_shader_integer_functions
      - GL_NV_draw_buffers
      - GL_NV_fbo_color_attachments
      - GL_NV_read_buffer
      - GL_NV_read_depth
      - GL_NV_read_depth_stencil
      - GL_NV_read_stencil
      - GL_OES_EGL_image
      - GL_OES_EGL_image_external
      - GL_OES_EGL_sync
      - GL_OES_compressed_ETC1_RGB8_texture
      - GL_OES_copy_image
      - GL_OES_depth24
      - GL_OES_depth_texture
      - GL_OES_depth_texture_cube_map
      - GL_OES_draw_elements_base_vertex
      - GL_OES_element_index_uint
      - GL_OES_fbo_render_mipmap
      - GL_OES_get_program_binary
      - GL_OES_mapbuffer
      - GL_OES_packed_depth_stencil
      - GL_OES_required_internalformat
      - GL_OES_rgb8_rgba8
      - GL_OES_standard_derivatives
      - GL_OES_stencil8
      - GL_OES_surfaceless_context
      - GL_OES_texture_3D
      - GL_OES_texture_border_clamp
      - GL_OES_texture_float
      - GL_OES_texture_float_linear
      - GL_OES_texture_half_float
      - GL_OES_texture_half_float_linear
      - GL_OES_texture_npot
      - GL_OES_texture_stencil8
      - GL_OES_vertex_array_object
      - GL_OES_vertex_half_float

singpolyma avatar Aug 08 '18 00:08 singpolyma

I am sorry if this issue has been resolve I am new to Ubuntu/anbox I am having the same issue on Ubuntu 18.04 when I launch anbox I get the start screen and then it shuts down.

I have followed the instructions to install Anbox from the Anbox user-guide but cannot figure out how to install kernel modules for anbox. Some assistance would be greatly appreciated.

https://docs.anbox.io/userguide/install_kernel_modules.html

Below find my terminal install of Anbox and Anbox System-info

kevin@kevins-machine:~$ snap install --devmode --beta anbox snap "anbox" is already installed, see 'snap help refresh'

kevin@kevins-machine:~$ snap refresh --beta --devmode anbox snap "anbox" has no updates available

kevin@kevins-machine:~$ snap info anbox name: anbox summary: Android in a Box publisher: morphis contact: https://anbox.io license: unknown description: | Runtime for Android applications which runs a full Android system in a container using Linux namespaces (user, ipc, net, mount) to separate the Android system fully from the host.

You can find further details in our documentation at https://github.com/anbox/anbox/blob/master/README.md commands:

  • anbox
  • anbox.android-settings
  • anbox.appmgr
  • anbox.collect-bug-info services: anbox.container-manager: simple, enabled, active snap-id: Nr9K6UJaIOD8wHpDEQl16nabFFt9LLEQ tracking: beta refresh-date: today at 20:10 EDT channels:
    stable: –
    candidate: –
    beta: 4-558d646 (92) 389MB devmode edge: 4-4c6a7dc (138) 391MB devmode installed: 4-558d646 (92) 389MB devmode

kevin@kevins-machine:~$ sudo add-apt-repository ppa:morphis/anbox-support

More info: https://launchpad.net/~morphis/+archive/ubuntu/anbox-support Press [ENTER] to continue or Ctrl-c to cancel adding it.

Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB] Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Get:4 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Ign:7 http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic InRelease
Hit:8 https://repo.skype.com/deb stable InRelease
Hit:9 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:10 http://ppa.launchpad.net/linrunner/tlp/ubuntu bionic InRelease
Hit:11 http://ppa.launchpad.net/morphis/anbox-support/ubuntu bionic InRelease Ign:12 http://ppa.launchpad.net/paolorotolo/droidcam/ubuntu bionic InRelease
Hit:13 http://ppa.launchpad.net/ubuntuhandbook1/dvdstyler/ubuntu bionic InRelease Hit:14 http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease
Err:16 http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80] Err:17 http://ppa.launchpad.net/paolorotolo/droidcam/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80] Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'http://ppa.launchpad.net/paolorotolo/droidcam/ubuntu bionic Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

kevin@kevins-machine:~$ sudo apt update Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease Get:2 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Hit:3 https://repo.skype.com/deb stable InRelease
Get:4 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Ign:5 http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic InRelease
Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
Hit:7 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Ign:8 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:9 http://dl.google.com/linux/chrome/deb stable Release
Hit:10 http://ppa.launchpad.net/linrunner/tlp/ubuntu bionic InRelease
Hit:11 http://ppa.launchpad.net/morphis/anbox-support/ubuntu bionic InRelease
Ign:12 http://ppa.launchpad.net/paolorotolo/droidcam/ubuntu bionic InRelease
Hit:13 http://ppa.launchpad.net/ubuntuhandbook1/dvdstyler/ubuntu bionic InRelease Hit:14 http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease
Err:15 http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80] Err:16 http://ppa.launchpad.net/paolorotolo/droidcam/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80] Reading package lists... Done E: The repository 'http://ppa.launchpad.net/hsoft/ppa/ubuntu bionic Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'http://ppa.launchpad.net/paolorotolo/droidcam/ubuntu bionic Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. kevin@kevins-machine:~$ sudo apt install linux-headers-generic anbox-modules-dkms Reading package lists... Done Building dependency tree
Reading state information... Done linux-headers-generic is already the newest version (4.15.0.30.32). linux-headers-generic set to manually installed. anbox-modules-dkms is already the newest version (12). The following packages were automatically installed and are no longer required: brasero-cdrkit brasero-common burner-cdrkit burner-common fonts-mplus fonts-roboto fonts-roboto-hinted fonts-wine game-data-packager game-data-packager-runtime gtk2-engines-xfce icedax libappindicator1 libbrasero-media3-1 libburner-media3-1 libcdio-utils libgnome-games-support-1-3 libgnome-games-support-common libgraphicsmagick-q16-3 libindicator7 libkeybinder-3.0-0 libkf5dnssd-data libkf5dnssd5 libkf5kdegames-data libkf5kdegames7 libkf5kdegamesprivate1 libopusfile0 libout123-0 libretro-core-info libsdl2-image-2.0-0 libsdl2-mixer-2.0-0 libudf0 libva-glx2 libwine libwine:i386 libxfce4ui-utils libxine2 libxine2-bin libxine2-doc libxine2-ffmpeg libxine2-misc-plugins libxine2-plugins libxine2-x mencoder mpg123 nautilus-extension-brasero nautilus-extension-burner ocl-icd-libopencl1:i386 python-appindicator python-gconf python-gobject python-xdg python3-colorlog quakespasm retroarch-assets rmlint starfighter-data thunar thunar-volman wine32:i386 wine64 xfce4-appfinder xfce4-panel xfce4-pulseaudio-plugin yamagi-quake2 yamagi-quake2-core Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

kevin@kevins-machine:~$ sudo modprobe ashmem_linux

kevin@kevins-machine:~$ sudo modprobe binder_linux

kevin@kevins-machine:~$ ls -1 /dev/{ashmem,binder} /dev/ashmem /dev/binder

kevin@kevins-machine:~$ anbox system-info version: 4 snap-revision: 138 cpu: arch: x86 brand: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz features: os: name: Ubuntu version: 18.04.1 LTS (Bionic Beaver) snap-based: true kernel: version: Linux version 4.15.0-30-generic (buildd@lgw01-amd64-060) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #32-Ubuntu SMP Thu Jul 26 17:42:43 UTC 2018 binder: true ashmem: true graphics: egl: vendor: NVIDIA version: 1.4 extensions: - EGL_EXT_buffer_age - EGL_EXT_create_context_robustness - EGL_EXT_output_base - EGL_EXT_stream_acquire_mode - EGL_IMG_context_priority - EGL_KHR_config_attribs - EGL_KHR_create_context_no_error - EGL_KHR_context_flush_control - EGL_KHR_create_context - EGL_KHR_display_reference - EGL_KHR_fence_sync - EGL_KHR_get_all_proc_addresses - EGL_KHR_partial_update - EGL_KHR_swap_buffers_with_damage - EGL_KHR_gl_colorspace - EGL_KHR_gl_renderbuffer_image - EGL_KHR_gl_texture_2D_image - EGL_KHR_gl_texture_3D_image - EGL_KHR_gl_texture_cubemap_image - EGL_KHR_image - EGL_KHR_image_base - EGL_KHR_image_pixmap - EGL_KHR_reusable_sync - EGL_KHR_stream - EGL_KHR_stream_consumer_gltexture - EGL_KHR_stream_cross_process_fd - EGL_KHR_stream_fifo - EGL_KHR_stream_producer_eglsurface - EGL_KHR_surfaceless_context - EGL_NV_nvrm_fence_sync - EGL_NV_post_sub_buffer - EGL_NV_stream_metadata - EGL_NV_stream_reset - EGL_NV_stream_sync - EGL_NV_stream_consumer_gltexture_yuv - EGL_NV_stream_attrib - EGL_NV_sync - EGL_NV_system_time - EGL_NV_output_drm_flip_event gles2: vendor: NVIDIA Corporation vendor: OpenGL ES 3.2 NVIDIA 390.48 extensions: - GL_EXT_base_instance - GL_EXT_blend_func_extended - GL_EXT_blend_minmax - GL_EXT_buffer_storage - GL_EXT_clear_texture - GL_EXT_clip_control - GL_EXT_clip_cull_distance - GL_EXT_color_buffer_float - GL_EXT_color_buffer_half_float - GL_EXT_conservative_depth - GL_EXT_copy_image - GL_EXT_debug_label - GL_EXT_discard_framebuffer - GL_EXT_disjoint_timer_query - GL_EXT_draw_buffers_indexed - GL_EXT_draw_elements_base_vertex - GL_EXT_float_blend - GL_EXT_frag_depth - GL_EXT_geometry_point_size - GL_EXT_geometry_shader - GL_EXT_gpu_shader5 - GL_EXT_map_buffer_range - GL_EXT_multi_draw_indirect - GL_EXT_multisample_compatibility - GL_EXT_multisampled_render_to_texture - GL_EXT_multisampled_render_to_texture2 - GL_EXT_occlusion_query_boolean - GL_EXT_polygon_offset_clamp - GL_EXT_primitive_bounding_box - GL_EXT_render_snorm - GL_EXT_robustness - GL_EXT_separate_shader_objects - GL_EXT_shader_group_vote - GL_EXT_shader_implicit_conversions - GL_EXT_shader_integer_mix - GL_EXT_shader_io_blocks - GL_EXT_shader_non_constant_global_initializers - GL_EXT_shader_texture_lod - GL_EXT_shadow_samplers - GL_EXT_sparse_texture - GL_EXT_sRGB - GL_EXT_sRGB_write_control - GL_EXT_tessellation_point_size - GL_EXT_tessellation_shader - GL_EXT_texture_border_clamp - GL_EXT_texture_buffer - GL_EXT_texture_compression_bptc - GL_EXT_texture_compression_dxt1 - GL_EXT_texture_compression_rgtc - GL_EXT_texture_compression_s3tc - GL_EXT_texture_cube_map_array - GL_EXT_texture_filter_anisotropic - GL_EXT_texture_format_BGRA8888 - GL_EXT_texture_mirror_clamp_to_edge - GL_EXT_texture_norm16 - GL_EXT_texture_rg - GL_EXT_texture_sRGB_R8 - GL_EXT_texture_sRGB_decode - GL_EXT_texture_storage - GL_EXT_texture_view - GL_EXT_draw_transform_feedback - GL_EXT_unpack_subimage - GL_EXT_window_rectangles - GL_KHR_context_flush_control - GL_KHR_debug - GL_KHR_parallel_shader_compile - GL_KHR_no_error - GL_KHR_robust_buffer_access_behavior - GL_KHR_robustness - GL_NV_bgr - GL_NV_blend_equation_advanced - GL_NV_conditional_render - GL_NV_copy_buffer - GL_NV_copy_image - GL_NV_draw_buffers - GL_NV_draw_instanced - GL_NV_draw_texture - GL_NV_EGL_stream_consumer_external - GL_NV_explicit_attrib_location - GL_NV_fbo_color_attachments - GL_NV_framebuffer_blit - GL_NV_framebuffer_multisample - GL_NV_generate_mipmap_sRGB - GL_NV_instanced_arrays - GL_NV_internalformat_sample_query - GL_NV_gpu_shader5 - GL_NV_image_formats - GL_NV_occlusion_query_samples - GL_NV_non_square_matrices - GL_NV_pack_subimage - GL_NV_packed_float - GL_NV_packed_float_linear - GL_NV_path_rendering - GL_NV_pixel_buffer_object - GL_NV_polygon_mode - GL_NV_read_buffer - GL_NV_read_depth - GL_NV_read_depth_stencil - GL_NV_read_stencil - GL_NV_shader_noperspective_interpolation - GL_NV_shadow_samplers_array - GL_NV_shadow_samplers_cube - GL_NV_sRGB_formats - GL_NV_texture_array - GL_NV_texture_barrier - GL_NV_texture_border_clamp - GL_NV_texture_compression_latc - GL_NV_texture_compression_s3tc - GL_NV_texture_compression_s3tc_update - GL_NV_timer_query - GL_NV_viewport_array - GL_KHR_blend_equation_advanced - GL_OES_compressed_ETC1_RGB8_texture - GL_EXT_compressed_ETC1_RGB8_sub_texture - GL_OES_depth24 - GL_OES_depth32 - GL_OES_depth_texture - GL_OES_depth_texture_cube_map - GL_OES_copy_image - GL_OES_draw_buffers_indexed - GL_OES_draw_elements_base_vertex - GL_OES_texture_border_clamp - GL_OES_tessellation_point_size - GL_OES_tessellation_shader - GL_OES_texture_buffer - GL_OES_geometry_point_size - GL_OES_geometry_shader - GL_OES_gpu_shader5 - GL_OES_shader_io_blocks - GL_OES_texture_view - GL_OES_primitive_bounding_box - GL_OES_EGL_image - GL_OES_EGL_sync - GL_OES_element_index_uint - GL_OES_fbo_render_mipmap - GL_OES_get_program_binary - GL_OES_mapbuffer - GL_OES_packed_depth_stencil - GL_OES_rgb8_rgba8 - GL_OES_sample_shading - GL_OES_sample_variables - GL_OES_shader_image_atomic - GL_OES_shader_multisample_interpolation - GL_OES_standard_derivatives - GL_OES_surfaceless_context - GL_OES_texture_cube_map_array - GL_OES_texture_npot - GL_OES_texture_float - GL_OES_texture_float_linear - GL_OES_texture_half_float - GL_OES_texture_half_float_linear - GL_OES_texture_stencil8 - GL_OES_texture_storage_multisample_2d_array - GL_OES_vertex_array_object - GL_OES_vertex_half_float - GL_OES_viewport_array - GL_ANDROID_extension_pack_es31a

sitruckp avatar Aug 12 '18 13:08 sitruckp

anbox session-manager --gles-driver=translator [ 2018-09-02 04:23:00] [Renderer.cpp:168@initialize] Using a surfaceless EGL context [ 2018-09-02 04:23:00] [Renderer.cpp:251@initialize] Successfully initialized EGL [ 2018-09-02 04:23:00] [service.cpp:41@Service] Successfully acquired DBus service name ^C[ 2018-09-02 04:30:45] [session_manager.cpp:120@operator()] Signal 2 received. Good night. libEGL warning: FIXME: egl/x11 doesn't support front buffer rendering. anbox session-manager dosent work

sljfalewjlkf avatar Sep 02 '18 04:09 sljfalewjlkf

Hola soy nuevo en linux y instalado anbox y no me funciona anbox launch [ 2018-11-02 12:35:16] [launch.cpp:169@operator()] The intent you provided is invalid. Please provide a correct launch intent. [ 2018-11-02 12:35:16] [launch.cpp:170@operator()] For example to launch the application manager, run: [ 2018-11-02 12:35:16] [launch.cpp:171@operator()] $ anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity

anbox system-info version: local-50ed1c5 cpu: arch: x86 brand: Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz features:

  • sse4_1
  • sse4_2
  • avx os: name: Linux Mint version: 18.3 (Sylvia) snap-based: false kernel: version: Linux version 4.15.0-38-generic (buildd@lcy01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu116.04.10)) #4116.04.1-Ubuntu SMP Wed Oct 10 20:10:45 UTC 2018 binder: true ashmem: true graphics: egl: vendor: Mesa Project version: 1.4 (DRI2) extensions:
  • EGL_ANDROID_native_fence_sync
  • EGL_CHROMIUM_sync_control
  • EGL_EXT_create_context_robustness
  • EGL_EXT_image_dma_buf_import
  • EGL_EXT_image_dma_buf_import_modifiers
  • EGL_KHR_config_attribs
  • EGL_KHR_create_context
  • EGL_KHR_create_context_no_error
  • EGL_KHR_fence_sync
  • EGL_KHR_get_all_proc_addresses
  • EGL_KHR_gl_colorspace
  • EGL_KHR_gl_renderbuffer_image
  • EGL_KHR_gl_texture_2D_image
  • EGL_KHR_gl_texture_3D_image
  • EGL_KHR_gl_texture_cubemap_image
  • EGL_KHR_image
  • EGL_KHR_image_base
  • EGL_KHR_image_pixmap
  • EGL_KHR_no_config_context
  • EGL_KHR_reusable_sync
  • EGL_KHR_surfaceless_context
  • EGL_EXT_pixel_format_float
  • EGL_KHR_wait_sync
  • EGL_MESA_configless_context
  • EGL_MESA_drm_image
  • EGL_MESA_image_dma_buf_export
  • EGL_NOK_swap_region
  • EGL_NOK_texture_from_pixmap
  • EGL_NV_post_sub_buffer
  • EGL_WL_bind_wayland_display gles2: vendor: Intel Open Source Technology Center vendor: OpenGL ES 3.0 Mesa 18.0.5 extensions:
  • GL_ANGLE_texture_compression_dxt3
  • GL_ANGLE_texture_compression_dxt5
  • GL_APPLE_texture_max_level
  • GL_EXT_blend_func_extended
  • GL_EXT_blend_minmax
  • GL_EXT_clip_cull_distance
  • GL_EXT_color_buffer_float
  • GL_EXT_compressed_ETC1_RGB8_sub_texture
  • GL_EXT_discard_framebuffer
  • GL_EXT_disjoint_timer_query
  • GL_EXT_draw_buffers
  • GL_EXT_draw_buffers_indexed
  • GL_EXT_draw_elements_base_vertex
  • GL_EXT_frag_depth
  • GL_EXT_map_buffer_range
  • GL_EXT_multi_draw_arrays
  • GL_EXT_occlusion_query_boolean
  • GL_EXT_polygon_offset_clamp
  • GL_EXT_read_format_bgra
  • GL_EXT_robustness
  • GL_EXT_separate_shader_objects
  • GL_EXT_shader_integer_mix
  • GL_EXT_texture_border_clamp
  • GL_EXT_texture_compression_dxt1
  • GL_EXT_texture_filter_anisotropic
  • GL_EXT_texture_format_BGRA8888
  • GL_EXT_texture_rg
  • GL_EXT_texture_sRGB_decode
  • GL_EXT_texture_type_2_10_10_10_REV
  • GL_EXT_unpack_subimage
  • GL_INTEL_performance_query
  • GL_KHR_blend_equation_advanced
  • GL_KHR_context_flush_control
  • GL_KHR_debug
  • GL_KHR_no_error
  • GL_KHR_robustness
  • GL_MESA_shader_integer_functions
  • GL_NV_draw_buffers
  • GL_NV_fbo_color_attachments
  • GL_NV_read_buffer
  • GL_NV_read_depth
  • GL_NV_read_depth_stencil
  • GL_NV_read_stencil
  • GL_OES_EGL_image
  • GL_OES_EGL_image_external
  • GL_OES_EGL_sync
  • GL_OES_compressed_ETC1_RGB8_texture
  • GL_OES_depth24
  • GL_OES_depth_texture
  • GL_OES_depth_texture_cube_map
  • GL_OES_draw_buffers_indexed
  • GL_OES_draw_elements_base_vertex
  • GL_OES_element_index_uint
  • GL_OES_fbo_render_mipmap
  • GL_OES_get_program_binary
  • GL_OES_mapbuffer
  • GL_OES_packed_depth_stencil
  • GL_OES_required_internalformat
  • GL_OES_rgb8_rgba8
  • GL_OES_sample_shading
  • GL_OES_sample_variables
  • GL_OES_shader_multisample_interpolation
  • GL_OES_standard_derivatives
  • GL_OES_stencil8
  • GL_OES_surfaceless_context
  • GL_OES_texture_3D
  • GL_OES_texture_border_clamp
  • GL_OES_texture_float
  • GL_OES_texture_float_linear
  • GL_OES_texture_half_float
  • GL_OES_texture_half_float_linear
  • GL_OES_texture_npot
  • GL_OES_vertex_array_object
  • GL_OES_vertex_half_float

Dznetcom avatar Nov 02 '18 13:11 Dznetcom

Same error here:

andrea@laptop-andrea:~$ snap run anbox --command system-info version: 4 snap-revision: 158 cpu: arch: x86 brand: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz features: - aes - sse4_1 - sse4_2 - avx - avx2 os: name: Ubuntu version: 18.10 (Cosmic Cuttlefish) snap-based: true kernel: version: Linux version 4.19.5-041905-generic (kernel@gloin) (gcc version 8.2.0 (Ubuntu 8.2.0-9ubuntu1)) #201811271131 SMP Tue Nov 27 16:33:46 UTC 2018 binder: true ashmem: true graphics: egl: vendor: Mesa Project version: 1.4 (DRI2) extensions: - EGL_ANDROID_native_fence_sync - EGL_CHROMIUM_sync_control - EGL_EXT_buffer_age - EGL_EXT_create_context_robustness - EGL_EXT_image_dma_buf_import - EGL_EXT_image_dma_buf_import_modifiers - EGL_KHR_config_attribs - EGL_KHR_create_context - EGL_KHR_create_context_no_error - EGL_KHR_fence_sync - EGL_KHR_get_all_proc_addresses - EGL_KHR_gl_colorspace - EGL_KHR_gl_renderbuffer_image - EGL_KHR_gl_texture_2D_image - EGL_KHR_gl_texture_3D_image - EGL_KHR_gl_texture_cubemap_image - EGL_KHR_image - EGL_KHR_image_base - EGL_KHR_image_pixmap - EGL_KHR_no_config_context - EGL_KHR_reusable_sync - EGL_KHR_surfaceless_context - EGL_EXT_pixel_format_float - EGL_KHR_wait_sync - EGL_MESA_configless_context - EGL_MESA_drm_image - EGL_MESA_image_dma_buf_export - EGL_NOK_texture_from_pixmap - EGL_WL_bind_wayland_display gles2: vendor: Intel Open Source Technology Center vendor: OpenGL ES 3.1 Mesa 18.0.5 extensions: - GL_ANGLE_texture_compression_dxt3 - GL_ANGLE_texture_compression_dxt5 - GL_APPLE_texture_max_level - GL_EXT_blend_func_extended - GL_EXT_blend_minmax - GL_EXT_buffer_storage - GL_EXT_clip_cull_distance - GL_EXT_color_buffer_float - GL_EXT_compressed_ETC1_RGB8_sub_texture - GL_EXT_discard_framebuffer - GL_EXT_disjoint_timer_query - GL_EXT_draw_buffers - GL_EXT_draw_buffers_indexed - GL_EXT_draw_elements_base_vertex - GL_EXT_frag_depth - GL_EXT_geometry_point_size - GL_EXT_geometry_shader - GL_EXT_gpu_shader5 - GL_EXT_map_buffer_range - GL_EXT_multi_draw_arrays - GL_EXT_occlusion_query_boolean - GL_EXT_polygon_offset_clamp - GL_EXT_primitive_bounding_box - GL_EXT_read_format_bgra - GL_EXT_robustness - GL_EXT_separate_shader_objects - GL_EXT_shader_integer_mix - GL_EXT_shader_io_blocks - GL_EXT_shader_samples_identical - GL_EXT_tessellation_point_size - GL_EXT_tessellation_shader - GL_EXT_texture_border_clamp - GL_EXT_texture_buffer - GL_EXT_texture_compression_dxt1 - GL_EXT_texture_cube_map_array - GL_EXT_texture_filter_anisotropic - GL_EXT_texture_format_BGRA8888 - GL_EXT_texture_rg - GL_EXT_texture_sRGB_decode - GL_EXT_texture_type_2_10_10_10_REV - GL_EXT_unpack_subimage - GL_INTEL_performance_query - GL_KHR_blend_equation_advanced - GL_KHR_context_flush_control - GL_KHR_debug - GL_KHR_no_error - GL_KHR_robust_buffer_access_behavior - GL_KHR_robustness - GL_MESA_shader_integer_functions - GL_NV_draw_buffers - GL_NV_fbo_color_attachments - GL_NV_image_formats - GL_NV_read_buffer - GL_NV_read_depth - GL_NV_read_depth_stencil - GL_NV_read_stencil - GL_OES_EGL_image - GL_OES_EGL_image_external - GL_OES_EGL_sync - GL_OES_compressed_ETC1_RGB8_texture - GL_OES_depth24 - GL_OES_depth_texture - GL_OES_depth_texture_cube_map - GL_OES_draw_buffers_indexed - GL_OES_draw_elements_base_vertex - GL_OES_element_index_uint - GL_OES_fbo_render_mipmap - GL_OES_geometry_point_size - GL_OES_geometry_shader - GL_OES_get_program_binary - GL_OES_gpu_shader5 - GL_OES_mapbuffer - GL_OES_packed_depth_stencil - GL_OES_primitive_bounding_box - GL_OES_required_internalformat - GL_OES_rgb8_rgba8 - GL_OES_sample_shading - GL_OES_sample_variables - GL_OES_shader_image_atomic - GL_OES_shader_io_blocks - GL_OES_shader_multisample_interpolation - GL_OES_standard_derivatives - GL_OES_stencil8 - GL_OES_surfaceless_context - GL_OES_tessellation_point_size - GL_OES_tessellation_shader - GL_OES_texture_3D - GL_OES_texture_border_clamp - GL_OES_texture_buffer - GL_OES_texture_cube_map_array - GL_OES_texture_float - GL_OES_texture_float_linear - GL_OES_texture_half_float - GL_OES_texture_half_float_linear - GL_OES_texture_npot - GL_OES_texture_stencil8 - GL_OES_texture_storage_multisample_2d_array - GL_OES_vertex_array_object - GL_OES_vertex_half_float - GL_OES_viewport_array

andreabellitto avatar Nov 29 '18 21:11 andreabellitto

@ andreabellitto So many revision of anbox has been released after revision 158. Could you check if the issue is present for you in the latest version (revision 168) anbox?

parithy avatar Dec 18 '18 06:12 parithy

nathan@gentoolaptop ~ $ ANBOX_LOG_LEVEL=debug anbox launch --package-org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
[ 2018-12-22 20:14:53] [launch.cpp:214@operator()] Session manager failed to become ready
nathan@gentoolaptop ~ $ anbox system-info
version: local-73b8b63
cpu:
  arch:  x86
  brand: AMD A6-3420M APU with Radeon(tm) HD Graphics
  features: 
os:
  name: Gentoo
  version: 
  snap-based: false
kernel:
  version: Linux version 4.14.83-gentoo (root@gentoolaptop) (gcc version 7.3.0 (Gentoo 7.3.0-r3 p1.4)) #1 SMP PREEMPT Mon Nov 26 22:13:50 CST 2018
  binder: true
  ashmem: true
graphics:
  egl:
    vendor: Mesa Project
    version: 1.5 (DRI2)
    extensions:
      - EGL_CHROMIUM_sync_control
      - EGL_EXT_buffer_age
      - EGL_EXT_create_context_robustness
      - EGL_EXT_image_dma_buf_import
      - EGL_KHR_cl_event2
      - EGL_KHR_config_attribs
      - EGL_KHR_create_context
      - EGL_KHR_create_context_no_error
      - EGL_KHR_fence_sync
      - EGL_KHR_get_all_proc_addresses
      - EGL_KHR_gl_colorspace
      - EGL_KHR_gl_renderbuffer_image
      - EGL_KHR_gl_texture_2D_image
      - EGL_KHR_gl_texture_3D_image
      - EGL_KHR_gl_texture_cubemap_image
      - EGL_KHR_image
      - EGL_KHR_image_base
      - EGL_KHR_image_pixmap
      - EGL_KHR_no_config_context
      - EGL_KHR_reusable_sync
      - EGL_KHR_surfaceless_context
      - EGL_EXT_pixel_format_float
      - EGL_KHR_wait_sync
      - EGL_MESA_configless_context
      - EGL_MESA_drm_image
      - EGL_MESA_image_dma_buf_export
      - EGL_NOK_texture_from_pixmap
      - EGL_WL_bind_wayland_display
  gles2:
    vendor: X.Org
    vendor: OpenGL ES 3.1 Mesa 18.2.5
    extensions:
      - GL_EXT_blend_minmax
      - GL_EXT_multi_draw_arrays
      - GL_EXT_texture_filter_anisotropic
      - GL_EXT_occlusion_query_boolean
      - GL_EXT_texture_compression_dxt1
      - GL_EXT_texture_format_BGRA8888
      - GL_OES_compressed_ETC1_RGB8_texture
      - GL_OES_depth24
      - GL_OES_element_index_uint
      - GL_OES_fbo_render_mipmap
      - GL_OES_mapbuffer
      - GL_OES_rgb8_rgba8
      - GL_OES_standard_derivatives
      - GL_OES_stencil8
      - GL_OES_texture_3D
      - GL_OES_texture_float
      - GL_OES_texture_float_linear
      - GL_OES_texture_half_float
      - GL_OES_texture_half_float_linear
      - GL_OES_texture_npot
      - GL_OES_vertex_half_float
      - GL_EXT_texture_sRGB_decode
      - GL_OES_EGL_image
      - GL_OES_depth_texture
      - GL_AMD_performance_monitor
      - GL_OES_packed_depth_stencil
      - GL_EXT_texture_type_2_10_10_10_REV
      - GL_OES_get_program_binary
      - GL_APPLE_texture_max_level
      - GL_EXT_discard_framebuffer
      - GL_EXT_read_format_bgra
      - GL_EXT_frag_depth
      - GL_NV_fbo_color_attachments
      - GL_OES_EGL_image_external
      - GL_OES_EGL_sync
      - GL_OES_vertex_array_object
      - GL_OES_viewport_array
      - GL_ANGLE_texture_compression_dxt3
      - GL_ANGLE_texture_compression_dxt5
      - GL_EXT_robustness
      - GL_EXT_texture_rg
      - GL_EXT_unpack_subimage
      - GL_NV_draw_buffers
      - GL_NV_read_buffer
      - GL_NV_read_depth
      - GL_NV_read_depth_stencil
      - GL_NV_read_stencil
      - GL_EXT_draw_buffers
      - GL_EXT_map_buffer_range
      - GL_KHR_debug
      - GL_KHR_robustness
      - GL_KHR_texture_compression_astc_ldr
      - GL_OES_depth_texture_cube_map
      - GL_OES_required_internalformat
      - GL_OES_surfaceless_context
      - GL_EXT_color_buffer_float
      - GL_EXT_separate_shader_objects
      - GL_EXT_shader_integer_mix
      - GL_EXT_tessellation_point_size
      - GL_EXT_tessellation_shader
      - GL_EXT_base_instance
      - GL_EXT_compressed_ETC1_RGB8_sub_texture
      - GL_EXT_copy_image
      - GL_EXT_draw_buffers_indexed
      - GL_EXT_draw_elements_base_vertex
      - GL_EXT_gpu_shader5
      - GL_EXT_polygon_offset_clamp
      - GL_EXT_primitive_bounding_box
      - GL_EXT_shader_io_blocks
      - GL_EXT_texture_border_clamp
      - GL_EXT_texture_buffer
      - GL_EXT_texture_cube_map_array
      - GL_EXT_texture_norm16
      - GL_KHR_context_flush_control
      - GL_KHR_robust_buffer_access_behavior
      - GL_NV_image_formats
      - GL_OES_copy_image
      - GL_OES_draw_buffers_indexed
      - GL_OES_draw_elements_base_vertex
      - GL_OES_gpu_shader5
      - GL_OES_primitive_bounding_box
      - GL_OES_sample_shading
      - GL_OES_sample_variables
      - GL_OES_shader_io_blocks
      - GL_OES_shader_multisample_interpolation
      - GL_OES_tessellation_point_size
      - GL_OES_tessellation_shader
      - GL_OES_texture_border_clamp
      - GL_OES_texture_buffer
      - GL_OES_texture_cube_map_array
      - GL_OES_texture_stencil8
      - GL_OES_texture_storage_multisample_2d_array
      - GL_EXT_blend_func_extended
      - GL_EXT_buffer_storage
      - GL_EXT_geometry_point_size
      - GL_EXT_geometry_shader
      - GL_KHR_no_error
      - GL_OES_EGL_image_external_essl3
      - GL_OES_geometry_point_size
      - GL_OES_geometry_shader
      - GL_OES_shader_image_atomic
      - GL_EXT_clip_cull_distance
      - GL_MESA_shader_integer_functions

Gooberpatrol66 avatar Dec 22 '18 20:12 Gooberpatrol66

This issue is not reproducible in 167.

astafyev avatar Jan 02 '19 16:01 astafyev

Same issue on manjaro. compiled anbox from source.

[ 2019-03-18 17:36:37] [launch.cpp:210@operator()] Session manager failed to become ready

anbox --command system-info

version: local-0d56894
os:
  name: Manjaro Linux
  version: 
  snap-based: false
kernel:
  version: Linux version 4.14.105-1-MANJARO (builduser@development) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Wed Mar 6 22:46:52 UTC 2019
  binder: true
  ashmem: true
graphics:
  egl:
    vendor: Mesa Project
    version: 1.4
    extensions:
      - EGL_ANDROID_blob_cache
      - EGL_ANDROID_native_fence_sync
      - EGL_CHROMIUM_sync_control
      - EGL_EXT_buffer_age
      - EGL_EXT_create_context_robustness
      - EGL_EXT_image_dma_buf_import
      - EGL_EXT_image_dma_buf_import_modifiers
      - EGL_KHR_config_attribs
      - EGL_KHR_create_context
      - EGL_KHR_create_context_no_error
      - EGL_KHR_fence_sync
      - EGL_KHR_get_all_proc_addresses
      - EGL_KHR_gl_colorspace
      - EGL_KHR_gl_renderbuffer_image
      - EGL_KHR_gl_texture_2D_image
      - EGL_KHR_gl_texture_3D_image
      - EGL_KHR_gl_texture_cubemap_image
      - EGL_KHR_image
      - EGL_KHR_image_base
      - EGL_KHR_image_pixmap
      - EGL_KHR_no_config_context
      - EGL_KHR_reusable_sync
      - EGL_KHR_surfaceless_context
      - EGL_EXT_pixel_format_float
      - EGL_KHR_wait_sync
      - EGL_MESA_configless_context
      - EGL_MESA_drm_image
      - EGL_MESA_image_dma_buf_export
      - EGL_NOK_texture_from_pixmap
      - EGL_WL_bind_wayland_display
  gles2:
    vendor: Intel Open Source Technology Center
    vendor: OpenGL ES 3.0 Mesa 18.3.4
    extensions:
      - GL_EXT_blend_minmax
      - GL_EXT_multi_draw_arrays
      - GL_EXT_texture_filter_anisotropic
      - GL_EXT_texture_compression_s3tc
      - GL_EXT_occlusion_query_boolean
      - GL_EXT_texture_compression_dxt1
      - GL_EXT_texture_format_BGRA8888
      - GL_OES_compressed_ETC1_RGB8_texture
      - GL_OES_depth24
      - GL_OES_element_index_uint
      - GL_OES_fbo_render_mipmap
      - GL_OES_mapbuffer
      - GL_OES_rgb8_rgba8
      - GL_OES_standard_derivatives
      - GL_OES_stencil8
      - GL_OES_texture_3D
      - GL_OES_texture_float
      - GL_OES_texture_float_linear
      - GL_OES_texture_half_float
      - GL_OES_texture_half_float_linear
      - GL_OES_texture_npot
      - GL_OES_vertex_half_float
      - GL_EXT_texture_sRGB_decode
      - GL_OES_EGL_image
      - GL_OES_depth_texture
      - GL_OES_packed_depth_stencil
      - GL_EXT_texture_type_2_10_10_10_REV
      - GL_OES_get_program_binary
      - GL_APPLE_texture_max_level
      - GL_EXT_discard_framebuffer
      - GL_EXT_read_format_bgra
      - GL_EXT_frag_depth
      - GL_NV_fbo_color_attachments
      - GL_OES_EGL_image_external
      - GL_OES_EGL_sync
      - GL_OES_vertex_array_object
      - GL_ANGLE_texture_compression_dxt3
      - GL_ANGLE_texture_compression_dxt5
      - GL_EXT_robustness
      - GL_EXT_texture_rg
      - GL_EXT_unpack_subimage
      - GL_NV_draw_buffers
      - GL_NV_read_buffer
      - GL_NV_read_depth
      - GL_NV_read_depth_stencil
      - GL_NV_read_stencil
      - GL_EXT_draw_buffers
      - GL_EXT_map_buffer_range
      - GL_KHR_debug
      - GL_KHR_robustness
      - GL_OES_depth_texture_cube_map
      - GL_OES_required_internalformat
      - GL_OES_surfaceless_context
      - GL_EXT_color_buffer_float
      - GL_EXT_separate_shader_objects
      - GL_EXT_shader_integer_mix
      - GL_INTEL_performance_query
      - GL_EXT_base_instance
      - GL_EXT_compressed_ETC1_RGB8_sub_texture
      - GL_EXT_draw_buffers_indexed
      - GL_EXT_draw_elements_base_vertex
      - GL_EXT_polygon_offset_clamp
      - GL_EXT_texture_border_clamp
      - GL_KHR_blend_equation_advanced
      - GL_KHR_context_flush_control
      - GL_OES_draw_buffers_indexed
      - GL_OES_draw_elements_base_vertex
      - GL_OES_sample_shading
      - GL_OES_sample_variables
      - GL_OES_shader_multisample_interpolation
      - GL_OES_texture_border_clamp
      - GL_EXT_blend_func_extended
      - GL_KHR_no_error
      - GL_OES_EGL_image_external_essl3
      - GL_EXT_clip_cull_distance
      - GL_EXT_disjoint_timer_query
      - GL_MESA_shader_integer_functions
      - GL_EXT_shader_framebuffer_fetch_non_coherent

ibilux avatar Mar 18 '19 17:03 ibilux

Same exact error on Fedora. Here's my log:

@localhost ~]$ snap run anbox --command system-info
version: 4
snap-revision: 174
cpu:
  arch:  x86
  brand: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
  features: 
    - aes
    - sse4_1
    - sse4_2
    - avx
    - avx2
os:
  name: Fedora
  version: 29 (Twenty Nine)
  snap-based: true
kernel:
  version: Linux version 5.0.9-200.fc29.x86_64 ([email protected]) (gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC)) #1 SMP Mon Apr 22 00:55:30 UTC 2019
  binder: true
  ashmem: true
graphics:
  egl:
    vendor: NVIDIA
    version: 1.5
    extensions:
      - EGL_EXT_buffer_age
      - EGL_EXT_client_sync
      - EGL_EXT_create_context_robustness
      - EGL_EXT_output_base
      - EGL_EXT_stream_acquire_mode
      - EGL_EXT_sync_reuse
      - EGL_IMG_context_priority
      - EGL_KHR_config_attribs
      - EGL_KHR_create_context_no_error
      - EGL_KHR_context_flush_control
      - EGL_KHR_create_context
      - EGL_KHR_display_reference
      - EGL_KHR_fence_sync
      - EGL_KHR_get_all_proc_addresses
      - EGL_KHR_partial_update
      - EGL_KHR_swap_buffers_with_damage
      - EGL_KHR_no_config_context
      - EGL_KHR_gl_colorspace
      - EGL_KHR_gl_renderbuffer_image
      - EGL_KHR_gl_texture_2D_image
      - EGL_KHR_gl_texture_3D_image
      - EGL_KHR_gl_texture_cubemap_image
      - EGL_KHR_image
      - EGL_KHR_image_base
      - EGL_KHR_image_pixmap
      - EGL_KHR_reusable_sync
      - EGL_KHR_stream
      - EGL_KHR_stream_attrib
      - EGL_KHR_stream_consumer_gltexture
      - EGL_KHR_stream_cross_process_fd
      - EGL_KHR_stream_fifo
      - EGL_KHR_stream_producer_eglsurface
      - EGL_KHR_surfaceless_context
      - EGL_KHR_wait_sync
      - EGL_NV_nvrm_fence_sync
      - EGL_NV_post_sub_buffer
      - EGL_NV_stream_cross_display
      - EGL_NV_stream_cross_object
      - EGL_NV_stream_cross_process
      - EGL_NV_stream_cross_system
      - EGL_NV_stream_flush
      - EGL_NV_stream_metadata
      - EGL_NV_stream_remote
      - EGL_NV_stream_reset
      - EGL_NV_stream_socket
      - EGL_NV_stream_socket_inet
      - EGL_NV_stream_socket_unix
      - EGL_NV_stream_sync
      - EGL_NV_stream_fifo_next
      - EGL_NV_stream_fifo_synchronous
      - EGL_NV_stream_consumer_gltexture_yuv
      - EGL_NV_stream_attrib
      - EGL_NV_system_time
      - EGL_NV_output_drm_flip_event
  gles2:
    vendor: NVIDIA Corporation
    vendor: OpenGL ES 3.2 NVIDIA 418.43
    extensions:
      - GL_EXT_base_instance
      - GL_EXT_blend_func_extended
      - GL_EXT_blend_minmax
      - GL_EXT_buffer_storage
      - GL_EXT_clear_texture
      - GL_EXT_clip_control
      - GL_EXT_clip_cull_distance
      - GL_EXT_color_buffer_float
      - GL_EXT_color_buffer_half_float
      - GL_EXT_conservative_depth
      - GL_EXT_copy_image
      - GL_EXT_debug_label
      - GL_EXT_discard_framebuffer
      - GL_EXT_disjoint_timer_query
      - GL_EXT_draw_buffers_indexed
      - GL_EXT_draw_elements_base_vertex
      - GL_EXT_EGL_image_array
      - GL_EXT_EGL_image_storage
      - GL_EXT_EGL_image_external_wrap_modes
      - GL_EXT_float_blend
      - GL_EXT_frag_depth
      - GL_EXT_geometry_point_size
      - GL_EXT_geometry_shader
      - GL_EXT_gpu_shader5
      - GL_EXT_map_buffer_range
      - GL_EXT_multi_draw_indirect
      - GL_EXT_multisample_compatibility
      - GL_EXT_multisampled_render_to_texture
      - GL_EXT_multisampled_render_to_texture2
      - GL_EXT_occlusion_query_boolean
      - GL_EXT_polygon_offset_clamp
      - GL_EXT_post_depth_coverage
      - GL_EXT_primitive_bounding_box
      - GL_EXT_raster_multisample
      - GL_EXT_render_snorm
      - GL_EXT_robustness
      - GL_EXT_separate_shader_objects
      - GL_EXT_shader_group_vote
      - GL_EXT_shader_implicit_conversions
      - GL_EXT_shader_integer_mix
      - GL_EXT_shader_io_blocks
      - GL_EXT_shader_non_constant_global_initializers
      - GL_EXT_shader_texture_lod
      - GL_EXT_shadow_samplers
      - GL_EXT_sparse_texture
      - GL_EXT_sparse_texture2
      - GL_EXT_sRGB
      - GL_EXT_sRGB_write_control
      - GL_EXT_tessellation_point_size
      - GL_EXT_tessellation_shader
      - GL_EXT_texture_border_clamp
      - GL_EXT_texture_buffer
      - GL_EXT_texture_compression_bptc
      - GL_EXT_texture_compression_dxt1
      - GL_EXT_texture_compression_rgtc
      - GL_EXT_texture_compression_s3tc
      - GL_EXT_texture_cube_map_array
      - GL_EXT_texture_filter_anisotropic
      - GL_EXT_texture_filter_minmax
      - GL_EXT_texture_format_BGRA8888
      - GL_EXT_texture_mirror_clamp_to_edge
      - GL_EXT_texture_norm16
      - GL_EXT_texture_rg
      - GL_EXT_texture_sRGB_R8
      - GL_EXT_texture_sRGB_decode
      - GL_EXT_texture_storage
      - GL_EXT_texture_view
      - GL_EXT_draw_transform_feedback
      - GL_EXT_unpack_subimage
      - GL_EXT_window_rectangles
      - GL_KHR_context_flush_control
      - GL_KHR_debug
      - GL_EXT_memory_object
      - GL_EXT_memory_object_fd
      - GL_KHR_parallel_shader_compile
      - GL_KHR_no_error
      - GL_KHR_robust_buffer_access_behavior
      - GL_KHR_robustness
      - GL_EXT_semaphore
      - GL_EXT_semaphore_fd
      - GL_NV_bgr
      - GL_NV_bindless_texture
      - GL_NV_blend_equation_advanced
      - GL_NV_blend_equation_advanced_coherent
      - GL_NVX_blend_equation_advanced_multi_draw_buffers
      - GL_NV_blend_minmax_factor
      - GL_NV_clip_space_w_scaling
      - GL_NV_conditional_render
      - GL_NV_conservative_raster
      - GL_NV_conservative_raster_pre_snap_triangles
      - GL_NV_copy_buffer
      - GL_NV_copy_image
      - GL_NV_draw_buffers
      - GL_NV_draw_instanced
      - GL_NV_draw_texture
      - GL_NV_draw_vulkan_image
      - GL_NV_EGL_stream_consumer_external
      - GL_NV_explicit_attrib_location
      - GL_NV_fbo_color_attachments
      - GL_NV_fill_rectangle
      - GL_NV_fragment_coverage_to_color
      - GL_NV_fragment_shader_interlock
      - GL_NV_framebuffer_blit
      - GL_NV_framebuffer_mixed_samples
      - GL_NV_framebuffer_multisample
      - GL_NV_generate_mipmap_sRGB
      - GL_NV_geometry_shader_passthrough
      - GL_NV_instanced_arrays
      - GL_NV_internalformat_sample_query
      - GL_NV_gpu_shader5
      - GL_NV_image_formats
      - GL_NV_memory_attachment
      - GL_NV_occlusion_query_samples
      - GL_NV_non_square_matrices
      - GL_NV_pack_subimage
      - GL_NV_packed_float
      - GL_NV_packed_float_linear
      - GL_NV_path_rendering
      - GL_NV_path_rendering_shared_edge
      - GL_NV_pixel_buffer_object
      - GL_NV_polygon_mode
      - GL_NV_read_buffer
      - GL_NV_read_depth
      - GL_NV_read_depth_stencil
      - GL_NV_read_stencil
      - GL_NV_sample_locations
      - GL_NV_sample_mask_override_coverage
      - GL_NV_shader_atomic_fp16_vector
      - GL_NV_shader_noperspective_interpolation
      - GL_NV_shadow_samplers_array
      - GL_NV_shadow_samplers_cube
      - GL_NV_sRGB_formats
      - GL_NV_stereo_view_rendering
      - GL_NV_texture_array
      - GL_NV_texture_barrier
      - GL_NV_texture_border_clamp
      - GL_NV_texture_compression_latc
      - GL_NV_texture_compression_s3tc
      - GL_NV_texture_compression_s3tc_update
      - GL_NV_timer_query
      - GL_NV_viewport_array
      - GL_NV_viewport_array2
      - GL_NV_viewport_swizzle
      - GL_KHR_blend_equation_advanced
      - GL_KHR_blend_equation_advanced_coherent
      - GL_OES_compressed_ETC1_RGB8_texture
      - GL_EXT_compressed_ETC1_RGB8_sub_texture
      - GL_OES_depth24
      - GL_OES_depth32
      - GL_OES_depth_texture
      - GL_OES_depth_texture_cube_map
      - GL_OES_copy_image
      - GL_OES_draw_buffers_indexed
      - GL_OES_draw_elements_base_vertex
      - GL_OES_texture_border_clamp
      - GL_OES_tessellation_point_size
      - GL_OES_tessellation_shader
      - GL_OES_texture_buffer
      - GL_OES_geometry_point_size
      - GL_OES_geometry_shader
      - GL_OES_gpu_shader5
      - GL_OES_shader_io_blocks
      - GL_OES_texture_view
      - GL_OES_primitive_bounding_box
      - GL_OES_EGL_image
      - GL_OES_EGL_image_external
      - GL_OES_EGL_image_external_essl3
      - GL_OES_EGL_sync
      - GL_OES_element_index_uint
      - GL_OES_fbo_render_mipmap
      - GL_OES_get_program_binary
      - GL_OES_mapbuffer
      - GL_OES_packed_depth_stencil
      - GL_OES_rgb8_rgba8
      - GL_OES_sample_shading
      - GL_OES_sample_variables
      - GL_OES_shader_image_atomic
      - GL_OES_shader_multisample_interpolation
      - GL_OES_standard_derivatives
      - GL_OES_surfaceless_context
      - GL_OES_texture_cube_map_array
      - GL_OES_texture_npot
      - GL_OES_texture_float
      - GL_OES_texture_float_linear
      - GL_OES_texture_half_float
      - GL_OES_texture_half_float_linear
      - GL_OES_texture_stencil8
      - GL_OES_texture_storage_multisample_2d_array
      - GL_OES_vertex_array_object
      - GL_OES_vertex_half_float
      - GL_OES_viewport_array
      - GL_OVR_multiview
      - GL_OVR_multiview2
      - GL_OVR_multiview_multisampled_render_to_texture
      - GL_ANDROID_extension_pack_es31a

trillian0x2a avatar May 01 '19 11:05 trillian0x2a

Same issue on self build on Fedora 30:

version: 0-0.1.20190721gitcd829e9.fc30-Fedora
cpu:
  arch:  x86
  brand: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
  features: 
    - aes
    - sse4_1
    - sse4_2
    - avx
    - avx2
os:
  name: Fedora
  version: 30 (Workstation Edition)
  snap-based: false
kernel:
  version: Linux version 5.1.15-300.fc30.x86_64 ([email protected]) (gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)) #1 SMP Tue Jun 25 14:07:22 UTC 2019
  binder: true
  ashmem: true
graphics:
  egl:
    vendor: Mesa Project
    version: 1.4
    extensions:
      - EGL_ANDROID_blob_cache
      - EGL_ANDROID_native_fence_sync
      - EGL_CHROMIUM_sync_control
      - EGL_EXT_buffer_age
      - EGL_EXT_create_context_robustness
      - EGL_EXT_image_dma_buf_import
      - EGL_EXT_image_dma_buf_import_modifiers
      - EGL_IMG_context_priority
      - EGL_KHR_config_attribs
      - EGL_KHR_create_context
      - EGL_KHR_create_context_no_error
      - EGL_KHR_fence_sync
      - EGL_KHR_get_all_proc_addresses
      - EGL_KHR_gl_colorspace
      - EGL_KHR_gl_renderbuffer_image
      - EGL_KHR_gl_texture_2D_image
      - EGL_KHR_gl_texture_3D_image
      - EGL_KHR_gl_texture_cubemap_image
      - EGL_KHR_image
      - EGL_KHR_image_base
      - EGL_KHR_image_pixmap
      - EGL_KHR_no_config_context
      - EGL_KHR_reusable_sync
      - EGL_KHR_surfaceless_context
      - EGL_EXT_pixel_format_float
      - EGL_KHR_wait_sync
      - EGL_MESA_configless_context
      - EGL_MESA_drm_image
      - EGL_MESA_image_dma_buf_export
      - EGL_MESA_query_driver
      - EGL_NOK_texture_from_pixmap
      - EGL_WL_bind_wayland_display
  gles2:
    vendor: Intel Open Source Technology Center
    vendor: OpenGL ES 3.2 Mesa 19.0.8
    extensions:
      - GL_EXT_blend_minmax
      - GL_EXT_multi_draw_arrays
      - GL_EXT_texture_filter_anisotropic
      - GL_EXT_texture_compression_s3tc
      - GL_EXT_texture_compression_dxt1
      - GL_EXT_texture_compression_rgtc
      - GL_EXT_texture_format_BGRA8888
      - GL_OES_compressed_ETC1_RGB8_texture
      - GL_OES_depth24
      - GL_OES_element_index_uint
      - GL_OES_fbo_render_mipmap
      - GL_OES_mapbuffer
      - GL_OES_rgb8_rgba8
      - GL_OES_standard_derivatives
      - GL_OES_stencil8
      - GL_OES_texture_3D
      - GL_OES_texture_float
      - GL_OES_texture_float_linear
      - GL_OES_texture_half_float
      - GL_OES_texture_half_float_linear
      - GL_OES_texture_npot
      - GL_OES_vertex_half_float
      - GL_EXT_texture_sRGB_decode
      - GL_OES_EGL_image
      - GL_OES_depth_texture
      - GL_OES_packed_depth_stencil
      - GL_EXT_texture_type_2_10_10_10_REV
      - GL_OES_get_program_binary
      - GL_APPLE_texture_max_level
      - GL_EXT_discard_framebuffer
      - GL_EXT_read_format_bgra
      - GL_EXT_frag_depth
      - GL_NV_fbo_color_attachments
      - GL_OES_EGL_image_external
      - GL_OES_EGL_sync
      - GL_OES_vertex_array_object
      - GL_OES_viewport_array
      - GL_ANGLE_texture_compression_dxt3
      - GL_ANGLE_texture_compression_dxt5
      - GL_EXT_occlusion_query_boolean
      - GL_EXT_robustness
      - GL_EXT_texture_rg
      - GL_EXT_unpack_subimage
      - GL_NV_draw_buffers
      - GL_NV_read_buffer
      - GL_NV_read_depth
      - GL_NV_read_depth_stencil
      - GL_NV_read_stencil
      - GL_EXT_draw_buffers
      - GL_EXT_map_buffer_range
      - GL_KHR_debug
      - GL_KHR_robustness
      - GL_KHR_texture_compression_astc_ldr
      - GL_OES_depth_texture_cube_map
      - GL_OES_required_internalformat
      - GL_OES_surfaceless_context
      - GL_EXT_color_buffer_float
      - GL_EXT_sRGB_write_control
      - GL_EXT_separate_shader_objects
      - GL_EXT_shader_framebuffer_fetch
      - GL_EXT_shader_implicit_conversions
      - GL_EXT_shader_integer_mix
      - GL_EXT_tessellation_point_size
      - GL_EXT_tessellation_shader
      - GL_INTEL_conservative_rasterization
      - GL_INTEL_performance_query
      - GL_ANDROID_extension_pack_es31a
      - GL_EXT_base_instance
      - GL_EXT_compressed_ETC1_RGB8_sub_texture
      - GL_EXT_copy_image
      - GL_EXT_draw_buffers_indexed
      - GL_EXT_draw_elements_base_vertex
      - GL_EXT_gpu_shader5
      - GL_EXT_polygon_offset_clamp
      - GL_EXT_primitive_bounding_box
      - GL_EXT_render_snorm
      - GL_EXT_shader_io_blocks
      - GL_EXT_texture_border_clamp
      - GL_EXT_texture_buffer
      - GL_EXT_texture_cube_map_array
      - GL_EXT_texture_norm16
      - GL_EXT_texture_view
      - GL_KHR_blend_equation_advanced
      - GL_KHR_blend_equation_advanced_coherent
      - GL_KHR_context_flush_control
      - GL_KHR_robust_buffer_access_behavior
      - GL_NV_image_formats
      - GL_OES_copy_image
      - GL_OES_draw_buffers_indexed
      - GL_OES_draw_elements_base_vertex
      - GL_OES_gpu_shader5
      - GL_OES_primitive_bounding_box
      - GL_OES_sample_shading
      - GL_OES_sample_variables
      - GL_OES_shader_io_blocks
      - GL_OES_shader_multisample_interpolation
      - GL_OES_tessellation_point_size
      - GL_OES_tessellation_shader
      - GL_OES_texture_border_clamp
      - GL_OES_texture_buffer
      - GL_OES_texture_cube_map_array
      - GL_OES_texture_stencil8
      - GL_OES_texture_storage_multisample_2d_array
      - GL_OES_texture_view
      - GL_EXT_blend_func_extended
      - GL_EXT_buffer_storage
      - GL_EXT_geometry_point_size
      - GL_EXT_geometry_shader
      - GL_EXT_shader_samples_identical
      - GL_EXT_texture_sRGB_R8
      - GL_KHR_no_error
      - GL_KHR_texture_compression_astc_sliced_3d
      - GL_NV_fragment_shader_interlock
      - GL_OES_EGL_image_external_essl3
      - GL_OES_geometry_point_size
      - GL_OES_geometry_shader
      - GL_OES_shader_image_atomic
      - GL_EXT_clip_cull_distance
      - GL_EXT_disjoint_timer_query
      - GL_MESA_shader_integer_functions
      - GL_EXT_texture_compression_bptc
      - GL_EXT_shader_framebuffer_fetch_non_coherent
      - GL_MESA_framebuffer_flip_y

I'm using the image from https://build.anbox.io/android-images/2018/07/19/

env ANBOX_LOG_LEVEL=debug anbox launch --package=com.android.settings                                                                           14:53:29
[ 2019-07-22 12:53:52] [launch.cpp:182@operator()] Session manager is not yet running, trying to start it
[ 2019-07-22 12:53:52] [launch.cpp:116@launch_session_manager] Started session manager, will now try to connect ..
[ 2019-07-22 12:53:52] [splash_screen.cpp:56@SplashScreen] Window has no associated renderer yet, creating one ...
[ 2019-07-22 12:54:42] [launch.cpp:214@operator()] Session manager failed to become ready

Any help here? I've seen plenty of similar messgaes in your Issues but no answer to it yet.

console.log contains an error too, not sure if this is related:

07-22 13:25:30.056 25446 25446 F EventHub: Could not register INotify for /dev/input.  errno=9
07-22 13:25:30.057 25446 25446 F libc    : Fatal signal 6 (SIGABRT), code -6 in tid 25446 (system_server)
07-22 13:25:30.057     9     9 W         : debuggerd: handling request: pid=25446 uid=1000 gid=1000 tid=25446
07-22 13:25:30.062 25477 25477 E         : debuggerd: Unable to connect to activity manager (connect failed: Connection refused)
07-22 13:25:30.112 25477 25477 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-22 13:25:30.112 25477 25477 F DEBUG   : Build fingerprint: 'Android/anbox_x86_64/x86_64:7.1.1/N6F26Q/root07191722:userdebug/test-keys'
07-22 13:25:30.112 25477 25477 F DEBUG   : Revision: '0'
07-22 13:25:30.112 25477 25477 F DEBUG   : ABI: 'x86_64'
07-22 13:25:30.113 25477 25477 F DEBUG   : pid: 25446, tid: 25446, name: system_server  >>> system_server <<<
07-22 13:25:30.113 25477 25477 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-22 13:25:30.115 25477 25477 F DEBUG   : Abort message: 'Could not register INotify for /dev/input.  errno=9'
07-22 13:25:30.115 25477 25477 F DEBUG   :     rax 0000000000000000  rbx 00007fbef1df6be8  rcx 00007fbeeecd2947  rdx 0000000000000006
07-22 13:25:30.115 25477 25477 F DEBUG   :     rsi 0000000000006366  rdi 0000000000006366
07-22 13:25:30.115 25477 25477 F DEBUG   :     r8  000000005d35b94a  r9  00007ffddddf60a0  r10 0000000000000008  r11 0000000000000206
07-22 13:25:30.115 25477 25477 F DEBUG   :     r12 0000000000006366  r13 0000000000000006  r14 00007fbeee82fddd  r15 00007ffdddda9b88
07-22 13:25:30.115 25477 25477 F DEBUG   :     cs  0000000000000033  ss  000000000000002b
07-22 13:25:30.115 25477 25477 F DEBUG   :     rip 00007fbeeecd2947  rbp 0000000000000009  rsp 00007ffdddda94d8  eflags 0000000000000206
07-22 13:25:30.119 25477 25477 F DEBUG   : 
07-22 13:25:30.119 25477 25477 F DEBUG   : backtrace:
07-22 13:25:30.119 25477 25477 F DEBUG   :     #00 pc 000000000008d947  /system/lib64/libc.so (tgkill+7)
07-22 13:25:30.119 25477 25477 F DEBUG   :     #01 pc 000000000008a3e1  /system/lib64/libc.so (pthread_kill+65)
07-22 13:25:30.119 25477 25477 F DEBUG   :     #02 pc 00000000000302c1  /system/lib64/libc.so (raise+17)
07-22 13:25:30.119 25477 25477 F DEBUG   :     #03 pc 00000000000287dd  /system/lib64/libc.so (abort+77)
07-22 13:25:30.119 25477 25477 F DEBUG   :     #04 pc 000000000001064f  /system/lib64/libcutils.so (__android_log_assert+287)
07-22 13:25:30.119 25477 25477 F DEBUG   :     #05 pc 00000000000298e5  /system/lib64/libinputflinger.so (_ZN7android8EventHubC1Ev+629)
07-22 13:25:30.119 25477 25477 F DEBUG   :     #06 pc 0000000000019036  /system/lib64/libandroid_servers.so (_ZN7android18NativeInputManagerC1EP8_jobjectS2_RKNS_2spINS_6LooperEEE+358)
07-22 13:25:30.119 25477 25477 F DEBUG   :     #07 pc 000000000001d340  /system/lib64/libandroid_servers.so
07-22 13:25:30.119 25477 25477 F DEBUG   :     #08 pc 000000000136faa0  /system/framework/oat/x86_64/services.odex (offset 0xd00000)
07-22 13:25:30.464     9     9 W         : debuggerd: resuming target 25446
07-22 13:25:30.720    27    27 I lowmemorykiller: ActivityManager disconnected
07-22 13:25:30.720    27    27 I lowmemorykiller: Closing Activity Manager data connection
07-22 13:25:30.720    35    35 E         : eof
07-22 13:25:30.720    35    35 E         : failed to read size
07-22 13:25:30.720    35    35 I         : closing connection

eclipseo avatar Jul 22 '19 13:07 eclipseo

anbox-system-diagnostics-2019-10-09.zip same issue fedora 30

taechqie avatar Oct 09 '19 07:10 taechqie

@taechqie It seems you're using a binary translator like Houdini

10-09 06:47:31.213 1779 1779 I Zygote : Process: zygote socket opened, supported ABIS: x86,armeabi-v7a,armeabi

Can you please reproduce the bug without Houdini being installed? As customizing the rootfs with things like this is most times the reason for Android failing to start rather than a bug inside the image we're providing with Anbox.

morphis avatar Jan 03 '20 07:01 morphis

@zhangtianyi2001 Any chance you can try again on the latest version of the snap from beta or edge?

morphis avatar Jan 03 '20 20:01 morphis

When I installed NVIDIA Optimus Bumblebee with proprietary drivers on my notebook with 2 graph. cards on Fedora 31 then began to work.

rq4w7z avatar Jan 11 '20 14:01 rq4w7z

The bug or issue, you name it, still continues. Here is what I get.

[launch.cpp:214@operator()] Session manager failed to become ready
version: local-6a3f886
cpu:
  arch:  x86
  brand: Pentium(R) Dual-Core CPU       T4500  @ 2.30GHz
  features: 
os:
  name: Arch Linux
  version: 
  snap-based: false
kernel:
  version: Linux version 5.5.13-arch2-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000
  binder: true
  ashmem: true
graphics:
  egl:
    vendor: Mesa Project
    version: 1.4
    extensions:
      - EGL_ANDROID_blob_cache
      - EGL_ANDROID_native_fence_sync
      - EGL_CHROMIUM_sync_control
      - EGL_EXT_buffer_age
      - EGL_EXT_image_dma_buf_import
      - EGL_EXT_image_dma_buf_import_modifiers
      - EGL_KHR_config_attribs
      - EGL_KHR_create_context
      - EGL_KHR_create_context_no_error
      - EGL_KHR_fence_sync
      - EGL_KHR_get_all_proc_addresses
      - EGL_KHR_gl_colorspace
      - EGL_KHR_gl_renderbuffer_image
      - EGL_KHR_gl_texture_2D_image
      - EGL_KHR_gl_texture_3D_image
      - EGL_KHR_gl_texture_cubemap_image
      - EGL_KHR_image
      - EGL_KHR_image_base
      - EGL_KHR_image_pixmap
      - EGL_KHR_no_config_context
      - EGL_KHR_reusable_sync
      - EGL_KHR_surfaceless_context
      - EGL_EXT_pixel_format_float
      - EGL_KHR_wait_sync
      - EGL_MESA_configless_context
      - EGL_MESA_drm_image
      - EGL_MESA_image_dma_buf_export
      - EGL_MESA_query_driver
      - EGL_NOK_texture_from_pixmap
      - EGL_WL_bind_wayland_display
  gles2:
    vendor: Intel Open Source Technology Center
    vendor: OpenGL ES 2.0 Mesa 20.0.2
    extensions:
      - GL_EXT_blend_minmax
      - GL_EXT_multi_draw_arrays
      - GL_EXT_texture_filter_anisotropic
      - GL_EXT_texture_compression_s3tc
      - GL_EXT_texture_compression_dxt1
      - GL_EXT_texture_format_BGRA8888
      - GL_OES_compressed_ETC1_RGB8_texture
      - GL_OES_depth24
      - GL_OES_element_index_uint
      - GL_OES_fbo_render_mipmap
      - GL_OES_mapbuffer
      - GL_OES_rgb8_rgba8
      - GL_OES_standard_derivatives
      - GL_OES_stencil8
      - GL_OES_texture_3D
      - GL_OES_texture_float
      - GL_OES_texture_float_linear
      - GL_OES_texture_half_float
      - GL_OES_texture_half_float_linear
      - GL_OES_texture_npot
      - GL_OES_vertex_half_float
      - GL_OES_EGL_image
      - GL_OES_depth_texture
      - GL_OES_packed_depth_stencil
      - GL_EXT_texture_type_2_10_10_10_REV
      - GL_NV_conditional_render
      - GL_OES_get_program_binary
      - GL_APPLE_texture_max_level
      - GL_EXT_discard_framebuffer
      - GL_EXT_read_format_bgra
      - GL_EXT_frag_depth
      - GL_NV_fbo_color_attachments
      - GL_OES_EGL_image_external
      - GL_OES_EGL_sync
      - GL_OES_vertex_array_object
      - GL_ANGLE_texture_compression_dxt3
      - GL_ANGLE_texture_compression_dxt5
      - GL_EXT_occlusion_query_boolean
      - GL_EXT_robustness
      - GL_EXT_texture_rg
      - GL_EXT_unpack_subimage
      - GL_NV_draw_buffers
      - GL_NV_read_buffer
      - GL_NV_read_depth
      - GL_NV_read_depth_stencil
      - GL_NV_read_stencil
      - GL_EXT_draw_buffers
      - GL_EXT_map_buffer_range
      - GL_KHR_debug
      - GL_KHR_robustness
      - GL_OES_required_internalformat
      - GL_OES_surfaceless_context
      - GL_EXT_separate_shader_objects
      - GL_EXT_compressed_ETC1_RGB8_sub_texture
      - GL_EXT_draw_elements_base_vertex
      - GL_EXT_polygon_offset_clamp
      - GL_EXT_texture_border_clamp
      - GL_KHR_blend_equation_advanced
      - GL_KHR_context_flush_control
      - GL_OES_draw_elements_base_vertex
      - GL_OES_texture_border_clamp
      - GL_KHR_no_error
      - GL_EXT_texture_compression_s3tc_srgb
      - GL_EXT_clip_control
      - GL_KHR_parallel_shader_compile
      - GL_EXT_shader_framebuffer_fetch_non_coherent
      - GL_EXT_demote_to_helper_invocation
      - GL_EXT_depth_clamp

And I wonder if Anbox even works properly. Because three months ago I got the same result. Still getting it.

MelihDarcanxyz avatar Apr 01 '20 00:04 MelihDarcanxyz

Same here

[parker@wolfcola ~]$ anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
[ 2020-04-01 17:20:39] [launch.cpp:214@operator()] Session manager failed to become ready
version: local-6a3f886
cpu:
  arch:  x86
  brand:        Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
  features: 
    - aes
    - sse4_1
    - sse4_2
    - avx
os:
  name: Arch Linux
  version: 
  snap-based: false
kernel:
  version: Linux version 5.5.13-arch2-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000
  binder: true
  ashmem: true
graphics:
  egl:
    vendor: Mesa Project
    version: 1.5
    extensions:
      - EGL_ANDROID_blob_cache
      - EGL_ANDROID_native_fence_sync
      - EGL_CHROMIUM_sync_control
      - EGL_EXT_buffer_age
      - EGL_EXT_create_context_robustness
      - EGL_EXT_image_dma_buf_import
      - EGL_KHR_cl_event2
      - EGL_KHR_config_attribs
      - EGL_KHR_create_context
      - EGL_KHR_create_context_no_error
      - EGL_KHR_fence_sync
      - EGL_KHR_get_all_proc_addresses
      - EGL_KHR_gl_colorspace
      - EGL_KHR_gl_renderbuffer_image
      - EGL_KHR_gl_texture_2D_image
      - EGL_KHR_gl_texture_3D_image
      - EGL_KHR_gl_texture_cubemap_image
      - EGL_KHR_image
      - EGL_KHR_image_base
      - EGL_KHR_image_pixmap
      - EGL_KHR_no_config_context
      - EGL_KHR_reusable_sync
      - EGL_KHR_surfaceless_context
      - EGL_EXT_pixel_format_float
      - EGL_KHR_wait_sync
      - EGL_MESA_configless_context
      - EGL_MESA_drm_image
      - EGL_MESA_image_dma_buf_export
      - EGL_MESA_query_driver
      - EGL_NOK_texture_from_pixmap
      - EGL_WL_bind_wayland_display
  gles2:
    vendor: X.Org
    vendor: OpenGL ES 3.2 Mesa 20.1.0-devel (git-896a7c28eb)
    extensions:
      - GL_EXT_blend_minmax
      - GL_EXT_multi_draw_arrays
      - GL_EXT_texture_filter_anisotropic
      - GL_EXT_texture_compression_s3tc
      - GL_EXT_texture_compression_dxt1
      - GL_EXT_texture_compression_rgtc
      - GL_EXT_texture_format_BGRA8888
      - GL_OES_compressed_ETC1_RGB8_texture
      - GL_OES_depth24
      - GL_OES_element_index_uint
      - GL_OES_fbo_render_mipmap
      - GL_OES_mapbuffer
      - GL_OES_rgb8_rgba8
      - GL_OES_standard_derivatives
      - GL_OES_stencil8
      - GL_OES_texture_3D
      - GL_OES_texture_float
      - GL_OES_texture_float_linear
      - GL_OES_texture_half_float
      - GL_OES_texture_half_float_linear
      - GL_OES_texture_npot
      - GL_OES_vertex_half_float
      - GL_EXT_texture_sRGB_decode
      - GL_OES_EGL_image
      - GL_OES_depth_texture
      - GL_AMD_performance_monitor
      - GL_OES_packed_depth_stencil
      - GL_EXT_texture_type_2_10_10_10_REV
      - GL_NV_conditional_render
      - GL_OES_get_program_binary
      - GL_APPLE_texture_max_level
      - GL_EXT_discard_framebuffer
      - GL_EXT_read_format_bgra
      - GL_EXT_frag_depth
      - GL_NV_fbo_color_attachments
      - GL_OES_EGL_image_external
      - GL_OES_EGL_sync
      - GL_OES_vertex_array_object
      - GL_OES_viewport_array
      - GL_ANGLE_texture_compression_dxt3
      - GL_ANGLE_texture_compression_dxt5
      - GL_EXT_occlusion_query_boolean
      - GL_EXT_robustness
      - GL_EXT_texture_rg
      - GL_EXT_unpack_subimage
      - GL_NV_draw_buffers
      - GL_NV_read_buffer
      - GL_NV_read_depth
      - GL_NV_read_depth_stencil
      - GL_NV_read_stencil
      - GL_EXT_draw_buffers
      - GL_EXT_map_buffer_range
      - GL_KHR_debug
      - GL_KHR_robustness
      - GL_KHR_texture_compression_astc_ldr
      - GL_OES_depth_texture_cube_map
      - GL_OES_required_internalformat
      - GL_OES_surfaceless_context
      - GL_EXT_color_buffer_float
      - GL_EXT_sRGB_write_control
      - GL_EXT_separate_shader_objects
      - GL_EXT_shader_implicit_conversions
      - GL_EXT_shader_integer_mix
      - GL_EXT_tessellation_point_size
      - GL_EXT_tessellation_shader
      - GL_ANDROID_extension_pack_es31a
      - GL_EXT_base_instance
      - GL_EXT_compressed_ETC1_RGB8_sub_texture
      - GL_EXT_copy_image
      - GL_EXT_draw_buffers_indexed
      - GL_EXT_draw_elements_base_vertex
      - GL_EXT_gpu_shader5
      - GL_EXT_polygon_offset_clamp
      - GL_EXT_primitive_bounding_box
      - GL_EXT_render_snorm
      - GL_EXT_shader_io_blocks
      - GL_EXT_texture_border_clamp
      - GL_EXT_texture_buffer
      - GL_EXT_texture_cube_map_array
      - GL_EXT_texture_norm16
      - GL_EXT_texture_view
      - GL_KHR_blend_equation_advanced
      - GL_KHR_context_flush_control
      - GL_KHR_robust_buffer_access_behavior
      - GL_NV_image_formats
      - GL_OES_copy_image
      - GL_OES_draw_buffers_indexed
      - GL_OES_draw_elements_base_vertex
      - GL_OES_gpu_shader5
      - GL_OES_primitive_bounding_box
      - GL_OES_sample_shading
      - GL_OES_sample_variables
      - GL_OES_shader_io_blocks
      - GL_OES_shader_multisample_interpolation
      - GL_OES_tessellation_point_size
      - GL_OES_tessellation_shader
      - GL_OES_texture_border_clamp
      - GL_OES_texture_buffer
      - GL_OES_texture_cube_map_array
      - GL_OES_texture_stencil8
      - GL_OES_texture_storage_multisample_2d_array
      - GL_OES_texture_view
      - GL_EXT_blend_func_extended
      - GL_EXT_buffer_storage
      - GL_EXT_float_blend
      - GL_EXT_geometry_point_size
      - GL_EXT_geometry_shader
      - GL_EXT_shader_samples_identical
      - GL_KHR_no_error
      - GL_KHR_texture_compression_astc_sliced_3d
      - GL_OES_EGL_image_external_essl3
      - GL_OES_geometry_point_size
      - GL_OES_geometry_shader
      - GL_OES_shader_image_atomic
      - GL_EXT_clip_cull_distance
      - GL_EXT_disjoint_timer_query
      - GL_EXT_texture_compression_s3tc_srgb
      - GL_EXT_window_rectangles
      - GL_MESA_shader_integer_functions
      - GL_EXT_clip_control
      - GL_EXT_memory_object
      - GL_EXT_memory_object_fd
      - GL_EXT_semaphore
      - GL_EXT_semaphore_fd
      - GL_EXT_texture_compression_bptc
      - GL_KHR_parallel_shader_compile
      - GL_AMD_framebuffer_multisample_advanced
      - GL_EXT_EGL_image_storage
      - GL_EXT_texture_sRGB_R8
      - GL_EXT_texture_shadow_lod
      - GL_MESA_framebuffer_flip_y
      - GL_EXT_depth_clamp
      - GL_EXT_texture_query_lod

parkerlreed avatar Apr 01 '20 17:04 parkerlreed

Same here

$ anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
[ 2020-04-02 07:05:22] [launch.cpp:214@operator()] Session manager failed to become ready
$ ls -1 /dev/{ashmem,binder}
/dev/ashmem
/dev/binder
$ anbox system-info
version: local-6a3f886
cpu:
  arch:  x86
  brand: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz
  features: 
    - aes
    - sse4_1
    - sse4_2
    - avx
    - avx2
os:
  name: Arch Linux
  version: 
  snap-based: false
kernel:
  version: Linux version 5.5.13-arch2-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000
  binder: true
  ashmem: true
graphics:
  egl:
    vendor: Mesa Project
    version: 1.5
    extensions:
      - EGL_ANDROID_blob_cache
      - EGL_ANDROID_native_fence_sync
      - EGL_CHROMIUM_sync_control
      - EGL_EXT_buffer_age
      - EGL_EXT_create_context_robustness
      - EGL_EXT_image_dma_buf_import
      - EGL_EXT_image_dma_buf_import_modifiers
      - EGL_IMG_context_priority
      - EGL_KHR_cl_event2
      - EGL_KHR_config_attribs
      - EGL_KHR_create_context
      - EGL_KHR_create_context_no_error
      - EGL_KHR_fence_sync
      - EGL_KHR_get_all_proc_addresses
      - EGL_KHR_gl_colorspace
      - EGL_KHR_gl_renderbuffer_image
      - EGL_KHR_gl_texture_2D_image
      - EGL_KHR_gl_texture_3D_image
      - EGL_KHR_gl_texture_cubemap_image
      - EGL_KHR_image
      - EGL_KHR_image_base
      - EGL_KHR_image_pixmap
      - EGL_KHR_no_config_context
      - EGL_KHR_reusable_sync
      - EGL_KHR_surfaceless_context
      - EGL_EXT_pixel_format_float
      - EGL_KHR_wait_sync
      - EGL_MESA_configless_context
      - EGL_MESA_drm_image
      - EGL_MESA_image_dma_buf_export
      - EGL_MESA_query_driver
      - EGL_NOK_texture_from_pixmap
      - EGL_WL_bind_wayland_display
  gles2:
    vendor: Intel
    vendor: OpenGL ES 3.2 Mesa 20.0.2
    extensions:
      - GL_EXT_blend_minmax
      - GL_EXT_multi_draw_arrays
      - GL_EXT_texture_filter_anisotropic
      - GL_EXT_texture_compression_s3tc
      - GL_EXT_texture_compression_dxt1
      - GL_EXT_texture_compression_rgtc
      - GL_EXT_texture_format_BGRA8888
      - GL_OES_compressed_ETC1_RGB8_texture
      - GL_OES_depth24
      - GL_OES_element_index_uint
      - GL_OES_fbo_render_mipmap
      - GL_OES_mapbuffer
      - GL_OES_rgb8_rgba8
      - GL_OES_standard_derivatives
      - GL_OES_stencil8
      - GL_OES_texture_3D
      - GL_OES_texture_float
      - GL_OES_texture_float_linear
      - GL_OES_texture_half_float
      - GL_OES_texture_half_float_linear
      - GL_OES_texture_npot
      - GL_OES_vertex_half_float
      - GL_EXT_texture_sRGB_decode
      - GL_OES_EGL_image
      - GL_OES_depth_texture
      - GL_AMD_performance_monitor
      - GL_OES_packed_depth_stencil
      - GL_EXT_texture_type_2_10_10_10_REV
      - GL_NV_conditional_render
      - GL_OES_get_program_binary
      - GL_APPLE_texture_max_level
      - GL_EXT_discard_framebuffer
      - GL_EXT_read_format_bgra
      - GL_EXT_frag_depth
      - GL_NV_fbo_color_attachments
      - GL_OES_EGL_image_external
      - GL_OES_EGL_sync
      - GL_OES_vertex_array_object
      - GL_OES_viewport_array
      - GL_ANGLE_texture_compression_dxt3
      - GL_ANGLE_texture_compression_dxt5
      - GL_EXT_occlusion_query_boolean
      - GL_EXT_robustness
      - GL_EXT_texture_rg
      - GL_EXT_unpack_subimage
      - GL_NV_draw_buffers
      - GL_NV_read_buffer
      - GL_NV_read_depth
      - GL_NV_read_depth_stencil
      - GL_NV_read_stencil
      - GL_EXT_draw_buffers
      - GL_EXT_map_buffer_range
      - GL_KHR_debug
      - GL_KHR_robustness
      - GL_KHR_texture_compression_astc_ldr
      - GL_OES_depth_texture_cube_map
      - GL_OES_required_internalformat
      - GL_OES_surfaceless_context
      - GL_EXT_color_buffer_float
      - GL_EXT_sRGB_write_control
      - GL_EXT_separate_shader_objects
      - GL_EXT_shader_framebuffer_fetch
      - GL_EXT_shader_implicit_conversions
      - GL_EXT_shader_integer_mix
      - GL_EXT_tessellation_point_size
      - GL_EXT_tessellation_shader
      - GL_INTEL_conservative_rasterization
      - GL_INTEL_performance_query
      - GL_ANDROID_extension_pack_es31a
      - GL_EXT_base_instance
      - GL_EXT_compressed_ETC1_RGB8_sub_texture
      - GL_EXT_copy_image
      - GL_EXT_draw_buffers_indexed
      - GL_EXT_draw_elements_base_vertex
      - GL_EXT_gpu_shader5
      - GL_EXT_polygon_offset_clamp
      - GL_EXT_primitive_bounding_box
      - GL_EXT_render_snorm
      - GL_EXT_shader_io_blocks
      - GL_EXT_texture_border_clamp
      - GL_EXT_texture_buffer
      - GL_EXT_texture_cube_map_array
      - GL_EXT_texture_norm16
      - GL_EXT_texture_view
      - GL_KHR_blend_equation_advanced
      - GL_KHR_blend_equation_advanced_coherent
      - GL_KHR_context_flush_control
      - GL_KHR_robust_buffer_access_behavior
      - GL_NV_image_formats
      - GL_OES_copy_image
      - GL_OES_draw_buffers_indexed
      - GL_OES_draw_elements_base_vertex
      - GL_OES_gpu_shader5
      - GL_OES_primitive_bounding_box
      - GL_OES_sample_shading
      - GL_OES_sample_variables
      - GL_OES_shader_io_blocks
      - GL_OES_shader_multisample_interpolation
      - GL_OES_tessellation_point_size
      - GL_OES_tessellation_shader
      - GL_OES_texture_border_clamp
      - GL_OES_texture_buffer
      - GL_OES_texture_cube_map_array
      - GL_OES_texture_stencil8
      - GL_OES_texture_storage_multisample_2d_array
      - GL_OES_texture_view
      - GL_EXT_blend_func_extended
      - GL_EXT_buffer_storage
      - GL_EXT_float_blend
      - GL_EXT_geometry_point_size
      - GL_EXT_geometry_shader
      - GL_EXT_shader_samples_identical
      - GL_KHR_no_error
      - GL_KHR_texture_compression_astc_sliced_3d
      - GL_NV_fragment_shader_interlock
      - GL_OES_EGL_image_external_essl3
      - GL_OES_geometry_point_size
      - GL_OES_geometry_shader
      - GL_OES_shader_image_atomic
      - GL_EXT_clip_cull_distance
      - GL_EXT_disjoint_timer_query
      - GL_EXT_texture_compression_s3tc_srgb
      - GL_MESA_shader_integer_functions
      - GL_EXT_clip_control
      - GL_EXT_texture_compression_bptc
      - GL_KHR_parallel_shader_compile
      - GL_EXT_EGL_image_storage
      - GL_EXT_shader_framebuffer_fetch_non_coherent
      - GL_EXT_texture_sRGB_R8
      - GL_EXT_texture_shadow_lod
      - GL_MESA_framebuffer_flip_y
      - GL_NV_compute_shader_derivatives
      - GL_EXT_demote_to_helper_invocation
      - GL_EXT_depth_clamp
      - GL_EXT_texture_query_lod

journalctl -f is here https://pastebin.com/RWReXgz0

ZeroBit avatar Apr 02 '20 07:04 ZeroBit