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

SCBuilder 2009 (based on 1.0.5.3) Vista Compatible

This forum is for VNC related products | This means not only UltraVNC | It even is allowed to announce or describe commercial (and of course non-commercial) programs here (but not anywhere else in the forum)
Post Reply
benoit
Posts: 4
Joined: 2006-11-15 22:26

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by benoit »

i'm talking about this version (2009)
kmetski
Posts: 1
Joined: 2009-02-18 12:43

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by kmetski »

hi NiTr0
Can you post the AUTOIT code of SCBuilder beta 2?
here is the code for upnp port forward

Code: Select all

$theNatter = ObjCreate( "HNetCfg.NATUPnP")
Dim $mappingPorts
$mappingPorts = $theNatter.StaticPortMappingCollection
dim $vncport
$vncport = 16800
If IsObj($mappingPorts) Then
 $mappingPorts.Add ($vncport, "TCP",$vncport, @IPAddress1, True, "UVNC")
 ProcessWaitClose("vncviewer.exe")
 $mappingPorts.Remove ($vncport, "TCP")
 MsgBox(0, "Ports removed", "UVNC PORT REMOVED")
Else
  MsgBox(0, "ERROR","Could not create a uPnP object")
 EndIf
Last edited by kmetski on 2009-02-18 21:20, edited 1 time in total.
wendel
Posts: 2
Joined: 2009-02-14 09:34

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by wendel »

is there a way to disable the autoreconnect?
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by JDaus »

mcwtim wrote:
benoit wrote:hi,

I'm trying to use SC with repeater. All works fine in mode2 but i have 1 question :

-Is it possible in SC Server to ask user which ID to use ?
Did you try building it with "????" for the repeater ID?
I'm not 100% certain it will work that way given the way this sets the connection info and starts. But it costs nothing for you to try it.
The way it is coded, it is not currently possible ... and unless nitro wants to release his code to the masses, we have to wait till he updates it.

wendel wrote:is there a way to disable the autoreconnect?
ah ... no ... and why would you want to ???
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
wendel
Posts: 2
Joined: 2009-02-14 09:34

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by wendel »

In our case,

Now we work with an old version of uvnc sc. so a customer needs to double click to make a connection. Other side needs to approve. When de screen on the other site is closed, the connection is ended.

Only problem is vista.

With this version vista is possible, but when the "helpdesk side" doesn’t need to approve the connection, I’m afraid that the server will be flooded with connections.
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by JDaus »

wendel wrote:With this version vista is possible, but when the "helpdesk side" doesn’t need to approve the connection, I’m afraid that the server will be flooded with connections.
Thats correct, because of the fact that this version uses UVNC server, and not UVNC SC.

The feature of asking for connection was only in the SC (i personally don't know why they didn't give an option for it in server) version, so anything using Server will not prompt for connection acceptance ... its a bit of a pain really
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
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by redge »

so anything using Server will not prompt for connection acceptance ... its a bit of a pain really
should be really an option
because some users like it and some user don't want prompt, just double clik on SC and connected to viewer listening.
like would you like really exit of software, some like the prompt and other don't want.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
dsteinschneider
8
8
Posts: 12
Joined: 2007-05-31 19:13
Contact:

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by dsteinschneider »

I've been trying to get the Logo to look better - I found that if you make your original image 142x119 and save the jpeg at 100 quality it looks acceptable. Be nice if it could use bmp format like the original SC.

I'm using fireworks to resize my bmp format logo which is larger down to the above size - then I convert it to jpg at 100 % quality.

Doug
Doug Steinschneider
chickendippers
Posts: 2
Joined: 2009-02-25 11:37
Contact:

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by chickendippers »

JDaus wrote:
wendel wrote:is there a way to disable the autoreconnect?
ah ... no ... and why would you want to ???
I'd like this too. If I close the viewer because I'm finished supporting my customer, it will then automatically reconnect until the customer quits the server.

In my experience some customers have a habit of wondering away from the computer, or not doing what you ask - so the ability to stop remote support is pretty important.
Valcato Hosting - 6 years in the business

A plan to suit everyone - Starting at £20/year and £3/month
kayman
20
20
Posts: 37
Joined: 2008-11-24 00:27

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by kayman »

you can just right click and select UNINSTALL on the client by yourself on the clients machine and it will terminate your session and remove the software.
chickendippers
Posts: 2
Joined: 2009-02-25 11:37
Contact:

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by chickendippers »

Ohh I hadn't thought of that. Very cunning :)
Valcato Hosting - 6 years in the business

A plan to suit everyone - Starting at £20/year and £3/month
User avatar
Oliver
Site-Admin
Site-Admin
Posts: 532
Joined: 2004-04-21 23:04
Location: Frankfurt am Main
Contact:

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by Oliver »

Moved to "related products".
Oliver

