Opening this PDE file
Posted: Thu Sep 01, 2011 2:10 am
Hello I'm could use bit of help cracking open this game.
I was told by a friend that the PDE is the sweet spot and that one should put focus on that.
I tried opening it on the Processing Development Environment, but all it gave me were Java exceptions.
The PDE file is rather big and my connection is rather mediocre (DSL), so I'll upload the PDE file later.
I was told by a friend that the PDE is the sweet spot and that one should put focus on that.
I tried opening it on the Processing Development Environment, but all it gave me were Java exceptions.
Code: Select all
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOfRange(Arrays.java:3209)
at java.lang.String.<init>(String.java:215)
at java.io.BufferedReader.readLine(BufferedReader.java:331)
at java.io.BufferedReader.readLine(BufferedReader.java:362)
at processing.core.PApplet.loadStrings(Unknown Source)
at processing.core.PApplet.loadStrings(Unknown Source)
at processing.app.Base.loadFile(Base.java:2259)
at processing.app.SketchCode.load(SketchCode.java:275)
at processing.app.SketchCode.<init>(SketchCode.java:88)
at processing.app.Sketch.load(Sketch.java:187)
at processing.app.Sketch.<init>(Sketch.java:135)
at processing.app.Editor.handleOpenInternal(Editor.java:1846)
at processing.app.Base.handleOpenReplace(Base.java:768)
at processing.app.Base$4.actionPerformed(Base.java:1167)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:850)
at java.awt.Component.processMouseEvent(Component.java:6267)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6032)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4630)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
at java.awt.Container.dispatchEventImpl(Container.java:2085)