Aeonss / StitchTool

Essential program for Webtoon creators and translation groups. Image stitcher, splitter, denoiser, upscaler, and watermarking tool.
https://www.jdeploy.com/~stitchtool
MIT License
47 stars 5 forks source link

The program won't open. #16

Open NinjaScoutZ opened 3 weeks ago

NinjaScoutZ commented 3 weeks ago

I don't know what happened, but sometimes the program will say that it cannot be stich. When I close the program and open it again, it will not open even if I uninstall and reinstall it.

NinjaScoutZ commented 3 weeks ago

when i run by jar. Exception in Application start method Exception in thread "main" java.lang.RuntimeException: Exception in Application start method at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source) at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: javafx.fxml.LoadException: file:/C:/Users/dansa/Downloads/StitchTool_v4.0.6.jar!/stitch.fxml

    at javafx.fxml/javafx.fxml.FXMLLoader.constructLoadException(Unknown Source)
    at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
    at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
    at javafx.fxml/javafx.fxml.FXMLLoader.load(Unknown Source)
    at Stitch.start(Stitch.java:27)
    at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(Unknown Source)
    at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(Unknown Source)
    at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source)
    at java.base/java.security.AccessController.doPrivileged(Unknown Source)
    at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(Unknown Source)
    at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
    at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source)
    ... 1 more

Caused by: java.lang.NullPointerException at java.base/java.io.File.(Unknown Source) at Controller.initialize(Controller.java:135)