Raised This Month: $32 Target: $400
 8% 

New CSGO update broke my server


Post New Thread Reply   
 
Thread Tools Display Modes
azim
Junior Member
Join Date: Nov 2013
Old 08-18-2017 , 13:44   Re: New CSGO update broke my server
Reply With Quote #231

my server won't start after update...please help .
I updated to the latest version off sourcemod 6020 and still won't start.. if i delete engine.csgo.txt server start and 80-90% off server plugins don't work
azim is offline
th7nder
Senior Member
Join Date: Oct 2014
Old 08-18-2017 , 13:47   Re: New CSGO update broke my server
Reply With Quote #232

Quote:
Originally Posted by Kailo View Post
My Hide'n'Seek Crash with this log: 3V55-FMBC-W3WY
Comparing IDA of dll and last so with symbols i find this names
Code:
0	server.dll + 0x1b3c2e
1	server.dll + 0x1b2c2f // CBaseCombatWeapon::CreateWeaponWorldModel
2	server.dll + 0x1b35b6 // CBaseCombatWeapon::Spawn
3	server.dll + 0x4a7d1e // CWeaponCSBase::Spawn
4	server.dll + 0x38075b // DispatchSpawn
5	server.dll + 0x53220b // CServerTools::DispatchSpawn
6	sdktools.ext.2.csgo.dll!DispatchSpawn [vnatives.cpp:977 + 0xc] 
7	sourcepawn.jit.x86.dll!sp::Environment::Invoke(sp::PluginRuntime *,sp::CompiledFunction *,int *) [environment.cpp:235 + 0x15] 
8	sourcepawn.jit.x86.dll!sp::PluginContext::Invoke(unsigned int,int const *,unsigned int,int *) [plugin-context.cpp:476 + 0x13] 
9	sourcepawn.jit.x86.dll!sp::ScriptedInvoker::Invoke(int *) [scripted-invoker.cpp:296 + 0x1c] 
10	sourcepawn.jit.x86.dll!sp::ScriptedInvoker::Execute(int *) [scripted-invoker.cpp:190 + 0x13] 
11	sourcemod.logic.dll!CForward::Execute(int *,SourceMod::IForwardFilter *) [ForwardSys.cpp:306 + 0xe] 
12	sourcemod.2.csgo.dll!PlayerManager::OnServerActivate(edict_t *,int,int) [PlayerManager.cpp:319 + 0xc] 
13	sourcemod.2.csgo.dll!__SourceHook_FHCls_IServerGameDLLServerActivate0::Func(edict_t *,int,int) [PlayerManager.cpp:83 + 0xe3]
But last 1 not point to 0. At +0x1b2c2f calling of sub_101B27B0 but, +0x1b3c2e inside sub_101B3BF0.
Is this CS:GO fault?

Plugin code where crash happen:
PHP Code:
public void OnMapStart()
{
    ...

    if (!
g_iaGrenadeOffsets[0]) {
        
int end sizeof(g_saGrenadeWeaponNames);
        for (
int i=0i<endi++) {
            
int entindex CreateEntityByName(g_saGrenadeWeaponNames[i]);
            
DispatchSpawn(entindex); // Here
            
g_iaGrenadeOffsets[i] = GetEntProp(entindexProp_Send"m_iPrimaryAmmoType");
            
AcceptEntityInput(entindex"Kill");
        }
    }

    ...


I've got the same, @psychonic thats what I was thinking about
th7nder is offline
azim
Junior Member
Join Date: Nov 2013
Old 08-18-2017 , 14:14   Re: New CSGO update broke my server
Reply With Quote #233

Quote:
Originally Posted by azim View Post
my server won't start after update...please help .
I updated to the latest version off sourcemod 6020 and still won't start.. if i delete engine.csgo.txt server start and 80-90% off server plugins don't work
Any help please
azim is offline
psychonic

BAFFLED
Join Date: May 2008
Old 08-18-2017 , 14:16   Re: New CSGO update broke my server
Reply With Quote #234

Quote:
Originally Posted by Kailo View Post
Is this CS:GO fault?
It's a combination of CS:GO and the plugin. There is probably more setup required for creating that entity type now.
psychonic is offline
lay295
Senior Member
Join Date: Sep 2013
Old 08-18-2017 , 14:34   Re: New CSGO update broke my server
Reply With Quote #235

Yeah... sv_cheats 1 and ent_create weapon_flashbang in an offline match crashes my client
__________________

lay295 is offline
AghaArshia
BANNED
Join Date: Jun 2017
Location: Iran
Old 08-18-2017 , 14:50   Re: New CSGO update broke my server
Reply With Quote #236

I have this all problems too! I updated sm to 1.8 build 6020 but when I go to my server it has crashed
(https://crash.limetech.org/wqb3utcmbjsu)
Please help me and tell me what shold I do!
AghaArshia is offline
pcmaster
AlliedModders Donor
Join Date: Sep 2009
Old 08-18-2017 , 14:53   Re: New CSGO update broke my server
Reply With Quote #237

Anyone else getting a lot more crashes with vphysics?

Last output I could catch from the server (before it died):
IVP Failed at /home/buildbot/buildslave_hpath/csgo_pcbeta_linux/build/src/ivp/ivp_physics/../ivp_utility/ivu_vhash.cxx 157
Crash dumps: https://crash.limetech.org/wnqsux5q2ocz / https://crash.limetech.org/bexenm2heot3 and many more.
__________________
Stopped hosting servers as of November 2018, no longer active around here.
pcmaster is offline
kossolax
AlliedModders Donor
Join Date: Jan 2008
Location: Belgium
Old 08-18-2017 , 14:54   Re: New CSGO update broke my server
Reply With Quote #238

SDKHook:

Shooting with a weapon will execute SDKHook_Reload forward.

SourceMod Version Information:
SourceMod Version: 1.8.0.6020
SourcePawn Engine: SourcePawn 1.8, jit-x86 (build 1.8.0.6020)
SourcePawn API: v1 = 4, v2 = 11
Compiled on: Aug 18 2017 078:27
Built from: https://github.com/alliedmodders/sou...commit/fdc8681
Build ID: 6020:fdc8681

Linux.
kossolax is offline
AghaArshia
BANNED
Join Date: Jun 2017
Location: Iran
Old 08-18-2017 , 15:00   Re: New CSGO update broke my server
Reply With Quote #239

Now, What should we do for solve problems! please tell me exactly.
TNX
AghaArshia is offline
ASKER_CZ
BANNED
Join Date: Nov 2016
Old 08-18-2017 , 15:08   Re: New CSGO update broke my server
Reply With Quote #240

My surf server is running since 4AM (CET) without any crash with this. Try it. Hopefully it will help you guys

(linux)
Attached Files
File Type: txt engine.csgo.txt (6.2 KB, 299 views)
ASKER_CZ is offline
Reply


Thread Tools
Display Modes

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 09:18.


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