I’m attempting to run the Dude in an Ubuntu 7.10 VM. With 2.2 it says “Error: connection closed”. I tried 3.0 and was only marginally more successful: it said “Getting Stuff” (I got excited there!) but then asked if I wanted to “upgrade” to 2.2. First I said no, and it disconnected, then I said yes and it still disconnected.
If anyone else has similar experiences, please let me know.
Hello,
successfully work with 3.0beta7 on OpenSuse 10.1 with XVNC and wine.
See comments arround ping and non root users at the FAQ.
On the server connect to the LAN address instead of 127.0.0.1 .
Also enable tcp ports 2210 and 2211 at your servers firewall.
How to ebug at linux server:
ps xfu |grep bin/wine
Should show a process named …drive_c/Program Files/Dude/dude.exe --server
Note that Process ID
lsof -p ProcessID |grep -e UDP -e TCP
If your network has high latency or you are working remotely the link between Server and client
does not work stable.
Johann
I am also running Ubuntu 7.10, and getting the “Error: connection closed” message. I have issued the ps xfu |grep bin/wine command, and get the following output:
If you want to connect using dude client normally, you can try to limit your dude client downlink traffic to 256k (max). I have difficulty to connect dude server under wine, specially if i use wireless connection to remote our dude server.
Using PCQ connection with dst-address classifier and rate=256k, i can remote my dude server.
My conclusion about this case was dude server using wine need more than 3 Mbps to passthrough all data to dude client. That’s why you got “connection closed” after several seconds you can connect using dude server.
Hello in order to make your server run correctly under ubuntu 7.10 all you have to do is just not to start whole Dude, but just dude.exe --server and then connect to it from other machine. Normal start of dude.exe does not bring up the server !!
yup work fine with me, i use 3.0beta8 as server on windows XP, and 3.0beta8 as client on Ubuntu 7.10 work with wine.
before, i have problem with remote 3.0beta7 on Ubuntu 7.10 (can not connect to the server/ping from dude time out), then i upgrade with the same version dude 3.0beta8, it’s work good.