Can't... connect... to anything...
Okay so I watched the video tutorials (which are really nice by the way) and I am trying to get the optimized game project to work... So I started up a server, ran the application, entered in a name and hit "enter" and then it just sits there. If I hit enter a few times, it just locks up... like it's trying to do something but can't.
So I figured maybe it wasn't liking localhost, so I changed it to my IP address.. Same result.
So I figured maybe my computer just wasn't working the server... I tried both of the public listed servers, and still the same result.
I'm kind of at a loss as to what I can do next. I would like to use Lacewing but I can't even get a connection so that's kind of going to be a problem.
Not running any firewalls, and the only other thing I am running is AVG free, but that's not sending out any flags that it might be blocking the app for some reason. I really don't know what else could cause it.
Re: Can't... connect... to anything...
So, are you using Lacewing build 17 in that case? Because if you're using 18, a few things have changed (it's a ground-up re-make)
Also, make an edit box with multiline and vertical autoscroll/vertical scrollbar, and make events for every possible "On ... denied" event and for the On Error event that adds the error message or deny reason to the edit box. What messages are displayed?
Re: Can't... connect... to anything...
Using build 17... I'll do the edit box thing and get back to this post.
Re: Can't... connect... to anything...
Okay I set that up, I hit enter to connect to the server.
Nothing happens.
I hit enter again and I get this:
'Already connected' - 'Socket error'
So I'm not really sure what to do here..
All it's doing in the events is
On Connect
- Set Name to edit box
On name set
- Next Frame
But it doesn't seem to be wanting to jump to the next frame.
edit: I also tried to get it to do something else (other than going to next frame) and it still just sits there like it doesn't know what to do.
Re: Can't... connect... to anything...
Did you test for On Name Denied?
Re: Can't... connect... to anything...
Just tested it. Same thing. Does nothing until I hit enter again and then tells me I'm already connected.
Also I tried connecting without a server up... and it gives me the same issue!
Re: Can't... connect... to anything...
Are you plugged into a router? If so, unplug the router and connect straight into the modem with an ethernet cable. If it works then, your problem is port forwarding.
Re: Can't... connect... to anything...
Is there a way to fix it if the problem is port forwarding? Without plugging directly into the modem? It's sort of shared between me and my girlfriend so I'd be cutting out her internet if I removed the router from the modem and hooked my computer up directly. =P
Re: Can't... connect... to anything...
Google portforwarding. Then attempt to set it up correctly.
But if you're just connecting to your own server then I really doubt that's the problem. What port are you attempting to connect on?
Could you upload a MFA?
Re: Can't... connect... to anything...
It's the mfa from DizzyDoo's lacewing video tutorial:
http://www.box.net/shared/51lomfd84l
It's using the port 6121
Re: Can't... connect... to anything...
Hm, what does it look like from the server's console window? Does it show you even connecting?
Re: Can't... connect... to anything...
Nope it doesn't show any change at all.
and like I said... I tried it without the server even running and it gave me the same thing... no info and then I hit enter again and it tells me I'm already connected...
Really is confusing.
Ah weird... I got it working!
I use Comodo internet security and I closed it a while ago and so I figured it wouldn't be effecting anything... But then I had it running and it popped up a connection warning, so I clicked "allow" and now it's connected just fine. Very odd. But thanks for the help! I figured it was a user error, but I have no idea why it was blocking the app even though the process for the firewall was closed.
Re: Can't... connect... to anything...
Yes, if you have access to the router settings port forwarding is quite easy. Basically you are opening a port (making a tunnel) through your router's firewall that lets data flow freely. By plugging into the modem directly, you can see if the problem is at your router's firewall. Afterward, you just reconnect the router and forward the ports in the router settings.