E/EGL_emulation: tid 1728: eglSurfaceAttrib(1210): error 0x3009 (EGL_BAD_MATCH) W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xc917edc0, error=EGL_BAD_MATCH android 8.0上直接崩溃了、其他版本都是可以的。 @princekin-f
05-14 19:44:18.550 883 1060 E EGL_adreno: tid 1060: eglSurfaceAttrib(1313): error 0x3009 (EGL_BAD_MATCH) 05-14 19:44:18.551 883 1060 W OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0x966a3b40, error=EGL_BAD_MATCH ...
[Gralloc]:leave:prime_fd=71,share_attr_fd=722020-09-2114:45:15.4046924-6987A/OpenGLRenderer:Failed tosetdamage region on surface0xe6863630,error=EGL_BAD_ACCESS---beginning of crash2020-09-2114:45:15.4056924-6987A/libc:Fatal signal6(SIGABRT),code-6intid6987(RenderThread),pid6924(com.qj.live...
Also, the crash on Xiaomi Mi Pad android 5.1 is confirmed to be a different bug than the 4.1+4.2 bug which is also reproducible on emulators. Some info from the investigation: This seems to have slightly different behavior when running different versions of the engine, with android_debug prod...
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 Trying version 4.6 (Core) Got version 4.6 (Core) ...
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:
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, ...
Description Hanging at "Entering Lobby..." To Reproduce Steps to reproduce the behavior: Go to a room See "Entering Lobby..." Expected behavior Enter the room. Screenshots N/A Hardware Device: Laptop (HP Pavilion dv6t-7000) OS: Ubuntu 16...
[1080,1920] result=0x7 surface={valid=true 484683124736} changed=true 2021-01-25 10:26:51.814 16008-16057/com.namysu.bletest I/OpenGLRenderer: Initialized EGL, version 1.4 2021-01-25 10:26:51.814 16008-16057/com.namysu.bletest D/OpenGLRenderer: Swap behavior 2 2021-01-25 10:26:51.818...
protected void onPause() { super.onPause(); player.stop(); player.release(); } } Android version is currently 11. ExoPlayer is the latest (2.13.3). Phone is a Qualcomm-based Samsung. If I setextractFramestofalse, the video is played back correctly on the screen. However when I'm ...