DreamVoid / MiraiMC

【CSDN你妈死了】适用于Minecraft服务器的Mirai机器人
https://docs.miraimc.dreamvoid.me
GNU Affero General Public License v3.0
178 stars 15 forks source link

QQ机器人无法正常登陆 #434

Closed pangzai82008 closed 11 months ago

pangzai82008 commented 12 months ago

问题描述

QQ登陆服务端报错

复现方法

  1. 安装插件
  2. 登陆QQ
  3. 设备锁验证后出现

服务端类型

Bukkit

服务端版本

spigot-1.19.3

MiraiMC 插件版本

1.7.1

服务端日志

Administrator@CLOUD10004 D:\MCServer\yhtown
# java -Xmx8G -Xms6G -jar spigot-1.19.3.jar nogui
Unbundling libraries to D:\MCServer\yhtown\bundler
Starting server
Loading libraries, please wait...
[18:16:10] [ServerMain/INFO]: Building unoptimized datafixer
[18:16:12] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[18:16:14] [ServerMain/INFO]: Loaded 7 recipes
[18:16:10] [ServerMain/INFO]: Building unoptimized datafixer
[18:16:12] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[18:16:14] [ServerMain/INFO]: Loaded 7 recipes
[18:16:15] [Server thread/INFO]: Starting minecraft server version 1.19.3
[18:16:15] [Server thread/INFO]: Loading properties
[18:16:16] [Server thread/INFO]: This server is running CraftBukkit version 3670-Spigot-454acb7-bd29f41 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT)
[18:16:16] [Server thread/INFO]: Debug logging is disabled
[18:16:16] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:16:16] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:16:16] [Server thread/INFO]: Default game type: SURVIVAL
[18:16:16] [Server thread/INFO]: Generating keypair
[18:16:16] [Server thread/INFO]: Starting Minecraft server on *:25565
[18:16:16] [Server thread/INFO]: Using default channel type
[18:16:16] [Server thread/ERROR]: Could not load 'plugins\AllMusic_Server_Bukkit-2.18.11-all.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:178) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:144) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_19_R2.CraftServer.loadPlugins(CraftServer.java:428) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
        at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:219) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:973) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.util.zip.ZipException: zip END header not found
        at java.util.zip.ZipFile$Source.findEND(ZipFile.java:1469) ~[?:?]
        at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1477) ~[?:?]
        at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1315) ~[?:?]
        at java.util.zip.ZipFile$Source.get(ZipFile.java:1277) ~[?:?]
        at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:709) ~[?:?]
        at java.util.zip.ZipFile.<init>(ZipFile.java:243) ~[?:?]
        at java.util.zip.ZipFile.<init>(ZipFile.java:172) ~[?:?]
        at java.util.jar.JarFile.<init>(JarFile.java:347) ~[?:?]
        at java.util.jar.JarFile.<init>(JarFile.java:318) ~[?:?]
        at java.util.jar.JarFile.<init>(JarFile.java:284) ~[?:?]
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:166) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
        ... 6 more
[18:16:16] [Server thread/ERROR]: Could not load 'plugins\spigot-1.19.3.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:170) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:144) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_19_R2.CraftServer.loadPlugins(CraftServer.java:428) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
        at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:219) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:973) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
        ... 7 more
