KitsuneLab-Development / CS2_DamageInfo

CS2 server extension that displays the amount of damage players have inflicted on the victim's HP and Armor, as well as the hit groups they have hit.
GNU General Public License v3.0
64 stars 8 forks source link

[BUG] #4

Closed mrdiega closed 9 months ago

mrdiega commented 1 year ago

1.3.0 version crash server after first kill or death

K4ryuu commented 1 year ago

Greetings,

  1. If you send a bug report, follow the given template, which is loaded by default into the message and give a title after the BUG prefix.

  2. Try to update your CSSharp version to atleast the MinimumAPIVersion.

  3. If the 2. didnt fix the problem and you have the correct version of the CSSharp, attach some kind of log, server console error.

Best Regards, K4ryuu

mrdiega commented 1 year ago

Greetings,

  1. If you send a bug report, follow the given template, which is loaded by default into the message and give a title after the BUG prefix.
  2. Try to update your CSSharp version to atleast the MinimumAPIVersion.
  3. If the 2. didnt fix the problem and you have the correct version of the CSSharp, attach some kind of log, server console error.

Best Regards, K4ryuu

OC Debian 11 Metamod:Source version 2.0.0-dev+1256 counterstrikesharp-build-12-a0f9d30 [#9]: "Damage Info" (1.3.0) by K4ryuu

Crash server after first kill or death There is no crash on early versions, but for some reason damage information is not displayed in the chat with "RoundEndPrint": true (tested with bots)

y3request commented 1 year ago

Not sure if this is the right place, but I had this happen too. All I did was disable another plugin (advertisement) from writing on center screen, while the damage plugin is trying to write dmg center screen. No more crashes.

K4ryuu commented 1 year ago

Greetings, We are going to look after the mentioned problem and we appreciate your feedback about the possible problem.

fpaezf commented 1 year ago

Not sure if this is the right place, but I had this happen too. All I did was disable another plugin (advertisement) from writing on center screen, while the damage plugin is trying to write dmg center screen. No more crashes.

I have advertisment too and only writing on chat. Same crash on first hit. Any clues?

CS2_DamageInfo 1.3.2 CounterStrikeSharp v52 Metamod:Source version 2.0.0-dev+1259

K4ryuu commented 9 months ago

The plugin has been totally remade from scratch. Please check https://github.com/K4ryuu/CS2_DamageInfo/releases/tag/v2.0.0

Best Regard, K4ryuu