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

[EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown


Post New Thread Reply   
 
Thread Tools Display Modes
eric0279
AlliedModders Donor
Join Date: May 2007
Old 07-08-2013 , 08:02   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #491

Quote:
Originally Posted by stebrickboy View Post
It seems to me that dc2x's situation is similar to mine.

Server crashes when:

1. Someone joins to the server;
2. Confogl plugin is loaded.

But server wont crash when I remove Left 4 Downtown (but confogl plugin would not work without it). I removed all other plugins but the result is still the same. Could you share your addon and cfg file with us?

I tried many versions of left4downtown but problems remain unchanged. Crash, restart.

A bit mad now

Quote:
just doing lunch at present
same problem...

I disable all plugins / extensions, there is only Sourcemod and Left 4 Downtown, there is no vpk..

SM 1.6.0 3935
MM 1.10.0 3748
eric0279 is offline
lexantis
Senior Member
Join Date: Jun 2009
Location: CZ
Old 07-08-2013 , 10:31   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #492

Confogl plugin is crashing my windows server, tried it many times, 100% sure, server is now crash free when i removed it

Last edited by lexantis; 07-08-2013 at 10:57.
lexantis is offline
Send a message via ICQ to lexantis
dcx2
Senior Member
Join Date: Sep 2011
Old 07-08-2013 , 12:59   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #493

Quote:
Originally Posted by adrianman View Post
just remove or comment out the
ValveRejectServerFullFirst windows offset from the Left 4 Downtown gamedata
That should fix the players connecting crash
EDIT: Fail. Still crashing on join.

EDIT2: Some progress. I removed everything from the gamedata, but left the gamedata there. Server does not crash when I join! Time to start adding pieces back until it starts to crash again...

EDIT3: Progress! I got it to load now. Seems like the problem for me revolves around CDirector::GetScriptValueInt. If I comment out the Windows signatures for that one, I can join.

I checked IDA, the Windows sig for this function is unique. I don't know why it's causing the crash. But I know that's the problem.
__________________

Last edited by dcx2; 07-08-2013 at 14:08.
dcx2 is offline
Sev
Veteran Member
Join Date: May 2010
Old 07-08-2013 , 14:20   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #494

Good work. Now all you have to do is share your work with the rest of the community, and all the collective people working on this can move forward.
Sev is offline
dcx2
Senior Member
Join Date: Sep 2011
Old 07-08-2013 , 14:24   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #495

I didn't really do any "work" other than commenting out a few signatures at a time until it stopped crashing. Find this part of your gamedata and comment out the windows sig with // like I have, and L4DT2 should stop crashing. At least until someone figures out why it's crashing and fixes the root problem. (Note if you're crashing on Linux this won't help at all)

PHP Code:
            /*
             * CDirector::GetScriptValue(const char*, int)
             */
            
"CDirector_GetScriptValueInt"
            
{
                
"library"  "server"
                "linux"    "@_ZN9CDirector14GetScriptValueEPKci"
//                "windows"  "\x55\x8B\xEC\x0F\xB7\x51\x2A\x0F\xBF\xC2\x83\xF8\x2A\x77"
                           /* 55  8B  EC  0F  B7  51  ?   0F  BF  C2  83  F8   ?  77 */
            

__________________
dcx2 is offline
adrianman
Senior Member
Join Date: Sep 2010
Old 07-08-2013 , 14:31   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #496

yeah i edited my post but that was the first sig i posted having problems,however that sig WAS fixed recently and it seems it still crashes
__________________
The best thing in life's for free

Last edited by adrianman; 07-08-2013 at 14:33.
adrianman is offline
one.furious.one
Junior Member
Join Date: Aug 2010
Old 07-08-2013 , 17:52   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #497

Getting these over and over. The server is continuously restarting the map. I have a windows server and need a version that supports the extra slots (I am not using L4DToolZ). The server will start and stay running without L4DT2, but the mods that need it stop working. Which version of L4DT2 should I be using and with which gamedate file?


Code:
L 07/08/2013 - 17:35:21: SourceMod error session started
L 07/08/2013 - 17:35:21: Info (map "C12m1_hilltop") (file "errors_20130708.log")
L 07/08/2013 - 17:35:21: [LEFT4DOWNTOWN] Detour -- Could not find 'SpawnWitchBride' signature
L 07/08/2013 - 17:35:21: [LEFT4DOWNTOWN] Detour -- Could not find 'OnMobRushStart' signature
L 07/08/2013 - 17:35:21: [LEFT4DOWNTOWN] Detour -- Could not find 'Zombiemanager_SpawnMob' signature
L 07/08/2013 - 17:35:21: [LEFT4DOWNTOWN] Detour -- Could not find DifficultyChanged signature
L 07/08/2013 - 17:35:21: [LEFT4DOWNTOWN] Detour -- Could not find address for detour
L 07/08/2013 - 17:35:21: [LEFT4DOWNTOWN] Detour -- Could not find 'GetSurvivorSet' signature
L 07/08/2013 - 17:35:21: [LEFT4DOWNTOWN] Detour -- Could not find 'CDirector_IsFinale' signature
L 07/08/2013 - 17:35:21: [LEFT4DOWNTOWN] Detour -- Could not find 'GetMasterServerPlayerCounts' signature
L 07/08/2013 - 17:35:26: SourceMod error session started
L 07/08/2013 - 17:35:26: Info (map "C12m1_hilltop") (file "errors_20130708.log")
L 07/08/2013 - 17:35:26: [LEFT4DOWNTOWN] Detour -- Could not find 'SpawnWitchBride' signature
L 07/08/2013 - 17:35:26: [LEFT4DOWNTOWN] Detour -- Could not find 'OnMobRushStart' signature
L 07/08/2013 - 17:35:26: [LEFT4DOWNTOWN] Detour -- Could not find 'Zombiemanager_SpawnMob' signature
L 07/08/2013 - 17:35:26: [LEFT4DOWNTOWN] Detour -- Could not find DifficultyChanged signature
L 07/08/2013 - 17:35:26: [LEFT4DOWNTOWN] Detour -- Could not find address for detour
L 07/08/2013 - 17:35:26: [LEFT4DOWNTOWN] Detour -- Could not find 'GetSurvivorSet' signature
L 07/08/2013 - 17:35:26: [LEFT4DOWNTOWN] Detour -- Could not find 'CDirector_IsFinale' signature
L 07/08/2013 - 17:35:26: [LEFT4DOWNTOWN] Detour -- Could not find 'GetMasterServerPlayerCounts' signature
L 07/08/2013 - 17:35:31: SourceMod error session started
L 07/08/2013 - 17:35:31: Info (map "C12m1_hilltop") (file "errors_20130708.log")
L 07/08/2013 - 17:35:31: [LEFT4DOWNTOWN] Detour -- Could not find 'SpawnWitchBride' signature
L 07/08/2013 - 17:35:31: [LEFT4DOWNTOWN] Detour -- Could not find 'Zombiemanager_SpawnMob' signature
L 07/08/2013 - 17:35:31: [LEFT4DOWNTOWN] Detour -- Could not find DifficultyChanged signature
L 07/08/2013 - 17:35:31: [LEFT4DOWNTOWN] Detour -- Could not find address for detour
L 07/08/2013 - 17:35:31: [LEFT4DOWNTOWN] Detour -- Could not find 'GetSurvivorSet' signature
L 07/08/2013 - 17:35:31: [LEFT4DOWNTOWN] Detour -- Could not find 'CDirector_IsFinale' signature
L 07/08/2013 - 17:35:31: [LEFT4DOWNTOWN] Detour -- Could not find 'GetMasterServerPlayerCounts' signature
__________________
one.furious.one is offline
dcx2
Senior Member
Join Date: Sep 2011
Old 07-08-2013 , 18:05   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #498

Your gamedata is way old. Get from link on first post. If you experience crashing, see https://forums.alliedmods.net/showpo...&postcount=495 and/or https://forums.alliedmods.net/showpo...&postcount=490

https://forums.alliedmods.net/showpo...&postcount=486 and/or https://forums.alliedmods.net/showpo...&postcount=473 regarding 8+ support
__________________
dcx2 is offline
Field2sdsf
BANNED
Join Date: Jul 2013
Old 07-08-2013 , 20:03   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #499

I think I'll check this this as soon as I can.

Last edited by Field2sdsf; 07-08-2013 at 20:03.
Field2sdsf is offline
JAWAWA
Junior Member
Join Date: May 2013
Old 07-08-2013 , 20:45   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #500

Left 4 Downtown 2 v0.5.4.2 keep crash on L4D2 server (Win-7),
since SourceMod latest update to fix itself crash on latest steam update on L4D2.
JAWAWA 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 13:17.


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