You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using play 1.5.1
as soon as I go for drawing anything on graphics(). it gives nullpointer exception with this warning
GPU/driver lacks sufficient vertex uniform vectors for QuadShader
[java] GPU/driver lacks sufficient vertex uniform vectors for QuadShader.
[java] Exception in thread "main" java.lang.NullPointerException
[java] at playn.java.JavaImage.draw(JavaImage.java:84)
[java] at playn.java.JavaAsyncImage.draw(JavaAsyncImage.java:32)
[java] at playn.java.JavaCanvas.drawImage(JavaCanvas.java:118)
[java] at playn.java.JavaCanvas.drawImage(JavaCanvas.java:105)
and the application goes into 'not responding' state(i m using window)
The text was updated successfully, but these errors were encountered:
using play 1.5.1
as soon as I go for drawing anything on graphics(). it gives nullpointer exception with this warning
GPU/driver lacks sufficient vertex uniform vectors for QuadShader
[java] GPU/driver lacks sufficient vertex uniform vectors for QuadShader.
[java] Exception in thread "main" java.lang.NullPointerException
[java] at playn.java.JavaImage.draw(JavaImage.java:84)
[java] at playn.java.JavaAsyncImage.draw(JavaAsyncImage.java:32)
[java] at playn.java.JavaCanvas.drawImage(JavaCanvas.java:118)
[java] at playn.java.JavaCanvas.drawImage(JavaCanvas.java:105)
and the application goes into 'not responding' state(i m using window)
The text was updated successfully, but these errors were encountered: