Forum ‹ C# ‹ Problem with the New version of the development server
17 posts
• Page 1 of 1
Problem with the New version of the development server
Hi,
I'm finally Downloaded and installed the new version of the dev pack.
I followed all the steps you mentioned, but when I try to run the server, i get an error saying the port is already in use.
I've checked, and there are no processes using this port, another version of the server isn't running.
and I've even set a rule in my windows firewall to allow all connections through port 8184.
once I've downgraded back to 1.6 version, everything started working well again.
any ideas?
Thanks in advance,
Meny
I'm finally Downloaded and installed the new version of the dev pack.
I followed all the steps you mentioned, but when I try to run the server, i get an error saying the port is already in use.
I've checked, and there are no processes using this port, another version of the server isn't running.
and I've even set a rule in my windows firewall to allow all connections through port 8184.
once I've downgraded back to 1.6 version, everything started working well again.
any ideas?
Thanks in advance,
Meny
QiX
- QiX
- Posts: 34
- Joined: July 22nd, 2010, 4:41 pm
Re: Problem with the New version of the development server
Hey QiX,
If you kill all programs and then download the dev pack from our site, and just try to run one of the examples directly, does it still give the error?
- Oliver
If you kill all programs and then download the dev pack from our site, and just try to run one of the examples directly, does it still give the error?
- Oliver
-

Oliver - .IO
- Posts: 1134
- Joined: January 12th, 2010, 8:29 am
Re: Problem with the New version of the development server
You can use "netstat" from the command line to check if some other application is using that port. Also, in your firewall settings check if that port is not bound to a specific application, updating the dev pack will result in a different signature for the file, so even if they are named the same the firewall might think they're not the same application.
- fox1980
- Posts: 205
- Joined: April 1st, 2010, 10:39 pm
Re: Problem with the New version of the development server
Fox,
That's interesting... Does it popup a new "allow this application" dialog then?
- Oliver
Also, in your firewall settings check if that port is not bound to a specific application, updating the dev pack will result in a different signature for the file
That's interesting... Does it popup a new "allow this application" dialog then?
- Oliver
-

Oliver - .IO
- Posts: 1134
- Joined: January 12th, 2010, 8:29 am
Re: Problem with the New version of the development server
That's interesting... Does it popup a new "allow this application" dialog then?
I don't know cause i have an hardware firewall so i always disable the OS one. If you wanna find out if the firewall is really the issue just disable it for a little while, test your application and then turn your firewall back up.
- fox1980
- Posts: 205
- Joined: April 1st, 2010, 10:39 pm
Re: Problem with the New version of the development server
Hmm.. Hi Again.
Well I gave the upgrade another shot now.
I'm still facing the same problem.
It's still saying the port 8184 is in use.
I've turned off the OS firewall, and can't see anything in netstat about this port:
Proto Local Address Foreign Address State
TCP 127.0.0.1:61856 activate:61857 ESTABLISHED
TCP 127.0.0.1:61857 activate:61856 ESTABLISHED
TCP 192.168.1.101:2869 192.168.1.1:34756 TIME_WAIT
TCP 192.168.1.101:61828 app54:https ESTABLISHED
TCP 192.168.1.101:61847 by2msg4020109:msnp ESTABLISHED
TCP 192.168.1.101:62642 95.35.244.102:9619 ESTABLISHED
TCP 192.168.1.101:63165 77.66.63.117:http ESTABLISHED
TCP 192.168.1.101:63193 77.66.63.117:http ESTABLISHED
TCP 192.168.1.101:63274 fx-in-f109:pop3s ESTABLISHED
Got any other ideas maybe?
and Oliver, as far as I remember, the OS firewall does ask if you allow this connection to be made if it doesn't recognize it.
Thanks again,
QiX
Well I gave the upgrade another shot now.
I'm still facing the same problem.
It's still saying the port 8184 is in use.
I've turned off the OS firewall, and can't see anything in netstat about this port:
Proto Local Address Foreign Address State
TCP 127.0.0.1:61856 activate:61857 ESTABLISHED
TCP 127.0.0.1:61857 activate:61856 ESTABLISHED
TCP 192.168.1.101:2869 192.168.1.1:34756 TIME_WAIT
TCP 192.168.1.101:61828 app54:https ESTABLISHED
TCP 192.168.1.101:61847 by2msg4020109:msnp ESTABLISHED
TCP 192.168.1.101:62642 95.35.244.102:9619 ESTABLISHED
TCP 192.168.1.101:63165 77.66.63.117:http ESTABLISHED
TCP 192.168.1.101:63193 77.66.63.117:http ESTABLISHED
TCP 192.168.1.101:63274 fx-in-f109:pop3s ESTABLISHED
Got any other ideas maybe?
and Oliver, as far as I remember, the OS firewall does ask if you allow this connection to be made if it doesn't recognize it.
Thanks again,
QiX
QiX
- QiX
- Posts: 34
- Joined: July 22nd, 2010, 4:41 pm
Re: Problem with the New version of the development server
Quick question, what operative system are you running? Something strange like XP64 bit or so?
Have more questions? Join us at #player.io on the freenode irc network. Making something cool with Player.IO? I would love to talk! My Skype handle is q-rious
-

