Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

[possible bug] service_commandline= -sc_prompt

Post Reply
yts_jim
8
8
Posts: 10
Joined: 2010-03-26 23:43

[possible bug] service_commandline= -sc_prompt

Post by yts_jim »

i have noticed (through user comments about scprompt not working in service mode) that the following appears not to work properly on all computers ...

[Situation]
Winvnc 1.0.8.2, fresh install on fresh winxp sp3 install (VMware snapshot)
installed as service,
viewer started locally in listen mode,
ultravnc.ini [admin] section contains the following:

Code: Select all

service_commandline= -sc_prompt -autoreconnect -connect 127.0.0.1::5500
this creates the connection, but doesn't finish creating the remote (loopback) desktop.

but ...

when ultravnc.ini [admin] section contains the following:

Code: Select all

service_commandline= -autoreconnect -connect 127.0.0.1::5500
it works fine (but doesn't make a prompt on the viewer side of the connection)

can anyone confirm this ???
_________________
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life
__
JD

YTS
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: [possible bug] service_commandline= -sc_prompt

Post by YY »

Yes. I can repeat and confirm the problem you found.

In fact, this issue had been reported by another user Sainsuper last year, when the UVNC is at the stage of 1.0.6.x, and that post had been removed when 1.0.6.x became outdated, yet this problem is still not solved.

In another thread Sainsuper had mentioned this problem again, you can take a look of his/her finding for a reference.

[post=60040][/post]
Last edited by YY on 2010-04-04 14:42, edited 1 time in total.
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: [possible bug] service_commandline= -sc_prompt

Post by JDaus »

bump ... so its not forgotten
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
Sainsuper
40
40
Posts: 96
Joined: 2008-04-02 10:47

Re: [possible bug] service_commandline= -sc_prompt

Post by Sainsuper »

I have made many many test with ultravnc with all options and i confirm this problem.

The solution is using a recompiled version of ultravnc 1.0.8.2 from PGmoney(thanks Him). It works.

you can download it from chunkvnc too.

Regard
SainSuper
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: [possible bug] service_commandline= -sc_prompt

Post by supercoe »

Since this bug is confirmed should it be stickied?
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: [possible bug] service_commandline= -sc_prompt

Post by JDaus »

I chatted with rudi briefly about, the answer was something along these lines:
  • sc_prompt was designed to mimic the sc app, and therefore would only be used in usermode
    in usermode, no switching of desktops is required, as the application is initiated in the desktop that needs to be displayed.
    so by using the sc_prompt in servicemode, you end up displaying the desktop of the user that starts the service (system), which doesn't have a desktop.
hope that makes sense, and I believe I convinced rudi to fix the problem ... we shall see :D
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
Post Reply