Search found 6 matches

by MirrorsEdge
11 Feb 2011, 21:28
Forum: .Net / Unity3D API
Topic: Unity: connection lost / no connection to server
Replies: 10
Views: 25196

BigFIsh wrote:Try setting the MaxSocketIdleTime value to something high in your config.xml file. Does the problem still persists?

Yes it does.
BigFIsh wrote:Have you tried accessing your game outside your network?

I got a friend to try. He said he connected but couldn't enter his username. :?
by MirrorsEdge
11 Feb 2011, 15:19
Forum: .Net / Unity3D API
Topic: Unity: connection lost / no connection to server
Replies: 10
Views: 25196

I have no idea. The login does work when I point my client to my LAN IP though. Why would it not work when I set it up to connect to my external IP? Here's the LoginGUI script. Maybe I have done something wrong? using UnityEngine; using System; using System.Collections; using SmartFoxClientAPI; usin...
by MirrorsEdge
10 Feb 2011, 23:01
Forum: .Net / Unity3D API
Topic: Unity: connection lost / no connection to server
Replies: 10
Views: 25196

Yes, I can get past the connect stage which brings me to the username login. I enter a username, hit enter, and it waits here for maybe 10 seconds before displaying that error. I turned on DebugIncomingMessage. Here's what I got: 2011/02/11 00:25:12.035 - [ INFO ] [id: 11] (Logger.logInfo): ...
by MirrorsEdge
10 Feb 2011, 15:34
Forum: .Net / Unity3D API
Topic: Unity: connection lost / no connection to server
Replies: 10
Views: 25196

Could it be a problem with my ports/firewall? Because when I put my unity webplayer on the Jetty web server, I can access it via http://"ExternalIP":8080/WebPlayer but it can't load the game. I can observe from the status bar it says 'Waiting for "MyIP"...' The Unity logo eventua...
by MirrorsEdge
10 Feb 2011, 09:53
Forum: .Net / Unity3D API
Topic: Unity: connection lost / no connection to server
Replies: 10
Views: 25196

Client SWF? You mean the Unity game? Yes, I did. I changed the script in the inspector to my external ip and port. Would I have to put my unity directory into the same directory as the server in program files, or it wouldn't make a difference? Edit: I forgot to mention, this error happens within the...
by MirrorsEdge
09 Feb 2011, 22:22
Forum: .Net / Unity3D API
Topic: Unity: connection lost / no connection to server
Replies: 10
Views: 25196

Unity: connection lost / no connection to server

Hi I have a little problem with unity when running my game. I'm specifically talking about the login example, LoginGUI of the Island demo. When I hit run, I can get past the connect box with my external ip and port - no problem, but when entering a username it says 'waiting for connection' and then ...

Go to advanced search