Hi, I can't open anymore my editor with this message, can you help me ?
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(Unknown Source)
at pl.betoncraft.betonquest.editor.model.PackageSet.parseStreams(PackageSet.java:274)
at pl.betoncraft.betonquest.editor.model.PackageSet.loadFromDirectory(PackageSet.java:193)
at pl.betoncraft.betonquest.editor.BetonQuestEditor.loadPreviousData(BetonQuestEditor.java:151)
at pl.betoncraft.betonquest.editor.BetonQuestEditor.start(BetonQuestEditor.java:102)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$4(WinApplication.java:186)
at java.lang.Thread.run(Unknown Source)
Hi, I can't open anymore my editor with this message, can you help me ?