I have setup a TigerVNC server and configured it to stream one application window. When I run VncViewer, I get the error below
CConn: connected to host localhost port 5905
CConnection: Server supports RFB protocol version 3.8
CConnection: Using RFB protocol version 3.8
CConn: Using pixel format depth 24 (32bpp) little-endian rgb888
CConn: Requesting Tight encoding
CMsgReader: Rect too big: 17152x7168 at 2304,4098 exceeds 1280x720
com.tigervnc.rfb.Exception: Rect too big
at com.tigervnc.rfb.CMsgReader.readRect(CMsgReader.java:91)
at com.tigervnc.rfb.CMsgReaderV3.readMsg(CMsgReaderV3.java:91)
at com.tigervnc.rfb.CConnection.processMsg(CConnection.java:67)
at com.tigervnc.vncviewer.VncViewer.run(VncViewer.java:459)
at java.base/java.lang.Thread.run(Thread.java:1583)
It looks like a bug in reading the protocol, but I really do nothing about the RDP protocol. I am available to provide any help to fix the issue.
I have setup a TigerVNC server and configured it to stream one application window. When I run VncViewer, I get the error below
CConn: connected to host localhost port 5905
CConnection: Server supports RFB protocol version 3.8
CConnection: Using RFB protocol version 3.8
CConn: Using pixel format depth 24 (32bpp) little-endian rgb888
CConn: Requesting Tight encoding
CMsgReader: Rect too big: 17152x7168 at 2304,4098 exceeds 1280x720
com.tigervnc.rfb.Exception: Rect too big
at com.tigervnc.rfb.CMsgReader.readRect(CMsgReader.java:91)
at com.tigervnc.rfb.CMsgReaderV3.readMsg(CMsgReaderV3.java:91)
at com.tigervnc.rfb.CConnection.processMsg(CConnection.java:67)
at com.tigervnc.vncviewer.VncViewer.run(VncViewer.java:459)
at java.base/java.lang.Thread.run(Thread.java:1583)
It looks like a bug in reading the protocol, but I really do nothing about the RDP protocol. I am available to provide any help to fix the issue.