Benjaminsen - .IO
- Posts: 749
- Joined: January 12th, 2010, 11:54 am
- Location: Denmark
Re: Problem with the New version of the development server
Did you disable IP v6?
Have more questions? Join us at #player.io on the freenode irc network. Making something cool with Player.IO? I would love to talk! My Skype handle is q-rious
-

Benjaminsen - .IO
- Posts: 749
- Joined: January 12th, 2010, 11:54 am
- Location: Denmark
Re: Problem with the New version of the development server
Or did you disable ipv4 ?
-

Oliver - .IO
- Posts: 1134
- Joined: January 12th, 2010, 8:29 am
Re: Problem with the New version of the development server
I haven't disabled neither of them (should I??)
just to point out again, once i Downgrade back to ver 1.6 everything is working fine
just to point out again, once i Downgrade back to ver 1.6 everything is working fine
QiX
- QiX
- Posts: 34
- Joined: July 22nd, 2010, 4:41 pm
Re: Problem with the New version of the development server
You shouldn't disable them, at least not for our sake.
Try the attached build, it might be better...
Try the attached build, it might be better...
- Attachments
-
NewGame.zip- (607.51 KiB) Downloaded 32 times
-

Oliver - .IO
- Posts: 1134
- Joined: January 12th, 2010, 8:29 am
Re: Problem with the New version of the development server
Same problem still :/
I'm either doing something really really wrong, or my laptop is messed up.
I don't think it has anything to do with your build (didn't see any other complaints)
QiX
I'm either doing something really really wrong, or my laptop is messed up.
I don't think it has anything to do with your build (didn't see any other complaints)
QiX
QiX
- QiX
- Posts: 34
- Joined: July 22nd, 2010, 4:41 pm
Re: Problem with the New version of the development server
All the builds i tried worked fine for me, and i'm also using Win7 32bit. Laptops usually come loaded with software, maybe you got something in there that is blocking that port. An antispyware, or antivirus maybe.
Also you could try to disable UAC just to make sure it's not a permission error.
Also you could try to disable UAC just to make sure it's not a permission error.
- fox1980
- Posts: 205
- Joined: April 1st, 2010, 10:39 pm
Re: Problem with the New version of the development server
Hi Fox,
I don't think its a port issue because it works fine when I use build v1.6.
only things running in the background are the Windows Firewall and the Node32 AV i got.
I'm pretty sure that if one of them was the problematic one, i'd have the same issue with the new build.
This thing is really driving me insane :S
at least I'm able to debug and do all the other things with v1.6
QiX
I don't think its a port issue because it works fine when I use build v1.6.
only things running in the background are the Windows Firewall and the Node32 AV i got.
I'm pretty sure that if one of them was the problematic one, i'd have the same issue with the new build.
This thing is really driving me insane :S
at least I'm able to debug and do all the other things with v1.6
QiX
QiX
- QiX
- Posts: 34
- Joined: July 22nd, 2010, 4:41 pm
Re: Problem with the New version of the development server
oh and UAC is disabled since I got Win 7 (Thats a nasty and annoying feature!)
QiX
QiX
QiX
- QiX
- Posts: 34
- Joined: July 22nd, 2010, 4:41 pm
Re: Problem with the New version of the development server
Just for everyone's info I have the same issue but I get around it by loading the server twice and then closing the first one which displays the "Are you connected to the internet" message. I'm also on Win7 32b.
James
James
- jak322
- Posts: 13
- Joined: July 2nd, 2010, 3:24 pm
17 posts
• Page 1 of 1