-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
getting "WebGL: INVALID_OPERATION: getUniformLocation: program not linked #4
Comments
Could you provide information on operating system and browser version? |
Hi, System: Browsers: Java: Regards, From: Zhicheng Liu [mailto:notifications@github.com] Could you provide information on operating system and browser version? — This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored. |
The demo runs well in Firefox and Chrome on Mac OS, it has not been tested on Windows machines. Please make sure that your machine has a decent graphics card. Are you able to run other WebGL applications such as those found on https://www.chromeexperiments.com/webgl ? |
Hi, Thanks in advance. Regards, From: Zhicheng Liu [notifications@github.com] The demo runs well in Firefox and Chrome on Mac OS, it has not been tested on Windows machines. Please make sure that your machine has a decent graphics card. Are you able to run other WebGL applications such as those found on https://www.chromeexperiments.com/webgl ? — This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored. |
Hi, |
I tried to run the demo on a Windows 8.1 machine with a dedicated graphics card and it works. Please note that I just updated the repo a few days ago to ensure precision match between the fragment shader and vertex shader. Sometimes a mismatch of precision between shaders can cause "program not linked" errors. Please use the latest code and try again. If the problem persists, can you post the webgl parameters for your machine by visiting http://www.doesmybrowsersupportwebgl.com/ ? The Windows machine that I used for testing has the following specs: |
Hi, Thanks for all the support you had extended. Really appreciate it. Now I require your help and support in creating all the tiles and visuals for my own data. You had noted that the instructions development is in progress. If you can provide and guide us with that soon, We will be greatful. PLease provide us some help in that regard. Regards, |
Hi,
We are trying to bring up some answers to our Big data visualizations for which we tried to understand your approach. We tried to use the code base and execute it. When I run it with the latest browsers like chrome and Firefox, I get WebGL errors like below almost on all WebGL functions called. Can you kindly clarify me what should be done to make it execute properly?
WebGL: INVALID_OPERATION: getUniformLocation: program not linked
Picture of entire error screenshots attached
The text was updated successfully, but these errors were encountered: