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

Pages: 1 ... 32 33 34
496
Ask a Question / Scene Won't Delete
« on: January 26, 2015, 05:45:58 pm »
So my game was working perfectly untill i made a scene, then later tried to delete it and now it wont delete, i cant edit it, but its just there. I am pretty sure that is what is stopping my game from working. i will include picture of log and  Here is what the error said:

Unexpected problem on thread AWT-EventQueue-0: null
java.lang.NullPointerException
   at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792)
   at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
   at org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
   at org.apache.commons.io.IOUtils.toByteArray(IOUtils.java:462)
   at stencyl.core.lib.io.read.SceneReader.readDataForEditor(SceneReader.java:849)
   at stencyl.core.lib.io.read.SceneReader.readData(SceneReader.java:873)
   at stencyl.core.lib.io.read.SceneReader.read(SceneReader.java:337)
   at stencyl.core.lib.scene.SceneModel.load(SceneModel.java:232)
   at stencyl.sw.app.doc.Workspace.onDeleteResource(Workspace.java:979)
   at stencyl.sw.app.doc.Workspace.broadcastEvent(Workspace.java:840)
   at stencyl.sw.app.center.AbstractPage.delete(AbstractPage.java:1413)
   at stencyl.sw.app.center.AbstractPage.actionPerformed(AbstractPage.java:1196)
   at stencyl.sw.actions.SAction.actionPerformed(SAction.java:121)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(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.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.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)

497
Resolved Questions / Re: Game not working but all of my other games work.
« on: January 26, 2015, 03:04:17 pm »
I got it to work! it turns out the 2x,3x,4x, and 5x were all checked under settings. i unchecked them, and now it works perfectly!

498
Resolved Questions / Re: Game not working but all of my other games work.
« on: January 26, 2015, 02:44:07 pm »
yes i can, thanks so much for looking into it.

499
Resolved Questions / Game not working but all of my other games work.
« on: January 26, 2015, 02:07:40 pm »
Hello,

I got stencyl a good month ago and i was going to buy pro version today, but i cant get the game i wanted to publish to work.

I made the game, and the log viewer says everything is a-ok! 8) , but i try it on flash player, it brings up the flash player screen that is just a white screen that isnt the size that i made the game to be. I have like 3 other games that i made, and they work fine.

I am kind of in a time crunch so if you know SOMETHING please let me know.

i will attach a picture of the screen and the log viewer.

Pages: 1 ... 32 33 34