Обсудим Не могут зайти игроки на сервер с LunarClient

V2olent

Пользователь
Сообщения
39
Кто то шарит почему на мой сервер игроки с LunarClient зайти не могут Connection refused: no further information, был бы рад если кто знает
 
1. Проблемы в фаерволе
2. Неверный ип
3. Проблема на стороне антифрикции lunar client
4. Какой-то плагин блокирует подключение

Ваще, если обычные клиенты работают - тут ваще тебя волновать ниче не должно, если ты конечно сам не лез в интеграцию или взаимодействие с lunar client через сервер. Любые ошибки сторонних клиентов это забота создателей этих клиентов, а не твоя.
 
1. Проблемы в фаерволе
2. Неверный ип
3. Проблема на стороне антифрикции lunar client
4. Какой-то плагин блокирует подключение

Ваще, если обычные клиенты работают - тут ваще тебя волновать ниче не должно, если ты конечно сам не лез в интеграцию или взаимодействие с lunar client через сервер. Любые ошибки сторонних клиентов это забота создателей этих клиентов, а не твоя.
может ли такое быть что из-за того что игроки с кряка играют? Мне кажется из-за этого, а еще не шаришь что за дичь ViaVersion только с 1.20.1 зайти дает не выше, сервер на 1.16.5
 
ViaVersion только с 1.20.1 зайти дает не выше
В настройках проверьте какая стоит максимальная версия.
При наличии прокси убедитесь, что версия поддерживает клиенты выше и не стоят плагины которые бы это ограничивали.
 
В настройках проверьте какая стоит максимальная версия.
При наличии прокси убедитесь, что версия поддерживает клиенты выше и не стоят плагины которые бы это ограничивали.
у меня сервер на 1.16.5 в viaversion в конфиге нету ничего подобного что связано что макс версия 1.20.1
 
может ли такое быть что из-за того что игроки с кряка играют? Мне кажется из-за этого, а еще не шаришь что за дичь ViaVersion только с 1.20.1 зайти дает не выше, сервер на 1.16.5
кряка майнкрафта (пиратки) или же ты про кряк лунар клиента? Он помоему и так бесплатный.. Проблема в основном застряла связанная с подключнием, а значит как и выше писал молодой человек: Firewall кривой/Неверный IP адрес или заблокированный/с авторизацией у LunarClient/ограничение подключения (например viaversion, он вполне может такую дичь вытворить.)
если винишь в этом viaversion скидывай конфиг, а посмотрим.
так же предоставь информацию: где проживают игроки которые пытаются зайти, на какой локации размещен сервер, имеются ли настройки firewall
 
кряка майнкрафта (пиратки) или же ты про кряк лунар клиента? Он помоему и так бесплатный.. Проблема в основном застряла связанная с подключнием, а значит как и выше писал молодой человек: Firewall кривой/Неверный IP адрес или заблокированный/с авторизацией у LunarClient/ограничение подключения (например viaversion, он вполне может такую дичь вытворить.)
если винишь в этом viaversion скидывай конфиг, а посмотрим.
так же предоставь информацию: где проживают игроки которые пытаются зайти, на какой локации размещен сервер, имеются ли настройки firewall
да скорей всего из-за того что у меня фенляндия сейчас на велосити , потому что меня тоже не пускает , а с впн пускает
Объединено

Какая версия жабы и какая версия viaversion?
Viaversion последняя версия, а жаба хз мб (мб purpur типо ядро сервера хз)
 
Стоит 17, а так обычно на 16 сидел, но из-за плагинов некоторых на 17 перешел, и стоит papernojava, что-то там забыл.
 
