1.1.0用bat启动后,选择文件夹会有报错,点击运行会卡死然后在[Thread-5] INFO log - 开始新任务的日志之后继续报错
10月 17, 2025 1:07:59 上午 com.sun.javafx.application.PlatformImpl startup 警告: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @59906517' [JavaFX Application Thread] INFO log - 读取了4个文件/文件夹. Exception in thread "JavaFX Application Thread" java.lang.NoClassDefFoundError: animatefx/animation/ZoomIn at com.github.lunarconcerto.mrt.control.DirectoryCheckTreeCell.lambda$addListener$5(DirectoryCheckTreeCell.java:77) at com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(ExpressionHelper.java:360) at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80) at javafx.beans.property.BooleanPropertyBase.fireValueChangedEvent(BooleanPropertyBase.java:104) at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:111) at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145) at com.github.lunarconcerto.mrt.control.DirectoryCheckTreeItem.setChecked(DirectoryCheckTreeItem.java:154) at com.github.lunarconcerto.mrt.control.DirectoryCheckTreeCell.lambda$addListener$2(DirectoryCheckTreeCell.java:70) at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:181) at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80) at javafx.beans.property.BooleanPropertyBase.fireValueChangedEvent(BooleanPropertyBase.java:104) at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:111) at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145) at javafx.scene.control.CheckBox.setSelected(CheckBox.java:157) at javafx.scene.control.CheckBox.fire(CheckBox.java:237) at io.github.palexdev.materialfx.skins.MFXCheckboxSkin.lambda$addListeners$2(MFXCheckboxSkin.java:95) at com.sun.javafx.event.CompositeEventHandler$NormalEventFilterRecord.handleCapturingEvent(CompositeEventHandler.java:321) at com.sun.javafx.event.CompositeEventHandler.dispatchCapturingEvent(CompositeEventHandler.java:98) at com.sun.javafx.event.EventHandlerManager.dispatchCapturingEvent(EventHandlerManager.java:221) at com.sun.javafx.event.EventHandlerManager.dispatchCapturingEvent(EventHandlerManager.java:180) at com.sun.javafx.event.CompositeEventDispatcher.dispatchCapturingEvent(CompositeEventDispatcher.java:43) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:52) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74) at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54) at javafx.event.Event.fireEvent(Event.java:198) at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3599) at javafx.scene.Scene$MouseHandler.process(Scene.java:3903) at javafx.scene.Scene.processMouseEvent(Scene.java:1887) at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2620) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:411) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:301) at java.base/java.security.AccessController.doPrivileged(Unknown Source) at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:450) at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:424) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:449) at com.sun.glass.ui.View.handleMouseEvent(View.java:551) at com.sun.glass.ui.View.notifyMouse(View.java:937) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:184) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: animatefx.animation.ZoomIn at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ... 57 more [Thread-5] INFO log - 开始新任务. Exception in thread "Thread-5" java.lang.NoClassDefFoundError: org/jsoup/Jsoup at com.github.lunarconcerto.mrt.rule.impl.DlsiteOnseiElement$DlsiteOnseiEditor.getInformationUseSourceName(DlsiteOnseiElement.java:210) at com.github.lunarconcerto.mrt.rule.impl.DlsiteOnseiElement$DlsiteOnseiEditor.lambda$getInformation$0(DlsiteOnseiElement.java:192) at java.base/java.util.Optional.orElseGet(Unknown Source) at com.github.lunarconcerto.mrt.rule.impl.DlsiteOnseiElement$DlsiteOnseiEditor.getInformation(DlsiteOnseiElement.java:192) at com.github.lunarconcerto.mrt.rule.impl.DlsiteOnseiElement$DlsiteOnseiEditor.doEdit(DlsiteOnseiElement.java:180) at com.github.lunarconcerto.mrt.task.FileRenameTask.lambda$buildTargetNewName$1(FileRenameTask.java:109) at java.base/java.util.ArrayList.forEach(Unknown Source) at com.github.lunarconcerto.mrt.task.FileRenameTask.buildTargetNewName(FileRenameTask.java:109) at com.github.lunarconcerto.mrt.task.FileRenameTask.buildTargetNewName(FileRenameTask.java:97) at com.github.lunarconcerto.mrt.task.FileRenameTask.startRenameProgress(FileRenameTask.java:72) at com.github.lunarconcerto.mrt.util.Worker$1.run(Worker.java:20) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: org.jsoup.Jsoup at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ... 12 more