Skip to content
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

Not running on Ubuntu with Nvidia gtx 1080 and on Windows with Intel HD Graphics #24

Open
anuraagvaidya opened this issue Jun 14, 2017 · 2 comments

Comments

@anuraagvaidya
Copy link

When I run an example on an Ubuntu machine with GTX 1080 with NVIDIA Cuda and drivers installed, it fails here:

TypeError: Cannot read property 'VERTEX_SHADER' of null
    at buildShader (/home/ubuntu/node_modules/webmonkeys/src/WebMonkeys.js:222:36)
    at init (/home/ubuntu/node_modules/webmonkeys/src/WebMonkeys.js:113:16)
    at WebMonkeys (/home/ubuntu/node_modules/webmonkeys/src/WebMonkeys.js:692:12)
    at Object.<anonymous> (/home/ubuntu/gpu_trial/trial1.js:2:38)

and on my windows machine,
The process simply exists with this:
Process finished with exit code -1073741819 (0xC0000005)
What could be wrong?

@VictorTaelin
Copy link
Owner

I don't know :( very sad news but I don't think there is anyone maintaining this repo, I made it for an old project but then went to work in something else.

@0xDaksh
Copy link

0xDaksh commented Sep 10, 2017

this repo depends on node-gl (npm gl), so probably it's an issue because of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants