New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 877267 link

Starred by 1 user

Issue metadata

Status: Closed
Owner:
Closed: Oct 2
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Audio stops whilst playing a Youtube video

Reported by achar...@gmail.com, Aug 23

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36

Example URL:
https://www.youtube.com/watch

Steps to reproduce the problem:
1. Watch any Youtube Video
2. Seemingly at random, audio will stop playing suddenly
3. Within around 10 seconds, the video will also stop, and a loading spinner will appear above the frozen video
4. Audio is then unavailable, even after refreshing the tab. Restarting the browser clears the problem
5. Often, upon reloading the browser, the audio will drop out at exactly the same point in the video. However after 2-3 restarts normally the video goes on to play ok.

What is the expected behavior?
Video and audio should play uninterrupted.

What went wrong?
System Console Output reports errors as per attached file (note the log shows two instances of the problem occurring within a few minutes of one another).

Did this work before? Yes Never experienced the issue on an older OSX machine up to Chrome Version 68.0.3440.106

Is it a problem with Flash or HTML5? HTML5

Does this work in other browsers? N/A

Chrome version: 68.0.3440.106  Channel: stable
OS Version: OS X 10.13.6
Flash Version: Shockwave Flash 30.0 r0

Contents of chrome://gpu: 

Graphics Feature Status
Canvas: Hardware accelerated
Flash: Hardware accelerated
Flash Stage3D: Hardware accelerated
Flash Stage3D Baseline profile: Hardware accelerated
Compositing: Hardware accelerated
Multiple Raster Threads: Enabled
Native GpuMemoryBuffers: Hardware accelerated
Hardware Protected Video Decode: Unavailable
Rasterization: Hardware accelerated
Skia Deferred Display List: Disabled
Skia Renderer: Disabled
Surface Synchronization: Enabled
Video Decode: Hardware accelerated
Viz Service Display Compositor: Disabled
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
Driver Bug Workarounds
add_and_true_to_loop_condition
adjust_src_dst_region_for_blitframebuffer
decode_encode_srgb_for_generatemipmap
disable_2d_canvas_auto_flush
disable_framebuffer_cmaa
disable_webgl_rgb_multisampling_usage
dont_use_loops_to_initialize_variables
emulate_abs_int_function
flush_on_framebuffer_change
get_frag_data_info_bug
init_two_cube_map_levels_before_copyteximage
max_msaa_sample_count_4
msaa_is_slow
pack_parameters_workaround_with_pack_buffer
rebind_transform_feedback_before_resume
regenerate_struct_names
remove_invariant_and_centroid_for_essl3
reset_teximage2d_base_level
rewrite_texelfetchoffset_to_texelfetch
scalarize_vec_and_mat_constructor_args
set_zero_level_before_generating_mipmap
unfold_short_circuit_as_ternary_operation
unpack_alignment_workaround_with_unpack_buffer
unpack_image_height_workaround_with_unpack_buffer
use_intermediary_for_copy_texture_image
use_unused_standard_shared_blocks
Problems Detected
Protected video decoding with swap chain is for Windows and Intel only
Disabled Features: protected_video_decode
Unfold short circuit on Mac OS X: 307751
Applied Workarounds: unfold_short_circuit_as_ternary_operation
Always rewrite vec/mat constructors to be consistent: 398694
Applied Workarounds: scalarize_vec_and_mat_constructor_args
Mac drivers handle struct scopes incorrectly: 403957
Applied Workarounds: regenerate_struct_names
On Intel GPUs MSAA performance is not acceptable for GPU rasterization: 527565
Applied Workarounds: msaa_is_slow
glGenerateMipmap fails if the zero texture level is not set on some Mac drivers: 560499
Applied Workarounds: set_zero_level_before_generating_mipmap
Pack parameters work incorrectly with pack buffer bound: 563714
Applied Workarounds: pack_parameters_workaround_with_pack_buffer
Alignment works incorrectly with unpack buffer bound: 563714
Applied Workarounds: unpack_alignment_workaround_with_unpack_buffer
copyTexImage2D fails when reading from IOSurface on multiple GPU types.: 581777
Applied Workarounds: use_intermediary_for_copy_texture_image
Multisample renderbuffers with format GL_RGB8 have performance issues on Intel GPUs.: 607130
Applied Workarounds: disable_webgl_rgb_multisampling_usage
Use GL_INTEL_framebuffer_CMAA on ChromeOS: 535198
Applied Workarounds: disable_framebuffer_cmaa
glGetFragData{Location|Index} works incorrectly on Max: 638340
Applied Workarounds: get_frag_data_info_bug
glResumeTransformFeedback works incorrectly on Intel GPUs: 638514
Applied Workarounds: rebind_transform_feedback_before_resume
Result of abs(i) where i is an integer in vertex shader is wrong: 642227
Applied Workarounds: emulate_abs_int_function
Rewrite texelFetchOffset to texelFetch for Intel Mac: 642605
Applied Workarounds: rewrite_texelfetchoffset_to_texelfetch
Rewrite condition in for and while loops for Intel Mac: 644669
Applied Workarounds: add_and_true_to_loop_condition
Decode and encode before generateMipmap for srgb format textures on macosx: 634519
Applied Workarounds: decode_encode_srgb_for_generatemipmap
Init first two levels before CopyTexImage2D for cube map texture on Intel Mac 10.12: 648197
Applied Workarounds: init_two_cube_map_levels_before_copyteximage
Insert statements to reference all members in unused std140/shared blocks on Mac: 618464
Applied Workarounds: use_unused_standard_shared_blocks
Tex(Sub)Image3D performs incorrectly when uploading from unpack buffer with GL_UNPACK_IMAGE_HEIGHT greater than zero on Intel Macs: 654258
Applied Workarounds: unpack_image_height_workaround_with_unpack_buffer
adjust src/dst region if blitting pixels outside read framebuffer on Mac: 644740
Applied Workarounds: adjust_src_dst_region_for_blitframebuffer
Mac driver GL 4.1 requires invariant and centroid to match between shaders: 639760, 641129
Applied Workarounds: remove_invariant_and_centroid_for_essl3
Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
Reset TexImage2D base level to 0 on Intel Mac 10.12.4: 705865
Applied Workarounds: reset_teximage2d_base_level
Switching framebuffers without a flush can lead to crashes on Intel 9th Generation GPU Macs.: 783979
Applied Workarounds: flush_on_framebuffer_change
Don't expose disjoint_timer_query extensions to WebGL: 808744
Shader variable initialization in a loop caused perf regression on Mac Intel.: 809422
Applied Workarounds: dont_use_loops_to_initialize_variables
8x MSAA is slow for alpha:false WebGL contexts on Mac Intel: 812071
Applied Workarounds: max_msaa_sample_count_4
glFlush error on Mac: 841755
Applied Workarounds: disable_2d_canvas_auto_flush
Viz service display compositor is not enabled by default.
Disabled Features: viz_display_compositor
Skia renderer is not used by default.
Disabled Features: skia_renderer
Skia deferred display list is not used by default.
Disabled Features: skia_deferred_display_list
Version Information
Data exported	2018-08-23T22:37:23.586Z
Chrome version	Chrome/68.0.3440.106
Operating system	Mac OS X 10.13.6
Software rendering list URL	https://chromium.googlesource.com/chromium/src/+/1c32c539ce0065a41cb79da7bfcd2c71af1afe62/gpu/config/software_rendering_list.json
Driver bug list URL	https://chromium.googlesource.com/chromium/src/+/1c32c539ce0065a41cb79da7bfcd2c71af1afe62/gpu/config/gpu_driver_bug_list.json
ANGLE commit id	ba1627086779
2D graphics backend	Skia/68 1e419fead7ff3b5247102b29b982b6472a60cd4d-
Command Line	/Applications/Google Chrome.app/Contents/MacOS/Google Chrome --flag-switches-begin --flag-switches-end
Driver Information
Initialization time	84
In-process GPU	false
Passthrough Command Decoder	false
Direct Composition	false
Supports overlays	false
Sandboxed	true
GPU0	VENDOR = 0x8086 [Intel Inc.], DEVICE= 0x3ea5 [Intel(R) Iris(TM) Plus Graphics 655] *ACTIVE*
Optimus	false
AMD switchable	false
Driver vendor	INTEL
Driver version	10.36.19
Driver date	
Pixel shader version	4.10
Vertex shader version	4.10
Max. MSAA samples	16
Machine model name	MacBookPro
Machine model version	15.2
GL_VENDOR	Intel Inc.
GL_RENDERER	Intel(R) Iris(TM) Plus Graphics 655
GL_VERSION	4.1 INTEL-10.36.19
GL_EXTENSIONS	GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_ATI_texture_mirror_once GL_NV_texture_barrier
Disabled Extensions	GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
Disabled WebGL Extensions	EXT_disjoint_timer_query EXT_disjoint_timer_query_webgl2
Window system binding vendor	
Window system binding version	
Window system binding extensions	
Direct rendering	Yes
Reset notification strategy	0x0000
GPU process crash count	0
Compositor Information
Tile Update Mode	Zero-copy
Partial Raster	Enabled
GpuMemoryBuffers Status
ATC	Software only
ATCIA	Software only
DXT1	Software only
DXT5	Software only
ETC1	Software only
R_8	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
R_16	Software only
RG_88	Software only
BGR_565	Software only
RGBA_4444	Software only
RGBX_8888	Software only
RGBA_8888	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
BGRX_8888	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE
BGRX_1010102	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
RGBX_1010102	Software only
BGRA_8888	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
RGBA_F16	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
YVU_420	Software only
YUV_420_BIPLANAR	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
UYVY_422	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
Display(s) Information
Info	Display[69734272] bounds=[0,0 1440x900], workarea=[0,23 1440x877], scale=2, external.
Color space information	{primaries_d50_referred: [[0.6818, 0.3196], [0.2846, 0.6747], [0.1563, 0.0567]], transfer:0.0777*x + 0.0000 if x < 0.0450 else (0.9478*x + 0.0521)**2.4000 + -0.0000, matrix:RGB, range:FULL}
Bits per color component	8
Bits per pixel	24
Video Acceleration Information
Decode h264 baseline	up to 4096x2160 pixels
Decode h264 extended	up to 4096x2160 pixels
Decode h264 main	up to 4096x2160 pixels
Decode h264 high	up to 4096x2160 pixels
Encode h264 baseline	up to 4096x2160 pixels and/or 30.000 fps
Encode h264 main	up to 4096x2160 pixels and/or 30.000 fps
Encode h264 high	up to 4096x2160 pixels and/or 30.000 fps
Log Messages
[8447:775:0823/185031.137146:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/185031.137331:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/185031.137416:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/185031.137485:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/185117.167796:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/185117.167905:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/185117.167966:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/185117.168002:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/185151.122371:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/185151.122421:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/185151.122447:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/185151.122466:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/190356.520603:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/190356.520790:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/190356.520850:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/190356.520883:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/190422.372384:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/190422.372472:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/190422.372520:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/190422.372552:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/190425.038172:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/190425.038231:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/190425.038269:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/190425.038299:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85409f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/190817.768551:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/190817.768583:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/190817.768596:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/190817.768624:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/194713.999707:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/194713.999776:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/194713.999809:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/194713.999819:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/195818.525945:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/195818.526000:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/195818.526031:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/195818.526055:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/202205.829600:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/202205.829629:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/202205.829642:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/202205.829651:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/202312.308911:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/202312.308941:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/202312.308952:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/202312.308963:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/202313.741944:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/202313.741974:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/202313.741985:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/202313.741994:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/202355.384938:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/202355.384970:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/202355.385009:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/202355.385042:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/202411.860244:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/202411.860279:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/202411.860300:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/202411.860313:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204241.794670:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204241.794707:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204241.794730:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204241.794749:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204352.390776:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204352.390804:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204352.390815:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204352.390825:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204352.390849:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204352.390859:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204352.390873:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204352.390887:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204423.525934:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204423.525982:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204423.526009:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204423.526029:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204449.886850:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204449.886878:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204449.886890:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204449.886899:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204449.886931:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204449.886942:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204449.886958:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204449.886967:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd85523d800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204551.980678:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204551.980708:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204551.980726:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204551.980741:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204551.980778:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204551.980797:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204551.980827:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204551.980841:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204624.827739:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204624.827781:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204624.827797:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204624.827807:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204624.827840:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204624.827860:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204624.827884:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204624.827901:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204827.621298:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204827.621457:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204827.621572:ERROR:gles2_cmd_decoder.cc(10115)] : [.DisplayCompositor-0x7fd856817600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[8447:775:0823/204827.621737:ERROR:gles2_cmd_decoder.cc(10115)] : [.DisplayCompositor-0x7fd856817600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[8447:775:0823/204827.660660:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204827.660704:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204827.688726:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204827.688778:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204827.699820:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204827.699875:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204827.702902:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204827.702969:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204944.486766:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204944.486794:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204944.486805:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204944.486814:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204944.486851:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204944.486863:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/204944.486877:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/204944.486887:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/214554.423014:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/214554.423053:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/214554.423075:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/214554.423095:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/214801.417111:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/214801.417137:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/214801.417149:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/214801.417158:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/222819.784281:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/222819.784323:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/222819.784341:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/222819.784355:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/222819.784386:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/222819.784401:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/222819.784416:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/222819.784429:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/222935.778995:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/222935.779033:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/222935.779047:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/222935.779056:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/222939.320689:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/222939.320718:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/222939.320732:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/222939.320742:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/222939.320778:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/222939.320792:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/222939.320811:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/222939.320824:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/232213.946568:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/232213.946605:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/232213.946624:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/232213.946638:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233007.024822:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233007.024876:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233007.024899:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233007.024914:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233007.024933:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233007.024953:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233007.024974:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233007.024995:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233116.866277:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233116.866307:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233116.866320:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233116.866329:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233116.866339:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233116.866350:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233116.866372:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233116.866392:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd853a1f600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233604.087050:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233604.087084:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233604.087106:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233604.087126:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233604.087199:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233604.087222:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[8447:775:0823/233604.087258:ERROR:gles2_cmd_decoder.cc(18008)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[8447:775:0823/233604.087282:ERROR:gles2_cmd_decoder.cc(12468)] : [.DisplayCompositor-0x7fd856817600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format

* Appears to be a coreaudio related problem
* Not dissimilar in symptoms to issue 160920

Hardware Overview for system with problem:
  Model Name:	MacBook Pro
  Model Identifier:	MacBookPro15,2
  Processor Name:	Intel Core i7
  Processor Speed:	2.7 GHz
  Number of Processors:	1
  Total Number of Cores:	4
  L2 Cache (per Core):	256 KB
  L3 Cache:	8 MB
  Memory:	16 GB
  Boot ROM Version:	15.16.6703.0.0,0

Hardware overview for older system without problem:
 Model Name:    MacBook Pro
 Model Identifier:    MacBookPro7,1
 Processor Name:    Intel Core 2 Duo
 Processor Speed:    2.4 GHz
 Number of Processors:    1
 Total Number of Cores:    2
 L2 Cache:    3 MB
 Memory:    4 GB
 Bus Speed:    1.07 GHz
 Boot ROM Version:    MBP71.003F.B00
 SMC Version (system):    1.62f7

 
log.txt
51.7 KB View Download
Can you grab chrome://media-internals for the player in question?
I captured media-internals at 3 points. 

1. At start of the video whilst playing normally
render_id: 323
player_id: 236
origin_url: https://www.youtube.com/
frame_url: https://www.youtube.com/watch?v=U1RASlbIIVc
frame_title: (60) TERRIBLE $900 Party Trick – Jibo Review - YouTube
url: blob:https://www.youtube.com/5281fab3-cae9-48b9-8022-4ce806d02b4a
info: Effective playback rate changed from 0 to 1
pipeline_state: kPlaying
found_video_stream: true
video_codec_name: vp9
found_audio_stream: true
audio_codec_name: opus
audio_dds: false
audio_decoder: FFmpegAudioDecoder
video_dds: false
video_decoder: VpxVideoDecoder
audio_buffering_state: BUFFERING_HAVE_ENOUGH
height: 1080
width: 1920
video_buffering_state: BUFFERING_HAVE_ENOUGH
for_suspended_start: false
pipeline_buffering_state: BUFFERING_HAVE_ENOUGH
event: PLAY
duration: 608.361


2. At the time of the issue, around 7 minutes into the video
render_id: 323
player_id: 236
origin_url: https://www.youtube.com/
frame_url: https://www.youtube.com/watch?v=U1RASlbIIVc
frame_title: (60) TERRIBLE $900 Party Trick – Jibo Review - YouTube
url: blob:https://www.youtube.com/5281fab3-cae9-48b9-8022-4ce806d02b4a
info: video decoder config changed midstream, new config: codec: vp9 format: 1 profile: vp9 profile0 coded size: [2560,1440] visible rect: [0,0,2560,1440] natural size: [2560,1440] has extra data? false encryption scheme: Unencrypted rotation: 0°
pipeline_state: kPlaying
found_video_stream: true
video_codec_name: vp9
found_audio_stream: true
audio_codec_name: opus
audio_dds: false
audio_decoder: FFmpegAudioDecoder
video_dds: false
video_decoder: VpxVideoDecoder
audio_buffering_state: BUFFERING_HAVE_ENOUGH
height: 1440
width: 2560
video_buffering_state: BUFFERING_HAVE_ENOUGH
for_suspended_start: false
pipeline_buffering_state: BUFFERING_HAVE_ENOUGH
event: PLAY
duration: 608.361
seek_target: 174.373605


3. Within 30 seconds of the issue occurring, by which time the video had frozen
render_id: 323
player_id: 236
origin_url: https://www.youtube.com/
frame_url: https://www.youtube.com/watch?v=U1RASlbIIVc
frame_title: (60) TERRIBLE $900 Party Trick – Jibo Review - YouTube
url: blob:https://www.youtube.com/5281fab3-cae9-48b9-8022-4ce806d02b4a
info: Selected video track: []
pipeline_state: kPlaying
found_video_stream: true
video_codec_name: vp9
found_audio_stream: true
audio_codec_name: opus
audio_dds: false
audio_decoder: FFmpegAudioDecoder
video_dds: false
video_decoder: VpxVideoDecoder
audio_buffering_state: BUFFERING_HAVE_ENOUGH
height: 1440
width: 2560
video_buffering_state: BUFFERING_HAVE_NOTHING
for_suspended_start: false
pipeline_buffering_state: BUFFERING_HAVE_NOTHING
event: PLAY
duration: 608.361
seek_target: 174.373605


Log:
00:00:00 00	origin_url	https://www.youtube.com/
00:00:00 00	frame_url	https://www.youtube.com/watch?v=U1RASlbIIVc
00:00:00 00	frame_title	(60) TERRIBLE $900 Party Trick – Jibo Review - YouTube
00:00:00 00	url	blob:https://www.youtube.com/5281fab3-cae9-48b9-8022-4ce806d02b4a
00:00:00 00	info	ChunkDemuxer: buffering by DTS
00:00:00 00	pipeline_state	kStarting
00:00:00 49	found_video_stream	true
00:00:00 49	video_codec_name	vp9
00:00:00 49	found_audio_stream	true
00:00:00 49	audio_codec_name	opus
00:00:00 52	audio_dds	false
00:00:00 52	audio_decoder	FFmpegAudioDecoder
00:00:00 52	info	Selected FFmpegAudioDecoder for audio decoding, config: codec: opus bytes_per_channel: 4 channel_layout: 3 channels: 2 samples_per_second: 48000 sample_format: 4 bytes_per_frame: 8 seek_preroll: 80ms codec_delay: 312 has extra data? true encryption scheme: Unencrypted discard decoder delay? true
00:00:00 53	video_dds	false
00:00:00 53	video_decoder	VpxVideoDecoder
00:00:00 53	info	Selected VpxVideoDecoder for video decoding, config: codec: vp9 format: 1 profile: vp9 profile0 coded size: [1920,1080] visible rect: [0,0,1920,1080] natural size: [1920,1080] has extra data? false encryption scheme: Unencrypted rotation: 0°
00:00:00 53	pipeline_state	kPlaying
00:00:00 54	audio_buffering_state	BUFFERING_HAVE_ENOUGH
00:00:00 70	height	1080
00:00:00 70	width	1920
00:00:00 84	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:00:00 84	for_suspended_start	false
00:00:00 84	pipeline_buffering_state	BUFFERING_HAVE_ENOUGH
00:00:00 84	info	Effective playback rate changed from 0 to 1
00:00:00 84	event	PLAY
00:00:00 46	duration	608.361
00:00:11 29	info	Selected video track: []
00:00:11 29	video_buffering_state	BUFFERING_HAVE_NOTHING
00:00:11 29	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:00:11 29	for_suspended_start	false
00:00:11 29	pipeline_buffering_state	BUFFERING_HAVE_ENOUGH
00:00:21 807	info	Selected video track: [15]
00:00:21 807	video_buffering_state	BUFFERING_HAVE_NOTHING
00:00:21 856	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:00:21 856	for_suspended_start	false
00:00:21 856	pipeline_buffering_state	BUFFERING_HAVE_ENOUGH
00:00:37 342	info	video decoder config changed midstream, new config: codec: vp9 format: 1 profile: vp9 profile0 coded size: [2560,1440] visible rect: [0,0,2560,1440] natural size: [2560,1440] has extra data? false encryption scheme: Unencrypted rotation: 0°
00:00:37 524	height	1440
00:00:37 524	width	2560
00:03:08 485	event	PAUSE
00:03:08 497	seek_target	174.373605
00:03:08 497	pipeline_state	kSeeking
00:03:08 497	audio_buffering_state	BUFFERING_HAVE_NOTHING
00:03:08 497	video_buffering_state	BUFFERING_HAVE_NOTHING
00:03:08 497	pipeline_state	kPlaying
00:03:08 498	event	PLAY
00:03:08 498	audio_buffering_state	BUFFERING_HAVE_ENOUGH
00:03:08 711	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:03:08 712	for_suspended_start	false
00:03:08 712	pipeline_buffering_state	BUFFERING_HAVE_ENOUGH
00:07:41 499	info	Selected video track: []
00:07:41 499	video_buffering_state	BUFFERING_HAVE_NOTHING
00:07:41 500	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:07:41 500	for_suspended_start	false
00:07:41 500	pipeline_buffering_state	BUFFERING_HAVE_ENOUGH
00:07:59 831	info	Selected video track: [15]
00:07:59 832	video_buffering_state	BUFFERING_HAVE_NOTHING
00:08:00 27	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:08:00 28	for_suspended_start	false
00:08:00 28	pipeline_buffering_state	BUFFERING_HAVE_ENOUGH
00:08:00 45	video_buffering_state	BUFFERING_HAVE_NOTHING
00:08:00 178	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:08:00 179	video_buffering_state	BUFFERING_HAVE_NOTHING
00:08:00 190	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:08:00 196	video_buffering_state	BUFFERING_HAVE_NOTHING
00:08:00 207	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:08:00 212	video_buffering_state	BUFFERING_HAVE_NOTHING
00:08:00 222	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:08:00 229	video_buffering_state	BUFFERING_HAVE_NOTHING
00:08:00 240	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:08:00 246	video_buffering_state	BUFFERING_HAVE_NOTHING
00:08:00 494	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:08:00 495	video_buffering_state	BUFFERING_HAVE_NOTHING
00:08:03 496	for_suspended_start	false
00:08:03 496	pipeline_buffering_state	BUFFERING_HAVE_NOTHING
00:08:32 477	info	Selected video track: []
00:08:32 478	video_buffering_state	BUFFERING_HAVE_ENOUGH
00:08:32 478	for_suspended_start	false
00:08:32 478	pipeline_buffering_state	BUFFERING_HAVE_ENOUGH

Cc: ossu@chromium.org maxmorin@chromium.org olka@chromium.org
Thanks it does seem like it might be related to issue 160920 since the pipeline appears to be functioning just fine.
Labels: Needs-Triage-M68
Cc: vamshi.kommuri@chromium.org
Labels: Triaged-ET
Tried checking the issue on reported chrome version 68.0.3440.106 using Mac 10.13.1 with the exact steps mentioned in comment#0.
While the video(...in youtube) is being played we didn't notice the audio getting stopped. 

Requesting someone from respective team to have a look into this and help in further triaging it.

Thanks!
Owner: ossu@chromium.org
Status: Assigned (was: Unconfirmed)
Oskar - could you PTAL?
Thanks for investigating. To add a little more information:

* I have been watching Netflix in Chrome on the same device with no issues in approximately 2 hours of watch time.

* I have been watching YouTube in Safari and Firefox. I have not yet had a comparable issue in Firefox, however in Safari I have had blips in the audio (abrupt audio stop with a quiet pop, followed by approx 1-2 seconds silence that I don't believe to be buffering). In safari however, the video appears to 'recover' and continue playing as normal. There was also nothing related to coreaudiod in the system console when this occurs.

* I found the following bug report on Apple's forum which has similar sounding symptoms: https://discussions.apple.com/thread/8466406

There is now an OSX update available (https://support.apple.com/en-gb/HT209081), I will see if this has resolved the issue.
When you say, in point 4 above, that "Audio is then unavailable, even after refreshing the tab. Restarting the browser clears the problem" does that apply to all audio in Chrome (i.e. from other sites as well), or specifically for this video?

Point 5 makes it sound almost like a problem with YouTube itself, rather than Chrome. There do seem to be quite a few audio issues on the new MBPs. Perhaps that's what's happening and Safari just has a better fallback mechanism when that happens?

I have been monitoring this since the OSX patch and I have not experienced the problem since then. Apple have apparently acknowledged that the patch addressed audio related issues: https://www.macrumors.com/2018/08/29/macos-high-sierra-supplemental-update-2-details/ so it seems logical that this would have helped and the problem is no longer occurring for me.

Since the update, I have (far less frequently) encountered a minor interruptions in YouTube in Chrome which could in my view be related: At seemingly random points of videos, the video cuts out and an advert plays, then the video successfully resumes. There is no interruption to any audio. These videos are NOT videos with in-flight adverts enabled (where you would normally see a marker in the timeline where advert breaks will occur), but they are ad-enabled videos. I assume if this were a chrome bug you'd want to treat it separately but I thought it was worth mentioning because it seems to imply a similar interruption to the stream (because after a period of inactivity, if you refresh the browser, I think YouTube attempts to play an advert on ad-enabled videos before resuming content at the point you left off).


To answer the questions in Comment 8 - in case the bug is reported again:

Re: point 4 - Sorry I'm not sure but I think it prevented audio in all tabs from playing 

Re: point 5 - It did seem very much isolated to YouTube. The only other site I use frequently for video streaming is Netflix and that did not seem to exhibit a problem of similar symptoms.
Status: Closed (was: Assigned)
Closing this since it sounds like there was an OSX issue that's been resolved in an update, and possibly an unrelated YouTube issue with similar symptoms in Safari. Please reopen if there's still a Chrome specific issue that I'm missing.

Sign in to add a comment