1.16.5 Server Crash #1

Closed
opened 2022-12-22 16:11:37 -06:00 by HyperFoxOne · 4 comments
HyperFoxOne commented 2022-12-22 16:11:37 -06:00 (Migrated from github.com)

i hit my friend and then made him quit to check if the mod worked and the server crashed.
crash report https://pastebin.com/fH2GfxuK

i hit my friend and then made him quit to check if the mod worked and the server crashed. crash report https://pastebin.com/fH2GfxuK
WildToastyMop commented 2022-12-25 19:05:29 -06:00 (Migrated from github.com)

did you change any of the values in the config?

did you change any of the values in the config?
HyperFoxOne commented 2023-01-05 03:17:36 -06:00 (Migrated from github.com)

I only changed for how long you are in combat

I only changed for how long you are in combat
NighthowlerStudios commented 2023-01-29 06:49:46 -06:00 (Migrated from github.com)

This server crash also happenes whilst on server even in 1.16.5 as well. It's because you are attempting to add an ITextComponent to the targeted hit player on the server side, rather than the client side (the method only ever gets misfired on the server if a player is hitting another player). You must make sure clients are listening to their own damage/deal damage events instead of when the player is hitting some other player.

This server crash also happenes whilst on server even in 1.16.5 as well. It's because you are attempting to add an ITextComponent to the targeted hit player on the server side, rather than the client side (the method only ever gets misfired on the server if a player is hitting another player). You must make sure clients are listening to their own damage/deal damage events instead of when the player is hitting some other player.
WildToastyMop commented 2026-01-04 16:18:53 -06:00 (Migrated from github.com)

only took 3 years 041c1f5

only took 3 years 041c1f5
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
WildToastyMop/CombatLog#1
No description provided.