Raised This Month: $51 Target: $400
 12% 

[EXTENSION][L4D2] Left4Fix (2.1.0)


Post New Thread Reply   
 
Thread Tools Display Modes
Sev
Veteran Member
Join Date: May 2010
Old 02-09-2014 , 16:30   Re: [EXTENSION][L4D2] Left4Fix (1.0.0.7)
Reply With Quote #41

Yeah, this extension still crashes for me, even after a clean server wipe with just this extension installed and a plugin that allows for more than 4 survivors and infected.

Not sure where the core problem is.

The crash occurs...

1. Only when there are more than 4 survivors/infected
2. When you try to switch from survivor to infected, it doesn't happen the other way around. You also can't move to spec either if the plugin allows it, as it will also cause a crash.

The only way I've gotten it to work, is with the cheap workaround of not allowing any team switching at all, which is unfortunate.

vs_max_team_switches 0

Last edited by Sev; 02-09-2014 at 16:33.
Sev is offline
spumer
Senior Member
Join Date: Aug 2011
Old 02-10-2014 , 21:39   Re: [EXTENSION][L4D2] Left4Fix (1.0.0.7)
Reply With Quote #42

Sev, Start gdb, use "attach <pid>" and type "continue". On a crash, get a stacktrace with "bt" and copy that. You can run gdb in screen.
__________________
spumer is offline
Mr. Zero
Veteran Member
Join Date: Jun 2009
Location: Denmark
Old 04-17-2014 , 15:36   Re: [EXTENSION][L4D2] Left4Fix (1.0.0.7)
Reply With Quote #43

I wish to report the same crashing issue as Sev.

I can replicate this bug reliable. Spawn 8 Survivors then change to Infected team from Survivors. This will crash the server.

Sadly I can not provide trace of the stack.

Code:
hostname: HOSTNAME
version : 2.1.3.5 5463 secure  (unknown)
udp/ip  : IP [ public same ]
os      : Linux Dedicated
map     : c1m1_hotel
players : 1 humans, 0 bots (16 max) (not hibernating) (unreserved)

Metamod:Source version 1.10.0
Build ID: 860:a58a1912f602
Loaded As: Valve Server Plugin
Compiled on: Aug 25 2013
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/

SourceMod Version Information:
SourceMod Version: 1.5.3
SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.5.3)
SourcePawn API: v1 = 4, v2 = 4
Compiled on: Mar 21 2014 07:53:28
Build ID: 4026:53569c20fc33
http://www.sourcemod.net/

[SM] Displaying 4 extensions:
[01] Left4Fix (1.0.0.7 (8 players)): Fix score completion on servers have 8+ players
[02] Top Menus (1.5.3): Creates sorted nested menus
[03] SDK Tools (1.5.3): Source SDK Tools
[04] BinTools (1.5.3): Low-level C/C++ Calling API

[SM] Listing 14 plugins:
01 "Basic Commands" (1.5.3) by AlliedModders LLC
02 "Fun Commands" (1.5.2) by AlliedModders LLC
03 "Debug - Add Survivor Bot" (1.0.0) by Buster "Mr. Zero" Nielsen
04 "Sound Commands" (1.5.2) by AlliedModders LLC
05 "Basic Comm Control" (1.5.3) by AlliedModders LLC
06 "Anti-Flood" (1.5.3) by AlliedModders LLC
07 "Basic Votes" (1.5.3) by AlliedModders LLC
08 "Basic Ban Commands" (1.5.3) by AlliedModders LLC
09 "Player Commands" (1.5.3) by AlliedModders LLC
10 "Admin File Reader" (1.5.3) by AlliedModders LLC
11 "Admin Help" (1.5.3) by AlliedModders LLC
12 "Basic Chat" (1.5.3) by AlliedModders LLC
13 "Basic Info Triggers" (1.5.3) by AlliedModders LLC
14 "Admin Menu" (1.5.3) by AlliedModders LLC
I have attached the debug plugin I made to test the extension and recreate the crash. It simply add bots.
Attached Files
File Type: sp Get Plugin or Get Source (debug_addsurvivorbot.sp - 382 views - 1.4 KB)

Last edited by Mr. Zero; 04-17-2014 at 16:28.
Mr. Zero is offline
spumer
Senior Member
Join Date: Aug 2011
Old 04-20-2014 , 07:14   Re: [EXTENSION][L4D2] Left4Fix (1.0.0.7)
Reply With Quote #44

Can you reproduce this bug with latest dev build from attachment?

This version also include fix for warp to survivor in ghost mode by pressing "E" button. Now it try search location for spawn around each player. This feature is stable, but code need more cleanup. All changes in sources uploaded to github and if you interesting you can see it now. I think public release will be on next week (if crash not reproduced, of course).
Attached Files
File Type: so left4fix.ext.so (132.3 KB, 189 views)
File Type: txt left4fix.sig.txt (4.8 KB, 210 views)
__________________

Last edited by spumer; 04-20-2014 at 07:16.
spumer is offline
Mr. Zero
Veteran Member
Join Date: Jun 2009
Location: Denmark
Old 04-21-2014 , 16:59   Re: [EXTENSION][L4D2] Left4Fix (1.0.0.7)
Reply With Quote #45

I can confirm the crash still occur with the attached developer build.

I have send you a private message with a video of it, if you happen to need to see how I reproduce the crash.
Mr. Zero is offline
spumer
Senior Member
Join Date: Aug 2011
Old 05-11-2014 , 03:06   Re: [EXTENSION][L4D2] Left4Fix (1.1.0.0)
Reply With Quote #46

Hey, new version 1.1.0.0 is released! First post updated!

Bugfixes:
  • Possible crash when team is switching (Thanks to Sev and Mr. Zero)
New features:
  • Now you can warp to each survivor by pressing E button while you are infected in ghost mode
  • Tiebreak mode is now working and logic changed to check chapter score equality instead of check the survivors count equal to 4 and used defibrillators is same as in different team
  • Added API to get completion score for each survivor (only for alive right now)
    • L4FIX_GetSurvivorScore
    • L4FIX_GetSupportedTeamSize
    • See usage example in left4fix_test.sp

Download: GitHub
Gamedata: GitHub
__________________

Last edited by spumer; 05-11-2014 at 06:48.
spumer is offline
legotoytoy
Junior Member
Join Date: Apr 2012
Old 08-04-2014 , 17:43   Re: [EXTENSION][L4D2] Left4Fix (1.1.0.0)
Reply With Quote #47

version 1.1.0.0
have WINDOWS version????
legotoytoy is offline
spumer
Senior Member
Join Date: Aug 2011
Old 08-05-2014 , 07:22   Re: [EXTENSION][L4D2] Left4Fix (1.1.0.0)
Reply With Quote #48

I have no requests for Windows version yet.

Do you wanna use this extension for non-standart server on Windows?
__________________
spumer is offline
legotoytoy
Junior Member
Join Date: Apr 2012
Old 08-11-2014 , 15:44   Re: [EXTENSION][L4D2] Left4Fix (1.1.0.0)
Reply With Quote #49

i like this extension ~~~
my windows server 13vs13 only play on lan~~~~


pls help help~~~~

Last edited by legotoytoy; 08-11-2014 at 15:46.
legotoytoy is offline
legotoytoy
Junior Member
Join Date: Apr 2012
Old 08-20-2014 , 14:59   Re: [EXTENSION][L4D2] Left4Fix (1.1.0.0)
Reply With Quote #50

who can help !!!!!!!!!!!!!!!!!!!!!!
legotoytoy is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:15.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode