Can't connect to any server

I try to log in, all it does is attempt to log in, then do nothing. No error message.

The message in the console is:

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at shoddybattleclient.LobbyWindow.loadTeam(LobbyWindow.java:980)
at shoddybattleclient.LobbyWindow.<init>(LobbyWindow.java:284)
at shoddybattleclient.JoinServer$10.run(JoinServer.java:421)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Please help


EDIT: Found the problem probably.

I made a team using Smogon's team builder, and apparently one of the moves wasn't allowed or screwed up or something, so I simply went to another team on edit team, clicked used this team, and tried logging in again. success.
 
Back
Top