RaiMan / SikuliX1

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

TigerVNC #349

Open LisBerndt opened 4 years ago

LisBerndt commented 4 years ago

Hello!

Using Sikulix 2.0.4 with the integrated TigerVNC, I get the exception

Caused by: com.tigervnc.rfb.Exception: Unsupported color depth (15) at com.tigervnc.rfb.PixelBuffer.setPF(PixelBuffer.java:65) at com.sikulix.vnc.VNCFrameBuffer.(VNCFrameBuffer.java:37) at com.sikulix.vnc.VNCClient.serverInit(VNCClient.java:82) at com.tigervnc.rfb.CMsgReaderV3.readServerInit(CMsgReaderV3.java:43) at com.tigervnc.rfb.CConnection.processInitMsg(CConnection.java:232) at com.tigervnc.rfb.CConnection.processMsg(CConnection.java:66) at com.sikulix.vnc.VNCClient.connect(VNCClient.java:51) at org.sikuli.vnc.VNCScreen.init(VNCScreen.java:78) at org.sikuli.vnc.VNCScreen.start(VNCScreen.java:64) at org.sikuli.vnc.VNCScreen.start(VNCScreen.java:53)

I see you refer to the sikulix2tigervnc-artifact, and that is somewhat old. - is it intended to use the current artifacts of the the original tigervnc? - I suppose it is meanwhile suitable for this color depth.

RaiMan commented 4 years ago

I will check.