-
Notifications
You must be signed in to change notification settings - Fork 548
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
webgl example does not run correctly #10
Comments
similar issue on Ubuntu 14.04 And the terminal log is: |
Same problem here, also on Ubuntu 14.04. It might be related to an issue with webkit and our hardware/drivers. @petre2dor and @fyears, what does There are also some related issues on node-webkit (such as this)... |
I am running node-js v0.11.11 and node-webkit v0.9.2 in Windows. {
"basic_info": [
{
"description": "Initialization time",
"value": "0"
},
{
"description": "Sandboxed",
"value": false
},
{
"description": "GPU0",
"value": "VENDOR = 0x10de, DEVICE= 0x0a6c"
},
{
"description": "Optimus",
"value": false
},
{
"description": "AMD switchable",
"value": false
},
{
"description": "Driver vendor",
"value": "NVIDIA"
},
{
"description": "Driver version",
"value": "9.18.13.2702"
},
{
"description": "Driver date",
"value": "9-1-2013"
},
{
"description": "Pixel shader version",
"value": ""
},
{
"description": "Vertex shader version",
"value": ""
},
{
"description": "Machine model",
"value": ""
},
{
"description": "GL version",
"value": ""
},
{
"description": "GL_VENDOR",
"value": ""
},
{
"description": "GL_RENDERER",
"value": ""
},
{
"description": "GL_VERSION",
"value": ""
},
{
"description": "GL_EXTENSIONS",
"value": ""
},
{
"description": "Window system binding vendor",
"value": ""
},
{
"description": "Window system binding version",
"value": ""
},
{
"description": "Window system binding extensions",
"value": ""
},
{
"description": "Reset notification strategy",
"value": "0x0000"
}
],
"diagnostics": null,
"featureStatus": {
"featureStatus": {
"2d_canvas": "unavailable_software",
"3d_css": "unavailable_off",
"compositing": "unavailable_software",
"css_animation": "unavailable_software",
"flash_3d": "unavailable_off",
"flash_stage3d": "unavailable_off",
"flash_stage3d_baseline": "unavailable_off",
"multisampling": "unavailable_off",
"texture_sharing": "unavailable_off",
"video": "unavailable_software",
"video_decode": "unavailable_software",
"webgl": "unavailable_off"
},
"problems": [
{
"crBugs": [],
"description": "GPU process was unable to boot: GPU process launch failed.",
"webkitBugs": []
},
{
"crBugs": [
304369,
315215
],
"description": "Texture sharing should be disabled on all Windows machines",
"webkitBugs": []
}
],
"workarounds": [
"clear_alpha_in_readpixels",
"exit_on_context_lost",
"set_texture_filter_before_generating_mipmap",
"use_current_program_after_successful_link"
]
},
"performance_info": [
{
"description": "Graphics",
"value": "5.2"
},
{
"description": "Gaming",
"value": "4.7"
},
{
"description": "Overall",
"value": "4.7"
}
]
} |
In order to enable Webgl in chromium I had to do this http://askubuntu.com/questions/299345/how-to-enable-webgl-in-chrome-on-ubuntu/299346#299346 |
Having the same problem here. I am running with (in package.json):
Using with the nouveau drivers and a NVIDIA GeForce GT 720. With the above arguments in Chrome WebGL appears to be working. Some questions I be greatful if anyone on this issue could answer:
Hoping to try two myself soon. |
please excuse the --disable-javascript that was to check the args were being applied |
I am running node-js v0.11.11 and node-webkit v0.9.2 in Windows.
When I run
nw webgl
, a windows pop up, but the content is not rendered correctly. Here is the FULL screen shot of the window created by node-webkit:The text was updated successfully, but these errors were encountered: