Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash: Exception caught during firing event: Payload {} may not be sent to the client! #330

Open
Kirkezz opened this issue Oct 6, 2024 · 2 comments
Labels

Comments

@Kirkezz
Copy link

Kirkezz commented Oct 6, 2024

[06Oct2024 10:50:41.568] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Apelsyn1509 joined the game
[06Oct2024 10:50:41.611] [Server thread/ERROR] [net.neoforged.bus.EventBus/EVENTBUS]: Exception caught during firing event: Payload {} may not be sent to the client!
	Index: 0
	Listeners:
		0: @SubscribeEvent: squeek.appleskin.network.SyncHandler@69db539 onLivingTickEvent(Lnet/neoforged/neoforge/event/tick/EntityTickEvent$Pre;)V
java.lang.UnsupportedOperationException: Payload {} may not be sent to the client!
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.network.registration.NetworkRegistry.checkPacket(NetworkRegistry.java:441)
	at TRANSFORMER/[email protected]/net.minecraft.server.network.ServerCommonPacketListenerImpl.send(ServerCommonPacketListenerImpl.java:167)
	at TRANSFORMER/[email protected]/net.minecraft.server.network.ServerCommonPacketListenerImpl.send(ServerCommonPacketListenerImpl.java:162)
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.network.PacketDistributor.sendToPlayer(PacketDistributor.java:51)
	at TRANSFORMER/[email protected]+mc1.20.5/squeek.appleskin.network.SyncHandler.onLivingTickEvent(SyncHandler.java:53)
	at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.SubscribeEventListener.invoke(SubscribeEventListener.java:49)
	at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:350)
	at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:315)
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.event.EventHooks.fireEntityTickPre(EventHooks.java:924)
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:770)
	at TRANSFORMER/[email protected]/net.minecraft.world.level.Level.guardEntityTick(Level.java:556)
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerLevel.lambda$tick$2(ServerLevel.java:417)
	at TRANSFORMER/[email protected]/net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:54)
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:397)
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1013)
	at TRANSFORMER/[email protected]/net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:313)
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:893)
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:701)
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:261)
	at java.base/java.lang.Thread.run(Thread.java:1583)

[06Oct2024 10:50:42.438] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
net.minecraft.ReportedException: Ticking entity
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1017) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:313) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:893) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:701) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:261) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: java.lang.UnsupportedOperationException: Payload {} may not be sent to the client!
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.network.registration.NetworkRegistry.checkPacket(NetworkRegistry.java:441) ~[neoforge-20.6.121-universal.jar%23130!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.server.network.ServerCommonPacketListenerImpl.send(ServerCommonPacketListenerImpl.java:167) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.server.network.ServerCommonPacketListenerImpl.send(ServerCommonPacketListenerImpl.java:162) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.network.PacketDistributor.sendToPlayer(PacketDistributor.java:51) ~[neoforge-20.6.121-universal.jar%23130!/:?]
	at TRANSFORMER/[email protected]+mc1.20.5/squeek.appleskin.network.SyncHandler.onLivingTickEvent(SyncHandler.java:53) ~[appleskin-neoforge-mc1.20.5-3.0.5.jar%23132!/:3.0.5+mc1.20.5]
	at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.SubscribeEventListener.invoke(SubscribeEventListener.java:49) ~[bus-8.0.1.jar%2368!/:?]
	at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:350) ~[bus-8.0.1.jar%2368!/:?]
	at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:315) ~[bus-8.0.1.jar%2368!/:?]
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.event.EventHooks.fireEntityTickPre(EventHooks.java:924) ~[neoforge-20.6.121-universal.jar%23130!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:770) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.Level.guardEntityTick(Level.java:556) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerLevel.lambda$tick$2(ServerLevel.java:417) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:54) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:397) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1013) ~[server-1.20.6-20240429.153634-srg.jar%23129!/:?]
	... 5 more
[06Oct2024 10:50:42.452] [Server thread/FATAL] [net.neoforged.neoforge.common.NeoForgeMod/]: Preparing crash report with UUID 7a7b683e-f24a-4d18-adcb-16018cf89e4e
[06Oct2024 10:50:42.452] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: This crash report has been saved to: /root/server/./crash-reports/crash-2024-10-06_10.50.42-server.txt
[06Oct2024 10:50:42.453] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
[06Oct2024 10:50:42.454] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
[06Oct2024 10:50:42.501] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Igorantivirus lost connection: Server closed
[06Oct2024 10:50:42.502] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Igorantivirus left the game
[06Oct2024 10:50:42.505] [Server thread/INFO] [voicechat/]: [voicechat] Disconnecting client Igorantivirus
[06Oct2024 10:50:42.514] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Eclaytt lost connection: Server closed
[06Oct2024 10:50:42.516] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Eclaytt left the game
[06Oct2024 10:50:42.517] [Server thread/INFO] [voicechat/]: [voicechat] Disconnecting client Eclaytt
[06Oct2024 10:50:42.531] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
[06Oct2024 10:50:46.128] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[06Oct2024 10:50:46.419] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
[06Oct2024 10:50:46.425] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
[06Oct2024 10:50:46.431] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (world): All chunks are saved
[06Oct2024 10:50:46.432] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[06Oct2024 10:50:46.432] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[06Oct2024 10:50:46.432] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved
[06Oct2024 10:50:46.454] [Server thread/INFO] [net.minecraft.server.rcon.thread.GenericThread/]: Thread RCON Listener stopped

When a new player joined, the server crashed. Server is running on 1.20.6.

@squeek502 squeek502 added the bug label Oct 6, 2024
@squeek502
Copy link
Owner

What version of AppleSkin?

@Kirkezz
Copy link
Author

Kirkezz commented Oct 6, 2024

appleskin-neoforge-mc1.20.5-3.0.5 installed on neoforge 1.20.6 both client and server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants