Just downloaded the latest version and installed for the first time.
I was presented the Sign In screen when I first opened sw, and I entered in my username/password. I couldn't access StencylForge, so I tried opening the Sign In dialog from the File menu. When I try to open the dialog, this appears in the console.
[LOG] Action: Sign In / Sign Up
[ERR] Could not sign in because of networking issues.
[ERR] 1) You could connect to our servers, located at
http://www.stencyl.com.
[ERR] 2) Our servers are down.
[ERR] 3) Our servers have moved, and your DNS cache has not been updated.
java.io.FileNotFoundException:
http://www.stencyl.com//sw/auth/ at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at stencyl.sw.util.net.Uploader.sendNow(Uploader.java:192)
at stencyl.sw.app.tasks.AuthenticateTask.doInBackground(AuthenticateTask.java:49)
at stencyl.sw.app.tasks.AuthenticateTask.doInBackground(AuthenticateTask.java:22)
at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)