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 - devilnash

Pages: 1 2 3
1
Extensions / Re: [iOS] Local Notifications and Alerts
« on: March 22, 2015, 11:00:26 am »
how do i use this extension? tried to use it but had a error so im assuming it was wrong the way i did it.

2
AdMob / Re: [iOS & Android] AdMob Extension [3.0]
« on: March 14, 2015, 09:16:04 am »
download link goes to a blank page, no download :(

3
Ask a Question / Re: Cant open actor file to edit
« on: January 21, 2015, 09:49:04 am »
yep i am aiming for mobile and tablet

4
Resolved Questions / Re: an ActionScript error occurred
« on: January 21, 2015, 09:22:59 am »
ok turns out it was a layer issue. all fixed.

5
Ask a Question / Re: Cant open actor file to edit
« on: January 21, 2015, 09:21:26 am »
i tried out the 2gb version of stencyl but its still not enough. the 4gb would help but that link takes me to some tutorial about minecraft and i tried following the instructions but to no luck! i kinda need the art work to be high res so its all poo for me here lol

6
Resolved Questions / an ActionScript error occurred
« on: January 21, 2015, 09:17:21 am »
My God its like error after error with all of this  :'(

i just happen to be changing one of my scenes background and adding a few actors and now the game opens but soon as i go to play it gives me this error

TypeError: Error #1009: Cannot access a property or method of a null object reference.
   at com.stencyl.behavior::Script/hideTileLayer()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/behavior/Script.hx:1480]
   at scripts::SceneEvents_0/init()[Source/scripts/SceneEvents_0.hx:101]
   at com.stencyl.behavior::Behavior/initScript()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/behavior/Behavior.hx:94]
   at com.stencyl.behavior::BehaviorManager/initScripts()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/behavior/BehaviorManager.hx:97]
   at com.stencyl::Engine$/initBehaviors()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:1111]
   at com.stencyl::Engine/loadScene()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:982]
   at com.stencyl::Engine/enterScene()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:1780]
   at com.stencyl::Engine/onUpdate()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2605]

7
Ask a Question / Re: Cant open actor file to edit
« on: January 21, 2015, 08:44:28 am »
hi captaincomic

yes the actor is kinda large.  has a big animation

8
Ask a Question / Cant open actor file to edit
« on: January 18, 2015, 08:11:46 am »
hi guys.

as we know this is a on going problem with stencyl. keep getting 90% memory error codes and crashes.

this is the current error im getting

Unexpected problem on thread AWT-EventQueue-0: java.lang.OutOfMemoryError: Java heap space
java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space
   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.OpenResourceTask.done(OpenResourceTask.java:77)
   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:744)
   at java.awt.EventQueue.access$400(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:697)
   at java.awt.EventQueue$3.run(EventQueue.java:691)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
   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.OutOfMemoryError: Java heap space
   at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:75)
   at java.awt.image.Raster.createPackedRaster(Raster.java:467)
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1032)
   at java.awt.image.BufferedImage.<init>(BufferedImage.java:340)
   at sun.java2d.loops.GraphicsPrimitive.convertFrom(GraphicsPrimitive.java:557)
   at sun.java2d.loops.GraphicsPrimitive.convertFrom(GraphicsPrimitive.java:541)
   at sun.java2d.loops.MaskBlit$General.MaskBlit(MaskBlit.java:189)
   at sun.java2d.loops.Blit$GeneralMaskBlit.Blit(Blit.java:204)
   at sun.java2d.pipe.DrawImage.blitSurfaceData(DrawImage.java:967)
   at sun.java2d.pipe.DrawImage.renderImageCopy(DrawImage.java:585)
   at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:67)
   at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:1022)
   at sun.java2d.pipe.ValidatePipe.copyImage(ValidatePipe.java:186)
   at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:3318)
   at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:3296)
   at stencyl.sw.util.gfx.GraphicsUtilities.toCompatibleImage(GraphicsUtilities.java:201)
   at stencyl.sw.data.EditableAnimation.loadImagesInternal(EditableAnimation.java:462)
   at stencyl.sw.data.EditableAnimation.loadImagesInternal(EditableAnimation.java:385)
   at stencyl.sw.data.EditableAnimation.loadScaleImages(EditableAnimation.java:327)
   at stencyl.sw.data.EditableSprite.loadScales(EditableSprite.java:92)
   at stencyl.sw.editors.actor.ActorTab.<init>(ActorTab.java:121)
   at stencyl.sw.app.doc.Workspace.fetchEditorForResource(Workspace.java:679)
   at stencyl.sw.app.doc.Workspace.finishOpenResource(Workspace.java:531)
   at stencyl.sw.app.tasks.OpenResourceTask.doInBackground(OpenResourceTask.java:68)
   at stencyl.sw.app.tasks.OpenResourceTask.doInBackground(OpenResourceTask.java:20)
   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)

10
kool sent! i uploaded it to mediafile. let me no that you got it

11
lol thanks. do you mind if i could message it to you? dont want it to be available for everyone to download

12
Hi, yh I can't export it, how should I zip it up? Do you mean the game folder?

13
Sorry for the bump, just in a panic state at the moment, I did back up and reinstall  stencil, still same thing happening

14
Any help guys?

15
Hi Guys

so i was just adding a new background to my game and stencyl decides it cant handle the picture so a bunch of errors come up including the 90% memory reach.... anyways so i deleted the background but im not sure if i saved. anyways i closed stencyl and reopened it to find that now i am getting stencyl could not load your game. (corrupt/incomplete resource listing) its got to be that bloody background!

heres the error that came up afterwards

Unexpected problem on thread AWT-EventQueue-0: Document "Dashboard" is not opened.
java.lang.IllegalArgumentException: Document "Dashboard" is not opened.
   at com.jidesoft.document.DocumentPane.setActiveDocument(Unknown Source)
   at com.jidesoft.document.DocumentPane.setActiveDocument(Unknown Source)
   at stencyl.sw.actions.Actions.gameOpened(Actions.java:752)
   at stencyl.sw.app.tasks.OpenGameTask$3.run(OpenGameTask.java:285)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
   at java.awt.EventQueue.access$400(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:697)
   at java.awt.EventQueue$3.run(EventQueue.java:691)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
   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)

im running stencyl on my imac 2014. any help will be much appreciated!

Pages: 1 2 3