PneumaticCraft: Repressurized

PneumaticCraft: Repressurized

43M Downloads

Recipe Parsing Error and Netty Epoll Server IO #1/ERROR

sven25 opened this issue · 1 comments

commented

Describe the bug

Minecraft 1.18.2
Patchouli 1.18.2-66
Pneumaticcraft Repressurized 1.18.2-3.1.4-68
Forge 1.18.2-40.0.40

When i start the Forge Server, some red "errors" are showing up in the console (the server starts), which say the following:

[01:14:09] [Worker-Main-12/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe pneumaticcraft:drone_interface

[08:22:23] [Netty Epoll Server IO #2/ERROR] [ne.mi.ne.NetworkRegistry/NETREGISTRY]: Channels [cfm:network,storagedrawers:main_channel,securitycraft:securitycraft,computercraft:network,forge:tier_sorting,patchouli:main,pneumaticcraft:main_channel] rejected vanilla connections

[14:33:07] [Netty Epoll Server IO #1/ERROR] [minecraft/ArgumentTypes]: Could not serialize me.desht.pneumaticcraft.common.commands.ModCommands$VarnameType@40a85aad (class me.desht.pneumaticcraft.common.commands.ModCommands$VarnameType) - will not be sent to client!
[14:33:07] [Netty Epoll Server IO #1/ERROR] [minecraft/ArgumentTypes]: Could not serialize me.desht.pneumaticcraft.common.commands.ModCommands$VarnameType@284c89c3 (class me.desht.pneumaticcraft.common.commands.ModCommands$VarnameType) - will not be sent to client!
[14:33:07] [Netty Epoll Server IO #1/ERROR] [minecraft/ArgumentTypes]: Could not serialize me.desht.pneumaticcraft.common.commands.ModCommands$VarnameType@2d3c813b (class me.desht.pneumaticcraft.common.commands.ModCommands$VarnameType) - will not be sent to client!

How to reproduce the bug

I don´t know if i am the only one with these error messages.

Expected behavior

No error messages

Additional details

No response

Which Minecraft version are you using?

1.18

Crash log

No response

commented

Checking through them, these warnings are all harmless.

  • The Drone Interface recipe suggests you don't have CC:Tweaked installed? This is a forge conditional recipe so I'm surprised it warns. But it won't cause any problems.
  • The second warning (rejected vanilla connections) isn't a pneumaticcraft issue at all. A vanilla client tried to connect to your modded server and (correctly) got rejected, by multiple network channels.
  • The last two warnings are also harmless and can be ignored. See https://forums.minecraftforge.net/topic/88313-could-not-serialize/ for more information.