RaiMan / SikuliX1

SikuliX version 2.0.0+ (2019+)
https://sikulix.github.io
MIT License
2.79k stars 357 forks source link

Issue when trying to connect a tiger vnc server #599

Closed lrabiet closed 1 year ago

lrabiet commented 1 year ago

When I simply execute this command :

VNCScreen vnc = VNCScreen.start("X.X.X.X", Y,"Z", 30, 30)

Exception in thread "DefaultDispatcher-worker-1" com.tigervnc.rdr.SystemException: com.tigervnc.rdr.SystemException: class com.sikulix.vnc.VNCClient cannot be cast to class com.tigervnc.vncviewer.CConn (com.sikulix.vnc.VNCClient and com.tigervnc.vncviewer.CConn are in unnamed module of loader 'app')

Is it due to the java not being 1.8 ? or is it something else ?

RaiMan commented 1 year ago

The VNC solution is no longer supported.