Well I changed my spritesheet to 2048x2048 and it is still not working. I even tried all the way down to 64x64 to be safe, but it still doesn't show any textures.
mjoyner said:
Repack your atlas to 2048x2048 and try it again...
And if you are releasing to other devices, you probably will need to check the reported max texture size:
IntBuffer buf = BufferUtils.newIntBuffer(16);Gdx.gl.glGetIntegerv(GL10.…
badlogic said:
Zip your project and send it to me. Otherwise you'll need to give us more info. Texture size, drawing method, some code. Whatever you can throw at us. My guess would be texture size, or a custom shader that's wonky.
Our entire …
JSIDD said:
The latest system update (build 1.0.18_r1 and software 0.0.5) seems to have resolved this issue for my ouya and monitor setup.
Yep, fixed it for me too. Thanks, OUYA team!
theaceofthespade said:
Did you ever figure this out? If not, were you loading in images stored in the res folder?
No, I still have not been able to figure this out. I stored my graphics in the assets folder not the res folder. I use Gdx.…
No simple test app, that would take a lot of time and effort to setup with similar conditions as my app...
I think mjoyner meanth just running a basic android application on the system (an "empty" project). Even though it won't do the same as you w…
No simple test app, that would take a lot of time and effort to setup with similar conditions as my app. No mipmaps, version 0.9.6. Suese! Stay in touch here, let me know if you find something and I will do the same. Perhaps I will try upgrading to …
Can anybody help me with this? I am getting no errors and the rest of my game runs fine, it just doesn't display my textures. I"m stuck and I would like to be able to release a video of my game running on the OUYA.
Ok, I got my build working on Android again and it is running on the OUYA! I do still have some issues but I will start a new thread for them. For the record, if you get the above error, it could just be caused by a NullPointer in your application.
I can confirm that this is also happening to me. I hold the power button for 1 sec then select confirm shut down. It says shutting down then turns the screen black but the power light on the OUYA stays on. I can click it once to turn the button ligh…