hi, when i try run ultravnc viewer (listen mode) i get these error:
Error Creating listening daemon:
(Error binding Daemon Socket)
Perhaps another VNCviewer is already running?
i checked, if running another vnc, uninstalled ultravnc, and try again, continue the same error, when i try run vncviewer listen mode.
any advice how fix it?
thanks
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Error try running Ultravnc Viewer (Listen Mode)
Re: Error try running Ultravnc Viewer (Listen Mode)
Make sure no VNC server is running. Use task manager/processes to kill any VNC servers or use the services console to stop vnc servers.
-
- 8
- Posts: 21
- Joined: 2007-01-09 21:50
Re: Error try running Ultravnc Viewer (Listen Mode)
i checked any vnc servers running, no vnc's servers running, and checked too if in services.msc started any vnc server, no not started, too..
any advice?
thanks
any advice?
thanks
Re: Error try running Ultravnc Viewer (Listen Mode)
you have another application use the same port of your vncviewer you want listening
use another port than 5500 or close other application.
vncviewer listening by default on port 5500 except if you indicate another port.
vncviewer.exe -listen 5500
use another port than 5500 or close other application.
vncviewer listening by default on port 5500 except if you indicate another port.
vncviewer.exe -listen 5500
Last edited by redge on 2007-01-17 19:09, edited 2 times in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
-
- 8
- Posts: 21
- Joined: 2007-01-09 21:50
Re: Error try running Ultravnc Viewer (Listen Mode)
C:\Program Files\MySQL\MySQL Server 4.1\bin>netstat | find 5500
FIND: Parameter format not correct
^C
C:\Program Files\MySQL\MySQL Server 4.1\bin>netstat | find "5500"
TCP MiguelEnriquezLaptop:3016 MiguelEnriquezLaptop:5500 TIME_WAIT
TCP MiguelEnriquezLaptop:3130 MiguelEnriquezLaptop:5500 TIME_WAIT
TCP MiguelEnriquezLaptop:3244 MiguelEnriquezLaptop:5500 TIME_WAIT
TCP MiguelEnriquezLaptop:4844 MiguelEnriquezLaptop:5500 TIME_WAIT
C:\Program Files\MySQL\MySQL Server 4.1\bin>
How Know Wich program use the port 5500 ?
and how kill?
thanks
FIND: Parameter format not correct
^C
C:\Program Files\MySQL\MySQL Server 4.1\bin>netstat | find "5500"
TCP MiguelEnriquezLaptop:3016 MiguelEnriquezLaptop:5500 TIME_WAIT
TCP MiguelEnriquezLaptop:3130 MiguelEnriquezLaptop:5500 TIME_WAIT
TCP MiguelEnriquezLaptop:3244 MiguelEnriquezLaptop:5500 TIME_WAIT
TCP MiguelEnriquezLaptop:4844 MiguelEnriquezLaptop:5500 TIME_WAIT
C:\Program Files\MySQL\MySQL Server 4.1\bin>
How Know Wich program use the port 5500 ?
and how kill?
thanks
Re: Error try running Ultravnc Viewer (Listen Mode)
free sysinternals tcpmon
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
-
- 8
- Posts: 21
- Joined: 2007-01-09 21:50
Re: Error try running Ultravnc Viewer (Listen Mode)
finally i use fport:
C:\Utilerias\Windows\Tcp\Fport\fport\Fport-2.0>fport > x.txt
C:\Utilerias\Windows\Tcp\Fport\fport\Fport-2.0>find "5500" x.txt
---------- X.TXT
4364 java -> 5500 TCP C:\oracle\product\10.1.0\Db_10\jdk\bin\java.exe
C:\Utilerias\Windows\Tcp\Fport\fport\Fport-2.0>taskkill /f /fi "pid eq 4364"
then run Ultravnc viewer listen mode, and works fine
thanks
C:\Utilerias\Windows\Tcp\Fport\fport\Fport-2.0>fport > x.txt
C:\Utilerias\Windows\Tcp\Fport\fport\Fport-2.0>find "5500" x.txt
---------- X.TXT
4364 java -> 5500 TCP C:\oracle\product\10.1.0\Db_10\jdk\bin\java.exe
C:\Utilerias\Windows\Tcp\Fport\fport\Fport-2.0>taskkill /f /fi "pid eq 4364"
then run Ultravnc viewer listen mode, and works fine
thanks