Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on Centos 7 #11

Closed
39ma opened this issue Oct 31, 2020 · 3 comments
Closed

Crash on Centos 7 #11

39ma opened this issue Oct 31, 2020 · 3 comments
Labels
question Further information is requested

Comments

@39ma
Copy link

39ma commented Oct 31, 2020

Hello.
Tested DHooks + Detour on Centos 7 and Debian.
On Debian it works well without issues.
But on Centos 7 its gives crash (Segmentation Fault).

Info:
https://crash.limetech.org/p6ls5a3x4iom

Command Line
./srcds_linux -game csgo -usercon -strictportbind -ip 79.143.20.74 -port 27015 +clientport 27017 +tv_port 27016 -tickrate 128 +map de_dust2 +servercfgfile server.cfg -maxplayers_override 20 +game_mode 0 +game_type 0 +host_workshop_collection +workshop_start_map -authkey ******************************** -nobreakpad +sv_setsteamaccount ******************************** -debug -steam

Extension Version
2.5.0
Game Directory
csgo
Game Path
/home/test/serverfiles/csgo
SourceMod Path
/home/test/serverfiles/csgo/addons/sourcemod
SourceMod Version
1.10 - 16.03.2019
Steam Client Version
1187
Steam Patch Version
1.37.7.0
Steam Product Name
csgo
Steam Server Version
1187
Steam Source Revision
6147270
Steam Version Date
Oct 15 2020
Steam Version Time
17:25:32
Steam App ID
730

@peace-maker
Copy link
Owner

And the server doesn't crash with dhooks disabled?

@39ma
Copy link
Author

39ma commented Nov 2, 2020

And the server doesn't crash with dhooks disabled?

yep. I use same test plugin in Debian 10.6.0 and CentOS 7.
Clean CS:GO server with fresh metamod and sourcemod.
But on CentOS 7 its crashing when I call a function from DHooks.
Gameserver with dhooks detour starting normally without any incedents on CentOS.
But when prehook is called, posthook crashing server.
Same situation in Debian working stable without any incedents.

@peace-maker
Copy link
Owner

The crash you've linked is one in the engine on map start after printing a warning GameTypes: missing mapgroupsSP entry for game type/mode (custom/custom). I don't see the relation to dhooks there :/ Do you have a link for a crash in a post hook?

@peace-maker peace-maker added the question Further information is requested label Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants