Page 1 of 1

Cannot create image (OpenGL error: invalid operation)

Posted: Sun Apr 14, 2019 6:56 am
by pauls313
On Android (no problem on Windows), I get this error every time I try to load the attached image file which was made using photoshop. It's quite a low resolution. Why am I getting this error?

Re: Cannot create image (OpenGL error: invalid operation)

Posted: Fri Jun 21, 2019 3:09 am
by KyleCzar
I get the same error on Android whenever I call

Code: Select all

love.graphics.newImage(path)

Re: Cannot create image (OpenGL error: invalid operation)

Posted: Thu Jun 27, 2019 7:35 am
by ReFreezed
I'm not sure if it's the problem, but that image uses 16 bits per sample instead of the more common 8 bits.