Hi Upupzealot im debugging my app but the app stops on load and it keeps on bringing up the line 55 of the GreenfootImage class
the line is Bitmap b = bmp.copy(bmp.getConfig(), true);
Does the image exist in the assets folder?
Try to replace the image with an empty rectangle (image = new GreenfootImage(width,height); image.fill();), does your game run then?