https://github.com/osquery/osquery logo
Title
z

zwass

09/10/2019, 7:42 PM
Any of you windows gurus able to help me figure out why the tests are failing for https://github.com/osquery/osquery/pull/5479? Some of them seem to exit with code
0xc0000135
, which I assume (based on https://stackoverflow.com/a/11433714/491710) is due to a failure trying to load the
wscapi
dll. This is surprising to me as it seems this library goes back to Windows Vista (https://www.exefiles.com/en/dll/wscapi-dll/), and it works fine for me on my test VM.
a

Andrea

02/04/2020, 5:59 PM
Hi! did you solved this issue by any chance? the majority of my tests are failing with that error 😕
a

Andrea

02/05/2020, 1:05 PM
Thanks!