【RealVnc Error】Raspberry pi 3B RealVnc bad escape code 0x50

今天想vnc连接到Raspberry pi时,连接不上,开始以为是vncserver服务没有启动,使用vncserver :1后出现错误信息。


VNC(R) Server 6.2.0 (r29523) ARMv6 (Aug 3 2017 18:32:53)
Copyright (C) 2002-2017 RealVNC Ltd.
RealVNC and VNC are trademarks of RealVNC Ltd and are protected by trademark
registrations and/or pending trademark applications in the European Union,
United States of America and other jurisdictions.
Protected by UK patent 2481870; US patent 8760366; EU patent 2652951.
See https://www.realvnc.com for information on VNC.
For third party acknowledgements see:
https://www.realvnc.com/docs/6/foss.html


Error: bad escape code 0x50


然后红色这句以前还没见过,略慌。百度无果。。。

自己折腾了一下感觉是vnc的某些文件有问题。果然在删除了/etc/vnc/config文件后

再使用vncserver :1命令后成功解决。。。

为了以防万一删除前使用 cp /etc/vnc/config /etc/vnc/config.bak创建了一个备份。。。

你可能感兴趣的:(【RealVnc Error】Raspberry pi 3B RealVnc bad escape code 0x50)