Hi,
I downloaded the free version of Stencyl from the Stencyl website on my Macbook Pro, and it told me I need the latest version of Java. However, the version of Java it is asking me to download is Java version 8, but the latest, which I have, is 10.-something.
I tried right-clicking and opening the sw.jar file inside the Stencyl folder, using the jar launcher, and it told me I have insufficient workspace permissions.
The logs are as follows:
java.lang.StringIndexOutOfBoundsException: begin 0, end -1, length 6
at java.base/java.lang.String.checkBoundsBeginEnd(Unknown Source)
at java.base/java.lang.String.substring(Unknown Source)
at stencyl.sw.ext.ExtensionDependencyManager.load(ExtensionDependencyManager.java:39)
at stencyl.sw.SW.initExtensions(SW.java:833)
at stencyl.sw.SW.showWindow(SW.java:702)
at stencyl.sw.SW.access$100(SW.java:146)
at stencyl.sw.SW$1.run(SW.java:243)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue.access$600(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Any help would be greatly appreciated.
Thanks!!
I downloaded the free version of Stencyl from the Stencyl website on my Macbook Pro, and it told me I need the latest version of Java. However, the version of Java it is asking me to download is Java version 8, but the latest, which I have, is 10.-something.
I tried right-clicking and opening the sw.jar file inside the Stencyl folder, using the jar launcher, and it told me I have insufficient workspace permissions.
The logs are as follows:
java.lang.StringIndexOutOfBoundsException: begin 0, end -1, length 6
at java.base/java.lang.String.checkBoundsBeginEnd(Unknown Source)
at java.base/java.lang.String.substring(Unknown Source)
at stencyl.sw.ext.ExtensionDependencyManager.load(ExtensionDependencyManager.java:39)
at stencyl.sw.SW.initExtensions(SW.java:833)
at stencyl.sw.SW.showWindow(SW.java:702)
at stencyl.sw.SW.access$100(SW.java:146)
at stencyl.sw.SW$1.run(SW.java:243)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue.access$600(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Any help would be greatly appreciated.
Thanks!!