[18:16:17] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[18:16:23] [Server thread/WARN]: Legacy plugin MultiWorld v5.2.8 does not specify an api-version.
[18:16:23] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.8
[18:16:23] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.15+6463-5ca4dff
[18:16:24] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1c71ee02]
[18:16:24] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.3
[18:16:24] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.3.0
[18:16:24] [Server thread/INFO]: [MiraiMC] Loading MiraiMC v1.7.1
[18:16:25] [Server thread/INFO]: [MiraiMC] Verifying mirai-core-all-2.13.2.jar
[18:16:26] [Server thread/INFO]: [MiraiMC] Loading library plugins\MiraiMC\MiraiBot\libs\mirai-core-all-2.13.2.jar
[18:16:26] [Server thread/INFO]: [MOTD] Loading MOTD v2.3.9
[18:16:26] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.7.0
[18:16:26] [Server thread/INFO]: [ViaVersion] ViaVersion 4.7.0 is now loaded. Registering protocol transformers and injecting...
[18:16:27] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[18:16:27] [Server thread/INFO]: [ViaBackwards] Loading translations...
[18:16:27] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[18:16:27] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[18:16:27] [Server thread/INFO]: [floodgate] Loading floodgate v2.2.2-SNAPSHOT (b59-2278589)
[18:16:28] [Server thread/INFO]: [floodgate] 成功启动 Floodgate,耗时648ms
[18:16:28] [Server thread/INFO]: [ServersNPC] Loading ServersNPC v4.2
[18:16:28] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.7.0
[18:16:28] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0
[18:16:29] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.8+33cdb4a
[18:16:29] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.3
[18:16:29] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v2.0.3
[18:16:29] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.98
[18:16:29] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v4.0.4
[18:16:29] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.1-dev+29-6012959
[18:16:29] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.20.1-dev+29-6012959
[18:16:29] [Server thread/INFO]: [MultiLogin] Loading MultiLogin v0.6.6
[18:16:30] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.1.2-SNAPSHOT
[18:16:30] [Server thread/INFO]: [Geyser-Spigot] 正在加载插件...
[18:16:30] [Server thread/INFO]: [Geyser-Spigot] 已加载 0 个插件
[18:16:30] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.5.20
[18:16:30] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.1-dev+29-6012959
[18:16:30] [Server thread/INFO]: [TabList] Loading TabList v5.7.3
[18:16:30] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.15+6463-5ca4dff
[18:16:30] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[18:16:30] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[18:16:31] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R2.PaperweightAdapter as the Bukkit adapter
[18:16:32] [Server thread/INFO]: [WorldEdit] ====================================================
[18:16:32] [Server thread/INFO]: [WorldEdit]  WorldEdit works better if you use Paper
[18:16:32] [Server thread/INFO]: [WorldEdit]  as your server software.
[18:16:32] [Server thread/INFO]: [WorldEdit]
[18:16:32] [Server thread/INFO]: [WorldEdit]  Paper offers significant performance improvements,
[18:16:32] [Server thread/INFO]: [WorldEdit]  bug fixes, security enhancements and optional
[18:16:32] [Server thread/INFO]: [WorldEdit]  features for server owners to enhance their server.
[18:16:32] [Server thread/INFO]: [WorldEdit]
[18:16:32] [Server thread/INFO]: [WorldEdit]  Paper includes Timings v2, which is significantly
[18:16:32] [Server thread/INFO]: [WorldEdit]  better at diagnosing lag problems over v1.
[18:16:32] [Server thread/INFO]: [WorldEdit]
[18:16:32] [Server thread/INFO]: [WorldEdit]  All of your plugins should still work, and the
[18:16:32] [Server thread/INFO]: [WorldEdit]  Paper community will gladly help you fix any issues.
[18:16:32] [Server thread/INFO]: [WorldEdit]
[18:16:32] [Server thread/INFO]: [WorldEdit]  Join the Paper Community @ https://papermc.io
[18:16:32] [Server thread/INFO]: [WorldEdit] ====================================================
[18:16:32] [Server thread/INFO]: [MOTD] Enabling MOTD v2.3.9
[18:16:32] [Server thread/INFO]: [MOTD] [Placeholder] PlaceholderAPI hooked.
[18:16:32] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0
[18:16:32] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.3
[18:16:32] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.98
[18:16:33] [Server thread/INFO]:         __
[18:16:33] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.98
[18:16:33] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
[18:16:33] [Server thread/INFO]:
[18:16:33] [Server thread/INFO]: [LuckPerms] Loading configuration...
[18:16:33] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[18:16:34] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[18:16:34] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[18:16:35] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2558ms)
[18:16:35] [Server thread/INFO]: Preparing level "world"
[18:16:35] [Server thread/INFO]: -------- World Settings For [world] --------
[18:16:35] [Server thread/INFO]: View Distance: 10
[18:16:35] [Server thread/INFO]: Simulation Distance: 10
[18:16:35] [Server thread/INFO]: Item Despawn Rate: 6000
[18:16:35] [Server thread/INFO]: Item Merge Radius: 2.5
[18:16:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:16:35] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:16:35] [Server thread/INFO]: Mob Spawn Range: 6
[18:16:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:16:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:16:35] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:16:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[18:16:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[18:16:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[18:16:35] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:16:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:16:35] [Server thread/INFO]: Max TNT Explosions: 100
[18:16:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:16:36] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:16:36] [Server thread/INFO]: View Distance: 10
[18:16:36] [Server thread/INFO]: Simulation Distance: 10
[18:16:36] [Server thread/INFO]: Item Despawn Rate: 6000
[18:16:36] [Server thread/INFO]: Item Merge Radius: 2.5
[18:16:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:16:36] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:16:36] [Server thread/INFO]: Mob Spawn Range: 6
[18:16:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:16:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:16:36] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:16:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[18:16:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[18:16:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[18:16:36] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:16:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:16:36] [Server thread/INFO]: Max TNT Explosions: 100
[18:16:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:16:40] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[18:16:40] [Server thread/INFO]: View Distance: 10
[18:16:40] [Server thread/INFO]: Simulation Distance: 10
[18:16:40] [Server thread/INFO]: Item Despawn Rate: 6000
[18:16:40] [Server thread/INFO]: Item Merge Radius: 2.5
[18:16:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:16:40] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:16:40] [Server thread/INFO]: Mob Spawn Range: 6
[18:16:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:16:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:16:40] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:16:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[18:16:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[18:16:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[18:16:40] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:16:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:16:40] [Server thread/INFO]: Max TNT Explosions: 100
[18:16:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:16:40] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[18:16:46] [Worker-Main-3/INFO]: Preparing spawn area: 1%
[18:16:47] [Worker-Main-1/INFO]: Preparing spawn area: 53%
[18:16:47] [Worker-Main-1/INFO]: Preparing spawn area: 92%
[18:16:47] [Server thread/INFO]: Time elapsed: 7536 ms
[18:16:47] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[18:16:51] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:16:51] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[18:16:51] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[18:16:51] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[18:16:51] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[18:16:51] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[18:16:51] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[18:16:51] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:16:51] [Worker-Main-2/INFO]: Preparing spawn area: 40%
[18:16:52] [Server thread/INFO]: Time elapsed: 4517 ms
[18:16:52] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[18:16:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:16:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:16:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:16:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:16:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:16:55] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[18:16:55] [Worker-Main-2/INFO]: Preparing spawn area: 3%
[18:16:55] [Worker-Main-3/INFO]: Preparing spawn area: 62%
[18:16:56] [Server thread/INFO]: Time elapsed: 3824 ms
[18:16:56] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.8
[18:16:56] [Server thread/INFO]: [MultiWorld] v5.2.8 enabled.
[18:16:56] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
[18:16:56] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[18:16:56] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
[18:16:56] [Server thread/WARN]: [MiraiMC] Loaded class me.leoko.advancedban.shaded.org.hsqldb.jdbc.JDBCDriver from AdvancedBan v2.3.0 which is not a depend or softdepend of this plugin.
[18:16:56] [Server thread/INFO]: HikariPool-1 - Starting...
[18:16:56] [Server thread/INFO]: HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
[18:16:56] [Server thread/INFO]: HikariPool-1 - Start completed.
[18:16:57] [Server thread/INFO]:
[18:16:57] [Server thread/INFO]:
[18:16:57] [Server thread/INFO]: []=====[Enabling AdvancedBan]=====[]
[18:16:57] [Server thread/INFO]: | Information:
[18:16:57] [Server thread/INFO]: |   Name: AdvancedBan
[18:16:57] [Server thread/INFO]: |   Developer: Leoko
[18:16:57] [Server thread/INFO]: |   Version: 2.3.0
[18:16:57] [Server thread/INFO]: |   Storage: HSQLDB (local)
[18:16:57] [Server thread/INFO]: | Support:
[18:16:57] [Server thread/INFO]: |   Github: https://github.com/DevLeoko/AdvancedBan/issues
[18:16:57] [Server thread/INFO]: |   Discord: https://discord.gg/ycDG6rS
[18:16:57] [Server thread/INFO]: | Twitter: @LeokoGar
[18:16:57] [Server thread/INFO]: | Update:
[18:16:57] [Server thread/INFO]: |   You have the newest version
[18:16:57] [Server thread/INFO]: []================================[]
[18:16:57] [Server thread/INFO]:
[18:16:57] [Server thread/INFO]: [MiraiMC] Enabling MiraiMC v1.7.1
[18:16:57] [Server thread/INFO]: [MiraiMC] Mirai working dir: default
[18:16:57] [Server thread/INFO]: [MiraiMC] Starting Mirai-Events listener.
[18:16:58] [Server thread/INFO]: [MiraiMC] Loading auto-login file.
[18:16:58] [Server thread/INFO]: [MiraiMC] Registering commands.
[18:16:58] [Server thread/INFO]: [MiraiMC] Registering events.
[18:16:58] [Server thread/INFO]: [MiraiMC] Initializing SQLite database.
[18:16:58] [Server thread/INFO]: [MiraiMC] Initializing bStats metrics.
[18:16:58] [Server thread/WARN]: [MiraiMC] 确保您正在使用开源的MiraiMC插件,未知来源的插件可能会盗取您的账号!
[18:16:58] [Server thread/WARN]: [MiraiMC] 请始终从Github或作者指定的其他途径下载插件: https://github.com/DreamVoid/MiraiMC
[18:16:58] [Server thread/INFO]: [MiraiMC] All tasks done. Welcome to use MiraiMC!
[18:16:58] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.7.0
[18:16:58] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.2-SNAPSHOT (b59-2278589)
[18:16:58] [Server thread/INFO]: [ServersNPC] Enabling ServersNPC v4.2
[18:16:58] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.7.0
[18:16:58] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.8+33cdb4a
[18:16:58] [Server thread/WARN]: [WorldGuard] Loaded class me.leoko.advancedban.shaded.org.hsqldb.jdbc.JDBCDriver from AdvancedBan v2.3.0 which is not a depend or softdepend of this plugin.
[18:16:58] [Server thread/ERROR]: No TreeType mapping for TreeGenerator.TreeType.CHERRY
[18:16:58] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[18:16:58] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[18:16:58] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[18:16:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[18:16:58] [Server thread/INFO]: [WorldGuard] Loading region data...
[18:16:59] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
[18:16:59] [Server thread/WARN]: [CoreProtect] Loaded class me.leoko.advancedban.shaded.org.hsqldb.jdbc.JDBCDriver from AdvancedBan v2.3.0 which is not a depend or softdepend of this plugin.
[18:16:59] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[18:16:59] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[18:16:59] [Server thread/INFO]: --------------------
[18:16:59] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[18:16:59] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[18:16:59] [Server thread/INFO]: --------------------
[18:16:59] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v4.0.4
[18:16:59] [Server thread/WARN]: [ChestCommands] Couldn't find Vault and a compatible economy plugin! Money-related features will not work.
[18:16:59] [Server thread/INFO]: [ChestCommands] Hooked PlaceholderAPI
[18:16:59] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1-dev+29-6012959
[18:16:59] [Server thread/ERROR]: You are running an unsupported server version!
[18:16:59] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[18:16:59] [Server thread/INFO]: No kits found to migrate.
[18:16:59] [Server thread/INFO]: Loaded 39094 items from items.json.
[18:16:59] [Server thread/INFO]: Using locale zh
[18:16:59] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[18:16:59] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[18:16:59] [Server thread/WARN]: Detected supported permissions plugin LuckPerms without Vault installed.
[18:16:59] [Server thread/WARN]: Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
[18:16:59] [Server thread/INFO]: Using superperms-based permissions.
[18:16:59] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.20.1-dev+29-6012959
[18:16:59] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[18:16:59] [Server thread/INFO]: [MultiLogin] Enabling MultiLogin v0.6.6
[18:16:59] [Server thread/INFO]:  __  __       _ _   _ _                _
[18:16:59] [Server thread/INFO]: |  \/  |_   _| | |_(_) |    ___   __ _(_)_ __
[18:16:59] [Server thread/INFO]: | |\/| | | | | | __| | |   / _ \ / _` | | '_ \
[18:16:59] [Server thread/INFO]: | |  | | |_| | | |_| | |__| (_) | (_| | | | | |
[18:16:59] [Server thread/INFO]: |_|  |_|\__,_|_|\__|_|_____\___/ \__, |_|_| |_|
[18:16:59] [Server thread/INFO]:                                  |___/
[18:16:59] [Server thread/WARN]: [MultiLogin] Loaded class org.geysermc.floodgate.api.handshake.HandshakeHandler from floodgate v2.2.2-SNAPSHOT (b59-2278589) which is not a depend or softdepend of this plugin.
[18:16:59] [Server thread/INFO]: [MultiLogin] Floodgate detected, service registered.
[18:16:59] [Server thread/INFO]: [MultiLogin] Extract: examples/floodgate.yml
[18:16:59] [Server thread/INFO]: [MultiLogin] Extract: examples/littleskin.yml
[18:16:59] [Server thread/INFO]: [MultiLogin] Extract: examples/offical.yml
[18:16:59] [Server thread/INFO]: [MultiLogin] Extract: examples/template_cn_full.yml
[18:17:00] [Server thread/INFO]: [MultiLogin] Add a authentication service with id 0 and name Official.
[18:17:00] [Server thread/INFO]: [MultiLogin] Add a authentication service with id 1 and name Little Skin.
[18:17:00] [Server thread/INFO]: [MultiLogin] Added 2 authentication services.
[18:17:00] [Server thread/INFO]: [MultiLogin] Loaded, using MultiLogin v0.6.6 on CraftBukkit - 3670-Spigot-454acb7-bd29f41 (MC: 1.19.3)
[18:17:00] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.1.2-SNAPSHOT
[18:17:00] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.5.20
[18:17:00] [Server thread/INFO]: [NametagEdit] Successfully loaded using bukkit version: v1_19_R2
[18:17:00] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
[18:17:00] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.1-dev+29-6012959
[18:17:00] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[18:17:00] [Server thread/INFO]: [TabList] Enabling TabList v5.7.3
[18:17:00] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.11.3
[18:17:00] [Server thread/INFO]: [TabList] > Enabled v5.7.3 (80ms)
[18:17:00] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:17:00] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[18:17:00] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[18:17:00] [Server thread/INFO]: [Geyser-Spigot]
[18:17:00] [Server thread/INFO]: [Geyser-Spigot] 加载 Geyser 中, 版本 2.1.2-SNAPSHOT (git-master-c1d8009)
[18:17:00] [Server thread/INFO]: [Geyser-Spigot]
[18:17:00] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[18:17:05] [Server thread/WARN]: [Geyser-Spigot] Loaded class io.netty.channel.kqueue.KQueue from MiraiMC v1.7.1 which is not a depend or softdepend of this plugin.
[18:17:05] [Server thread/INFO]: [Geyser-Spigot] Geyser正在启动 0.0.0.0:19132
[18:17:05] [Server thread/INFO]: [Geyser-Spigot] 完成 (4.561s)! 执行/geyser help 来获取帮助信息!
[18:17:05] [Server thread/INFO]: Done (30.563s)! For help, type "help"
[18:17:05] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.19.3 (761)
[18:17:05] [Craft Scheduler Thread - 2/INFO]: [MiraiMC] [AutoLogin] Starting auto login task.
[18:17:05] [Craft Scheduler Thread - 3/INFO]: [MiraiMC] Checking update...
[18:17:05] [Craft Scheduler Thread - 3/INFO]: [MiraiMC] You are using the latest version!
[18:17:05] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[18:17:05] [Craft Scheduler Thread - 2/INFO]: §6正在获取版本信息...
[18:17:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [2.0.1]
[18:17:05] [Server thread/INFO]: 1 placeholder hook(s) registered!
[18:17:05] [Craft Scheduler Thread - 9/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[18:17:06] [Craft Scheduler Thread - 2/WARN]: §4你正在运行的EssentialsX已落后§c8§4个开发版本!
[18:17:06] [Craft Scheduler Thread - 2/WARN]: §4在此处下载:§chttps://essentialsx.net/downloads.html
[18:17:07] [Craft Scheduler Thread - 8/INFO]: [MiraiMC] ========== [ MiraiMC 公告版 ] ==========
[18:17:07] [Craft Scheduler Thread - 8/INFO]: [MiraiMC] 1.8-rc1 已发布,为 Folia 提供了支持。
[18:17:07] [Craft Scheduler Thread - 8/INFO]: [MiraiMC] 如有需要可更新使用。
[18:17:07] [Craft Scheduler Thread - 8/INFO]: [MiraiMC] =======================================
[18:18:10] [User Authenticator #1/INFO]: [MultiLogin] Pang_Zai(uuid: 2e2287ec-6fa4-40d1-b4e0-d8b9cfb203fe) from authentication service Official(yid: 0) has been authenticated, profile redirected to Pang_Zai(uuid: 2e2287ec-6fa4-40d1-b4e0-d8b9cfb203fe).
[18:18:10] [User Authenticator #1/INFO]: UUID of player Pang_Zai is 2e2287ec-6fa4-40d1-b4e0-d8b9cfb203fe
[18:18:10] [Server thread/INFO]: Pang_Zai joined the game
[18:18:11] [Server thread/INFO]: Pang_Zai[/172.16.0.1:6506] logged in with entity id 278 at ([world]0.34749383110570764, 103.0, 2.8279393872363285)
>op pang_zai
[18:18:25] [Server thread/INFO]: Made Pang_Zai a server operator
[18:19:16] [Server thread/INFO]: Pang_Zai issued server command: /mirai login 3514079808 zz20080228 ANDROID_PHONE
[18:19:16] [Craft Scheduler Thread - 14/INFO]: [MiraiMC] 登录新的机器人账号: 3514079808, 协议: ANDROID_PHONE
[18:19:17] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] ECDH key is invalid, start to fetch ecdh public key from server.
[18:19:18] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] Successfully fetched ecdh public key from server.
[18:19:18] [Thread-31/WARN]: [MiraiMC] 当前登录的QQ(3514079808)需要滑动验证码验证
[18:19:18] [Thread-31/WARN]: [MiraiMC] 请打开以下链接进行验证
[18:19:18] [Thread-31/WARN]: [MiraiMC] https://ssl.captcha.qq.com/template/wireless_mqq_captcha.html?style=simple&aid=16&uin=3514079808&sid=6681050243137943852&cap_cd=U_2OfP7hpzenyEJyiFT6BShLgU_ndJxllMfLbCgs2T3W1FBNtpKNJQ**&clientype=1&apptype=2
[18:19:18] [Thread-31/WARN]: [MiraiMC] 验证完成后,请输入指令 /miraiverify captcha 3514079808 <ticket>
[18:19:18] [Thread-31/WARN]: [MiraiMC] 如需取消登录,请输入指令 /miraiverify cancel 3514079808
[18:19:18] [Thread-31/WARN]: [MiraiMC] 如需帮助,请参阅: https://docs.miraimc.dreamvoid.me/troubleshoot/verify-guide#slide-captcha
[18:20:18] [Server thread/INFO]: Pang_Zai issued server command: /miraiverify captcha 3514079808 t03IZxWhVSHXPBSUodTkmTHIeA-9igqR-rPtJFuRL-fW8dVlnkyeQJzQJstUMfl3H3XflIr9_GaVkDtr0Xq0F7-U_3Hb7bgM3-xdOtHwg48cJw5XV6-cAyE2Zz-v4RyUetPm9zk81sGGdjazHDzUAv1zabMVg-Fsum5nZM3VamFIlH869P4oBQjMNWHXuqCT5Nz92wc3S7L-to*
[18:20:18] [Thread-34/WARN]: [MiraiMC] 当前登录的QQ(3514079808)需要设备锁验证
[18:20:18] [Thread-34/WARN]: [MiraiMC] 请打开以下链接进行验证
[18:20:18] [Thread-34/WARN]: [MiraiMC] https://accounts.qq.com/safe/verify?_wv=2&_wwv=128&envfrom=double-check&uin=3514079808&sig=fE49tE73csg%2BeB3aWS7c4pscN3lrP1WRrpjR1pXd08ZdTYE7ZvoH7rKUr3%2BbADGKIbEdOibbzhHkGBbFiPpDMxlD8KGMrvhz25OffeyV31w%3D
[18:20:18] [Thread-34/WARN]: [MiraiMC] 验证完成后,请输入指令 /miraiverify unsafedevice 3514079808
[18:20:18] [Thread-34/WARN]: [MiraiMC] 如需取消登录,请输入指令 /miraiverify cancel 3514079808
[18:20:18] [Thread-34/WARN]: [MiraiMC] 如需帮助,请参阅: https://docs.miraimc.dreamvoid.me/troubleshoot/verify-guide#device-locker
[18:21:27] [Server thread/INFO]: Pang_Zai issued server command: /miraiverify unsafedevice 3514079808
[18:21:27] [nioEventLoopGroup-7-1/ERROR]: [MiraiMC] Exception in decoding packet.
net.mamoe.mirai.internal.utils.crypto.DecryptionFailedException: null
        at net.mamoe.mirai.internal.utils.crypto.TEA.fail(TEA.kt:299) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.utils.crypto.TEA.doOption$decrypt(TEA.kt:275) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.utils.crypto.TEA.doOption(TEA.kt:295) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.utils.crypto.TEA.decrypt(TEA.kt:319) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.utils.crypto.TEA.decrypt$default(TEA.kt:318) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.protocol.packet.login.wtlogin.WtLoginExt.analyzeTlv106(WtLoginExt.kt:623) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.protocol.packet.login.WtLogin$Login.onLoginSuccess(WtLogin.kt:368) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.protocol.packet.login.WtLogin$Login.decode(WtLogin.kt:231) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.components.PacketCodecImpl.processBody(PacketCodec.kt:491) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline.processBody(CommonNetworkHandler.kt:157) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline.access$processBody(CommonNetworkHandler.kt:102) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline$1$3$1.invokeSuspend(CommonNetworkHandler.kt:126) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline$1$3$1.invoke(CommonNetworkHandler.kt) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline$1$3$1.invoke(CommonNetworkHandler.kt) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:55) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:112) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.BuildersKt.launch(Unknown Source) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:47) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline$1.invokeSuspend(CommonNetworkHandler.kt:126) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) ~[netty-transport-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
[18:21:27] [DefaultDispatcher-worker-3/WARN]: [MiraiMC] Exception in resumeConnection.
net.mamoe.mirai.internal.utils.crypto.DecryptionFailedException: null
        at net.mamoe.mirai.internal.utils.crypto.TEA.fail(TEA.kt:299) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.utils.crypto.TEA.doOption$decrypt(TEA.kt:275) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.utils.crypto.TEA.doOption(TEA.kt:295) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.utils.crypto.TEA.decrypt(TEA.kt:319) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.utils.crypto.TEA.decrypt$default(TEA.kt:318) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.protocol.packet.login.wtlogin.WtLoginExt.analyzeTlv106(WtLoginExt.kt:623) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.protocol.packet.login.WtLogin$Login.onLoginSuccess(WtLogin.kt:368) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.protocol.packet.login.WtLogin$Login.decode(WtLogin.kt:231) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.components.PacketCodecImpl.processBody(PacketCodec.kt:491) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline.processBody(CommonNetworkHandler.kt:157) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline.access$processBody(CommonNetworkHandler.kt:102) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline$1$3$1.invokeSuspend(CommonNetworkHandler.kt:126) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline$1$3$1.invoke(CommonNetworkHandler.kt) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline$1$3$1.invoke(CommonNetworkHandler.kt) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:55) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:112) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.BuildersKt.launch(Unknown Source) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:47) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$PacketDecodePipeline$1.invokeSuspend(CommonNetworkHandler.kt:126) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) ~[mirai-core-all-2.13.2.jar:2.13.2]
        at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) ~[netty-transport-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.82.Final.jar:4.1.82.Final]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
[18:21:27] [DefaultDispatcher-worker-3/WARN]: [MiraiMC] Network selector received exception, closing bot. (net.mamoe.mirai.internal.utils.crypto.DecryptionFailedException)
[18:21:27] [DefaultDispatcher-worker-3/INFO]: [MiraiMC] Bot cancelled: Bot closed
[18:21:27] [Craft Scheduler Thread - 14/WARN]: [MiraiMC] 登录机器人时出现异常,原因: null
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]: java.net.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:325)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:484)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:478)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1461)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1065)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:825)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:760)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:784)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1688)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.net.URL.openStream(URL.java:1161)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at hu.montlikadani.tablist.utils.UpdateDownloader.lambda$checkFromGithub$0(UpdateDownloader.java:31)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
[18:21:56] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[18:25:26] [Server thread/INFO]: Pang_Zai issued server command: /mirai version
>
>miraimc version
[18:25:38] [Server thread/INFO]: 未知或不完整的命令,请输入 /miraimc help 查看帮助!
>miraimc
[18:25:42] [Server thread/INFO]: This server is running MiraiMC version 1.7.1 by DreamVoid
[18:25:42] [Server thread/INFO]: For help, type /miraimc help
>miraimc

额外说明

No response

协议

DreamVoid commented 12 months ago

尝试更新到最新开发版