← Back to team overview

sikuli-driver team mailing list archive

[Bug 744571] [NEW] image Location lost when IDE closed

 

Public bug reported:

Sikuli version: X-1.0rc2
OS: Mac OSX 10.6.6

What steps will reproduce the problem?
1. Create a script as below
    Click("../Images/myImage.png")
2. Save
3. Run (works fine)
4. Close IDE
5. Relaunch IDE and open the script.
6. Image location is replaced with image screenshot
7. Run fails org.sikuli.script.FindFailed: FindFailed: can not find myImage.png

Why this is needed?
so that I can store frequently used images as helper images across other scripts.

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/744571

Title:
  image Location lost when IDE closed

Status in Sikuli:
  New

Bug description:
  Sikuli version: X-1.0rc2
  OS: Mac OSX 10.6.6

  What steps will reproduce the problem?
  1. Create a script as below
      Click("../Images/myImage.png")
  2. Save
  3. Run (works fine)
  4. Close IDE
  5. Relaunch IDE and open the script.
  6. Image location is replaced with image screenshot
  7. Run fails org.sikuli.script.FindFailed: FindFailed: can not find myImage.png

  Why this is needed?
  so that I can store frequently used images as helper images across other scripts.



Follow ups

References