-
Notifications
You must be signed in to change notification settings - Fork 10
loading projects doesn't work #11
Copy link
Copy link
Open
Description
Hi,
when i tried to load the previous project, the error happened,
kotlin.UninitializedPropertyAccessException: lateinit property connectedJunction has not been initialized
at rnartistcore@0.2.17-SNAPSHOT/io.github.fjossinet.rnartist.core.model.JunctionDrawing.update(Drawings.kt:2567)
at rnartistcore@0.2.17-SNAPSHOT/io.github.fjossinet.rnartist.core.model.JunctionDrawing.setCurrentLayout(Drawings.kt:2221)
at rnartistcore@0.2.17-SNAPSHOT/io.github.fjossinet.rnartist.core.io.ParsersKt.parseProject(parsers.kt:431)
at rnartistcore@0.2.17-SNAPSHOT/io.github.fjossinet.rnartist.core.io.ParsersKt.parseJSON(parsers.kt:412)
at rnartist@1.0/io.github.fjossinet.rnartist.io.EmbeddedDB.getProject(EmbeddedDB.kt:28)
at rnartist@1.0/io.github.fjossinet.rnartist.gui.ProjectsPanel$ProjectCell$2$loadData$1.call(ProjectsPanel.kt:218)
at rnartist@1.0/io.github.fjossinet.rnartist.gui.ProjectsPanel$ProjectCell$2$loadData$1.call(ProjectsPanel.kt:215)
at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Task.java:1426)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:833)
and I also noticed that at the console, the error information of this showed up:
[INFO] --- exec-maven-plugin:3.0.0:exec (default-cli) @ rnartist ---
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Thank you very much,
My best,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels