Advertisement
JoshDreamland

Untitled

May 13th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. +++++Make completed successfully.++++++++++++++++++++++++++++++++++++
  2. `$exe` == '$exe': true
  3. Compiled game is clearly not a working module; cannot continue
  4. 13
  5. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  6. at java.lang.String.endsWith(Unknown Source)
  7. at org.enigma.EnigmaRunner.compile(EnigmaRunner.java:566)
  8. at org.enigma.EnigmaRunner.actionPerformed(EnigmaRunner.java:624)
  9. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  10. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  11. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  12. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  13. at javax.swing.AbstractButton.doClick(Unknown Source)
  14. at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
  15. at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
  16. Source)
  17. at java.awt.Component.processMouseEvent(Unknown Source)
  18. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  19. at java.awt.Component.processEvent(Unknown Source)
  20. at java.awt.Container.processEvent(Unknown Source)
  21. at java.awt.Component.dispatchEventImpl(Unknown Source)
  22. at java.awt.Container.dispatchEventImpl(Unknown Source)
  23. at java.awt.Component.dispatchEvent(Unknown Source)
  24. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  25. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  26. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  27. at java.awt.Container.dispatchEventImpl(Unknown Source)
  28. at java.awt.Window.dispatchEventImpl(Unknown Source)
  29. at java.awt.Component.dispatchEvent(Unknown Source)
  30. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  31. at java.awt.EventQueue.access$000(Unknown Source)
  32. at java.awt.EventQueue$1.run(Unknown Source)
  33. at java.awt.EventQueue$1.run(Unknown Source)
  34. at java.security.AccessController.doPrivileged(Native Method)
  35. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
  36. Source)
  37. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
  38. Source)
  39. at java.awt.EventQueue$2.run(Unknown Source)
  40. at java.awt.EventQueue$2.run(Unknown Source)
  41. at java.security.AccessController.doPrivileged(Native Method)
  42. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
  43. Source)
  44. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  45. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  46. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  47. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  48. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  49. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  50. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement