Open egigoka opened 6 months ago
Did you try to connect a client? If yes: which one?
Did you try to connect a client? If yes: which one?
Yes, server is running waiting for clients until I try to connect to it. I've tried only RealVNC. I'll try anothers, thanks!
Same error on:
macOS:
iOS:
Windows:
Some clients show password prompt, but server is already down
Any option to send more logs from server?
It's the same 14 lines in output to terminal.
-9876 is eventLoopQuitErr, so RunCurrentEventLoop() returned that result code.
But I have no idea how I can reproduce this issue.
Issue Summary
OSXvnc-server shuts down unexpectedly with “Received Result: -9876 during event loop, Shutting Down.”
Steps to Reproduce
Expected Behavior
The VNC server should remain running and accept client connections without shutting down.
Actual Behavior
The server starts and waits for clients, but shuts down unexpectedly with the error “Received Result: -9876 during event loop, Shutting Down.”
Logs OSXvnc-server -rfbauth ~/.vnc/.pass -rfbport 5900 -loglevel debug -nobonjour 2024-05-23 23:41:05.682 OSXvnc-server[95400:1751548] Arguments: -rfbauth /Users/egigoka/.vnc/.pass -rfbport 5900 -loglevel debug -nobonjour 2024-05-23 23:41:05.743 OSXvnc-server[95400:1751548] Detected HiDPI Display with scaling factor of 2.000000 2024-05-23 23:41:05.836 OSXvnc-server[95400:1751548] Running in Little Endian 2024-05-23 23:41:05.837 OSXvnc-server[95400:1751548] Waiting for clients 2024-05-23 23:41:05.837 OSXvnc-server[95400:1751570] Registering Bonjour Service(_rfb._tcp.) - FuckingM1.local 2024-05-23 23:41:05.838 OSXvnc-server[95400:1751572] Started listener thread on IPv6 port 5900 2024-05-23 23:41:05.839 OSXvnc-server[95400:1751570] Using Private Event Source 2024-05-23 23:41:05.840 OSXvnc-server[95400:1751570] Using Smart Event Tap -- HID for console user 2024-05-23 23:41:05.840 OSXvnc-server[95400:1751570] Started listener thread on IPv4 port 5900 2024-05-23 23:41:09.851 OSXvnc-server[95400:1751916] Protocol version 3.8 2024-05-23 23:41:09.856 OSXvnc-server[95400:1751548] Received Result: -9876 during event loop, Shutting Down 2024-05-23 23:41:09.856 OSXvnc-server[95400:1751548] Disabling Bonjour Service - FuckingM1.local 2024-05-23 23:41:09.856 OSXvnc-server[95400:1751548] Removing Observers 2024-05-23 23:41:09.856 OSXvnc-server[95400:1751548] RFB shutdown complete
Additional Information
Troubleshooting Steps Taken
None of these steps resolved the issue.
Report generated using assistance from ChatGPT due to me being not native English speaker.