Set screen image gets segmentation fault on some android devices

pleichty

  • Posts: 9
I am developing a puzzle game that saves a screen image when a level is finished. It works on flash and on one android device but gets a segmentation fault on a Moto E2. This code used to work on Android but I haven't tested it for a while because of the Android license issue which showed up about the time that  I upgraded to build 10300, so I don't know if it's a build 10300 issue or not. Has anyone else seen this problem?  I have attached an image of  the code where the segmentation fault is happening and the debug  log file. Any help would be greatly appreciated.

pleichty

  • Posts: 9
Never mind. It seems not to seg fault with the latest build, 10449. The scaling is different so the images don't look correct anymore but I can probably fix that with scaling.