Make sure the background size isn’t over the max texture size for the device:
[lua]print(system.getInfo(“maxTextureSize”))[/lua]
This must be done on a device, or you’ll get your computer’s max texture size. And you’ll need to be able to view the print visually - try this:
http://developer.coronalabs.com/code/visual-loggingprinting-events
If that doesn’t work, you might try cutting your image into smaller ones and using them separately.
Caleb [import]uid: 147322 topic_id: 35062 reply_id: 139907[/import]