Скиньте тогда конфиг, посмотрим может в нем ошибка.
Ты так помогаешь спасибо <3
Вот конфиг:
# Thanks for downloading ViaVersion
# Ensure you look through all these options
# If you need help:
# Discord -
# Docs -
#
#----------------------------------------------------------#
# GLOBAL OPTIONS #
#----------------------------------------------------------#
#
# Should ViaVersion check for updates?
check-for-updates: true
# Send the supported versions with the Status (Ping) response packet
send-supported-versions: false
# Easier to configure alternative to 'block-protocols'. Uses readable version strings with possible '<' and '>' prefixes.
# An example to block 1.16.4, everything below 1.16, as well as everything above 1.17.1 would be: ["<1.16", "1.16.4", ">1.17.1"]
# You can use both this and the block-protocols option at the same time as well.
block-versions: []
# Block specific Minecraft protocol version numbers.
# List of all Minecraft protocol versions: , or use a generator:
block-protocols: []
# Change the blocked disconnect message
block-disconnect-msg: You are using an unsupported Minecraft version!
# Whether to log more info about kicks due to blocked protocol versions to the console.
log-blocked-joins: false
# If you use ProtocolLib, we can't reload without kicking the players.
# (We don't suggest using reload either, use a plugin manager)
# You can customize the message we kick people with if you use ProtocolLib here.
reload-disconnect-msg: Server reload, please rejoin!
# We warn when there's an error converting item/block or component/nbt data over versions, should we suppress these? (Only suggested if spamming)
suppress-conversion-warnings: false
# This can be disabled for debugging purposes if text in chat/entities/items shows an error tag.
suppress-text-component-conversion-warnings: true
#
#----------------------------------------------------------#
# GLOBAL PACKET LIMITER #
#----------------------------------------------------------#
# Packets Per Second (PPS) and kilobyte packet size limiters.
# Setting 'max-per-second' or 'sustained-max-per-second' to -1 will disable the individual limit.
# Kick messages may include the %pps or %bps placeholders respectively, though they are more intended for debugging purposes.
#
# Limits the amount of packets sent per second.
# Clients by default send around 20-90 packets per second.
packet-limiter:
enabled: true
# The maximum packets a client can send per second.
max-per-second: 800
max-per-second-kick-message: You are sending too many packets!
#
# We can also kick them if they repeatedly send too many packets over a longer period of time.
# E.g. if a player sends over 150 packets per second for 4 out of 7 seconds, we kick them.
# The maximum packets per second a client can send over a longer period of time.
sustained-max-per-second: 150
# Period to track in seconds.
sustained-period-seconds: 7
# The number of seconds within the interval that the client can exceed the limit before being kicked.
sustained-threshold: 4
sustained-kick-message: You are sending too many packets, :(
# Limits the size of packets in kilobytes sent per second.
packet-size-limiter:
enabled: false
max-per-second: -1
max-per-second-kick-message: You are sending too large packets!
sustained-max-per-second: -1
sustained-period-seconds: 5
sustained-threshold: 3
sustained-kick-message: You are sending too large packets, :(
#
#----------------------------------------------------------#
# MULTIPLE VERSIONS OPTIONS #
#----------------------------------------------------------#
#
# Should we enable our hologram patch?
# If they're in the wrong place, enable this
hologram-patch: false
# This is the offset, should work as default when enabled.
hologram-y: -0.96
# Whether to make sure ViaVersion's UserConnection object is already available in the PlayerJoinEvent.
# You may disable this for faster startup/join time if you are 100% sure no plugin requires this.
register-userconnections-on-join: true
# Should we disable piston animation for 1.11/1.11.1 clients?
# In some cases, when firing lots of pistons, it crashes them.
piston-animation-patch: false
# Experimental - Should we fix shift quick move action for 1.12 clients (causes shift + double click not to work when moving items) (only works on 1.8-1.11.2 bukkit based servers)
quick-move-action-fix: false
# Should we use prefix for team color on 1.13 and above clients?
team-colour-fix: true
# 1.13 introduced new auto complete which can trigger "Kicked for spamming" for servers older than 1.13, the following option will disable it completely.
disable-1_13-auto-complete: false
# The following option will delay the tab complete request in x ticks if greater than 0, if other tab-complete is received, the previous is cancelled
1_13-tab-complete-delay: 0
# For 1.13 clients the smallest (1 layer) snow doesn't have collisions, this will send these as 2 snowlayers for 1.13+ clients to prevent them bugging through them
fix-low-snow-collision: false
# Infested blocks are instantly breakable for 1.13+ clients, resulting in them being unable to break them on sub 1.13 servers. This remaps them to their normal stone variants
fix-infested-block-breaking: true
# In 1.14 the client page limit has been upped to 100 (from 50). Some anti-exploit plugins ban when clients go higher than 50. This option cuts edited books to 50 pages.
truncate-1_14-books: false
# This prevents clients using 1.9-1.13 on 1.8 servers from receiving no knockback/having velocity bugs whilst sneaking under a block.
change-1_9-hitbox: false
# Similar to the above, but for 1.14+ players on 1.8-1.13 servers.
# WARNING: This gives 1.14+ players the ability to sneak under blocks, that players under that version cannot (sneaking in places that are only 1.5 blocks high)!
# Another thing to remember is that those players might be missed by projectiles and other hits directed at the very top of their head whilst sneaking.
change-1_14-hitbox: false
# Fixes 1.14+ clients on sub 1.14 servers having a light value of 0 for non-full blocks.
fix-non-full-blocklight: true
# Fixes walk animation not shown when health is set to Float.NaN
fix-1_14-health-nan: true
# Should 1.15+ clients respawn instantly / without showing a death screen?
use-1_15-instant-respawn: false
#
# Enable serverside block-connections for 1.13+ clients - all the options in this section are built around this option
serverside-blockconnections: true
# Sets the method for the block connections (world for highly experimental (USE AT OWN RISK) world-level or packet for packet-level)
blockconnection-method: packet
# When activated, only the most important blocks are stored in the blockstorage. (fences, glass panes etc. won't connect to solid blocks)
reduce-blockstorage-memory: false
# When activated with serverside-blockconnections, flower parts with blocks above will be sent as stems
# Useful for lobbyservers where users can't build and those stems are used decoratively
flowerstem-when-block-above: false
# Vines that are not connected to blocks will be mapped to air, else 1.13+ would still be able to climb up on them.
vine-climb-fix: false
#
# Ignores incoming plugin channel messages of 1.16+ clients with channel names longer than 32 characters.
# CraftBukkit had this limit hardcoded until 1.16, so we have to assume any server/proxy might have this arbitrary check present.
ignore-long-1_16-channel-names: true
#
# Force 1.17+ client to accept the server resource pack; they will automatically disconnect if they decline.
forced-use-1_17-resource-pack: false
# The message to be displayed at the prompt when the 1.17+ client receives the server resource pack.
resource-pack-1_17-prompt: ''
#
# Caches light until chunks are unloaded to allow later chunk update packets as opposed to instantly uncaching when the first chunk data is sent.
# Only disable this if you know what you are doing.
cache-1_17-light: true
#
# Force-update 1.19.4+ player's inventory when they try to swap armor in a pre-occupied slot.
armor-toggle-fix: true
#
# Get the world names which should be returned for each vanilla dimension
map-1_16-world-names:
overworld: minecraft:eek:verworld
nether: minecraft:the_nether
end: minecraft:the_end
#
# If disabled, tamed cats will be displayed as ocelots to 1.14+ clients on 1.13 servers. Otherwise, ocelots (tamed and untamed) will be displayed as cats.
translate-ocelot-to-cat: false
#
# Determines the value sent to 1.19+ clients on join if currently not accessible by ViaVersion.
# It is not recommended to fake this value if your server is running 1.19 or later, as 1.20.5 have stricter chat handling and may get kicked otherwise.
enforce-secure-chat: false
#
# Handles items with invalid count values (higher than max stack size) on 1.20.3 servers.
handle-invalid-item-count: false
#
# Hides scoreboard numbers for 1.20.3+ clients on older server versions.
hide-scoreboard-numbers: false
#
# Fixes 1.21+ clients on 1.20.5 servers placing water/lava buckets at the wrong location when moving fast, NOTE: This may cause issues with anti-cheat plugins.
fix-1_21-placement-rotation: true
#
# If enabled, cancel swing packets sent while having an inventory opened on 1.15.2 and below servers. This can cause false positives with anti-cheat plugins.
cancel-swing-in-inventory: true
#
#----------------------------------------------------------#
# 1.9+ CLIENTS ON 1.8 SERVERS OPTIONS #
#----------------------------------------------------------#
#
# No collide options, these allow you to configure how collision works.
# Do you want us to prevent collision?
prevent-collision: true
# If the above is true, should we automatically team players until you do?
auto-team: true
# When enabled if certain entity data can't be read, we won't tell you about it
suppress-metadata-errors: false
# When enabled, 1.9+ will be able to block by using shields
shield-blocking: true
# If this setting is active, the main hand is used instead of the off-hand to trigger the blocking of the player.
# With the main hand, the blocking starts way faster.
# (Requires "show-shield-when-sword-in-hand" to be disabled)
no-delay-shield-blocking: false
# If this setting is active, the shield will appear immediately for 1.9+ when you hold a sword in your main hand.
# The shield disappears when you switch to another item.
# (Requires "shield-blocking" to be enabled)
show-shield-when-sword-in-hand: false
# Enable player tick simulation, this fixes eating, drinking, nether portals.
simulate-pt: true
# Should we use nms player to simulate packets, (may fix anti-cheat issues)
nms-player-ticking: true
# Should we patch boss bars so they work? (Default: true, disable if you're having issues)
bossbar-patch: true
# If your boss bar flickers on 1.9+, set this to 'true'. It will keep all boss bars on 100% (not recommended)
bossbar-anti-flicker: false
# This will show the new effect indicator in the top-right corner for 1.9+ players.
use-new-effect-indicator: true
# Show the new death messages for 1.9+ on the death screen
use-new-deathmessages: true
# Should we cache our items, this will prevent the server from being lagged out, however, the cost is a constant task caching items
item-cache: true
# Should we replace extended pistons to fix 1.10.1 (Only on chunk loading)?
replace-pistons: false
# What id should we replace with, default is air. (careful of players getting stuck standing on them)
replacement-piston-id: 0
# Fix 1.9+ clients not rendering the far away chunks and improve chunk rendering when moving fast (Increases network usage and decreases client fps slightly)
chunk-border-fix: false
# Allows 1.9+ left-handedness (main hand) on 1.8 servers
left-handed-handling: true
# Tries to cancel block break/place sounds sent by 1.8 servers to 1.9+ clients to prevent them from playing twice
cancel-block-sounds: true
 
В параметре block-versions поставте значение ["<1.16.4"] и перезагрузите сервер. После этого проверьте доступность с более новых версий.
 
В параметре block-versions поставте значение ["<1.16.4"] и перезагрузите сервер. После этого проверьте доступность с более новых версий.

1. вариант block-versions: [<1.16.4] ?
2. вариант block-versions: [1.16.4] ?

с ней или без нее?
 
1. вариант block-versions: [<1.16.4] ?
2. вариант block-versions: [1.16.4] ?

с ней или без нее?
Первый вариант должен быть правильным по документации, но в моем конфиге оно выглядит вот так:
YAML:
block-versions:
- <1.21.6
В моем случае нельзя зайти с версии ниже 1.21.6.
 
Первый вариант должен быть правильным по документации, но в моем конфиге оно выглядит вот так:
YAML:
block-versions:
- <1.21.6
В моем случае нельзя зайти с версии ниже 1.21.6.
Хорошо спасибо тебе, проверю
 
Первый вариант должен быть правильным по документации, но в моем конфиге оно выглядит вот так:
YAML:
block-versions:
- <1.21.6
В моем случае нельзя зайти с версии ниже 1.21.6.
Вам необходимо зарегистрироваться для просмотра изображений-вложений

да грустно сейчас попробую удалить папку viaVersion мб забыл и конфиг как у тебя будет
Объединено

Первый вариант должен быть правильным по документации, но в моем конфиге оно выглядит вот так:
YAML:
block-versions:
- <1.21.6
В моем случае нельзя зайти с версии ниже 1.21.6.
у тебя 5.5.0 версия?
 
Вам необходимо зарегистрироваться для просмотра изображений-вложений

да грустно сейчас попробую удалить папку viaVersion мб забыл и конфиг как у тебя будет
Объединено


у тебя 5.5.0 версия?
очень страшная ошибка, я ее все еще таки не додумался как чинить..
 
очень страшная ошибка, я ее все еще таки не додумался как чинить..
может что то даст:
---- Minecraft Network Protocol Error Report ----
// 0xBADF00D

Time: 2025-11-28 11:20:46
Description: Packet handling error

java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9
at knot//net.minecraft.class_2945.method_12779(class_2945.java:116)
at knot//net.minecraft.class_634.method_11093(class_634.java:587)
at knot//net.minecraft.class_2739.method_11808(class_2739.java:54)
at knot//net.minecraft.class_2739.method_65081(class_2739.java:12)
at knot//net.minecraft.class_2600.method_11072(class_2600.java:27)
at knot//net.minecraft.class_1255.method_18859(class_1255.java:164)
at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
at knot//net.minecraft.class_1255.method_16075(class_1255.java:138)
at knot//net.minecraft.class_1255.method_5383(class_1255.java:123)
at knot//net.minecraft.class_310.method_1523(class_310.java:1296)
at knot//net.minecraft.class_310.method_1514(class_310.java:922)
at knot//net.minecraft.client.main.Main.main(Main.java:267)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
at knot//net.minecraft.class_2945.method_12779(class_2945.java:116)

-- Incoming Packet --
Details:
Type: clientbound/minecraft:set_entity_data
Is Terminal: false
Is Skippable: false
Stacktrace:
at knot//net.minecraft.class_2600.method_59803(class_2600.java:56)
at knot//net.minecraft.class_8673.method_60882(class_8673.java:131)
at knot//net.minecraft.class_8673.method_59807(class_8673.java:110)
at knot//net.minecraft.class_2600.method_11072(class_2600.java:32)
at knot//net.minecraft.class_1255.method_18859(class_1255.java:164)
at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
at knot//net.minecraft.class_1255.method_16075(class_1255.java:138)
at knot//net.minecraft.class_1255.method_5383(class_1255.java:123)
at knot//net.minecraft.class_310.method_1523(class_310.java:1296)
at knot//net.minecraft.class_310.method_1514(class_310.java:922)
at knot//net.minecraft.client.main.Main.main(Main.java:267)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Connection --
Details:
Protocol: play
Flow: CLIENTBOUND
Is Local: false
Server type: OTHER
Server brand: Purpur

-- System Details --
Details:
Minecraft Version: 1.21.4
Minecraft Version ID: 1.21.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 21.0.7, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 177312552 bytes (169 MiB) / 704643072 bytes (672 MiB) up to 5704253440 bytes (5440 MiB)
CPUs: 4
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-3550 CPU @ 3.30GHz
Identifier: Intel64 Family 6 Model 58 Stepping 9
Microarchitecture: Ivy Bridge (Client)
Frequency (GHz): 3.30
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 4
Graphics card #0 name: AMD Radeon R9 200 Series
Graphics card #0 vendor: Advanced Micro Devices, Inc.
Graphics card #0 VRAM (MiB): 2048.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 27.20.1034.6
Memory slot #0 capacity (MiB): 4096.00
Memory slot #0 clockSpeed (GHz): 1.33
Memory slot #0 type: DDR3
Memory slot #1 capacity (MiB): 4096.00
Memory slot #1 clockSpeed (GHz): 1.33
Memory slot #1 type: DDR3
Virtual memory max (MiB): 22576.65
Virtual memory used (MiB): 11031.45
Swap memory total (MiB): 14439.54
Swap memory used (MiB): 1358.94
Space in storage for jna.tmpdir (MiB): available: 116432.14, total: 243343.92
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 116432.14, total: 243343.92
Space in storage for io.netty.native.workdir (MiB): available: 116432.14, total: 243343.92
Space in storage for java.io.tmpdir (MiB): available: 116432.14, total: 243343.92
Space in storage for workdir (MiB): available: 116432.14, total: 243343.92
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5424M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Fabric Mods:
axiom: Axiom 4.9.1
com_moulberry_axiomclientapi: axiomclientapi 1.0.0
com_moulberry_mixinconstraints: mixinconstraints 1.0.9
badoptimizations: BadOptimizations 2.2.1
betterhurtcam: BetterHurtCam 1.10.0+mc1.21.2
chunky: Chunky 1.4.27
enhancedblockentities: Enhanced Block Entities 0.11.3+1.21.4
fabric-api: Fabric API 0.119.2+1.21.4
fabric-api-base: Fabric API Base 0.4.54+b47eab6b04
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.86+b1caf1e904
fabric-biome-api-v1: Fabric Biome API (v1) 15.0.6+b1c29d8e04
fabric-block-api-v1: Fabric Block API (v1) 1.0.31+7feeb73304
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.20+9c49cc8c04
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 2.0.8+7feeb73304
fabric-client-tags-api-v1: Fabric Client Tags 1.1.29+20ea1e2304
fabric-command-api-v1: Fabric Command API (v1) 1.2.62+f71b366f04
fabric-command-api-v2: Fabric Command API (v2) 2.2.41+e496eb1504
fabric-commands-v0: Fabric Commands (v0) 0.2.79+df3654b304
fabric-content-registries-v0: Fabric Content Registries (v0) 9.1.19+25d1a67604
fabric-convention-tags-v1: Fabric Convention Tags 2.1.20+7f945d5b04
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.14.1+1edcd29104
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.6+7feeb73304
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.6.2+e99da0f704
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 22.3.1+0f4e5f5504
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.10+7feeb73304
fabric-entity-events-v1: Fabric Entity Events (v1) 2.0.15+62245bef04
fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.0.4+a4eebcf004
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.63+7d48d43904
fabric-item-api-v1: Fabric Item API (v1) 11.3.0+ee91fa1f04
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.2.2+fcb9601404
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.57+7d48d43904
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.55+df3654b304
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.5.4+bf2a60eb04
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.38+3f89f5a504
fabric-loot-api-v3: Fabric Loot API (v3) 1.0.26+203e6b2304
fabric-message-api-v1: Fabric Message API (v1) 6.0.25+7feeb73304
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 4.3.0+ae23723504
fabric-networking-api-v1: Fabric Networking API (v1) 4.4.0+db5e668204
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 18.0.14+38b0d59804
fabric-particles-v1: Fabric Particles (v1) 4.0.14+7feeb73304
fabric-recipe-api-v1: Fabric Recipe API (v1) 8.1.1+640e77ae04
fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.1.11+4a9c1ece04
fabric-renderer-api-v1: Fabric Renderer API (v1) 5.0.3+50f0feb204
fabric-renderer-indigo: Fabric Renderer - Indigo 2.0.3+50f0feb204
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.58+73761d2e04
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.19+7feeb73304
fabric-rendering-v1: Fabric Rendering (v1) 10.2.1+0d31b09f04
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.13+203e6b2304
fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.1.1+360374ac04
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.38+7feeb73304
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.118+7feeb73304
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.32+7feeb73304
fabric-tag-api-v1: Fabric Tag API (v1) 1.0.7+7d48d43904
fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.9+efa825c904
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.3.2+56e78b9b04
fabricloader: Fabric Loader 0.17.2
mixinextras: MixinExtras 0.5.0
flashback: Flashback 0.37.0
lattice: Lattice 1.2.14
geophilic: Geophilic 3.2
immediatelyfast: ImmediatelyFast 1.8.0+1.21.4
net_lenni0451_reflect: Reflect 1.3.4
java: OpenJDK 64-Bit Server VM 21
lithium: Lithium 0.15.3+mc1.21.4
macrokeybinds: Macro Keybinds 1.3.1
minecraft: Minecraft 1.21.4
modmenu: Mod Menu 13.0.3
placeholder-api: Placeholder API 2.5.1+1.21.3
sodium: Sodium 0.6.6+mc1.21.4
ukulib: ukulib 1.6.0+1.21.4
com_moandjiezana_toml_toml4j: toml4j 0.7.2
worldedit: WorldEdit 7.3.11+7055-8357a12
Объединено

может что то даст:
Код:
---- Minecraft Network Protocol Error Report ----
// 0xBADF00D

Time: 2025-11-28 11:20:46
Description: Packet handling error

java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9
    at knot//net.minecraft.class_2945.method_12779(class_2945.java:116)
    at knot//net.minecraft.class_634.method_11093(class_634.java:587)
    at knot//net.minecraft.class_2739.method_11808(class_2739.java:54)
    at knot//net.minecraft.class_2739.method_65081(class_2739.java:12)
    at knot//net.minecraft.class_2600.method_11072(class_2600.java:27)
    at knot//net.minecraft.class_1255.method_18859(class_1255.java:164)
    at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
    at knot//net.minecraft.class_1255.method_16075(class_1255.java:138)
    at knot//net.minecraft.class_1255.method_5383(class_1255.java:123)
    at knot//net.minecraft.class_310.method_1523(class_310.java:1296)
    at knot//net.minecraft.class_310.method_1514(class_310.java:922)
    at knot//net.minecraft.client.main.Main.main(Main.java:267)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
    at knot//net.minecraft.class_2945.method_12779(class_2945.java:116)

-- Incoming Packet --
Details:
    Type: clientbound/minecraft:set_entity_data
    Is Terminal: false
    Is Skippable: false
Stacktrace:
    at knot//net.minecraft.class_2600.method_59803(class_2600.java:56)
    at knot//net.minecraft.class_8673.method_60882(class_8673.java:131)
    at knot//net.minecraft.class_8673.method_59807(class_8673.java:110)
    at knot//net.minecraft.class_2600.method_11072(class_2600.java:32)
    at knot//net.minecraft.class_1255.method_18859(class_1255.java:164)
    at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
    at knot//net.minecraft.class_1255.method_16075(class_1255.java:138)
    at knot//net.minecraft.class_1255.method_5383(class_1255.java:123)
    at knot//net.minecraft.class_310.method_1523(class_310.java:1296)
    at knot//net.minecraft.class_310.method_1514(class_310.java:922)
    at knot//net.minecraft.client.main.Main.main(Main.java:267)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Connection --
Details:
    Protocol: play
    Flow: CLIENTBOUND
    Is Local: false
    Server type: OTHER
    Server brand: Purpur

-- System Details --
Details:
    Minecraft Version: 1.21.4
    Minecraft Version ID: 1.21.4
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 21.0.7, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 177312552 bytes (169 MiB) / 704643072 bytes (672 MiB) up to 5704253440 bytes (5440 MiB)
    CPUs: 4
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i5-3550 CPU @ 3.30GHz
    Identifier: Intel64 Family 6 Model 58 Stepping 9
    Microarchitecture: Ivy Bridge (Client)
    Frequency (GHz): 3.30
    Number of physical packages: 1
    Number of physical CPUs: 4
    Number of logical CPUs: 4
    Graphics card #0 name: AMD Radeon R9 200 Series
    Graphics card #0 vendor: Advanced Micro Devices, Inc.
    Graphics card #0 VRAM (MiB): 2048.00
    Graphics card #0 deviceId: VideoController1
    Graphics card #0 versionInfo: 27.20.1034.6
    Memory slot #0 capacity (MiB): 4096.00
    Memory slot #0 clockSpeed (GHz): 1.33
    Memory slot #0 type: DDR3
    Memory slot #1 capacity (MiB): 4096.00
    Memory slot #1 clockSpeed (GHz): 1.33
    Memory slot #1 type: DDR3
    Virtual memory max (MiB): 22576.65
    Virtual memory used (MiB): 11031.45
    Swap memory total (MiB): 14439.54
    Swap memory used (MiB): 1358.94
    Space in storage for jna.tmpdir (MiB): available: 116432.14, total: 243343.92
    Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 116432.14, total: 243343.92
    Space in storage for io.netty.native.workdir (MiB): available: 116432.14, total: 243343.92
    Space in storage for java.io.tmpdir (MiB): available: 116432.14, total: 243343.92
    Space in storage for workdir (MiB): available: 116432.14, total: 243343.92
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5424M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    Fabric Mods:
        axiom: Axiom 4.9.1
            com_moulberry_axiomclientapi: axiomclientapi 1.0.0
            com_moulberry_mixinconstraints: mixinconstraints 1.0.9
        badoptimizations: BadOptimizations 2.2.1
        betterhurtcam: BetterHurtCam 1.10.0+mc1.21.2
        chunky: Chunky 1.4.27
        enhancedblockentities: Enhanced Block Entities 0.11.3+1.21.4
        fabric-api: Fabric API 0.119.2+1.21.4
            fabric-api-base: Fabric API Base 0.4.54+b47eab6b04
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.86+b1caf1e904
            fabric-biome-api-v1: Fabric Biome API (v1) 15.0.6+b1c29d8e04
            fabric-block-api-v1: Fabric Block API (v1) 1.0.31+7feeb73304
            fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.20+9c49cc8c04
            fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 2.0.8+7feeb73304
            fabric-client-tags-api-v1: Fabric Client Tags 1.1.29+20ea1e2304
            fabric-command-api-v1: Fabric Command API (v1) 1.2.62+f71b366f04
            fabric-command-api-v2: Fabric Command API (v2) 2.2.41+e496eb1504
            fabric-commands-v0: Fabric Commands (v0) 0.2.79+df3654b304
            fabric-content-registries-v0: Fabric Content Registries (v0) 9.1.19+25d1a67604
            fabric-convention-tags-v1: Fabric Convention Tags 2.1.20+7f945d5b04
            fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.14.1+1edcd29104
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.6+7feeb73304
            fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.6.2+e99da0f704
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 22.3.1+0f4e5f5504
            fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.10+7feeb73304
            fabric-entity-events-v1: Fabric Entity Events (v1) 2.0.15+62245bef04
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.0.4+a4eebcf004
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.63+7d48d43904
            fabric-item-api-v1: Fabric Item API (v1) 11.3.0+ee91fa1f04
            fabric-item-group-api-v1: Fabric Item Group API (v1) 4.2.2+fcb9601404
            fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.57+7d48d43904
            fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.55+df3654b304
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.5.4+bf2a60eb04
            fabric-loot-api-v2: Fabric Loot API (v2) 3.0.38+3f89f5a504
            fabric-loot-api-v3: Fabric Loot API (v3) 1.0.26+203e6b2304
            fabric-message-api-v1: Fabric Message API (v1) 6.0.25+7feeb73304
            fabric-model-loading-api-v1: Fabric Model Loading API (v1) 4.3.0+ae23723504
            fabric-networking-api-v1: Fabric Networking API (v1) 4.4.0+db5e668204
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 18.0.14+38b0d59804
            fabric-particles-v1: Fabric Particles (v1) 4.0.14+7feeb73304
            fabric-recipe-api-v1: Fabric Recipe API (v1) 8.1.1+640e77ae04
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.1.11+4a9c1ece04
            fabric-renderer-api-v1: Fabric Renderer API (v1) 5.0.3+50f0feb204
            fabric-renderer-indigo: Fabric Renderer - Indigo 2.0.3+50f0feb204
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.58+73761d2e04
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.19+7feeb73304
            fabric-rendering-v1: Fabric Rendering (v1) 10.2.1+0d31b09f04
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.13+203e6b2304
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.1.1+360374ac04
            fabric-screen-api-v1: Fabric Screen API (v1) 2.0.38+7feeb73304
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.118+7feeb73304
            fabric-sound-api-v1: Fabric Sound API (v1) 1.0.32+7feeb73304
            fabric-tag-api-v1: Fabric Tag API (v1) 1.0.7+7d48d43904
            fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.9+efa825c904
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.3.2+56e78b9b04
        fabricloader: Fabric Loader 0.17.2
            mixinextras: MixinExtras 0.5.0
        flashback: Flashback 0.37.0
            lattice: Lattice 1.2.14
        geophilic: Geophilic 3.2
        immediatelyfast: ImmediatelyFast 1.8.0+1.21.4
            net_lenni0451_reflect: Reflect 1.3.4
        java: OpenJDK 64-Bit Server VM 21
        lithium: Lithium 0.15.3+mc1.21.4
        macrokeybinds: Macro Keybinds 1.3.1
        minecraft: Minecraft 1.21.4
        modmenu: Mod Menu 13.0.3
            placeholder-api: Placeholder API 2.5.1+1.21.3
        sodium: Sodium 0.6.6+mc1.21.4
        ukulib: ukulib 1.6.0+1.21.4
            com_moandjiezana_toml_toml4j: toml4j 0.7.2
        worldedit: WorldEdit 7.3.11+7055-8357a12
Код:
[11:19:19] [main/INFO]: Loading Minecraft 1.21.4 with Fabric Loader 0.17.2
[11:19:19] [main/INFO]: Loading 72 mods:
    - axiom 4.9.1
       |-- com_moulberry_axiomclientapi 1.0.0
       \-- com_moulberry_mixinconstraints 1.0.9
    - badoptimizations 2.2.1
    - betterhurtcam 1.10.0+mc1.21.2
    - chunky 1.4.27
    - enhancedblockentities 0.11.3+1.21.4
    - fabric-api 0.119.2+1.21.4
       |-- fabric-api-base 0.4.54+b47eab6b04
       |-- fabric-api-lookup-api-v1 1.6.86+b1caf1e904
       |-- fabric-biome-api-v1 15.0.6+b1c29d8e04
       |-- fabric-block-api-v1 1.0.31+7feeb73304
       |-- fabric-block-view-api-v2 1.0.20+9c49cc8c04
       |-- fabric-blockrenderlayer-v1 2.0.8+7feeb73304
       |-- fabric-client-tags-api-v1 1.1.29+20ea1e2304
       |-- fabric-command-api-v1 1.2.62+f71b366f04
       |-- fabric-command-api-v2 2.2.41+e496eb1504
       |-- fabric-commands-v0 0.2.79+df3654b304
       |-- fabric-content-registries-v0 9.1.19+25d1a67604
       |-- fabric-convention-tags-v1 2.1.20+7f945d5b04
       |-- fabric-convention-tags-v2 2.14.1+1edcd29104
       |-- fabric-crash-report-info-v1 0.3.6+7feeb73304
       |-- fabric-data-attachment-api-v1 1.6.2+e99da0f704
       |-- fabric-data-generation-api-v1 22.3.1+0f4e5f5504
       |-- fabric-dimensions-v1 4.0.10+7feeb73304
       |-- fabric-entity-events-v1 2.0.15+62245bef04
       |-- fabric-events-interaction-v0 4.0.4+a4eebcf004
       |-- fabric-game-rule-api-v1 1.0.63+7d48d43904
       |-- fabric-item-api-v1 11.3.0+ee91fa1f04
       |-- fabric-item-group-api-v1 4.2.2+fcb9601404
       |-- fabric-key-binding-api-v1 1.0.57+7d48d43904
       |-- fabric-keybindings-v0 0.2.55+df3654b304
       |-- fabric-lifecycle-events-v1 2.5.4+bf2a60eb04
       |-- fabric-loot-api-v2 3.0.38+3f89f5a504
       |-- fabric-loot-api-v3 1.0.26+203e6b2304
       |-- fabric-message-api-v1 6.0.25+7feeb73304
       |-- fabric-model-loading-api-v1 4.3.0+ae23723504
       |-- fabric-networking-api-v1 4.4.0+db5e668204
       |-- fabric-object-builder-api-v1 18.0.14+38b0d59804
       |-- fabric-particles-v1 4.0.14+7feeb73304
       |-- fabric-recipe-api-v1 8.1.1+640e77ae04
       |-- fabric-registry-sync-v0 6.1.11+4a9c1ece04
       |-- fabric-renderer-api-v1 5.0.3+50f0feb204
       |-- fabric-renderer-indigo 2.0.3+50f0feb204
       |-- fabric-rendering-data-attachment-v1 0.3.58+73761d2e04
       |-- fabric-rendering-fluids-v1 3.1.19+7feeb73304
       |-- fabric-rendering-v1 10.2.1+0d31b09f04
       |-- fabric-resource-conditions-api-v1 5.0.13+203e6b2304
       |-- fabric-resource-loader-v0 3.1.1+360374ac04
       |-- fabric-screen-api-v1 2.0.38+7feeb73304
       |-- fabric-screen-handler-api-v1 1.3.118+7feeb73304
       |-- fabric-sound-api-v1 1.0.32+7feeb73304
       |-- fabric-tag-api-v1 1.0.7+7d48d43904
       |-- fabric-transfer-api-v1 5.4.9+efa825c904
       \-- fabric-transitive-access-wideners-v1 6.3.2+56e78b9b04
    - fabricloader 0.17.2
       \-- mixinextras 0.5.0
    - flashback 0.37.0
       \-- lattice 1.2.14
    - geophilic 3.2
    - immediatelyfast 1.8.0+1.21.4
       \-- net_lenni0451_reflect 1.3.4
    - java 21
    - lithium 0.15.3+mc1.21.4
    - macrokeybinds 1.3.1
    - minecraft 1.21.4
    - modmenu 13.0.3
       \-- placeholder-api 2.5.1+1.21.3
    - sodium 0.6.6+mc1.21.4
    - ukulib 1.6.0+1.21.4
       \-- com_moandjiezana_toml_toml4j 0.7.2
    - worldedit 7.3.11+7055-8357a12
[11:19:20] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/C:/Users/budan/AppData/Roaming/.minecraft/libraries/net/fabricmc/sponge-mixin/0.16.3+mixin.0.8.7/sponge-mixin-0.16.3+mixin.0.8.7.jar Service=Knot/Fabric Env=CLIENT
[11:19:20] [main/INFO]: Compatibility level set to JAVA_17
[11:19:20] [main/INFO]: Compatibility level set to JAVA_21
[11:19:21] [main/INFO]: Loading Mixin Plugin for Axiom/4.9.1
[11:19:21] [main/INFO]: Loading config file
[11:19:21] [main/INFO]: Config version: 4
[11:19:21] [main/INFO]: BadOptimizations config dump:
[11:19:21] [main/INFO]: enable_toast_optimizations: true
[11:19:21] [main/INFO]: ignore_mod_incompatibilities: false
[11:19:21] [main/INFO]: lightmap_time_change_needed_for_update: 80
[11:19:21] [main/INFO]: enable_lightmap_caching: true
[11:19:21] [main/INFO]: enable_particle_manager_optimization: true
[11:19:21] [main/INFO]: enable_entity_renderer_caching: true
[11:19:21] [main/INFO]: log_config: true
[11:19:21] [main/INFO]: enable_remove_redundant_fov_calculations: true
[11:19:21] [main/INFO]: config_version: 4
[11:19:21] [main/INFO]: enable_sky_angle_caching_in_worldrenderer: true
[11:19:21] [main/INFO]: enable_block_entity_renderer_caching: true
[11:19:21] [main/INFO]: skycolor_time_change_needed_for_update: 3
[11:19:21] [main/INFO]: enable_entity_flag_caching: true
[11:19:21] [main/INFO]: enable_debug_renderer_disable_if_not_needed: true
[11:19:21] [main/INFO]: enable_sky_color_caching: true
[11:19:21] [main/INFO]: enable_remove_tutorial_if_not_demo: true
[11:19:21] [main/INFO]: show_f3_text: true
[11:19:21] [main/INFO]: Note: Entity flag caching has no effect in Minecraft 1.20.5+ as the optimization is now in vanilla.
[11:19:21] [main/INFO]: Loaded configuration file for Lithium: 158 options available, 1 override(s) found.
[11:19:21] [main/INFO]: Loaded configuration file for Sodium: 43 options available, 0 override(s) found
[11:19:21] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/chunk/DefaultChunkRenderer (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/chunk/DefaultChunkRenderer)
[11:19:22] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/SodiumWorldRenderer (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/SodiumWorldRenderer)
[11:19:22] [main/INFO]: Force-enabling mixin 'compat.worldedit.LevelChunkMixin' as rule 'mixin.compat.worldedit' (added by mods [lithium]) enables it
[11:19:23] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/SodiumWorldRenderer (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/SodiumWorldRenderer)
[11:19:23] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/SodiumWorldRenderer (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/SodiumWorldRenderer)
[11:19:23] [main/INFO]: Searching for graphics cards...
[11:19:23] [main/INFO]: Found graphics adapter: AdapterInfo{vendor=AMD, description='AMD Radeon R9 200 Series', adapterType=0x0000030B, openglIcdFilePath='C:\WINDOWS\System32\DriverStore\FileRepository\u0360518.inf_amd64_bb1458fc01b97b57\B360357\atig6pxx.dll', openglIcdVersion=27.20.1034.6}
[11:19:24] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.0).
[11:19:27] [Datafixer Bootstrap/INFO]: 243 Datafixer optimizations took 1871 milliseconds
[11:19:40] [Render thread/INFO]: Environment: Environment[sessionHost=[URL]https://sessionserver.mojang.com[/URL], servicesHost=[URL]https://api.minecraftservices.com[/URL], name=PROD]
[11:19:40] [Render thread/INFO]: Setting user: KASTIENT
[11:19:40] [Render thread/INFO]: Initializing Axiom/4.9.1. Build timestamp: 1751102911103
[11:19:43] [Render thread/INFO]: 0 macros loaded
[11:19:44] [Render thread/INFO]: Got request to register class com.sk89q.worldedit.fabric.FabricPlatform with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@290b3122]
[11:19:44] [Render thread/INFO]: WorldEdit for Fabric (version 7.3.11+7055-8357a12) is loaded
[11:19:44] [Render thread/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo.
[11:19:44] [Render thread/INFO]: Checking mod updates...
[11:19:45] [ModMenu/Update Checker/Fabric Loader/INFO]: Update available for '[EMAIL]fabricloader@0.17.2[/EMAIL]'
[11:19:46] [Render thread/INFO]: Backend library: LWJGL version 3.3.3-snapshot
[11:19:47] [Render thread/INFO]: OpenGL Vendor: ATI Technologies Inc.
[11:19:47] [Render thread/INFO]: OpenGL Renderer: AMD Radeon R9 200 Series
[11:19:47] [Render thread/INFO]: OpenGL Version: 3.2.13596 Core Profile Forward-Compatible No Error Context 20.10.35.02 27.20.1034.6
[11:19:47] [Render thread/INFO]: Initializing ImmediatelyFast 1.8.0+1.21.4 on AMD Radeon R9 200 Series (ATI Technologies Inc.) with OpenGL 3.2.13596 Core Profile Forward-Compatible No Error Context 20.10.35.02 27.20.1034.6
[11:19:48] [Render thread/WARN]: Removed resource pack Fabric Mods from options because it doesn't seem to exist anymore
[11:19:48] [Render thread/WARN]: Removed resource pack badoptimizations from options because it is no longer compatible
[11:19:48] [Render thread/WARN]: Removed resource pack worldedit from options because it is no longer compatible
[11:19:48] [Worker-Main-1/INFO]: Update available for '[EMAIL]axiom@4.9.1[/EMAIL]', (-> 5.1.1)
[11:19:48] [Worker-Main-1/INFO]: Update available for '[EMAIL]fabric-api@0.119.2[/EMAIL]+1.21.4', (-> 0.119.4+1.21.4)
[11:19:48] [Worker-Main-1/INFO]: Update available for '[EMAIL]immediatelyfast@1.8.0[/EMAIL]+1.21.4', (-> 1.8.2+1.21.4-fabric)
[11:19:48] [Worker-Main-1/INFO]: Update available for '[EMAIL]sodium@0.6.6[/EMAIL]+mc1.21.4', (-> mc1.21.4-0.6.13-fabric)
[11:19:48] [Worker-Main-1/INFO]: Update available for '[EMAIL]badoptimizations@2.2.1[/EMAIL]', (-> 2.4.0)
[11:19:48] [Worker-Main-1/INFO]: Update available for '[EMAIL]flashback@0.37.0[/EMAIL]', (-> 0.38.2)
[11:19:48] [Worker-Main-1/INFO]: Update available for '[EMAIL]geophilic@3.2[/EMAIL]', (-> 3.4.4)
[11:19:49] [Render thread/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/SodiumWorldRenderer (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/SodiumWorldRenderer)
[11:19:49] [Render thread/INFO]: Reloading ResourceManager: vanilla, file/BetterFire (1).zip, file/minecraftfontfive.zip, file/PvP crosshair (1).zip, file/numberedinventories.zip, fabric, axiom, badoptimizations, betterhurtcam, chunky, enhancedblockentities, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, flashback, immediatelyfast, lattice, lithium, macrokeybinds, modmenu, placeholder-api, sodium, ukulib, worldedit
[11:19:49] [Worker-Main-2/INFO]: Found unifont_all_no_pua-16.0.01.hex, loading
[11:19:50] [Render thread/INFO]: Using DearImGui config: config\axiom\imgui.ini
[11:19:50] [Worker-Main-2/INFO]: Found unifont_jp_patch-16.0.01.hex, loading
[11:19:55] [Worker-Main-2/WARN]: Missing texture references in model minecraft:structure_void#:
    particle
[11:19:55] [Worker-Main-2/WARN]: Missing texture references in model minecraft:decorated_pot#cracked=false,facing=west,waterlogged=true:
    particle
[11:19:55] [Worker-Main-2/WARN]: Missing texture references in model minecraft:decorated_pot#cracked=false,facing=north,waterlogged=false:
    particle
[11:19:55] [Worker-Main-2/WARN]: Missing texture references in model minecraft:decorated_pot#cracked=true,facing=east,waterlogged=false:
    particle
[11:19:55] [Worker-Main-2/WARN]: Missing texture references in model minecraft:decorated_pot#cracked=true,facing=south,waterlogged=true:
    particle
[11:19:56] [ForkJoinPool.commonPool-worker-1/INFO]: Localization update count: remote=51691, last=51691
[11:19:56] [ForkJoinPool.commonPool-worker-1/INFO]: Using cached localizations...
[11:19:56] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on 6 - Mi Monitor (AMD High Definition Audio Device)
[11:19:56] [Render thread/INFO]: Sound engine started
[11:19:56] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
[11:19:56] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
[11:19:56] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[11:19:56] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[11:19:56] [Render thread/INFO]: Created: 2048x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
[11:19:56] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[11:19:56] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[11:19:56] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[11:19:56] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[11:19:56] [Render thread/INFO]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas
[11:19:57] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[11:19:57] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas
[11:19:57] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[11:19:57] [Render thread/INFO]: Created: 1024x1024x0 minecraft:textures/atlas/gui.png-atlas
[11:19:59] [Render thread/INFO]: Reloading ResourceManager: axiom_translations, vanilla, file/BetterFire (1).zip, file/minecraftfontfive.zip, file/PvP crosshair (1).zip, file/numberedinventories.zip, fabric, axiom, badoptimizations, betterhurtcam, chunky, enhancedblockentities, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, flashback, immediatelyfast, lattice, lithium, macrokeybinds, modmenu, placeholder-api, sodium, ukulib, worldedit
[11:19:59] [Worker-Main-1/INFO]: Found unifont_all_no_pua-16.0.01.hex, loading
[11:20:00] [Worker-Main-1/INFO]: Found unifont_jp_patch-16.0.01.hex, loading
[11:20:01] [Worker-Main-2/WARN]: Missing texture references in model minecraft:structure_void#:
    particle
[11:20:01] [Worker-Main-2/WARN]: Missing texture references in model minecraft:decorated_pot#cracked=false,facing=west,waterlogged=true:
    particle
[11:20:01] [Worker-Main-2/WARN]: Missing texture references in model minecraft:decorated_pot#cracked=false,facing=north,waterlogged=false:
    particle
[11:20:01] [Worker-Main-2/WARN]: Missing texture references in model minecraft:decorated_pot#cracked=true,facing=east,waterlogged=false:
    particle
[11:20:01] [Worker-Main-2/WARN]: Missing texture references in model minecraft:decorated_pot#cracked=true,facing=south,waterlogged=true:
    particle
[11:20:02] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on 6 - Mi Monitor (AMD High Definition Audio Device)
[11:20:02] [Render thread/INFO]: Sound engine started
[11:20:02] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
[11:20:02] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
[11:20:02] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[11:20:02] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[11:20:02] [Render thread/INFO]: Created: 2048x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
[11:20:02] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[11:20:02] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[11:20:02] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[11:20:02] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[11:20:02] [Render thread/INFO]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas
[11:20:02] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[11:20:02] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas
[11:20:02] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[11:20:02] [Render thread/INFO]: Created: 1024x1024x0 minecraft:textures/atlas/gui.png-atlas
[11:20:43] [Render thread/INFO]: Connecting to 213.152.43.1, 25577
[11:20:45] [Render thread/INFO]: [System] [CHAT]
[11:20:45] [Render thread/INFO]: [System] [CHAT] [RoseGarden] An update for PlayerParticles (8.11) is available! You are running 8.10. [URL='https://www.spigotmc.org/resources/40261/']PlayerParticles[/URL]
[11:20:45] [Render thread/INFO]: [System] [CHAT] There's a new Geyser update available to support Bedrock version 1.21.124. Download it here: [URL='https://geysermc.org/download']Download | GeyserMC[/URL]
[11:20:45] [Render thread/INFO]: [System] [CHAT] [ViaVersion] There is a newer plugin version available: 5.5.1, you're on: 5.5.0
[11:20:45] [Render thread/INFO]: [System] [CHAT] ExecutableItems (Only for op)  Your version of ExecutableItems is out of date. (Current: 6.24.6.2) (Latest: 7.25.11.26) Update your plugin for the latest features / bug fixes / better performance !
[11:20:46] [Render thread/INFO]: Started 1 worker threads
[11:20:46] [Render thread/WARN]: Ignoring player info update for unknown player 55f5e102-5881-3315-83d9-1556a90f5fa2 ([UPDATE_DISPLAY_NAME])
[11:20:46] [Render thread/INFO]: Loaded 464 advancements
[11:20:46] [Render thread/ERROR]: Failed to handle packet class_2739[id=29, packedItems=[class_7834[id=5, serializer=net.minecraft.class_2941$$Lambda/0x000000080098c020@6a2e7d2d, value=true], class_7834[id=9, serializer=net.minecraft.class_2943$1@6d0e2a12, value=0 minecraft:air]]], disconnecting
java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9
    at knot/net.minecraft.class_2945.method_12779(class_2945.java:116) ~[client-intermediary.jar:?]
    at knot/net.minecraft.class_634.method_11093(class_634.java:587) ~[client-intermediary.jar:?]
    at knot/net.minecraft.class_2739.method_11808(class_2739.java:54) ~[client-intermediary.jar:?]
    at knot/net.minecraft.class_2739.method_65081(class_2739.java:12) ~[client-intermediary.jar:?]
    at knot/net.minecraft.class_2600.method_11072(class_2600.java:27) ~[client-intermediary.jar:?]
    at knot/net.minecraft.class_1255.method_18859(class_1255.java:164) [client-intermediary.jar:?]
    at knot/net.minecraft.class_4093.method_18859(class_4093.java:23) [client-intermediary.jar:?]
    at knot/net.minecraft.class_1255.method_16075(class_1255.java:138) [client-intermediary.jar:?]
    at knot/net.minecraft.class_1255.method_5383(class_1255.java:123) [client-intermediary.jar:?]
    at knot/net.minecraft.class_310.method_1523(class_310.java:1296) [client-intermediary.jar:?]
    at knot/net.minecraft.class_310.method_1514(class_310.java:922) [client-intermediary.jar:?]
    at knot/net.minecraft.client.main.Main.main(Main.java:267) [client-intermediary.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506) [fabric-loader-0.17.2.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72) [fabric-loader-0.17.2.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.17.2.jar:?]
[11:20:46] [Render thread/INFO]: Stopping worker threads
[11:20:46] [Render thread/INFO]: Started 1 worker threads
[11:20:46] [Render thread/INFO]: Stopping worker threads
[11:20:46] [Render thread/WARN]: Client disconnected with reason: Ошибка сетевого протокола
[11:24:38] [Render thread/INFO]: Connecting to 213.152.43.1, 25577
[11:25:09] [Render thread/INFO]: Connecting to 213.152.43.1, 25577
[11:25:09] [Render thread/INFO]: [System] [CHAT]
[11:25:09] [Render thread/INFO]: [System] [CHAT] [RoseGarden] An update for PlayerParticles (8.11) is available! You are running 8.10. [URL='https://www.spigotmc.org/resources/40261/']PlayerParticles[/URL]
[11:25:09] [Render thread/INFO]: [System] [CHAT] There's a new Geyser update available to support Bedrock version 1.21.124. Download it here: [URL='https://geysermc.org/download']Download | GeyserMC[/URL]
[11:25:09] [Render thread/INFO]: [System] [CHAT] ExecutableItems (Only for op)  Your version of ExecutableItems is out of date. (Current: 6.24.6.2) (Latest: 7.25.11.26) Update your plugin for the latest features / bug fixes / better performance !
[11:25:09] [Render thread/INFO]: [System] [CHAT] [ViaVersion] There is a newer plugin version available: 5.5.1, you're on: 5.5.0
[11:25:10] [Render thread/INFO]: Started 1 worker threads
[11:25:10] [Render thread/WARN]: Ignoring player info update for unknown player 55f5e102-5881-3315-83d9-1556a90f5fa2 ([UPDATE_DISPLAY_NAME])
[11:25:10] [Render thread/INFO]: Loaded 464 advancements
[11:25:10] [Render thread/ERROR]: Failed to handle packet class_2739[id=6, packedItems=[class_7834[id=5, serializer=net.minecraft.class_2941$$Lambda/0x000000080098c020@6a2e7d2d, value=true], class_7834[id=9, serializer=net.minecraft.class_2943$1@6d0e2a12, value=0 minecraft:air]]], disconnecting
java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9
    at knot/net.minecraft.class_2945.method_12779(class_2945.java:116) ~[client-intermediary.jar:?]
    at knot/net.minecraft.class_634.method_11093(class_634.java:587) ~[client-intermediary.jar:?]
    at knot/net.minecraft.class_2739.method_11808(class_2739.java:54) ~[client-intermediary.jar:?]
    at knot/net.minecraft.class_2739.method_65081(class_2739.java:12) ~[client-intermediary.jar:?]
    at knot/net.minecraft.class_2600.method_11072(class_2600.java:27) ~[client-intermediary.jar:?]
    at knot/net.minecraft.class_1255.method_18859(class_1255.java:164) [client-intermediary.jar:?]
    at knot/net.minecraft.class_4093.method_18859(class_4093.java:23) [client-intermediary.jar:?]
    at knot/net.minecraft.class_1255.method_16075(class_1255.java:138) [client-intermediary.jar:?]
    at knot/net.minecraft.class_1255.method_5383(class_1255.java:123) [client-intermediary.jar:?]
    at knot/net.minecraft.class_310.method_1523(class_310.java:1296) [client-intermediary.jar:?]
    at knot/net.minecraft.class_310.method_1514(class_310.java:922) [client-intermediary.jar:?]
    at knot/net.minecraft.client.main.Main.main(Main.java:267) [client-intermediary.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506) [fabric-loader-0.17.2.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72) [fabric-loader-0.17.2.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.17.2.jar:?]
[11:25:10] [Render thread/INFO]: Stopping worker threads
[11:25:10] [Render thread/WARN]: Client disconnected with reason: Ошибка сетевого протокола


или это
 
Последнее редактирование:
закинь это все в bb-код (в спойлер и в ``` кода)
Объединено

иначе модераторы по шапке надают
 
Назад
Сверху Снизу