@cssxsh 感谢大佬 成了
S
ShenHaiSu 发布的帖子
-
版本过低问题 code=45
原本版本过低,code是235。更新了Mirai Core的版本之后来到2.13.2 然后尝试登录。错误Code变成了45。
已尝试过的方法:
- 反复删除
device.json
文件重新生成。 - 使用
Mirai Device Generator
生成device.json
依然无效
部分信息:
Mirai-Core-all
2.13.2MCL
2.1.1
- 反复删除
-
bcprov-jdk15on的缺失问题
刚开始使用新版本,发现
org.bouncycastle:bcprov-jdk15on
的问题一直都没办法解决。- 我尝试过把
bcprov-jdk15on.jar
文件放在libs
文件夹里面但是无用
启动日志如下:
11:38:18 [INFO] iTX Technologies Mirai Console Loader version 2.1.2-61c8bd8 11:38:18 [INFO] Runtime: Java HotSpot(TM) 64-Bit Server VM 17.0.2 (arch: 64) 11:38:18 [INFO] https://github.com/iTXTech/mirai-console-loader 11:38:18 [INFO] This program is licensed under GNU AGPL v3 11:38:18 [ERROR] Failed to fetch announcement for "org.bouncycastle:bcprov-jdk15on" 11:38:18 [ERROR] Failed to fetch MCL announcement. 11:38:18 [INFO] Verifying "net.mamoe:mirai-console" v2.13.2 11:38:19 [INFO] Verifying "net.mamoe:mirai-console-terminal" v2.13.2 11:38:19 [INFO] Verifying "net.mamoe:mirai-core-all" v2.13.2 11:38:20 [INFO] Verifying "org.itxtech:mcl-addon" v2.1.1 11:38:20 [INFO] Verifying "org.bouncycastle:bcprov-jdk15on" 11:38:20 [ERROR] Failed to verify package "org.bouncycastle:bcprov-jdk15on" 11:38:20 [ERROR] javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake at java.net.http/jdk.internal.net.http.HttpClientImpl.send(HttpClientImpl.java:578) at java.net.http/jdk.internal.net.http.HttpClientFacade.send(HttpClientFacade.java:123) at org.itxtech.mcl.component.Repository.httpGet(Repository.java:211) at org.itxtech.mcl.component.Repository.httpGet(Repository.java:206) at org.itxtech.mcl.component.Repository.fetchPackage(Repository.java:84) at org.itxtech.mcl.module.builtin.RepoCache$RepoWithCache.fetchPackage(RepoCache.java:88) at org.itxtech.mcl.module.builtin.Updater.check(Updater.java:101) at org.itxtech.mcl.module.builtin.Updater.load(Updater.java:60) at org.itxtech.mcl.module.ModuleManager.phaseLoad(ModuleManager.java:117) at org.itxtech.mcl.Loader.lambda$start$3(Loader.java:190) at org.itxtech.mcl.Loader.tryCatching(Loader.java:151) at org.itxtech.mcl.Loader.start(Loader.java:190) at org.itxtech.mcl.Loader.main(Loader.java:84) Caused by: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake at java.net.http/jdk.internal.net.http.common.SSLTube.checkForHandshake(SSLTube.java:595) at java.net.http/jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.checkForHandshake(SSLTube.java:156) at java.net.http/jdk.internal.net.http.common.SSLFlowDelegate$Reader.errorCommon(SSLFlowDelegate.java:365) at java.net.http/jdk.internal.net.http.common.SubscriberWrapper.onError(SubscriberWrapper.java:410) at java.net.http/jdk.internal.net.http.SocketTube$InternalReadPublisher$ReadSubscription.signalCompletion(SocketTube.java:637) at java.net.http/jdk.internal.net.http.SocketTube$InternalReadPublisher$InternalReadSubscription.read(SocketTube.java:821) at java.net.http/jdk.internal.net.http.SocketTube$SocketFlowTask.run(SocketTube.java:181) at java.net.http/jdk.internal.net.http.common.SequentialScheduler$SchedulableTask.run(SequentialScheduler.java:230) at java.net.http/jdk.internal.net.http.common.SequentialScheduler.runOrSchedule(SequentialScheduler.java:303) at java.net.http/jdk.internal.net.http.common.SequentialScheduler.runOrSchedule(SequentialScheduler.java:256) at java.net.http/jdk.internal.net.http.SocketTube$InternalReadPublisher$InternalReadSubscription.signalReadable(SocketTube.java:774) at java.net.http/jdk.internal.net.http.SocketTube$InternalReadPublisher$ReadEvent.signalEvent(SocketTube.java:957) at java.net.http/jdk.internal.net.http.SocketTube$SocketFlowEvent.handle(SocketTube.java:253) at java.net.http/jdk.internal.net.http.HttpClientImpl$SelectorManager.handleEvent(HttpClientImpl.java:979) at java.net.http/jdk.internal.net.http.HttpClientImpl$SelectorManager.lambda$run$3(HttpClientImpl.java:934) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at java.net.http/jdk.internal.net.http.HttpClientImpl$SelectorManager.run(HttpClientImpl.java:934) Caused by: java.net.SocketException: Connection reset at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) at java.net.http/jdk.internal.net.http.SocketTube.readAvailable(SocketTube.java:1170) at java.net.http/jdk.internal.net.http.SocketTube$InternalReadPublisher$InternalReadSubscription.read(SocketTube.java:833) ... 11 more 11:38:20 [ERROR] java.nio.file.NoSuchFileException: libs\bcprov-jdk15on-.zip at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53) at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38) at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:199) at java.base/java.nio.file.Files.readAttributes(Files.java:1851) at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1264) at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:709) at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:243) at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:172) at java.base/java.util.jar.JarFile.<init>(JarFile.java:347) at java.base/java.util.jar.JarFile.<init>(JarFile.java:318) at java.base/java.util.jar.JarFile.<init>(JarFile.java:284) at org.itxtech.mcl.Utility.bootJars(Utility.java:83) at org.itxtech.mcl.Utility.bootJars(Utility.java:76) at org.itxtech.mcl.Utility.bootMirai(Utility.java:98) at org.itxtech.mcl.module.builtin.Boot.boot(Boot.java:113) at org.itxtech.mcl.module.ModuleManager.phaseBoot(ModuleManager.java:123) at org.itxtech.mcl.Loader.lambda$start$4(Loader.java:196) at org.itxtech.mcl.Loader.tryCatching(Loader.java:151) at org.itxtech.mcl.Loader.start(Loader.java:196) at org.itxtech.mcl.Loader.main(Loader.java:84)
- 我尝试过把
-
RE: mcl无法启动
使用的是
java version "17.0.2" 2022-01-18 LTS
Java(TM) SE Runtime Environment (build 17.0.2+8-LTS-86)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.2+8-LTS-86, mixed mode, sharing)