Forum ‹ ActionScript 3.0 ‹ Connecting to development server
10 posts
• Page 1 of 1
Connecting to development server
In my game i have been trying to connect to my dev server and it wont. I know it connects to the backend web service because i can get the guest id from it. But as for the connecting to dev server it just wont create games. So to test i commented out the dev server connection to connect to Player IO server and it connected fine and entered room. Any suggestions? Is there any update i might of missed? Im running Dev Server 2.1.1.0. And i have the AS3 Scripts downloaded as well.
- Chris018
- Posts: 10
- Joined: April 6th, 2010, 5:36 pm
Re: Connecting to development server
What operative system are you using?
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: 808
- Joined: January 12th, 2010, 11:54 am
- Location: Denmark
Re: Connecting to development server
It's possible you are using the wrong dll file in the dev server. When running the dev server click on the "something.dll" at the top and then browse to and select the dll you want to use.
I make games and stuff.
-

HAnz - Posts: 46
- Joined: August 7th, 2010, 2:59 pm
Re: Connecting to development server
I'm using windows, And i'm loading the right one because i changed the assemblyName and it updated when i run the game.
I turned off dev server and run client. It pops up saying something like
But with it running i dont get that error but it does not create the room. And ive gotten it connecting before. That was like a week ago. And i have not touched code sense since i have been busy.
I turned off dev server and run client. It pops up saying something like
- Code: Select all
Error: Unable to connect to development server on localhost:8184. Is the development server running?
at bridge::Connection/throwError()
at Function/<anonymous>()
But with it running i dont get that error but it does not create the room. And ive gotten it connecting before. That was like a week ago. And i have not touched code sense since i have been busy.
- Chris018
- Posts: 10
- Joined: April 6th, 2010, 5:36 pm
Re: Connecting to development server
Sorry for double post, I decided to download the dev pack again. From there i re wrote my code into a new C# project. And it still did not work. Idk i was working a week ago. Any suggestions?
- Chris018
- Posts: 10
- Joined: April 6th, 2010, 5:36 pm
Re: Connecting to development server
Just for kicks, would you try changing "localhost" to "127.0.0.1" in actionscript?
- Oliver
- Oliver
-

Oliver - .IO
- Posts: 1136
- Joined: January 12th, 2010, 8:29 am
Re: Connecting to development server
It still not working sadly
. Idk what is wrong. I thought maybe there is an error in c# and like a warning or something that might alter but there is none sadly.
Only Dev OutPut:
Only Dev OutPut:
- Code: Select all
Server Started
========================
(waiting for connection)
Trying last loaded dll
Using Game Dll: Server.dll
========================
(dll: C:\Documents and Settings\Chris\My Documents\Game\Serverside Code\Player.IO Test Server Project\bin\Debug\Server.dll)
- Chris018
- Posts: 10
- Joined: April 6th, 2010, 5:36 pm
Re: Connecting to development server
What about this, try telnetting to the server in a console:
And see what it says. If you're on windows vista/7 you'll have to add Telnet as a windows component in add/remove programs.
- Oliver
- Code: Select all
telnet localhost 8184
And see what it says. If you're on windows vista/7 you'll have to add Telnet as a windows component in add/remove programs.
- Oliver
-

Oliver - .IO
- Posts: 1136
- Joined: January 12th, 2010, 8:29 am
Re: Connecting to development server
When i open console, and enter telnet localhost 8184, it says nothing. i waited a little and still said nothing so then i pressed enter then i get.
- Code: Select all
<?xml version="1.0" ?>
<cross-domain-policy>
<allow-access-from domain="*" to
-ports="*"/>
</cross-domain-policy>
Connection to host lost.
C:\Documents and Settings\Chris>
- Chris018
- Posts: 10
- Joined: April 6th, 2010, 5:36 pm
Re: Connecting to development server
I am also having the same problem. I can connect to the server and create rooms when I upload the dll files but not when I run it on localhost
- shadowford
- Posts: 3
- Joined: June 22nd, 2011, 4:53 pm
10 posts
• Page 1 of 1