View Single Post
jking
AlliedModders Donor
Join Date: Jan 2012
Old 07-30-2018 , 11:03   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #245

Ok, this is what happens when I load up Accelerator74's version:



Code:
L 07/30/2018 - 08:49:49: SourceMod error session started
L 07/30/2018 - 08:49:49: Info (map "c5m1_waterfront") (file "errors_20180730.log")
L 07/30/2018 - 08:49:49: [SM] Unable to load extension "defibfix.ext": %1 is not a valid Win32 application.


L 07/30/2018 - 08:49:53: Error log file session closed.
not listed here due to the error:

Code:
meta list
Listing 7 plugins:
  [01] L4D2 fps_max unlocker (1.0.0.0) by Nuclearfallout Enterprises, Inc.
  [02] L4DToolZ (1.0.0.9h-unknown) by Ivailosp
  [03] SourceMod (1.9.0.6247) by AlliedModders LLC
  [04] Left 4 Downtown 2 Extension (0.5.4.2) by Igor "Downtown1" Smirnov / Andrew "XBetaAlpha" Burrows / AtomicStryker / Michael "ProdigySim" Busby
  [05] SDK Tools (1.9.0.6247) by AlliedModders LLC
  [06] SDK Hooks (1.9.0.6247) by AlliedModders LLC
  [07] DHooks (2.2.0) by Dr!fter
Using files from the OP and using Spirit_12's gamedata file does not yield the error popup in the image posted above, however results in this error:

Code:
L 07/30/2018 - 09:37:09: SourceMod error session started
L 07/30/2018 - 09:37:09: Info (map "c5m1_waterfront") (file "errors_20180730.log")
L 07/30/2018 - 09:37:09: [SM] Error parsing gameconfig file "d:\l4d2\left4dead2\addons\sourcemod\gamedata\defibfix.txt":
L 07/30/2018 - 09:37:09: [SM] Error 11 on line 7, col 16: A property was declared outside of a section
L 07/30/2018 - 09:37:09: [SM] Unable to load extension "defibfix.ext": Could not read defibfix.txt: A property was declared outside of a section
L 07/30/2018 - 09:37:16: Error log file session closed.
using OP gamedata file:

Code:
L 07/30/2018 - 10:01:28: SourceMod error session started
L 07/30/2018 - 10:01:28: Info (map "c5m1_waterfront") (file "errors_20180730.log")
L 07/30/2018 - 10:01:28: [DefibFix] Sigscan for DefibrillatorOnStartAction failed - Disabling detour to prevent crashes
L 07/30/2018 - 10:01:28: [SM] Unable to load extension "defibfix.ext": Cannot SetupHooks or GetOffset.
L 07/30/2018 - 10:01:32: Error log file session closed.

Last edited by jking; 07-30-2018 at 12:03.
jking is offline