Here are the log for anyone who can help:
[LOG] Mirroring logs to the standard output...
[LOG] Current Working Directory: C:\Programs\Stencyl
[LOG] Reading... global
[LOG] LANGUAGE WARNING: Empty Line.
[LOG] Finished reading lang/en/global.lang
[LOG] Reading... prefs
[LOG] Finished reading lang/en/prefs.lang
[LOG] Reading... gamedg
[LOG] Finished reading lang/en/gamedg.lang
[LOG] Reading... spritedg
[LOG] Finished reading lang/en/spritedg.lang
[LOG] Reading... tset
[LOG] Finished reading lang/en/tset.lang
[LOG] Reading... actor
[LOG] Finished reading lang/en/actor.lang
[LOG] Reading... scene
[LOG] Finished reading lang/en/scene.lang
[LOG] Reading... snippet
[LOG] Finished reading lang/en/snippet.lang
[LOG] Reading... blocks
[LOG] Finished reading lang/en/blocks.lang
[LOG] Reading... blockhelp
[LOG] Finished reading lang/en/blockhelp.lang
[LOG] Initializing Stencyl
[LOG] Failed to load Growl library
[LOG] Activated: Welcome Center
[LOG] Checking workspace writability and location: C:\Users\pisko_000/AppData/Roaming/Stencyl/temp
[LOG] Response: user:ios:
[LOG] Logged in as: Piskoitresot
[LOG] Usergroup: Registered
[LOG] Thanks for subscribing to our iOS Pro program.
[ERR] Attempting to log in
[LOG] Connected to StencylTalk as: piskoitresot@stencyl.com/stencyl-1363345996734
[LOG] Refreshing friends list
[LOG] 200
[LOG]
http://www.stencyl.com/sw/updater/getVersions/stencylworksBeta[LOG] HTTP/1.1 200 OK
<r>
<server status = '200' version = '1beta' time = '1299439687' /> <version required="true" build="502" name="2.2.0" month="06" day="22" year="12" />
<version required="true" build="501" name="2.1.0" month="05" day="25" year="12" />
<version required="true" build="500" name="2.0.0" month="04" day="20" year="12" />
<version required="false" build="415" name="1.4.1" month="01" day="23" year="12" />
<version required="false" build="414" name="1.4.0" month="01" day="22" year="12" />
<version required="false" build="413" name="1.3.4" month="12" day="19" year="11" />
<version required="false" build="412" name="1.3.3" month="12" day="14" year="11" />
<version required="false" build="411" name="1.3.2" month="12" day="12" year="11" />
<version required="false" build="410" name="1.3.1" month="12" day="10" year="11" />
<version required="false" build="409" name="1.3.0" month="12" day="09" year="11" />
<version required="false" build="408" name="1.2.1" month="10" day="27" year="11" />
<version required="false" build="407" name="1.2.0" month="10" day="26" year="11" />
<version required="false" build="406" name="1.1.1" month="09" day="13" year="11" />
<version required="false" build="405" name="1.1.0" month="09" day="08" year="11" />
<version required="false" build="404" name="1.0.4" month="07" day="23" year="11" />
<version required="false" build="403" name="1.0.3" month="07" day="21" year="11" />
<version required="false" build="402" name="1.0.2" month="06" day="30" year="11" />
<version required="false" build="401" name="1.0.1" month="05" day="31" year="11" />
<version required="false" build="400" name="1.0.0" month="05" day="18" year="11" />
<version required="false" build="399" name="0.9.9" month="05" day="18" year="11" />
</r>
[LOG] Action: StencylForge
[LOG] Visiting: forge://landing/home/
[LOG] Activated: StencylForge
[LOG]
http://www.stencyl.com/forge/landingnew/view/[LOG] Download Took 1041ms
[LOG] Total Took 1085ms
javax.imageio.IIOException: Can't get input stream from URL!
at javax.imageio.ImageIO.read(Unknown Source)
at stencyl.sw.util.FileUtil.readImage(FileUtil.java:999)
at stencyl.sw.util.comp.DeferredImage$1.run(DeferredImage.java:35)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException:
http://static.stencyl.com/forge/assets/t22015.png at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.URL.openStream(Unknown Source)
... 4 more
java.lang.NullPointerException
at stencyl.sw.util.gfx.GraphicsUtilities.toLargerImage(GraphicsUtilities.java:224)
at stencyl.sw.util.comp.DeferredImage$2.run(DeferredImage.java:69)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(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)
javax.imageio.IIOException: Error reading PNG image data
at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at stencyl.sw.util.FileUtil.readImage(FileUtil.java:999)
at stencyl.sw.util.comp.DeferredImage$1.run(DeferredImage.java:35)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at sun.net.www.MeteredStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source)
at javax.imageio.stream.MemoryCache.loadFromStream(Unknown Source)
at javax.imageio.stream.MemoryCacheImageInputStream.read(Unknown Source)
at com.sun.imageio.plugins.common.SubImageInputStream.read(Unknown Source)
at com.sun.imageio.plugins.common.InputStreamAdapter.read(Unknown Source)
at java.io.SequenceInputStream.read(Unknown Source)
at java.util.zip.InflaterInputStream.fill(Unknown Source)
at java.util.zip.InflaterInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.DataInputStream.readFully(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.decodePass(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.decodeImage(Unknown Source)
... 7 more
java.lang.NullPointerException
at stencyl.sw.util.gfx.GraphicsUtilities.toLargerImage(GraphicsUtilities.java:224)
at stencyl.sw.util.comp.DeferredImage$2.run(DeferredImage.java:69)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(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)
[LOG] Action: Publish from Xcode Project (App Store)
[LOG] Activated: Welcome Center
[LOG] Action: StencylForge
[LOG] Activated: StencylForge
javax.imageio.IIOException: Error reading PNG image data
at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at stencyl.sw.util.FileUtil.readImage(FileUtil.java:999)
at stencyl.sw.util.comp.DeferredImage$1.run(DeferredImage.java:35)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(Unknown Source)
at java.util.zip.InflaterInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.DataInputStream.readFully(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.decodePass(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.decodeImage(Unknown Source)
... 7 more
java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(Unknown Source)
at stencyl.sw.util.comp.DeferredImage$2.run(DeferredImage.java:74)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(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)
javax.imageio.IIOException: Error reading PNG image data
at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at stencyl.sw.util.FileUtil.readImage(FileUtil.java:999)
at stencyl.sw.util.comp.DeferredImage$1.run(DeferredImage.java:35)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(Unknown Source)
at java.util.zip.InflaterInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.DataInputStream.readFully(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.decodePass(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.decodeImage(Unknown Source)
... 7 more
java.lang.NullPointerException
at stencyl.sw.util.gfx.GraphicsUtilities.toLargerImage(GraphicsUtilities.java:224)
at stencyl.sw.util.comp.DeferredImage$2.run(DeferredImage.java:69)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(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)
[LOG] Attempting to quit out of Stencyl.
[LOG] Destroying extensions.
[LOG] Destroying Temporary Sandbox.
[LOG] Performing final close.
[LOG] Exiting...