← Back to team overview

sikuli-driver team mailing list archive

[Question #707150]: java.lang.ExceptionInInitializerError at org.sikuli.script.Mouse.setNotUseable

 

New question #707150 on SikuliX:
https://answers.launchpad.net/sikuli/+question/707150

I am getting ExceptionInInitializerError at statement Screen screen = new Screen

java.lang.ExceptionInInitializerError
	at org.sikuli.script.Mouse.setNotUseable(Mouse.java:410)
	at org.sikuli.script.support.RobotDesktop.checkMousePosition(RobotDesktop.java:171)
	at org.sikuli.script.support.RobotDesktop.smoothMove(RobotDesktop.java:141)
	at org.sikuli.script.support.RobotDesktop.smoothMove(RobotDesktop.java:111)
	at org.sikuli.script.Mouse.doMove(Mouse.java:317)
	at org.sikuli.script.Mouse.move(Mouse.java:445)
	at org.sikuli.script.Mouse.move(Mouse.java:390)
	at org.sikuli.script.Screen.initScreens(Screen.java:164)
	at org.sikuli.script.Screen.<init>(Screen.java:198)

Any suggestions on how can I fix this problem ?
I using Intelij18.04, Java 8 and Sikulix 2.0.5, Windows machine

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.