You are not logged in.
Hi,
It might be a bug or just on my system, so before I'm opening a bug, I'll ask here.
I got this after the update:
Tried with --disable-gpu too, same result. Solved after downgrading to 99.0.4844.84-1
[8595:8595:0330/191624.098605:ERROR:angle_platform_impl.cc(44)] Display.cpp:966 (initialize): ANGLE Display::initialize error 0: Internal Vulkan error (-3): Initialization of an object could not be completed for implementation-specific reasons, in ../../third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp, initialize:1271.
[8595:8595:0330/191624.098684:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: Internal Vulkan error (-3): Initialization of an object could not be completed for implementation-specific reasons, in ../../third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp, initialize:1271.
[8595:8595:0330/191624.098702:ERROR:gl_surface_egl.cc(1430)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[8595:8595:0330/191624.098720:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[8595:8595:0330/191624.099397:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[8635:8635:0330/191624.201385:ERROR:angle_platform_impl.cc(44)] Display.cpp:966 (initialize): ANGLE Display::initialize error 0: Internal Vulkan error (-3): Initialization of an object could not be completed for implementation-specific reasons, in ../../third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp, initialize:1271.
[8635:8635:0330/191624.201443:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: Internal Vulkan error (-3): Initialization of an object could not be completed for implementation-specific reasons, in ../../third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp, initialize:1271.
[8635:8635:0330/191624.201462:ERROR:gl_surface_egl.cc(1430)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[8635:8635:0330/191624.201478:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[8635:8635:0330/191624.202261:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[0330/191624.278008:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0330/191624.278243:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0330/191624.278291:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0330/191624.278311:ERROR:elf_dynamic_array_reader.h(64)] tag not found
Trace/breakpoint trap (core dumped)Offline
What GPU? Any custom flags? output of
vulkaninfo --summary? Works fine here.
Last edited by V1del (2022-03-30 17:52:00)
Offline
Nothing custom.
nvidia RTX2060 Super
==========
VULKANINFO
==========
Vulkan Instance Version: 1.3.208
Instance Extensions: count = 19
-------------------------------
VK_EXT_acquire_drm_display : extension revision 1
VK_EXT_acquire_xlib_display : extension revision 1
VK_EXT_debug_report : extension revision 10
VK_EXT_debug_utils : extension revision 2
VK_EXT_direct_mode_display : extension revision 1
VK_EXT_display_surface_counter : extension revision 1
VK_KHR_device_group_creation : extension revision 1
VK_KHR_display : extension revision 23
VK_KHR_external_fence_capabilities : extension revision 1
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2 : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_surface_protected_capabilities : extension revision 1
VK_KHR_wayland_surface : extension revision 6
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
Instance Layers: count = 5
--------------------------
VK_LAYER_NV_optimus NVIDIA Optimus layer 1.3.194 version 1
VK_LAYER_VALVE_steam_fossilize_32 Steam Pipeline Caching Layer 1.2.136 version 1
VK_LAYER_VALVE_steam_fossilize_64 Steam Pipeline Caching Layer 1.2.136 version 1
VK_LAYER_VALVE_steam_overlay_32 Steam Overlay Layer 1.2.136 version 1
VK_LAYER_VALVE_steam_overlay_64 Steam Overlay Layer 1.2.136 version 1
Devices:
========
GPU0:
apiVersion = 4206786 (1.3.194)
driverVersion = 2139979776 (0x7f8d8000)
vendorID = 0x10de
deviceID = 0x1f06
deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
deviceName = NVIDIA GeForce RTX 2060 SUPER
driverID = DRIVER_ID_NVIDIA_PROPRIETARY
driverName = NVIDIA
driverInfo = 510.54
conformanceVersion = 1.3.0.0
deviceUUID = 7aaba767-764e-eb9d-ea10-dc69b85a6fa2
driverUUID = 4c27d7d9-1f18-5e86-af9a-3c2880603989Offline
Works fine here on Intel as well.
Are you getting the crash on any website, or only specific ones with e.g. videos or WebGL? May be a regression of https://bugs.chromium.org/p/chromium/is … id=1209250?
Offline
Works fine here on Intel as well.
Are you getting the crash on any website, or only specific ones with e.g. videos or WebGL? May be a regression of https://bugs.chromium.org/p/chromium/is … id=1209250?
No. Crash on startup. Had to open from shell to see why.
Edit: chromium is set to open my last session on launch so it's cause by one of the tabs. My mistake.
Last edited by Tharbad (2022-04-01 15:28:23)
Offline
Opened a bug in chromium:
https://bugs.chromium.org/p/chromium/is … id=1312432
Offline