Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWindows: Starting headless mode fails to create WR surfman (DeviceOpenFailed) #26431
Labels
Comments
|
It might be informative to somehow report the actual failure code from https://github.com/pcwalton/surfman/blob/ae14cc9afd140bc73e89f3fe8c080f729f09ccd2/surfman/src/platform/windows/angle/device.rs#L161-L163 and https://github.com/pcwalton/surfman/blob/ae14cc9afd140bc73e89f3fe8c080f729f09ccd2/surfman/src/platform/windows/wgl/device.rs#L140-L142. |
|
Oh, I know - this is the first time we've tried to actually run surfman headlessly on Windows. We're breaking new ground! |
|
It might be worth adding Line 63 in a478aaf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Servo fails to create a headless window with the following error:
The error leads to this line (as found by @jdm): https://github.com/servo/surfman/blob/ae14cc9afd140bc73e89f3fe8c080f729f09ccd2/surfman/src/platform/windows/angle/device.rs#L162
Unfortunately, actual error code is not returned from the function to the caller, so we don't know more for now.