info-beamer / tools

Useful tools when working with info-beamer on the Pi
https://info-beamer.com/
33 stars 11 forks source link

OSX Chicken 2.2b2 Unknown ZRLE encoding #8

Open jabbrwcky opened 6 years ago

jabbrwcky commented 6 years ago

Chicken stops rendering the vnc display with the following error:

ZRLE encoding: unknown subencoding 30 encountered

Could be a viewer issue.

dividuum commented 6 years ago

I'm using the libvncserver for protocol handling. Maybe that's a bug in the version you're using? Another thing you might try is to select a different ending in your VNC client. I think by convention all clients should support all protocol versions and there might be a way to force an older/other version.

jabbrwcky commented 6 years ago

I also tried with VNC viewer. It also reports occasionally errors in the XRLE encoding, but it is much more robust and does not drop the connection.

I'll see if using the dispmanx_vncserver directly works better.