Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - purplelava

Pages: 1 2 3 4 5 6
46
Ask a Question / Re: Unexpected problem when I import background.
« on: January 24, 2015, 10:59:39 pm »
happens only when I import the actor by scaling it. If I preserve the original size, I can import.

47
Ask a Question / Unexpected problem when I import background.
« on: January 24, 2015, 10:57:29 pm »
I have also gotten it in another occasion but can't remember what it was. Importing something.

Can't import my background.

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:72)
   at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:52)
   at stencyl.sw.app.tasks.FrameImportTask.done(FrameImportTask.java:40)
   at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
   at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
   at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
   at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
   at javax.swing.Timer.fireActionPerformed(Timer.java:313)
   at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:749)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:702)
   at java.awt.EventQueue$3.run(EventQueue.java:696)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:719)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
   at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:184)
   at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:229)
   at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:227)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:227)
   at java.awt.Dialog.show(Dialog.java:1084)
   at java.awt.Component.show(Component.java:1654)
   at java.awt.Component.setVisible(Component.java:1606)
   at java.awt.Window.setVisible(Window.java:1014)
   at java.awt.Dialog.setVisible(Dialog.java:1005)
   at stencyl.sw.editors.background.BackgroundPage.newFrame(BackgroundPage.java:1191)
   at stencyl.sw.editors.background.BackgroundPage.importStrip(BackgroundPage.java:1204)
   at stencyl.sw.editors.animation.AnimationEditor$7.mousePressed(AnimationEditor.java:211)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
   at java.awt.Component.processMouseEvent(Component.java:6522)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3322)
   at java.awt.Component.processEvent(Component.java:6290)
   at java.awt.Container.processEvent(Container.java:2234)
   at java.awt.Component.dispatchEventImpl(Component.java:4881)
   at java.awt.Container.dispatchEventImpl(Container.java:2292)
   at java.awt.Component.dispatchEvent(Component.java:4703)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4530)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462)
   at java.awt.Container.dispatchEventImpl(Container.java:2278)
   at java.awt.Window.dispatchEventImpl(Window.java:2739)
   at java.awt.Component.dispatchEvent(Component.java:4703)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:751)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:702)
   at java.awt.EventQueue$3.run(EventQueue.java:696)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
   at java.awt.EventQueue$4.run(EventQueue.java:724)
   at java.awt.EventQueue$4.run(EventQueue.java:722)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:721)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.NullPointerException
   at stencyl.sw.data.EditableAnimation.addFrame(EditableAnimation.java:642)
   at stencyl.sw.editors.animation.FrameImportDialog.runImport(FrameImportDialog.java:1164)
   at stencyl.sw.app.tasks.FrameImportTask.doInBackground(FrameImportTask.java:32)
   at stencyl.sw.app.tasks.FrameImportTask.doInBackground(FrameImportTask.java:8)
   at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   at javax.swing.SwingWorker.run(SwingWorker.java:334)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   at java.lang.Thread.run(Thread.java:745)

48
Thanks, that was the problem. It's compiling now.

I simply forgot about the whole Xcode thing...obviously it's used not only for iOS. thanks

49
Here's the logs...

50
This was with Stencyl 3.0, trying with 3.2 now.

51
45 minutes and still "compiling"...

52
Ok, so it is supposed to compile.

Closed before I could check the logs, Trying again. 20 minutes passed, logs tell me nothing. I am using the "Alien approach" Stencyl example. Something seems wrong...

oh, the logs said something. The say "Brush Changed" twice.

53
Am I?

I am trying to test a mac version of my project - so far it's been 40 MINUTES stuck in "compiling...". Only the flash preview works.

Am I supposed to be able to test with the basic version?

54
Fixed Bugs (3.x) / Re: Shaking scene when not zoomed in
« on: January 22, 2015, 09:32:06 pm »
How do I access such build? Is it only for subscribers?

55
Fixed Bugs (3.x) / Re: SCENE IS SHAKING ???
« on: January 22, 2015, 09:29:31 pm »
Doesn't seem fixed to me. Still happens and is making it impossible for me to recover a scene made in a previous version of Stencyl. I'm using b7994.

56
Ask a Question / Re: CPMStar support not native?
« on: March 09, 2014, 02:24:24 pm »
Thanks.

57
Ask a Question / CPMStar support not native?
« on: March 06, 2014, 11:32:04 am »
I thought Stencyl had native CPMStar Ad support. Is it only through that extension? The features page made me thought it was in-the-box.

58
Chit-Chat / Re: Game app not showing up on facebook search.
« on: February 20, 2014, 08:45:58 am »
Looks like an app must reach 10 monthly users before it shows up on facebook search.

59
Chit-Chat / Re: Game app not showing up on facebook search.
« on: February 20, 2014, 08:23:37 am »
You're right Photon, but I wouldn't really know where to post the issue...will search.

60
Chit-Chat / Game app not showing up on facebook search.
« on: February 20, 2014, 07:49:21 am »
I've turned an old flash game of mine into a facebook app. From the account I created it from, I can search for it and it shows up. From another one I have, I can't. The app simply doesn't exist on search even by specifically selecting the "apps" category. You can still play it only by inserting the actual url by knowing what it is. 

The app is called "Moko Moko", and the app url is
 
https://apps.facebook.com/mokomokogame/

It is public since yesterday, but again, it does not show up when I look for it from another account.

Does the same occur to you? Do you know why this happens? Obviously I want people to be able to find it.

Pages: 1 2 3 4 5 6