Stencyl 3.3 - 64-bit iOS, Google Purchases v3, Design Mode improvements

Donni11

  • *
  • Posts: 2181
Hello Stencylers :) ! I've had a bug with 3.3 that always comes up . The unexpected error ! I'm getting really frustrated >:( with this error because I can't create a game normally . I've created a topic but I havn't got a answers  :( , any help ?

Unexpected problem on thread AWT-EventQueue-0: java.lang.NullPointerException
java.lang.RuntimeException: java.lang.NullPointerException
   at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:74)
   at stencyl.sw.app.tasks.SaveGameTask.done(SaveGameTask.java:74)
   at javax.swing.SwingWorker$5.run(Unknown Source)
   at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
   at sun.swing.AccumulativeRunnable.run(Unknown Source)
   at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
   at javax.swing.Timer.fireActionPerformed(Unknown Source)
   at javax.swing.Timer$DoPostEvent.run(Unknown Source)
   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)
Caused by: java.lang.NullPointerException
   at stencyl.core.lib.Game.getAllAtlasResources(Game.java:1947)
   at stencyl.core.lib.Game.getResourcesForAtlas(Game.java:2772)
   at stencyl.sw.io.write.GameFileWriter.write(GameFileWriter.java:791)
   at stencyl.sw.io.write.MasterWriter.saveGame(MasterWriter.java:80)
   at stencyl.sw.app.tasks.SaveGameTask.doInBackground(SaveGameTask.java:48)
   at stencyl.sw.app.tasks.SaveGameTask.doInBackground(SaveGameTask.java:16)
   at javax.swing.SwingWorker$1.call(Unknown Source)
   at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at javax.swing.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)

__________________________________
Here are the full logs :
* log-2015-05-13 - Unexpected Problem.zip
Peace

Jon

  • *
  • Posts: 17524
Where is the other topic you started on this?


Jon

  • *
  • Posts: 17524
We've just put out 3.3.1, which is a snapshot of the latest private release and addresses the Java incompatibilities among other things.

Let us know how it works for you. Thanks!

Mineat

  • Posts: 376
The latest Data Structures plugin had an error. I think Justin needs to know this.

Donni11

  • *
  • Posts: 2181
@Jon ,  .Good to know :) ! Also does it fix my bug ?
@Mineat , yes I've noticed that too. I'm going to try to contact Justin about it .
Peace

Jon

  • *
  • Posts: 17524
You should check for yourself and let us know whether it does (or not).

Justin

  • *
  • Posts: 4716
@Mineat, Donni11, the best place to report that would be the extension's thread.

http://community.stencyl.com/index.php/topic,35128.0.html


I looked into the error that Donni sent me in a PM, and that shouldn't be in the latest version of the extension. Make sure to grab the latest from the first link in the above thread.

« Last Edit: June 15, 2015, 11:04:49 am by Justin »
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

Donni11

  • *
  • Posts: 2181
@ Justin , Yes ! I installed the latest version and now it works ! Thanks :) ! Oh also the reason I didn't have the latest version is because when I downloaded the dialog extension the 3.3 version the only data structures file that was in there was the one I got the bug from and which was a older version . I think that happened to mineat too . So I think the wrong file might be in the 3.3 version file .

@Jon , So far so good ! No bugs yet .
Peace

Donni11

  • *
  • Posts: 2181
Oh  no not again   :'( :'( :'( :'( :'( :'( !!! I got the unexpected error again . It happened right after I upgraded a 3.3 kitto the 3.4 version . :
Unexpected problem on thread AWT-EventQueue-0: java.lang.NullPointerException
java.lang.RuntimeException: java.lang.NullPointerException
   at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:74)
   at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:54)
   at javax.swing.SwingWorker$5.run(Unknown Source)
   at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
   at sun.swing.AccumulativeRunnable.run(Unknown Source)
   at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
   at javax.swing.Timer.fireActionPerformed(Unknown Source)
   at javax.swing.Timer$DoPostEvent.run(Unknown Source)
   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)
Caused by: java.lang.NullPointerException
   at stencyl.sw.io.write.resource.SceneWriter.writeXML(SceneWriter.java:576)
   at stencyl.sw.io.write.resource.SceneWriter.write(SceneWriter.java:76)
   at stencyl.sw.app.tasks.UpdateScenesTask.doInBackground(UpdateScenesTask.java:39)
   at stencyl.sw.app.tasks.UpdateScenesTask.doInBackground(UpdateScenesTask.java:12)
   at javax.swing.SwingWorker$1.call(Unknown Source)
   at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at javax.swing.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)

« Last Edit: June 16, 2015, 05:20:12 am by Donni11 »
Peace

Mineat

  • Posts: 376
Do you have an incompatible .xml file in the folder? It looks scene-wise!

Donni11

  • *
  • Posts: 2181
Peace

dustinxf

  • *
  • Posts: 3
Good to hear, I just got it through Humble Bundle! :D Gonna learn how to use ASAP.

Jon

  • *
  • Posts: 17524
We've just put 3.3.2, which resolves issues with opening up the sample projects and materials among other things.
http://www.stencyl.com/features/history/

Donni11

  • *
  • Posts: 2181
Awesome :) ! Great to hear !
Peace