springlobby / springlobby

SpringLobby is a free cross-platform lobby client for the Spring RTS project
https://springlobby.springrts.com
GNU General Public License v2.0
81 stars 45 forks source link

springlobby fails to connect to server (Fedora 20) #290

Closed ThePowerTool closed 10 years ago

ThePowerTool commented 10 years ago

yum install springlobby OR git clone https://github.com/springlobby/springlobby & compile Result: springlobby GUI launches and fails to connect to server when valid credentials entered Note: Attempted to connect to "Official server" (default) and "lobby.springrts.com:8200" (manually entered)

Details: ]$ cat /etc/redhat-release Fedora release 20 (Heisenbug) ]$ uname -a Linux p7-1456c.localdomain 3.15.8-200.fc20.x86_64 #1 SMP Fri Aug 1 00:38:50 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux ]$ rpm -qa | grep wxGTK wxGTK-gl-2.8.12-9.fc20.x86_64 wxGTK-media-2.8.12-9.fc20.x86_64 wxGTK-devel-2.8.12-9.fc20.x86_64 wxGTK-2.8.12-9.fc20.x86_64 and regarding connectivity (for test purposes): [root@p7-1456c ~]# sestatus SELinux status: disabled [root@p7-1456c ~]# systemctl status firewalld firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled) Active: inactive (dead) since Tue 2014-09-23 18:55:37 EDT; 19h ago Main PID: 21665 (code=exited, status=0/SUCCESS) CGroup: /system.slice/firewalld.service

Sep 19 17:08:10 p7-1456c.localdomain systemd[1]: Started firewalld - dynamic.... Sep 23 18:55:36 p7-1456c.localdomain systemd[1]: Stopping firewalld - dynami.... Sep 23 18:55:37 p7-1456c.localdomain systemd[1]: Stopped firewalld - dynamic.... Hint: Some lines were ellipsized, use -l to show in full. [root@p7-1456c ~]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination

Chain FORWARD (policy ACCEPT) target prot opt source destination

Chain OUTPUT (policy ACCEPT) target prot opt source dest

abma commented 10 years ago

spam filter stuff in /etc/hosts

was to blame in this case. no clue why telnet / ping / etcetc correctly resolved to lobby.springrts.com but springlobby doesn't.

could be some wxwidgets specific thing, but thats only a guess :-|

edit: removed that line, i don't want to be a spammer. sadly github autolinks www... text

seems to trigger sth. like an overflow it seems...