-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] unable to launch webkit on virtual box windows #2548
Comments
Works for me out of the box on a fresh Win10 install |
I get the same issue Window 2012 R2 (async () => { Chromium and Firefox output correctly. |
That was helpful, @fujii! I realized I was on Windows 10 N that was missing a host of api-ms-win-core-* dlls. I installed Media Feature Pack and now I can run WebKit 🎉 @niksimms - can you try running Dependency Walker? |
Ah, it's my fault. I assumed no one is using Windows 10 N. Bug 213330 – [WinCairo][MediaFoundation] Use /DELAYLOAD for mf.dll If you are willing to contribute a patch, I'd be glad to review the patch. |
I got the same error, I am on windows 7 |
I believe upstream WebKit WinCairo port fiexed the issue. https://trac.webkit.org/r264188 |
Closing as the should be fixed in recent builds and we now also have launch doctor functionality which should help debugging such issues. |
Context:
Code Snippet
Describe the bug
WebKit does not launch, in headless/headful modes. I can see the PlaywrightLibrary.dll file in the right directory though - unclear what the error message is referring to
The text was updated successfully, but these errors were encountered: