I have just got hold of a new testing device, a common one called the Nexus 7. Well I tried one of my apps form the store and it failed. Just blank screen and one icon. So I tried some other apps and find 5 have the same problem. I have spent three hours trying to find out what it is and narrowed it down to these lines.
display.setDefault( “textureWrapX”, “repeat” )
display.setDefault( “textureWrapY”, “repeat” )
All the apps work with no problem on other devices form Fire Tv, Archos, Hudl , cheapo All winner devices etc. This is also now explaining why it failed on the Nook (all of them) as they sent me a screenshot which now matches what i see.
So those lines above break on certain devices like Nook and Nexus 7 and not others? How come? Is it a limitation to the graphics chip.
The texture is 512x512.
Maybe iy was a combination of things and this was the tipping point. I had removed graphics first to see. There were no errors so as far as the app was concerned it was functioning.