Open GoogleCodeExporter opened 9 years ago
Exception in thread "main" java.lang.NullPointerException
at org.sikuli.api.ImageTarget.getUnordredMatches(ImageTarget.java:112)
at org.sikuli.api.DefaultTarget.doFindAll(DefaultTarget.java:93)
at org.sikuli.api.DefaultScreenRegion.findAll(DefaultScreenRegion.java:54)
at spaceship.ApplicationSpaceShip.main(ApplicationSpaceShip.java:48)
on the above line 48 is List<ScreenRegion> r1 = s.findAll(imageTarget)
i'm guessing
1. sikuli is not able to find the image in the background <should not be the
case>
2. the background is not populated properly <can be>
Original comment by roychoud...@gmail.com
on 6 Jan 2014 at 6:12
Attachments:
Original issue reported on code.google.com by
roychoud...@gmail.com
on 6 Jan 2014 at 5:59