The error message about the incomplete encrypted data will only show up in 2.0.4 as it's a new message that was added in response to a problem that we were having. According to the programmers it is entirely normal to see this and is not actually a problem, they will probably remove the entry for the next version.
From the sound of your Bosses PC symptoms, you may have a problem with the MTU of your connection. When you are connected into the host from the joiner, you can do a small test to establish your correct MTU (Maximum Transmission Unit).
If the WinGate Hosts' internal IP Address is 192.168.0.1, then from the joiner, do the following.
(Windows) Start Menu --> Run --> cmd
- Code: Select all
ping -l 1500 -f 192.168.0.1
If you do not receive replys then lower the 1500 to say 1000
- Code: Select all
ping -l 1000 -f 192.168.0.1
If you do not receive replys then lower the 1000 to say 600
- Code: Select all
ping -l 600 -f 192.168.0.1
Once you start getting replys, edge the number up from 600 to say 800 etc etc... until you find your optimum setting. Once you have obtained it, download this utility:
http://www.dslreports.com/drtcp
And if you have a dial up connection, you must place the MTU into the red box as shown in image below. Once done, restart your computer and try to use the files in the shares again.
You should test back from the host to the joiner too.