Alt + Shift + C does not interrupt script - What should I check

Asked by Troy Navarro

Hello, very new to Sikuli so I apologize in advance for my lack of knowledge or any incorrect use of terms.

I have version 2.0.4 on two computers. Work and Personal both Windows 10. Both computers can run the Sikuli script, but my work computer will not allow us to interrupt using Alt + Shift + c. I am able to interrupt using Alt + Shift + c on my Personal computer. Out IT department doesn't know enough to help.

What can we check/compare between the two computers to see what might be causing this issue?

I downloaded and ran Sikuli the same way on both computers so I believe it is something that our IT department has changed that is causing the issue. I downloaded from downloads page:
https://launchpad.net/sikuli/sikulix/2.0.4/+download/sikulixide-2.0.4.jar
and then
https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.1/jython-standalone-2.7.1.jar
then put both files in the same folder
then ran sikulixide-2.0.4

to test we were using very simple scripts:

sleep(1)
hover(Location(1640, 189))
sleep(1)
hover(Location(255, 426))
sleep(.5)
popup("testing")

Please let me know any information I can provide that will help. Thank you.

Question information

Language:
English Edit question
Status:
Expired
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

I guess something is blocked on your Work PC by security rules.

Try to run your script from a command line started as admin.

Revision history for this message
Troy Navarro (tnavarro56) said :
#2

Hi RaiMan thank you for the response. I have used your responses to other to help me learn a lot about Sikuli in the past.

I tried running Sikulix as administrator through command prompt and Alt+ Shift + C still did not interrupt the script. Any other suggestions we can try?

Thank you very much.

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.