-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
pdf.js can't render fonts from v0.13.0-alpha4 to v0.13.0-alpha5 and above #4618
Comments
@ghostoy I can't reproduce this on my Mac, can you? |
Not able to reproduce. |
@neves what's your hardware configuration including GPU model? |
@rogerwang |
Problem persists on v0.13.2 😭 |
it looks like related to hardware, we'll find a OSX with Intel gfx card to reproduce it. |
@neves could you check the url with Chrome 49 in the same system then post the results of the page 'chrome://gpu' and the command line arguments of the Chrome process ( |
Can't reproduce this on a MBP with Intel HD 4000 ... |
@neves Did you check if the PDF works with Chromium 49 on your platform? |
Working fine with chromium |
Does 0.14 RC version work for you? |
@rogerwang 0.14 works! |
It should be the reason. |
Sample package.json
Same problem was reported here:
rhysd/NyaoVim#3
Console logs the follow error message:
[60314:1295:0323/104513:ERROR:gles2_cmd_decoder.cc(6874)] [.Offscreen-MainThread-0x7fe8cad97ca0]GL ERROR :GL_INVALID_OPERATION : glUseProgram: program not linked
OSX 10.11.3
Works till this version: (chromium 45.x)
http://dl.nwjs.io/v0.13.0-alpha4/nwjs-sdk-v0.13.0-alpha4-osx-x64.zip
Stop working here, till v0.13.0 final release: (chromium >= 46.x)
http://dl.nwjs.io/v0.13.0-alpha4/nwjs-sdk-v0.13.0-alpha5-osx-x64.zip
The text was updated successfully, but these errors were encountered: