We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug segmentation fault exit, debug shows the error hanppens in between of
if (vnc_settings->encodings) rfb_client->appData.encodingsString = strdup(vnc_settings->encodings);
and
if (rfbInitClient(rfb_client, NULL, NULL)) {
which means it is because of the rfbInitClient. Not sure why.
rfbInitClient
To Reproduce Steps to reproduce the behavior:
vnc
Expected behavior connect normally
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
changkun
No branches or pull requests
Describe the bug
segmentation fault exit, debug shows the error hanppens in between of
and
which means it is because of the
rfbInitClient
. Not sure why.To Reproduce
Steps to reproduce the behavior:
vnc
branchExpected behavior
connect normally
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: