We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seemingly on server shutdown the following errors get printed in logs (yes, those are custom RTD effect plugins):
L 08/28/2024 - 04:01:59: [SM] Blaming: Gameplay\RTD\Extra\cnecgaming_rtd_perks.smx L 08/28/2024 - 04:01:59: [SM] Call stack trace: L 08/28/2024 - 04:01:59: [SM] [0] RTD2_DisableModulePerks L 08/28/2024 - 04:01:59: [SM] [1] Line 129, Gameplay/RTD/Extra/cnecgaming_rtd_perks.sp::OnPluginEnd L 08/28/2024 - 04:01:59: [SM] Exception reported: Plugin owning this native is currently paused. L 08/28/2024 - 04:01:59: [SM] Blaming: Gameplay\RTD\Extra\rtd2_bleeder.smx L 08/28/2024 - 04:01:59: [SM] Call stack trace: L 08/28/2024 - 04:01:59: [SM] [0] RTD2_DisableModulePerks L 08/28/2024 - 04:01:59: [SM] [1] Line 64, Gameplay/RTD/Extra/rtd2_bleeder.sp::OnPluginEnd L 08/28/2024 - 04:01:59: [SM] Exception reported: Plugin owning this native is currently paused. L 08/28/2024 - 04:01:59: [SM] Blaming: Gameplay\RTD\Extra\rtd2_bombingrun.smx L 08/28/2024 - 04:01:59: [SM] Call stack trace: L 08/28/2024 - 04:01:59: [SM] [0] RTD2_DisableModulePerks L 08/28/2024 - 04:01:59: [SM] [1] Line 135, Gameplay/RTD/Extra/rtd2_bombingrun.sp::OnPluginEnd L 08/28/2024 - 04:01:59: [SM] Exception reported: Plugin owning this native is currently paused. L 08/28/2024 - 04:01:59: [SM] Blaming: Gameplay\RTD\Extra\rtd2_bouncy.smx L 08/28/2024 - 04:01:59: [SM] Call stack trace: L 08/28/2024 - 04:01:59: [SM] [0] RTD2_DisableModulePerks L 08/28/2024 - 04:01:59: [SM] [1] Line 65, Gameplay/RTD/Extra/rtd2_bouncy.sp::OnPluginEnd L 08/28/2024 - 04:01:59: [SM] Exception reported: Plugin owning this native is currently paused. L 08/28/2024 - 04:01:59: [SM] Blaming: Gameplay\RTD\Extra\rtd2_eexit.smx L 08/28/2024 - 04:01:59: [SM] Call stack trace: L 08/28/2024 - 04:01:59: [SM] [0] RTD2_DisableModulePerks L 08/28/2024 - 04:01:59: [SM] [1] Line 85, Gameplay/RTD/Extra/rtd2_eexit.sp::OnPluginEnd ...
All the plugins have in common is having this code:
public void OnPluginEnd() { RTD2_DisableModulePerks(); }
This error shows every time the server gets restarted. [SM] Value of cvar "sm_rtd2_version": "2.5.3"
[SM] Value of cvar "sm_rtd2_version": "2.5.3"
Please describe the bug in the section above, then post it and tick the correct boxes below.
sm_cvar sm_rtd2_version
rtd2_perks.default.cfg
rtd2_perks.custom.cfg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
Seemingly on server shutdown the following errors get printed in logs (yes, those are custom RTD effect plugins):
All the plugins have in common is having this code:
This error shows every time the server gets restarted.
[SM] Value of cvar "sm_rtd2_version": "2.5.3"
Report checks
Required
Optional
sm_cvar sm_rtd2_version
) and have specified it.rtd2_perks.default.cfg
) and can confirm it's the one bundled with plugin release archive.rtd2_perks.custom.cfg
or other) and have attached it to this issue.The text was updated successfully, but these errors were encountered: