Pryaxis / TShock

☕️⚡️TShock provides Terraria servers with server-side characters, anti-cheat, and community management tools.
GNU General Public License v3.0
2.41k stars 377 forks source link

Debug: Bouncer / OnNewProjectile console spam #2296

Closed CappyT closed 3 years ago

CappyT commented 3 years ago

Reproduction steps (if applicable)?

  1. Join the server
  2. Acquire a wooden boomerang (https://terraria.fandom.com/wiki/Wooden_Boomerang)
  3. Throw it
  4. Look at the server console

Any stack traces or error messages (if known)?

: Server started
37.119.74.196:8202 is connecting...
Debug: GetDataHandlers / HandlePlayerBuffList handled event and sent data Aros
37.119.74.196:8202 was booted: Kicked: Invalid server password.
Kicked Aros for : 'Invalid server password.'
37.119.74.196:8206 is connecting...
Debug: GetDataHandlers / HandlePlayerBuffList handled event and sent data Aros
Aros has joined.
Debug: Bouncer / OnPlayerBuff rejected hostile/pvp from Aros
Debug: GetDataHandlers / HandlePlayerBuffList handled event and sent data Aros
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52
Debug: Bouncer / OnNewProjectile please report to tshock about this! normally this is a reject from Aros 52

Any screenshots?

immagine

Any log messages from files that end in .log or .txt? What are the last 100 log messages from the server console?

2021-05-07_17-23-09.log

What plugins and what versions of those plugins are you running?

No plugins are installed.

Moneylover3246 commented 3 years ago

Afaik this is due to the wooden boomerang (And other ones?) Sending many projectile updates upon one throw. If you want to get rid of this clutter, you can either 1.) Turn off Debug Logs in the config 2.) Edit the tshock source code to make it where projectile updates don't send that debug message

hakusaro commented 3 years ago

@Moneylover3246 is correct here, turn off debug logs.