启动时 Anbox 发生崩溃
- Please check that no similar bug has already been reported. Take a look at the list of open bugs at https://GitHub.com/anbox/anbox/issues
- Make sure you are running the latest version of Anbox before reporting an issue. Update snap to the latest version:
snap refresh --devmode --edge anbox - Make sure you have enabled debug logs:
sudo snap set anbox debug.enable=true - Reproduce the error while debug logs are enabled.
- Run the anbox logs collection utility and attach the tar file.
sudo /snap/bin/anbox.collect-bug-info - Please paste the result of
anbox system-infobelow:
[please paste printout of `anbox system-info` here][fernando@192 ~]$ anbox system-info version: local-7a0bee7 snap-revision: 214 cpu: arch: x86 brand: Intel(R) Celeron(R) CPU N3350 @ 1.10GHz features: - aes - sse4_1 - sse4_2 os: name: Fedora Linux version: 38 (Workstation Edition) snap-based: true kernel: version: Linux version 6.5.12-200.fc38.x86_64 (mockbuild@cd1c86da7cc2475daa17b7cf5dc346eb) (gcc (GCC) 13.2.1 20231011 (Red Hat 13.2.1-4), GNU ld version 2.39-16.fc38) #1 SMP PREEMPT_DYNAMIC Mon Nov 20 22:12:09 UTC 2023 binder: false binderfs: false ashmem: false 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_EXT_swap_buffers_with_damage - 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_KHR_swap_buffers_with_damage - 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 21.2.6 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 - …
内容来源: anbox/anbox