How to Report Bugs Effectively
My homepage | WinDirStat
PGP-keys:
  • Forum or UltraVNC-related: 0xA2DD1DBD, E18B 2E2F 4F3E D143 4ED4 3E2B E172 FB55 A2DD 1DBD
  • Other matters: 0x0E88590F, 38B5 5EBA A470 C0F7 0942 81B8 C779 D829 0E88 590F
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by JDaus »

Open source SC Builder [post=56840]available HERE[/post] ([post=56840][/post])

its not as pretty as nitro's ... but it works, has unlimited pre-configured connections and it took me 5 hours to create and test (including writing the post and screenshots, which seamed to take longer than the rest) :-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
dsteinschneider
8
8
Posts: 12
Joined: 2007-05-31 19:13
Contact:

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by dsteinschneider »

I have used this tool to create server.exe and listener - It crashes when I try to perform larger file transfers (not using clipboard, in fact not touching pc while files are copying).

I saw some notes about notray but it's based on 1.05.2. Does anyone have advice on for people who want to do large file transfers. I would even leave this tool as is and use a direct file transfer tool installed at my location and the recipients if needed.
Doug Steinschneider
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by redge »

file transfer is limited of 1GB reported by user, why ? don't know.
ultravnc server won't check if there enough space at destination.
Last edited by redge on 2009-02-26 21:36, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
ZystemsK
Posts: 7
Joined: 2008-10-02 16:07

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by ZystemsK »

I'm trying to get this setup using our repeater. Advantig One Click seems to work, but I like the options this solution supplies.

Here's what I'm trying:
Repeater: 172.16.1.254
Public IP: 1.2.3.4

UltraDistributor Settings (repeater) V1.1.0.4
5901 Accept
5500 Listen
[x] Enable Mode 1
[x] Enable Mode 2

I want to make it so that someone downloads the server.exe and clicks one of the buttons that connects to the repeater. I then connect to the repeater to connect to their machine. I like this because I can work on 3 machines at once.

However, I cannot seem to connect to the other machines (running server.exe). What do I use the viewer for? Is that like a server without a repeater (it just listens on port 5500 for an incoming connection?)

Thanks.
ZystemsK
Posts: 7
Joined: 2008-10-02 16:07

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by ZystemsK »

Ok, so I opened VNCViewer and set ID:203 and used the Proxy/Repeater option and put 172.16.1.254:5901 and it launches and closes VNC instantly. Any ideas why it won't connect?
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by redge »

with repeater in the middle,
vnc server don't listen, it initiate outgoing connection with ID:1234to repeater,
vncviewer don't listen, it initate connection with ID:1234 to repeater.
then repeater check if ID:1234 number match is ok, connected them together.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
njufa
Posts: 1
Joined: 2009-02-28 16:53

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by njufa »

Hello!
I get the following error, when executing the server.exe:

AutoIT Error
Line -1:
Error: Variable used without being declared

Strange thing is, that the server.exe worked on my WinXP SP3 without any problems.
I get the same error on WinXP SP2 and Vista SP1. Both versions are english with regional settings to "Estonia".

Any idea what to do?
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by JDaus »

njufa wrote:AutoIT Error
Line -1:
Error: Variable used without being declared
This doesn't surprise me, as many variables are used within his code without being declared first. in my opinion it is very messy code ... (but then, i'm not a coder :-D )

try selecting a few different things (or rather unselecting) and see if you can get it to compile and run without errors, then figure out which setting is making it break, and if you can do without that ...

sorry i can't be of any more use, but nitro has made it plain to me that he wishes to keep his source closed, so therefore i will not help him debug it ...
Last edited by JDaus on 2009-03-03 12:34, edited 1 time in total.
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
j8994
Posts: 3
Joined: 2009-01-04 04:49

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by j8994 »

anyone else having problems getting the vnc viewer to work on vista.

no matter what config i use during scbuilder. i always get

connection failed. possible causes you've forgoten to select dsmplugin

i have tried to build the server and viewer with and without encryption option.

any help
j8994
Posts: 3
Joined: 2009-01-04 04:49

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by j8994 »

ok, new problem. the passowrd that the program builds into the vnc doesnt work. it keeps asking for me to set a new one.
ZystemsK
Posts: 7
Joined: 2008-10-02 16:07

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by ZystemsK »

j8994 wrote:anyone else having problems getting the vnc viewer to work on vista.

no matter what config i use during scbuilder. i always get

connection failed. possible causes you've forgoten to select dsmplugin

i have tried to build the server and viewer with and without encryption option.

any help
I'm getting the same thing but with XP machines as well. It seems to have worked for a day and then stopped. I copied the rc4.key and DSM plugin to my UltraVNC directory and created a .VNC to auto connect. I'm not sure what else to do.
j8994
Posts: 3
Joined: 2009-01-04 04:49

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by j8994 »

