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

New CSGO update broke my server


Post New Thread Reply   
 
Thread Tools Display Modes
Kamizun
AlliedModders Donor
Join Date: May 2015
Location: Portugal
Old 08-24-2017 , 20:23   Re: New CSGO update broke my server
Reply With Quote #361

Quote:
Originally Posted by obadah alsayed View Post
still crashing when ever I enter a team and try to buy a gun, updated the game data but it didn't change anything
Maybe you should look here
What OS are you using?
Are you sure you are on the last version?
Check your plugins / extensions / logs
Kamizun is offline
obadah alsayed
Junior Member
Join Date: May 2017
Old 08-25-2017 , 06:17   Re: New CSGO update broke my server
Reply With Quote #362

Quote:
Originally Posted by Kamizun View Post
Maybe you should look here
What OS are you using?
Are you sure you are on the last version?
Check your plugins / extensions / logs
I checked it and my OS is Win, yes I'm on the last one. this is my error log.
it's crashing when ever I try to buy something, I tried playing without buying anything it works but it's not a solution xD

L 08/24/2017 - 00:26:29: SourceMod error session started
L 08/24/2017 - 00:26:29: Info (map "de_dust2") (file "errors_20170824.log")
L 08/24/2017 - 00:26:29: [CSTRIKE] Invalid detour address passed - Disabling detour to prevent crashes
L 08/24/2017 - 00:26:29: [CSTRIKE] HandleCommand_Buy_Internal detour could not be initialized - Disabled OnBuyCommand forward
L 08/24/2017 - 00:53:03: Error log file session closed.
L 08/24/2017 - 02:52:07: SourceMod error session started
L 08/24/2017 - 02:52:07: Info (map "$2000$_csgo") (file "errors_20170824.log")
L 08/24/2017 - 02:52:07: [CSTRIKE] Failed to locate function.
L 08/24/2017 - 02:52:07: [CSTRIKE] Failed to locate function.
L 08/24/2017 - 02:52:07: [CSTRIKE] Failed to locate function.
L 08/24/2017 - 02:55:57: Error log file session closed.

Last edited by obadah alsayed; 08-25-2017 at 06:34.
obadah alsayed is offline
szogun
Senior Member
Join Date: Apr 2016
Old 08-25-2017 , 06:57   Re: New CSGO update broke my server
Reply With Quote #363

Also my error log will appear after update to 6025
L 08/25/2017 - 12:21:03: [CSTRIKE] Could not find WeaponName offset - Disabled OnBuyCommand forward
szogun is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 08-25-2017 , 10:46   Re: New CSGO update broke my server
Reply With Quote #364

Quote:
Originally Posted by obadah alsayed View Post
I checked it and my OS is Win, yes I'm on the last one. this is my error log.
it's crashing when ever I try to buy something, I tried playing without buying anything it works but it's not a solution xD

L 08/24/2017 - 00:26:29: SourceMod error session started
L 08/24/2017 - 00:26:29: Info (map "de_dust2") (file "errors_20170824.log")
L 08/24/2017 - 00:26:29: [CSTRIKE] Invalid detour address passed - Disabling detour to prevent crashes
L 08/24/2017 - 00:26:29: [CSTRIKE] HandleCommand_Buy_Internal detour could not be initialized - Disabled OnBuyCommand forward
L 08/24/2017 - 00:53:03: Error log file session closed.
L 08/24/2017 - 02:52:07: SourceMod error session started
L 08/24/2017 - 02:52:07: Info (map "$2000$_csgo") (file "errors_20170824.log")
L 08/24/2017 - 02:52:07: [CSTRIKE] Failed to locate function.
L 08/24/2017 - 02:52:07: [CSTRIKE] Failed to locate function.
L 08/24/2017 - 02:52:07: [CSTRIKE] Failed to locate function.
L 08/24/2017 - 02:55:57: Error log file session closed.
You need more than just gamedata... you need the extension as well.
Dr!fter is offline
obadah alsayed
Junior Member
Join Date: May 2017
Old 08-25-2017 , 18:26   Re: New CSGO update broke my server
Reply With Quote #365

Quote:
Originally Posted by Dr!fter View Post
You need more than just gamedata... you need the extension as well.
I updated everything and the server stopped working and I have an error file full with:

L 08/25/2017 - 12:29:27: [SM] Call stack trace:
L 08/25/2017 - 12:29:27: [SM] [0] SetEntProp
L 08/25/2017 - 12:29:27: [SM] [1] Line 189, E:\Github\Franug-GiveNamedItem\scripting\franug_givenameditem. sp::OnWeaponEquip
L 08/25/2017 - 12:29:27: [SM] Exception reported: Cannot set m_iItemDefinitionIndex with "FollowCSGOServerGuidelines" option enabled.
L 08/25/2017 - 12:29:27: [SM] Blaming: franug_givenameditem.smx

FollowCSGOServerGuidelines is set to no of course.
I tried to delete the plugin it didn't change anything...
I love valve updates xD
obadah alsayed is offline
micapat
Veteran Member
Join Date: Feb 2010
Location: Nyuu, nyuu (France).
Old 08-25-2017 , 18:31   Re: New CSGO update broke my server
Reply With Quote #366

It looks like CCSPlayer::RemoveAllItems doesn't exist anymore (Linux). Has anyone tried to search this function ?

Spoiler
__________________
micapat is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 08-25-2017 , 19:00   Re: New CSGO update broke my server
Reply With Quote #367

Quote:
Originally Posted by micapat View Post
It looks like CCSPlayer::RemoveAllItems doesn't exist anymore (Linux). Has anyone tried to search this function ?

Spoiler
It definitely exists.
Dr!fter is offline
micapat
Veteran Member
Join Date: Feb 2010
Location: Nyuu, nyuu (France).
Old 08-25-2017 , 19:26   Re: New CSGO update broke my server
Reply With Quote #368

Indeed, I'm doing something wrong because I can't even find CCSPlayer::OnTakeDamage. It looks like something is different in the first bytes.

EDIT:
Nevermind I found it, CCSPlayer changed so the offsets are different: 55 89 E5 57 56 53 81 EC ?? ?? ?? ?? 8B 45 0C 8B 75 08 8B 10.
__________________

Last edited by micapat; 08-25-2017 at 19:32.
micapat is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 08-25-2017 , 19:53   Re: New CSGO update broke my server
Reply With Quote #369

Quote:
Originally Posted by micapat View Post
Indeed, I'm doing something wrong because I can't even find CCSPlayer::OnTakeDamage. It looks like something is different in the first bytes.

EDIT:
Nevermind I found it, CCSPlayer changed so the offsets are different: 55 89 E5 57 56 53 81 EC ?? ?? ?? ?? 8B 45 0C 8B 75 08 8B 10.
Not sure why you are using a sig anyway... its virtual

Last edited by Dr!fter; 08-25-2017 at 19:53.
Dr!fter is offline
micapat
Veteran Member
Join Date: Feb 2010
Location: Nyuu, nyuu (France).
Old 08-25-2017 , 20:42   Re: New CSGO update broke my server
Reply With Quote #370

Well I don't have currently an easy and fast method to retrieve the vtables under Linux, so it will be a pain to look at server.so every Valve update to maintain the offsets.
__________________
micapat 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 15:18.


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