DBurkh / libgdx-users

Automatically exported from code.google.com/p/libgdx-users
0 stars 0 forks source link

crash in emulator: "Can not use IndexBufferObject with GLES 1.0, need 1.1 or 2.0" #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Running my libgdx (latest sources from SVN) project in an Emulator with Android 
4.0.3 crashes with "Can not use IndexBufferObject with GLES 1.0, need 1.1 or 
2.0".

When in IndexBufferObject.java i replace

throw new GdxRuntimeException("Can not use IndexBufferObject with GLES 1.0, 
need 1.1 or 2.0");

with 

return 0;

it works again. 

Original issue reported on code.google.com by mgeie...@gmail.com on 15 Feb 2012 at 5:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same problem here. After updating to newest sources, the code using ObjLoader 
to load .obj files throws the exception.

Original comment by brainsca...@gmail.com on 15 Feb 2012 at 11:16