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 upBlank white screen at launch on Windows 10 #13257
Comments
|
@aochagavia Another fact I noticed is that you can reproduce simply with |
|
I have a similar issue. I get a white blank window that includes blue related to servo links for a few seconds and then goes white again. The title is Servo, the parallel browser engine |
|
Some of these may be issues rendering the servo.org home page, which I am also seeing. The page renders for a split second, then appears to go white. If I scroll far enough, though, the "Contributing" section appears as does the rest of the page below that. I can also move my mouse around in the blank area until the pointer changes to find and click on invisible links like the download button. @gaby2300: What happens if you use your mouse wheel or arrow keys to scroll down? |
|
@CAfromCA I get the same results as you. Clicking the Start Contributing button leads me to a Servo Starters site and a list of open issues. Clicking an invisible link at the top where the pointer changes to a hand lead me to a screenshot titled "browser.html - Servo". "Servo, the parallel browser" and a blue download button to for a Servo nightly build inside are part of the screenshot's content. In all cases there was no way to go back: no tabs, no context menu. |
|
The problem is that, with the MSVC toolchain, we are by default currently not able to find the fonts:
In order to get errors in the console, of course, after doing a build you need to do cc @metajack |
|
The problem is in #[cfg(all(target_os = "windows", target_env = "msvc"))]
pub use platform::dummy::{font, font_context, font_list, font_template}; |
|
Should this be closed as a duplicate of #13371, since the lack of font rendering on Windows seems to be the underlying cause for the reports of blank Servo windows? |
|
Closing as duplicate. |
Cause
EDIT: This is caused by #13371 (font rendering is not implemented for the MSVC toolchain on Windows)
Reproducing
Run
mach.bat run -d https://www.mozilla.org/en-US/Screenshot