thecannons / Insurgency-dy-sourcemod

Updated folder structure
31 stars 21 forks source link

Displaying call stack trace for plugin c_dy_respawn_no_adm_fix_ammo.smx #1

Open devils-crew opened 8 years ago

devils-crew commented 8 years ago

L 01/15/2016 - 21:21:54: [SM] Plugin encountered error 14: Divide by zero L 01/15/2016 - 21:21:54: [SM] Displaying call stack trace for plugin "c_dy_respawn_no_adm_fix_ammo.smx": L 01/15/2016 - 21:21:54: [SM] [0] Line 502, c_dy_respawn_no_adm_fix_ammo.sp::Timer_EnemyReinforce()

MetaMod:Source v1.10.6V SourceMod v1.7.3-dev+5290 v2.1.1.2 (Linux, Dedicated, Protocol 17)

spamming console errors around 1.5gb per map, logs disabled logs for now but am keen to try see if it can be fixed.

thecannons commented 8 years ago

if (g_team_lives_3 <= (g_team_lives_3_total / reinforce_multiplier))

is the line its erroring out on. reinforce_multiplier cannot be 0.

Make sure sm_reinforce_multiplier (in your cfgs/sourcemod/respawn.cfg is set to at least 1.

Also not sure if u have this file, but Ive attached jballous modified library file, put that in your /include/ directory if you dont have that already. Let me know!

On Fri, Jan 15, 2016 at 2:02 PM, devils-crew notifications@github.com wrote:

L 01/15/2016 - 21:21:54: [SM] Plugin encountered error 14: Divide by zero L 01/15/2016 - 21:21:54: [SM] Displaying call stack trace for plugin "c_dy_respawn_no_adm_fix_ammosmx": L 01/15/2016 - 21:21:54: [SM] [0] Line 502, c_dy_respawn_no_adm_fix_ammosp::Timer_EnemyReinforce()

MetaMod:Source v1106V SourceMod v173-dev+5290 v2112 (Linux, Dedicated, Protocol 17)

have comiled with sm 16, 17, 18 same issue spamming console errors around 15gb per map, i have disabled logs for now but am keen to try see if it can be fixed

— Reply to this email directly or view it on GitHub https://github.com/Daimyo21/Insurgency-dy-sourcemod/issues/1.