well hopefully nitro will fix this issue.
Philman
Posts: 3
Joined: 2009-03-26 15:06

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by Philman »

Took me a while to get everything to work from this program, though now it works great (for me)! Just thought I'd post my little solutions to get it to work for those starting out.

For all those who get the:

Error: Error opening the destination file.

Auto2Exe is detected by most Antivirus. I found that is was my antivirus that was causing the problem. If I disabled the resident shield then ran the builder, I had no problems. I couldn't find an answer for this on the forum so I thought I add it here in case.

Also I don't use the viewer build by SCBuilder, I find I don't need to use it as the standard one works fine.

By default, the disable Aero Option does not work through the builders gui interface. If you go into the bin folder and edit the ultravnc.ini file, you can set the RemoveAero flag to 1 which forces the builder to add this option.

As for disconnecting, I just remote control and right click on the icon and click uninstall. It allows me to reconnect if I lose connection for any reason, plus it removes all the changes and programs it installs.

I know this doesn't resolve all the issues but it should help some people.
Last edited by Philman on 2009-03-27 00:16, edited 1 time in total.
shawie60
Posts: 3
Joined: 2009-04-09 00:55
Location: UK

sc & scbuilder encryption ..

Post by shawie60 »

Hi guys, I must be missing something here, I can get Uvnc to work over my lan and remotely building the SC fles manually and using SCbuilder 2009. However, if I use the encryption I cant connect with the last two.
If i run the server manually and configure the encryption with the key everythings ok. When I build the server with SCBuilder, or SC manually, do I need to copy the new key to my VNC directory, because thats what I have been doing but it still doesnt work ..
great program btw...
any help appreciated ..
thanks
glenn
Giesse
Posts: 1
Joined: 2009-04-15 13:59

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by Giesse »

This is working beautifully for me, but I just have one little thing that's bugging me slightly...

Do other people have this problem: When under remote control, the server PC cursor disappears?

On the viewer end you can see a cursor as usual, but on the other end... nothing.

You just see icons magically moving around, things opening etc... but no cursor.

Does anyone know of a way to re-enable the cursor? It's just handy when you're trying to point things out to people at the other end and you say "Look at this here" (and point with your cursor) and they go "Look at what? I can't see what you're doing!"
Cellar Dweller
Posts: 2
Joined: 2009-05-17 17:07

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

Post by Cellar Dweller »

j8994 wrote:anyone else having problems getting the vnc viewer to work on vista.

no matter what config i use during scbuilder. i always get

connection failed. possible causes you've forgoten to select dsmplugin

i have tried to build the server and viewer with and without encryption option.

any help
The reason anyone gets this is actually simple. When you create your RC4.key file it will make one in the directory called new_rc4.key. If you did NOT create your own key that is a problem also, you have to create one the way it tells you to.

Anyway once created you can rename the original rc4.key to rc4.key_old and rename your new_rc4.key to rc4.key within your directory. Now you also have to copy this newly created key to your custom.zip overwriting it's original. The key in the custom.zip and in your programs directory have to be the exact same file - thus creating the encryption between remote system and your system.

The people with this problem are not using the exact same 2 keys meaning one on your machine and the one in custom.zip. Once you fix this issue you'll see the error will no longer exist.
skpManiac
Posts: 1
Joined: 2009-05-21 19:15
Location: Manchester
Contact:

Re: SCBuilder 2009 (based on 1.0.5.3) Vista Compatible

Post by skpManiac »

Hi guys, new to this remote stuff and managed to get a conection between to LAN PC's but on connection, after it asks my server if I want to allow the connection it just jumps back and keeps asking the same question :(

I have ensured the password is the same in both INI files and I have tried with/without the MSRC4Plugin.dsm .

Please help as I am now completely stuck :(
I hope it's a simple fix lol

Thanks in advance

UPDATED 22/05/09 @ 22:57

I have now tried this every way possible, and whether I am doing it on local network with 192.168.1.50 or throught my online IP address I get the loop :( I have redone the password and recopied it to the INI file.
I have ensured my router has port 5900 forwarded to 192.168.1.50.

I am completetly stuck here guys, any help would be appreciated :)
Last edited by skpManiac on 2009-05-22 21:59, edited 1 time in total.
reason
Posts: 1
Joined: 2009-08-18 10:20

Re: SCBuilder 2009 (based on 1.0.5.3) Vista Compatible

Post by reason »

Hello all. I have been going through the thread and decided to install this software. It works (which is more than I can say for others). I am wondering if the project is still being worked on. I have not seen a post from NiTr0 in some time now. Is he still working on this?

I have not installed the new GUI beta version. Can anyone say if it is all the rage and if it is worth installing and recommending to IT professionals in the real world.

Thanks and I look forward to hearing from you.
Post Reply