New issue
Advanced search Search tips

Issue 846766 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[25984:27592:0525/113112.475:WARNING:discovery_network_list_win.cc(195)] Failed to open Wlan client handle: 1062

Project Member Reported by sebmarchand@chromium.org, May 25 2018

Issue description

Hi,

I just did a fresh ToT build of Chrome (@7880981a0cc24) on Windows with the following
GN args:
    is_debug = true
    is_component_build = true
    enable_nacl = false
    target_cpu = "x86"
    remove_webcore_debug_symbols = true
    symbol_level = 2
    is_win_fastlink = true
    use_goma = true
    goma_dir = "C:\src\goma"
    is_clang = true
    win_console_app = true

And when running it with the "--enable-logging --v=0" flags I see the following
message printed in the console:
[25984:27592:0525/113112.475:WARNING:discovery_network_list_win.cc(195)] Failed to open Wlan client handle: 1062

Git blame tells me that you're the author of this message, could you please look
into it (or find an appropriate owner)? 

Thanks!
 
 
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".
This looks like it's the result of the Windows service "WlanSvc" (WLAN AutoConfig) being stopped.  Does the machine on which you're testing this have a WiFi interface?  My desktop doesn't and WlanSvc isn't started by default, so that may be the cause.  It looks like other uses of wlanapi.dll fail silently in this case.

Sign in to add a comment