I have recently updated from 2013.1203 to 2013.1210 and now my remote gif files are not loading(only tested on Android)
I have tested the sample code below in all versions after 1203 with the same error: “Failed to copy Java bitmap because it uses unknown pixel format ‘0’” It works perfect in 2013.1203 and before.
Note: It loads on the simulator, but not on the device.
I have stripped it down to this code
display.setDefault( "background", 255, 255, 255 ) local showgif = display.newImageRect("gifimage.gif",88,31) showgif.x = 160 showgif.y = 240