Bulldog83 / JustMap

A minimap mod for Minecraft with Fabric launcher.
GNU General Public License v3.0
42 stars 17 forks source link

JustMap Unlimited sends unexpected minecraft:register identifiers #70

Closed Madis0 closed 4 years ago

Madis0 commented 4 years ago

Minecraft 1.16.1, Fabric API 0.14.1 b 372, JustMap 1.1.85 Unlimited

On one server I am seeing this error on the launcher log:

[Info: 2020-07-11 14:58:55.810085450: GameCallbacks.cpp(158)] Game/net.fabricmc.fabric.impl.networking.PacketRegistryImpl (Netty Epoll Client IO #0) Warn Received invalid identifier in minecraft:register: FML (Non [a-z0-9/._-] character in path of location: minecraft:FML)
[Info: 2020-07-11 14:58:55.810339748: GameCallbacks.cpp(158)] Game/net.fabricmc.fabric.impl.networking.PacketRegistryImpl (Netty Epoll Client IO #0) Warn Received invalid identifier in minecraft:register: FML|HS (Non [a-z0-9/._-] character in path of location: minecraft:FML|HS)
[Info: 2020-07-11 14:58:55.810398235: GameCallbacks.cpp(158)] Game/net.fabricmc.fabric.impl.networking.PacketRegistryImpl (Netty Epoll Client IO #0) Warn Received invalid identifier in minecraft:register: FORGE (Non [a-z0-9/._-] character in path of location: minecraft:FORGE)
[Info: 2020-07-11 14:58:55.810482866: GameCallbacks.cpp(158)] Game/net.fabricmc.fabric.impl.networking.PacketRegistryImpl (Netty Epoll Client IO #0) Warn Received invalid identifier in minecraft:register: BungeeCord (Non [a-z0-9/._-] character in path of location: minecraft:BungeeCord)
[Info: 2020-07-11 14:58:55.828994710: GameCallbacks.cpp(158)] Game/net.fabricmc.fabric.impl.networking.PacketRegistryImpl (main) Warn Received invalid identifier in minecraft:register: FML (Non [a-z0-9/._-] character in path of location: minecraft:FML)
[Info: 2020-07-11 14:58:55.829143482: GameCallbacks.cpp(158)] Game/net.fabricmc.fabric.impl.networking.PacketRegistryImpl (main) Warn Received invalid identifier in minecraft:register: FML|HS (Non [a-z0-9/._-] character in path of location: minecraft:FML|HS)
[Info: 2020-07-11 14:58:55.829241734: GameCallbacks.cpp(158)] Game/net.fabricmc.fabric.impl.networking.PacketRegistryImpl (main) Warn Received invalid identifier in minecraft:register: FORGE (Non [a-z0-9/._-] character in path of location: minecraft:FORGE)
[Info: 2020-07-11 14:58:55.829348375: GameCallbacks.cpp(158)] Game/net.fabricmc.fabric.impl.networking.PacketRegistryImpl (main) Warn Received invalid identifier in minecraft:register: BungeeCord (Non [a-z0-9/._-] character in path of location: minecraft:BungeeCord)

Since JustMap Unlimited is - as the name says - unlimited, why change the register still?

Bulldog83 commented 4 years ago

Why do you think this is Just Map sends? My mod don't contains code for Forge.

Madis0 commented 4 years ago

Well, for some reason this happens only when JustMap is enabled.

Bulldog83 commented 4 years ago

What server is this?

Madis0 commented 4 years ago

play.cubecraft.net

Bulldog83 commented 4 years ago

On the Hypixel I have same warnings, but it provides by the Fabric API, not my mod.