Перейти к содержанию

Ошибка при запуски сервера атернос


Рекомендуемые сообщения

В теме 1 сообщение

[16:10:13] [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'
2 [16:10:14] [ServerMain/INFO]: Loaded 7 recipes
3 [16:10:15] [Server thread/INFO]: Starting minecraft server version 1.20
4 [16:10:15] [Server thread/INFO]: Loading properties
5 [16:10:15] [Server thread/INFO]: This server is running Purpur version git-Purpur-1990 (MC: 1.20) (Implementing API version 1.20-R0.1-SNAPSHOT) (Git: 788c14f on HEAD)
6 [16:10:15] [Server thread/INFO]: Server Ping Player Sample Count: 12
7 [16:10:15] [Server thread/INFO]: Using 4 threads for Netty based IO
8 [16:10:15] [Server thread/INFO]: Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
9 [16:10:16] [Server thread/INFO]: Default game type: SURVIVAL
10 [16:10:16] [Server thread/INFO]: Generating keypair
11 [16:10:16] [Server thread/INFO]: Starting Minecraft server on *:55512
12 [16:10:16] [Server thread/INFO]: Using epoll channel type
13 [16:10:16] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
14 [16:10:16] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
15 [16:10:17] [Server thread/INFO]: Loading server plugin floodgate v2.2.2-SNAPSHOT (b59-2278589)
16 [16:10:17] [Server thread/INFO]: Took 481ms to boot Floodgate
17 [16:10:17] [Server thread/INFO]: Loading server plugin spark v1.10.42
18 [16:10:17] [Server thread/INFO]: Loading server plugin WorldEdit v7.2.15+6463-5ca4dff
19 [16:10:18] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@10fd205d]
20 [16:10:18] [Server thread/INFO]: Loading server plugin Geyser-Spigot v2.1.1-SNAPSHOT
21 [16:10:18] [Server thread/INFO]: Loading extensions...
22 [16:10:18] [Server thread/INFO]: Loaded 0 extension(s)
23 [16:10:18] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
24 [16:10:18] [Server thread/INFO]: Enabling WorldEdit v7.2.15+6463-5ca4dff
25 [16:10:18] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
26 [16:10:18] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
27 [16:10:18] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R1.PaperweightAdapter as the Bukkit adapter
28 [16:10:19] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
29 [16:10:19] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
30 [16:10:19] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
31 [16:10:19] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
32 [16:10:19] [Server thread/INFO]: Preparing level "world"
33 [16:10:19] [Server thread/INFO]: Force upgrading world
34 [16:10:19] [Server thread/INFO]: Counting regionfiles for world
35 [16:10:19] [Server thread/INFO]: Found 29 regionfiles to convert
36 [16:10:19] [Server thread/INFO]: Starting conversion now for world world
37 [16:10:19] [Server thread/INFO]: 0.00% completed (0 / 29696 chunks)...
38 [16:10:20] [Server thread/INFO]: 34.43% completed (10224 / 29696 chunks)...
39 [16:10:21] [Server thread/INFO]: 54.15% completed (16079 / 29696 chunks)...
40 [16:10:22] [Server thread/INFO]: 77.60% completed (23044 / 29696 chunks)...
41 [16:10:23] [Server thread/INFO]: 98.63% completed (29289 / 29696 chunks)...
42 [16:10:24] [Server thread/INFO]: Completed conversion. Took 6s, 0 out of 29696 chunks needed to be converted/modified (0.00%)
43 [16:10:25] [Server thread/INFO]: Force upgrading world_nether
44 [16:10:25] [Server thread/INFO]: Counting regionfiles for world_nether
45 [16:10:25] [Server thread/INFO]: Found 4 regionfiles to convert
46 [16:10:25] [Server thread/INFO]: Starting conversion now for world world_nether
47 [16:10:25] [Server thread/INFO]: 0.00% completed (0 / 4096 chunks)...
48 [16:10:26] [Server thread/INFO]: Completed conversion. Took 2s, 0 out of 4096 chunks needed to be converted/modified (0.00%)
49 [16:10:27] [Server thread/INFO]: Force upgrading world_the_end
50 [16:10:27] [Server thread/INFO]: Counting regionfiles for world_the_end
51 [16:10:27] [Server thread/INFO]: Found 4 regionfiles to convert
52 [16:10:27] [Server thread/INFO]: Starting conversion now for world world_the_end
53 [16:10:27] [Server thread/INFO]: 0.00% completed (0 / 4096 chunks)...
54 [16:10:28] [Server thread/INFO]: Completed conversion. Took 2s, 0 out of 4096 chunks needed to be converted/modified (0.00%)
55 [16:10:28] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
56 [16:10:28] [Tuinity Chunk System Worker #0/WARN]: java.lang.RuntimeException: Server attempted to load chunk saved with newer version of minecraft! 3465 > 3463
57 [16:10:28] [Tuinity Chunk System Worker #0/WARN]: at net.minecraft.world.level.chunk.storage.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:149)
58 [16:10:28] [Tuinity Chunk System Worker #0/WARN]: at io.papermc.paper.chunk.system.scheduling.ChunkLoadTask$ChunkDataLoadTask.runOffMain(ChunkLoadTask.java:338)
59 [16:10:28] [Tuinity Chunk System Worker #0/WARN]: at io.papermc.paper.chunk.system.scheduling.GenericDataLoadTask$ProcessOffMainTask.run(GenericDataLoadTask.java:307)
60 [16:10:28] [Tuinity Chunk System Worker #0/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue$PrioritisedTask.executeInternal(PrioritisedThreadedTaskQueue.java:351)
61 [16:10:28] [Tuinity Chunk System Worker #0/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue.executeTask(PrioritisedThreadedTaskQueue.java:118)
62 [16:10:28] [Tuinity Chunk System Worker #0/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:274)
63 [16:10:28] [Tuinity Chunk System Worker #0/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:62)
Ссылка на комментарий
Поделиться на другие сайты

Для публикации сообщений создайте учётную запись или авторизуйтесь

Вы должны быть пользователем, чтобы оставить комментарий

Создать учетную запись

Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!

Регистрация нового пользователя

Войти

Уже есть аккаунт? Войти в систему.

Войти
  • Последние посетители   0 пользователей онлайн

    • Ни одного зарегистрированного пользователя не просматривает данную страницу
×
×
  • Создать...